/** adds gap as padding, margin or border-width (dimension)*/
/** 
    @activeSpecial: gives links special decoration on active-state
        options: 
 	   'grow-underline': underline grows under text of active link   
*/
@import url('/_fonts/google/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400&display=swap');
@media (min-width: 768px) {
  .teasers {
    display: flex;
    flex-wrap: wrap;
  }
  .teasers > * {
    flex: 1;
  }
}
.teaser {
  flex: 1;
}
@media (min-width: 768px) {
  .teaser {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.teaser img {
  max-width: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
  margin: 2em auto;
}
.teaser footer {
  text-align: center;
  margin-top: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .teaser footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-bottom: 30px;
  }
}
.teaser footer a {
  background: #25a259;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 2px;
  font-weight: bold;
  color: white;
  transition: 0.3s;
}
.teaser footer a:hover {
  text-decoration: none;
  background: #2ecc70;
}
.teaser footer a:after {
  content: " »";
}
@media (min-width: 768px) {
  .news > .contentBox {
    display: flex;
    flex-wrap: wrap;
  }
}
.news > .contentBox > .teaser {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .news > .contentBox > .teaser {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news > .contentBox > .teaser {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news > .contentBox > .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .news > .contentBox > .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news > .contentBox > .teaser {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news > .contentBox > .teaser {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .news > .contentBox > .teaser {
    padding-right: 30px;
  }
}
body > section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body > section > * {
  max-width: 992px;
  margin: auto;
}
body > section:nth-child(odd) {
  background: #eee;
}
/******* optional Hilfs-Mixins *******/
/****** special classes *****/
.jumbotron {
  height: 160px;
  background-size: cover;
  background-position: center center;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    height: 450px;
    font-size: 1.3rem;
  }
}
/****** standard-css */
* {
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.contentBox > h1,
.contentBox > h2,
.contentBox > h3,
.contentBox > h4,
.contentBox > h5,
.contentBox > h6 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 30px;
  }
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
.floatLeft {
  margin-right: 20px;
}
.floatRight {
  margin-left: 20px;
}
iframe {
  width: 100%;
  height: 400px;
}
.fullWidth {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.error {
  color: #ff2448;
}
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
html,
body {
  height: 100%;
}
.pageWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
main {
  flex: 1 0 auto;
}
.container,
main > *,
.contentBox > *,
#headerTop,
.headerMiddleWrapper,
#headerBottom,
#footer,
section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
}
.paddingContainer {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .paddingContainer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .paddingContainer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .paddingContainer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .paddingContainer {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-left: calc(50% - 466px);
    padding-right: calc(50% - 466px);
  }
}
.contentBox {
  width: 100%;
  max-width: 100%;
}
main > section {
  width: 100%;
  max-width: 100%;
}
.contentPadding,
article,
form {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 30px;
  }
}
.pageHeader {
  background: #000;
  flex-shrink: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .pageHeader {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .pageHeader {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#headerTop {
  display: flex;
  align-items: center;
  min-height: 45px;
}
#headerTop:empty {
  display: none;
}
.headerMiddleWrapper {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .headerMiddleWrapper {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .headerMiddleWrapper {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .headerMiddleWrapper {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .headerMiddleWrapper {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .headerMiddleWrapper {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .headerMiddleWrapper {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .headerMiddleWrapper {
    display: flex;
  }
}
.headerMiddleWrapper > * {
  display: flex;
  align-items: center;
}
#headerCenter {
  justify-content: center;
}
#headerRight {
  text-align: right;
  display: flex;
  align-items: stretch;
  margin-left: auto;
}
#headerBottom {
  text-align: center;
}
.logo {
  margin: 5px 1em 5px 0;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .logo {
    margin: 10px 1em 10px 0;
  }
}
@media (min-width: 992px) {
  .logo {
    left: 0;
    margin: 20px 1em 20px 0;
  }
}
.logo > img {
  height: 25px;
  max-width: none;
  max-height: 100%;
}
@media (min-width: 768px) {
  .logo > img {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .logo > img {
    height: 40px;
  }
}
.logo {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .logo {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .logo {
    margin-top: 20px;
  }
}
.pageSlogan {
  white-space: nowrap;
}
nav a {
  text-decoration: none;
  color: inherit;
}
nav a:hover,
nav a:active {
  text-decoration: none;
}
nav a:focus {
  outline: none;
}
.pageHeader nav {
  display: flex;
  align-items: stretch;
  height: 100%;
  white-space: nowrap;
}
.pageHeader nav a {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  color: white;
  padding: 0 1em;
  position: relative;
  transition: 0.2s;
}
.pageHeader nav a.over,
.pageHeader nav a.active {
  color: #2ecc70;
  background-color: transparent;
}
.pageHeader nav a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #25a259;
  top: calc(50% + 1em);
  transition: 0.2s;
}
.pageHeader nav a.active {
  text-decoration: none;
}
.pageHeader nav a.active:after {
  width: 100%;
}
.pageHeader nav .dropdown > a {
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
.pageHeader nav .dropdown > a.active {
  background: transparent;
  color: #2ecc70;
}
.pageHeader nav .dropdown > a.over {
  background: transparent;
  text-decoration: none;
  color: #2ecc70;
}
#headerBottom {
  text-align: center;
}
@media (min-width: 768px) {
  #headerBottom nav {
    display: inline-flex;
  }
  #headerBottom nav a {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
  }
}
nav.firstNav {
  font-weight: 600;
  font-weight: bold;
}
nav.firstNav > a {
  position: relative;
  min-height: 50px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  nav.firstNav > a {
    min-height: 60px;
  }
}
nav.firstNav > a.active:after {
  left: 1em;
  width: calc(100% - 2em);
  height: 3px;
}
@media (min-width: 768px) {
  nav.firstNav {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  nav.firstNav {
    font-size: 1.1rem;
  }
}
main > nav,
nav.secondary {
  max-width: 100%;
  background: #111;
  color: #fff;
  position: relative;
  text-align: center;
}
main > nav > a,
nav.secondary > a,
main > nav .dropdown > a,
nav.secondary .dropdown > a {
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
main > nav > a.active,
nav.secondary > a.active,
main > nav .dropdown > a.active,
nav.secondary .dropdown > a.active {
  background: #25a259;
  color: #fff;
}
main > nav > a.over,
nav.secondary > a.over,
main > nav .dropdown > a.over,
nav.secondary .dropdown > a.over {
  background: #25a259;
  text-decoration: none;
  color: #fff;
}
main > nav {
  text-wrap: balance;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #239a55;
  margin-left: auto;
  margin-right: auto;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h3 {
  color: #2c76c4;
}
.burger {
  min-width: 24px;
  margin-left: auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.burger .line {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  html > body.hasBurger nav[data-target]:not(.noburger) {
    display: none;
  }
  .burgerNav a.active {
    background: #25a259;
  }
}
@media (min-width: 768px) {
  .burger {
    /* use !important in case display-properties in header 
			are style with a '*'-selector */
    display: none !important;
  }
}
.burgerNav h2 {
  text-align: left;
}
.burgerNav .nestingIndicator {
  background: #25a259;
}
.burgerNav .nestingIndicator + .nestingIndicator {
  background: #2e7bcc;
}
.burgerNav h2.expanded[data-nesting-level='1']:after {
  background-color: #25a259;
}
.burgerNav h2.expanded[data-nesting-level='1']:after + nav {
  color: #25a259;
}
.burgerNav h2.expanded[data-nesting-level='2']:after {
  background-color: #2e7bcc;
}
.burger {
  align-self: stretch;
  position: relative;
  top: -1px;
  -webkit-tap-highlight-color: transparent;
}
.columns {
  padding: 0;
}
@media (min-width: 768px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    position: relative;
    left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .columns > * {
    flex: 1;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .columns {
    left: -20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.columns.reverse {
  flex-direction: row-reverse;
}
body {
  color: #444;
  line-height: 1.4;
  word-spacing: 0.15em;
  font-size: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 100%;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 100%;
  }
}
article img,
.phrase img,
div.text img {
  margin-bottom: 15px;
  margin-top: 5px;
}
article time,
.phrase time,
div.text time {
  display: block;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}
article:after,
.phrase:after,
div.text:after {
  content: '';
  display: block;
  clear: both;
}
article > img:first-child {
  display: block;
  box-sizing: content-box;
  margin-left: -10px;
  margin-top: -10px;
  width: calc(100% + 10px * 2);
  max-width: calc(100% + 10px * 2);
  top: 0;
}
@media (min-width: 768px) {
  article > img:first-child {
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 20px * 2);
    max-width: calc(100% + 10px * 2);
  }
}
@media (min-width: 992px) {
  article > img:first-child {
    margin-left: -30px;
    margin-top: -30px;
    width: calc(100% + 30px * 2);
  }
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}
a {
  color: #296eb7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
form {
  max-width: 600px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-right: 30px;
  }
}
form .row {
  display: flex;
  justify-content: space-between;
}
form .row > * {
  flex: 1;
}
form .row > .field {
  margin-left: 1em;
  margin-right: 1em;
}
form .row > .field:first-child {
  margin-left: 0;
}
form .row > .field:last-child {
  margin-right: 0;
}
form .row > .FileField > input[type='file'] + label > button {
  margin-top: 0;
}
form footer {
  text-align: center;
}
.row {
  /* in rows the vertical margins don't collapse, so apply only margin-top */
}
.row .field {
  margin-bottom: 0;
  margin-top: 2em;
}
.field {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}
input {
  font-size: inherit;
}
input[type='text'],
input[type='email'],
input[type='number'],
select {
  outline: 0;
  width: 100%;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
select:focus {
  box-shadow: inset 0 -1px #25a259;
}
textarea {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
textarea:focus {
  box-shadow: -1px 1px #25a259 inset, 1px -1px #25a259 inset;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  display: inline-block;
  min-height: 2em;
}
input[type='checkbox'] + label::before,
input[type='checkbox'] + label::before,
input[type='radio'] + label::before,
input[type='radio'] + label::before {
  content: ' ';
  display: inline-block;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type=radio] + label::before {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background-color: #25a259;
  border-color: #25a259;
  transition: 0.2s;
}
input[type='radio']:checked + label::before {
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox'] + label::before {
  width: 18px;
  height: 18px;
}
input[type='checkbox']:checked + label::before {
  box-shadow: none;
  background-image: url(//cdn.justedit.com/material-design/ic_check_18px.svg/fff);
  background-position: center center;
  background-repeat: no-repeat;
}
input,
textarea,
button,
.button,
select,
.buttons .option {
  padding: 8px 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #25a259;
  border-radius: 3px;
  font-size: inherit;
  font-family: inherit;
}
label {
  padding-left: 7px;
  color: #777;
  line-height: 1.2;
}
label:not([for]) {
  display: block;
  color: inherit;
}
label > .text:empty {
  display: none;
}
input[type="text"]:required ~ label:after,
input[type="email"]:required ~ label:after,
textarea ~ label:after,
input[type="file"]:required ~ label > .text:after {
  content: ' *';
}
button,
.button,
.buttons .option,
input[type='submit'] {
  background-color: #25a259;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  padding: 10px 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  border-color: #208e4e;
  line-height: 1.2;
}
button:hover,
.button:hover,
.buttons .option:hover,
input[type='submit']:hover {
  background-color: #2ecc70;
  transition: 0.5s;
}
.helperText,
.word-counter,
.thumbnail > .text {
  margin: 7px;
  font-size: 0.85em;
  color: #888;
}
.word-counter {
  float: right;
}
.errorText:not(:empty) {
  font-size: 0.85em;
  padding: 7px;
  color: #ff2448;
}
.helperText:not(:empty) + .errorText {
  padding-top: 0;
}
.thumbnail {
  background: #f2f2f2;
}
.thumbErrorText {
  color: #ff2448;
}
.buttons > label {
  position: absolute;
}
.buttons .option {
  position: relative;
}
.buttons .option:after {
  content: '\00a0';
  font-size: 0.9rem;
  width: 1px;
  line-height: 1.2;
}
.buttons .option > input {
  display: none;
}
.buttons .option > label {
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
.buttons .option > label:before,
.buttons .option > label:after {
  display: none !important;
}
.buttons .option > input:checked + label {
  background-color: #2ecc70;
}
.splitWidget > * {
  display: inline;
  margin: 0 1px 0 0;
  border-radius: 0 !important;
  vertical-align: middle;
}
.splitWidget > * > *:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.splitWidget > * > *:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  margin-right: 0;
}
.ComboField > select {
  color: inherit;
}
.ComboField > input[type] {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 14px);
}
label {
  padding-left: 7px;
}
.pageFooter {
  flex-shrink: 0;
  font-size: 0.9em;
  background: #000;
  color: white;
}
.pageFooter nav > a {
  display: inline-block;
  padding: 10px;
  color: white;
}
.pageFooter nav > a.over,
.pageFooter nav > a.active {
  color: white;
  text-decoration: none;
  background: #25a259;
}
.pageFooter h1,
.pageFooter h2,
.pageFooter h3,
.pageFooter h4 {
  color: white;
}
#footer {
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  #footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  #footer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  #footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  #footer {
    padding-right: 30px;
  }
}
body {
  font-family: 'Ubuntu', Verdana, sans-serif;
  overflow-wrap: break-word;
}
nav {
  font-weight: 600;
}
@media (max-width: 600px) {
  p img {
    width: 100%;
  }
}
video {
  max-width: 100%;
}
li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  main > article,
  .contentBox > article {
    max-width: 850px;
    margin-left: calc(50% - 425px - (142px / 2));
  }
}
iframe.zollstock {
  height: 250px;
}
@media (min-width: 768px) {
  iframe.zollstock {
    height: 300px;
  }
}
main > nav,
.contentBox > nav {
  max-width: 100%;
  color: white;
  position: relative;
  text-align: center;
}
.contentBox > nav {
  background: #222;
}
.contentBox > nav > a {
  display: inline-block;
  padding: 0.8em 1em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}
.contentBox > nav > a.active {
  background: #2e7bcc;
}
.contentBox > nav > a.over {
  background: #2e7bcc;
}
.downloads {
  padding: 5%;
}
.jumbotron {
  height: auto;
  background-size: cover;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    min-height: 200px;
    white-space: pre-wrap;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    height: 400px;
    font-size: 1.3rem;
  }
}
.figure {
  position: relative;
}
.text-align-center {
  text-align: center;
}
div.caption,
figcaption {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.9rem;
  font-weight: normal;
  width: 100%;
}
div.caption:before,
figcaption:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -1.85rem;
  border-bottom: 15px solid rgba(0, 0, 0, 0.5);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
}
@media (min-width: 768px) {
  div.caption,
  figcaption {
    font-size: 0.8rem;
    font-weight: bold;
    top: 100%;
    z-index: 1000;
    height: 2.6rem;
    border-bottom-left-radius: 7px;
    width: auto;
  }
}
@media (min-width: 992px) {
  div.caption,
  figcaption {
    font-size: 0.9rem;
    height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .figure.kambodscha div.caption {
    position: relative;
    width: 560px;
    right: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    border-bottom-right-radius: 7px;
  }
}
.jumbotron h1,
.jumbotron p {
  max-width: 920px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.jumbotron.start {
  background-image: url(/media/jumbotron/zahlensalat-weiss.jpg);
  background-position: center center;
  min-height: 250px;
}
.jumbotron.start * {
  max-width: 920px;
}
@media (min-width: 992px) {
  .jumbotron.start {
    height: 500px;
  }
}
.jumbotron.start .text {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  padding: 0.2rem;
}
.jumbotron.start .text:first-child {
  margin-top: 1rem;
}
.jumbotron.start .text:last-child {
  margin-bottom: 1rem;
}
.jumbotron.start .text > p {
  color: #4e5a53;
  text-shadow: none;
}
@media (min-width: 768px) {
  .jumbotron.start .text {
    padding: 1rem;
  }
}
.jumbotron.start h1 {
  color: #239a55;
  text-shadow: none;
}
.jumbotron.start .linkTiles {
  display: flex;
  flex-wrap: wrap;
}
.jumbotron.start .linkTiles > a {
  flex: 1;
  flex-basis: 100%;
  background: #25a259;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 2px;
  margin-top: 2px;
  padding: 0.8rem 0;
  transition: 0.3s;
  position: relative;
  left: -1px;
}
@media (min-width: 500px) {
  .jumbotron.start .linkTiles > a {
    flex-basis: 49%;
  }
}
.jumbotron.start .linkTiles > a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 3rem;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  filter: brightness(0) invert(100%);
}
.jumbotron.start .linkTiles > a:hover {
  text-decoration: none;
  background: #2ecc70;
}
.jumbotron.start .linkTiles > a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (min-width: 500px) {
  .jumbotron.start .linkTiles > a:first-child {
    border-top-right-radius: 0;
  }
}
.jumbotron.start .linkTiles > a:first-child:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/exit-to-app.svg);
}
@media (min-width: 500px) {
  .jumbotron.start .linkTiles > a:nth-child(2) {
    border-top-right-radius: 4px;
  }
}
.jumbotron.start .linkTiles > a:nth-child(2):before {
  background-image: url(//cdn.justedit.com/materialdesignicons/ruler.svg);
}
@media (min-width: 500px) {
  .jumbotron.start .linkTiles > a:nth-child(3) {
    border-bottom-left-radius: 4px;
  }
}
.jumbotron.start .linkTiles > a:nth-child(3):before {
  background-image: url(//cdn.justedit.com/materialdesignicons/youtube.svg);
}
.jumbotron.start .linkTiles > a:nth-child(4) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 500px) {
  .jumbotron.start .linkTiles > a:nth-child(4) {
    border-bottom-left-radius: 0;
  }
}
.jumbotron.start .linkTiles > a:nth-child(4):before {
  background-image: url(//cdn.justedit.com/materialdesignicons/cart.svg);
}
.jumbotron.chronik {
  background-image: url(/media/jumbotron/koebel-opt.jpg);
  background-position: center bottom;
  overflow: visible;
}
.jumbotron.timss {
  background-image: url(/media/jumbotron/mint-1899653_1280-opt.jpg);
  background-position: center center;
}
@media (min-width: 992px) {
  .jumbotron.timss {
    height: 300px;
  }
}
.jumbotron.unterricht {
  background-image: url(/media/jumbotron/mathematics-2339904_1280-opt.jpg);
  background-position: center center;
}
@media (min-width: 992px) {
  .jumbotron.unterricht {
    height: 350px;
  }
}
.jumbotron.abacus {
  background-image: url(/media/jumbotron/abacus-1866497_1280-opt.jpg);
  background-position: center center;
}
@media (min-width: 992px) {
  .jumbotron.abacus {
    height: 350px;
  }
}
.jumbotron.kulturerbe {
  background-image: url(/media/jumbotron/Gwalior-Null-opt.jpg);
  background-position: center center;
}
@media (min-width: 992px) {
  .jumbotron.kulturerbe {
    height: 350px;
  }
}
.jumbotron.zahlenaussprache {
  background-image: url(/media/jumbotron/Unverdreht_1.jpg);
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .jumbotron.zahlenaussprache {
    height: 300px;
  }
}
.columns.nopadding > * {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .columns.literatur {
    height: 467px;
    overflow: hidden;
  }
}
table.number-definitions {
  margin: auto;
  border-spacing: 0;
}
table.number-definitions tr:nth-child(odd) {
  background-color: #f0f0f0;
}
table.number-definitions td {
  padding: 0.2em;
}
table.number-definitions td:first-child {
  text-align: right;
  padding-right: 1em;
}
.cta {
  background: #25a259;
  color: white;
  font-weight: bold;
  padding: 0.7rem;
  border-radius: 2px;
  transition: 0.3s;
  text-decoration: none;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .cta {
    font-size: 1.1rem;
  }
}
.cta > .text {
  white-space: nowrap;
  position: relative;
  padding-right: 35px;
}
.cta > .text:after {
  content: '';
  position: absolute;
  right: -3px;
  top: -3px;
  background-image: url(//cdn.justedit.com/materialdesignicons/exit-to-app.svg/fff);
  height: 30px;
  width: 30px;
  background-size: 30px;
}
.cta:hover {
  background: brighten(#25a259, 5%);
  text-decoration: none;
}
button[type='submit'] {
  display: block;
  margin: auto;
  margin-top: 1rem;
}
.poem {
  background: #eee;
  color: #444;
}
.poem > .text {
  position: relative;
  margin: auto;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.2rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background: #eee;
  margin-top: -1rem;
}
@media (min-width: 768px) {
  .poem > .text {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .poem > .text {
    margin-top: -1.3rem;
  }
}
@media (min-width: 992px) {
  .poem > .text {
    margin-top: -7rem;
    width: 25rem;
    border-radius: 10px;
  }
}
.openPoemExplanation {
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  font-weight: bold;
  font-size: 3rem;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding-top: 1.2rem;
  padding-left: 1.3rem;
}
.openPoemExplanation:hover {
  text-decoration: none;
}
.poemExplanation {
  background: #eee;
  color: #444;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.poemExplanation:target,
.poemExplanation.target {
  max-height: 22rem;
}
.poemExplanation > .text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 0 !important;
  font-size: 1.1rem;
  margin: auto;
  max-width: 992px;
  text-indent: 2rem;
}
.poemExplanation > .text .contentPadding,
.poemExplanation > .text article,
.poemExplanation > .text form {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text .contentPadding,
  .poemExplanation > .text article,
  .poemExplanation > .text form {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .poemExplanation > .text {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .poemExplanation > .text {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .poemExplanation > .text {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .poemExplanation > .text {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .poemExplanation > .text {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .poemExplanation > .text {
    padding-bottom: 30px;
  }
}
time {
  font-size: 1rem !important;
  font-style: normal !important;
  text-align: right;
}
