@charset "UTF-8";
@font-face {
  font-family: "JosefinSans";
  font-display: swap;
  src: url("/typo3conf/ext/customprojectdefinitions/Resources/Public/Fonts/Josefin/JosefinSans-VariableFont_wght.woff2") format("woff2"), url("typo3conf/ext/customprojectdefinitions/Resources/Public/Fonts/Josefin/JosefinSans-VariableFont_wght.woff") format("woff"); }
/**
 *   Farbengrundtöne
 */
/*
  * Farben verwendung
  */
/**
  *   Schriften
  */
/**
  *  Schriftgrößen
  */
/**
  * grid
  */
/**
 *   alles was zur grundstruktur der seite gehört
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  text-decoration: none; }

b,
strong {
  font-family: "JosefinSans", "Segoe UI", Helvetica, "Trebuchet MS", Roboto, sans-serif;
  font-style: normal;
  font-weight: bold; }

dfn {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

a img {
  border: 0; }
a:hover img, a:focus img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0px;
  padding: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

form {
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  padding: 0.25rem; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

button {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  /*
  display:block;
  width:100%;*/ }

iframe {
  border: 0; }

body {
  font-family: "JosefinSans", "Segoe UI", Helvetica, "Trebuchet MS", Roboto, sans-serif;
  font-style: normal; }

a .obs {
  display: none; }
a .zeichenbild {
  height: 14px;
  width: auto;
  display: inline-block;
  position: relative;
  top: 0.21rem;
  border-bottom: 2px solid #0d4411;
  padding: 0px 0.2rem 2px; }
  a .zeichenbild path {
    transition: all 300ms;
    fill: #0d4411; }

.header {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .header .kuhlogo {
    display: block; }

.topbg {
  background-repeat: no-repeat;
  background-position: center center var(--cifarbe1);
  background-color: var(--cifarbe1);
  background-size: 100% auto; }

.warenkorblink {
  position: absolute;
  top: 0;
  background: var(--cifarbe1);
  padding: 0.5rem 0.8rem 0.5rem 0.6rem;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  font-size: 16px;
  /*für die standard ersatzschrift sollte die umrechnung immer etwas kleiner sein daher nciht 0.063rem*/
  font-size: 0.96rem;
  transition: right 400ms; }
  .warenkorblink:hover, .warenkorblink:focus {
    right: 0;
    background: #d0dad0;
    color: var(--cifarbe1);
    outline: 1px solid var(--cifarbe1); }
    .warenkorblink:hover .shoppingcart path, .warenkorblink:hover .shoppingcart circle, .warenkorblink:focus .shoppingcart path, .warenkorblink:focus .shoppingcart circle {
      stroke: #000; }
  .warenkorblink .shoppingcart {
    padding-right: 0.7rem; }
    .warenkorblink .shoppingcart svg {
      display: inline-block;
      width: 1.25rem;
      height: auto; }
    .warenkorblink .shoppingcart path, .warenkorblink .shoppingcart circle {
      stroke: #fff; }

.kuhlogo {
  display: block;
  text-decoration: none;
  border: 4px solid transparent;
  border-radius: 100%; }
  .kuhlogo:focus {
    border-color: #d0dad0; }

.nachobenlink {
  position: fixed;
  text-decoration: none;
  color: #fff;
  background: var(--cifarbe1);
  border: 1px solid #d0dad0;
  padding: 0.5rem 0.65rem;
  font-size: 16px;
  /*für die standard ersatzschrift sollte die umrechnung immer etwas kleiner sein daher nciht 0.063rem*/
  font-size: 0.96rem;
  transform: translateX(75%);
  transition: transform 400ms;
  right: 0;
  bottom: 10%; }
  .nachobenlink:before {
    transition: border-color 300ms;
    content: "";
    display: inline-block;
    margin-right: 0.85rem;
    margin-top: -0.15rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff; }
  .nachobenlink.focused {
    transform: translateX(0%); }

.hauptmenu {
  display: flex;
  align-items: stretch;
  list-style: none; }
  .hauptmenu li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .hauptmenu li:first-child {
      margin-left: 0; }
    .hauptmenu li:last-child {
      margin-right: 0; }
    .hauptmenu li a {
      text-decoration: none;
      background: var(--cifarbe1);
      color: #fff;
      padding: 0.5rem 0.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 17px;
      /*für die standard ersatzschrift sollte die umrechnung immer etwas kleiner sein daher nciht 0.063rem*/
      font-size: 1.02rem;
      font-size: clamp(1.25rem, 1.6vw, 20px);
      line-height: 100%;
      transition: all 300ms; }
      .hauptmenu li a.active {
        background: #d0dad0;
        color: var(--cifarbe1);
        outline: 1px solid var(--cifarbe1); }
      .hauptmenu li a:hover, .hauptmenu li a:focus {
        background: #d0dad0;
        color: var(--cifarbe1);
        outline: 1px solid var(--cifarbe1);
        box-shadow: inset 0 0 10px; }

.footermenu {
  color: #fff;
  display: flex;
  justify-content: flex-end; }
  .footermenu li .trennitem {
    padding: 0 0.5rem; }
  .footermenu li:last-child .trennitem {
    display: none; }
  .footermenu li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    /*für die standard ersatzschrift sollte die umrechnung immer etwas kleiner sein daher nciht 0.063rem*/
    font-size: 1.08rem;
    line-height: 140%; }
    .footermenu li a:hover, .footermenu li a:focus {
      color: var(--cifarbe1light);
      text-decoration: underline; }

footer {
  background: url(../Images/Brand/berge.svg) center bottom no-repeat var(--cifarbe1);
  background-size: 100% auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
  color: #fff;
  min-height: 20rem; }
  footer a {
    text-decoration: none; }

/**
 *   innenseiten
 */
.container.submenutitle {
  height: calc(100% - 11rem);
  width: 90%; }
  @media (min-width: 48rem) and (max-width: 60rem) {
    .container.submenutitle {
      height: calc(100% - 15.5rem); } }
  .container.submenutitle > .row {
    height: 100%; }

.pagetitlecontainer .raute {
  display: inline-block; }
  @media (min-width: 37.5rem) {
    .pagetitlecontainer .raute {
      transform: skew(20deg); } }
  @media (min-width: 60.063em) {
    .pagetitlecontainer .raute {
      margin-left: 2rem; } }

body .raute .pageheadline {
  font-size: 35px;
  /*für die standard ersatzschrift sollte die umrechnung immer etwas kleiner sein daher nciht 0.063rem*/
  font-size: 2.1rem;
  font-size: clamp(2.5rem, 3.5vw, 35px); }
  @media (min-width: 37.5rem) {
    body .raute .pageheadline {
      transform: skew(-20deg); } }

.maincontent.innenseite > *:first-child {
  padding-top: 7rem; }

/* Uncomment and set these variables to customize the grid. */
.wrap {
  margin: 0 auto; }

.column {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }

*[class*="col-"] {
  position: relative; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

/* Uncomment and set these variables to customize the grid. */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
.end {
  text-align: end; }

@media only screen and (max-width: 47.95rem) {
  .hidden-xs {
    display: none !important;
    visibility: hidden; } }

@media only screen and (min-width: 47.95rem) and (max-width: 60rem) {
  .hidden-sm {
    display: none !important;
    visibility: hidden; } }

@media only screen and (min-width: 60rem) and (max-width: 75rem) {
  .hidden-md {
    display: none  !important;
    visibility: hidden; } }

@media only screen and (min-width: 75.05rem) {
  .hidden-lg {
    display: none !important;
    visibility: hidden; } }

.visible-xs {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 48rem) {
  .visible-md {
    display: block;
    visibility: visible; } }
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%; }
  .container .container-fluid,
  .container-fluid .container-fluid {
    overflow: visible; }

.container {
  max-width: 95%; }
  @media (max-width: 47.95rem) {
    .container {
      width: 90%; } }

.container-fluid {
  padding-right: 0rem;
  padding-left: 0rem;
  overflow: hidden;
  max-width: 100%; }
  .container-fluid .container {
    max-width: 100%; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.638rem;
  margin-right: -0.638rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.638rem;
  padding-left: 0.638rem; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48rem) {
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.938rem;
    padding-left: 0.938rem; }

  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.333%; }

  .col-sm-offset-2 {
    margin-left: 16.667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.333%; }

  .col-sm-offset-5 {
    margin-left: 41.667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333%; }

  .col-sm-offset-8 {
    margin-left: 66.667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.333%; }

  .col-sm-offset-11 {
    margin-left: 91.667%; }

  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 60rem) {
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.938rem;
    padding-left: 0.938rem; }

  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.333%; }

  .col-md-offset-2 {
    margin-left: 16.667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.333%; }

  .col-md-offset-5 {
    margin-left: 41.667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333%; }

  .col-md-offset-8 {
    margin-left: 66.667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.333%; }

  .col-md-offset-11 {
    margin-left: 91.667%; }

  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 75rem) {
  .container {
    width: 60rem; } }
  @media only screen and (min-width: 75rem) and (min-width: 87.55rem) {
    .container {
      width: auto;
      max-width: 100%; }
      .container.standardcontainer {
        max-width: 78rem; } }

@media only screen and (min-width: 75rem) {
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.938rem;
    padding-left: 0.938rem; }

  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.333%; }

  .col-lg-offset-2 {
    margin-left: 16.667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.333%; }

  .col-lg-offset-5 {
    margin-left: 41.667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333%; }

  .col-lg-offset-8 {
    margin-left: 66.667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.333%; }

  .col-lg-offset-11 {
    margin-left: 91.667%; }

  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
.img-responsive {
  display: block;
  max-width: 100%;
  /**Bilder keinesfalls aufblasen!! width: 100%;*/
  overflow: hidden;
  height: auto; }

.afterextra-small {
  padding-bottom: 3rem; }
  @media (max-width: 47.95rem) {
    .afterextra-small {
      padding-bottom: 1.5rem; } }

.beforeextra-small {
  padding-top: 3rem; }
  @media (max-width: 47.95rem) {
    .beforeextra-small {
      padding-top: 1.5rem; } }

.aftersmall {
  padding-bottom: 5rem; }
  @media (max-width: 47.95rem) {
    .aftersmall {
      padding-bottom: 2.5rem; } }

.beforesmall {
  padding-top: 5rem; }
  @media (max-width: 47.95rem) {
    .beforesmall {
      padding-top: 2.5rem; } }

.aftermedium {
  padding-bottom: 8rem; }
  @media (max-width: 47.95rem) {
    .aftermedium {
      padding-bottom: 4rem; } }

.beforemedium {
  padding-top: 8rem; }
  @media (max-width: 47.95rem) {
    .beforemedium {
      padding-top: 4rem; } }

.afterlarge {
  padding-bottom: 10rem; }
  @media (max-width: 47.95rem) {
    .afterlarge {
      padding-bottom: 5rem; } }

.beforelarge {
  padding-top: 10rem; }
  @media (max-width: 47.95rem) {
    .beforelarge {
      padding-top: 5rem; } }

.beforeextra-large {
  padding-top: 13rem; }
  @media (max-width: 47.95rem) {
    .beforeextra-large {
      padding-top: 7.5rem; } }

.afterextra-large {
  padding-bottom: 13rem; }
  @media (max-width: 47.95rem) {
    .afterextra-large {
      padding-bottom: 7.5rem; } }

.screenreadertext {
  position: absolute;
  top: -1000rem;
  left: -10000rem; }

.raute {
  background: var(--cifarbe1);
  padding: 1.5rem; }
  .raute > .pageheadline {
    color: #fff; }

.transparent {
  background: rgba(var(--cifarbe1rgbawert), 0.8); }

.bglightci, .background2 {
  background: #d0dad0; }

.bgci, .background1 {
  background: var(--cifarbe1);
  color: #fff; }

.bgweiss {
  background: white; }

.text-weiss .headline2, .background1 .headline2, .background1 .headline2 {
  color: #fff; }
  .text-weiss .headline2:after, .background1 .headline2:after, .background1 .headline2:after {
    background-color: white; }
.text-weiss .teasertextgross, .text-weiss .lauftext, .background1 .teasertextgross, .background1 .lauftext, .background1 .teasertextgross, .background1 .lauftext {
  color: #fff; }
  .text-weiss .teasertextgross > a, .text-weiss .lauftext > a, .background1 .teasertextgross > a, .background1 .lauftext > a, .background1 .teasertextgross > a, .background1 .lauftext > a {
    box-shadow: inset 0 -2px 0 #fff;
    color: #fff; }
    .text-weiss .teasertextgross > a:hover, .text-weiss .teasertextgross > a:focus, .text-weiss .lauftext > a:hover, .text-weiss .lauftext > a:focus, .background1 .teasertextgross > a:hover, .background1 .teasertextgross > a:focus, .background1 .lauftext > a:hover, .background1 .lauftext > a:focus, .background1 .teasertextgross > a:hover, .background1 .teasertextgross > a:focus, .background1 .lauftext > a:hover, .background1 .lauftext > a:focus {
      box-shadow: inset 0 -40px 0 #fff;
      color: #0d4411;
      outline-color: #fff; }

:root {
  --cifarbe1: #0d4411;
  --cifarbe1rgbawert:13,68,17;
  --cifarbe1light: #e7e9e7; }

/*# sourceMappingURL=page.css.map */
