/* ALLES NORMALISIEREN */
body {
    margin: 0;
    overflow-x: hidden;
}
html{
  overflow-x: hidden;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[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-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* FORMATIERUNGEN */

html {
    color: #222;
    font-weight: 100;
    font-size: 1em;
    /* ~16px; */
    line-height: 1.375;
    /* ~22px */
}

body {
    margin: 0;
    font-family: 'Roboto', 'HelveticaNeue-Light', sans-serif;
}

.container {
    /* max-width: 1000px; */
}

a {
    color: #0074c2;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: ' ('attr(href) ')';
    }

    abbr[title]::after {
        content: ' ('attr(title) ')';
    }

    a[href^='#']::after,
    a[href^='javascript:']::after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

a:hover {
    color: unset;
    text-decoration: none;
}

/* HEADER */

.Header-root-1vSE5 {
    background: -webkit-gradient(linear, left top, right top, from(#036), to(#61dafb));
    background: -webkit-linear-gradient(left, #036, #61dafb);
    background: -o-linear-gradient(left, #036, #61dafb);
    background: linear-gradient(to right, #036, #61dafb);
    color: #fff;
    height: 111px;
}

.Header-container-1EKFE {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1000px;
    max-width: var(--max-content-width);
}

.Header-brand-2ZSht {
    color: rgb(128, 128, 128);
    color: color(var(--brand-color) lightness(+50%));
    text-decoration: none;
}

.Header-brandTxt-dkY7q {
    margin-left: 100px;
    float: right;
}

.Header-banner-1vQSj {
    text-align: left;
    float: none;
    display: block;
}

.Header-bannerTitle-J73k2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1em;
}

.Header-bannerDesc-1QHrc {
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05em;
    margin: 0;
    display: inline;
}

@media all and (max-width: 767px) {

    .Header-root-1vSE5 {
        height: 170px;
    }

    .Header-banner-1vQSj {
        text-align: center;
    }
}

a:hover {
    color: unset;
    text-decoration: none;
}

h1 {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.75rem;
}

/* HOME / STARTSEITE */

.Home-root-fisf4 {
    /*padding-left: 20px;
padding-right: 20px;*/
}

.Home-container-2 {
    margin: 0 auto;
        margin-bottom: 0px;
    padding: 10px 0 30px;
    max-width: 1000px;
}

.Home-container-1yZ9z {
    margin: 0 auto;
        margin-bottom: 0px;
    padding: 20px 0 20px;
    max-width: 1000px;
}

.Home-graylayer-1TS3g {
    background: #eee;
}

.Home-whitelayer-2ooiI {
    background: #fff;
}

.Home-absolutebox-TKoRR {
    // position: absolute;
}

.Home-imagewrapper-2VhDK {
    display: -ms-flexbox;
    display: flex;
}

.Home-headline-3xGB4 {
    margin-bottom: 10px;
    color: #036
}

.Home-headline-3xGB4:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px 0;
    background: #61dafb;
}

h1.Home-headline-3xGB4 {
    font-size: 32px;
    font-size: 2rem;
}
h2.Home-headline-3xGB4, h2 {
    font-size: 1.5rem;
}

h3.Home-headline-3xGB4, h3 {
    font-size: 1.5rem;
}

h4.Home-headline-3xGB4, h4 {
    font-size: 1.25rem;
}


h1.Home-headline-3xGB4:after {
    height: 4px;
}

h2.Home-headline-3xGB4:after {
    height: 3px;

}

h3.Home-headline-3xGB4:after {
    height: 3px;
}

h4.Home-headline-3xGB4:after {
    height: 3px;
}

h5.Home-headline-3xGB4:after {
    height: 2px;
}

.Home-contentimage-3rygu {
    max-width: 100%;
    padding-top: 30px;
}

.Home-mercoslider-1Rfo3 {
    margin: 20px 0;
    position: relative;
}

.Home-slickimage-lJHry img {
    max-width: 100%;
    height: auto;
    padding: 0px 5px;
}

.Home-slickimage-lJHry:focus {
    outline: none;
}

.Home-starwrapper-1_1rR {
    display: inline;
}

.Home-star-U-yDs {
    color: gold;
}

.Home-nomarginbottom-P6Ju5 {
    margin-bottom: 0;
}

.Home-infobox-2pyP3 {
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 30px;
}

.Home-usedominfobox-1ngV8 {
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.Home-usedominfobox-1ngV8 .Home-headline-3xGB4:after {
    background: #036;
}

@media all and (min-width: 768px) {
    .Home-equipmentinfobox-3KJgR {
        background: #e2e2e2;
        padding: 20px;
        font-size: 0.89rem;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
        box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
        z-index: 10;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .Home-equipmentinfobox-3KJgR .Home-headline-3xGB4:after {
        background: #036;
    }
}

.Home-petinfobox-3hJIQ {
    padding: 20px 0;
    font-size: 14.24px;
    font-size: 0.89rem;
    margin-bottom: 20px;
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.Home-freetimeinfobox-3s6lB {
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.Home-freetimeinfobox-3s6lB .Home-headline-3xGB4:after {
    background: #036;
}

/* .Home-afterslider-2_JQd {
    margin-bottom: 30px;
} */

.Home-ausstattung-3rUBk {
    list-style: circle;
    padding-left: 0;
    list-style-image: circle;
    clear: both;
    float: none;
    list-style-position: inside;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

@media all and (max-width: 767px) {
  .Home-ausstattung-3rUBk {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      column-gap: 20px;
  }
}
@media all and (max-width: 400px) {
  .Home-ausstattung-3rUBk {
      -webkit-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 30px;
      column-gap: 30px;
  }

}
@media all and (max-width: 417px) {
  .Region-ausstattung-2zzoA {
    -webkit-column-count: 1;
    column-count: 1;

  }

}
  .slick-prev{
    left: 0;
  }
  .slick-next{
    right: 0
  }
  .slider:has(.slick-prev){
    padding: 0px 20px;
  }


.Home-ausstattung-3rUBk li {
    color: #036;
}

.Home-details-1TftG {
    list-style: circle;
    padding-left: 20px;
    list-style-image: circle;
    clear: both;
    float: none;
    list-style-position: outside;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.Home-details-1TftG li {
    color: #036;
}

/* .Home-gridtbm-1IBdJ {
    margin-bottom: 40px;
} */

/* NAVIGATION */

.Navigation-root-d0C7s {
    float: right;
    margin: 6px 0 0;
}

.Navigation-link-3unRI {
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    font-size: 1.125em;
    /* ~18px */
}

.Navigation-link-3unRI,
.Navigation-link-3unRI:active,
.Navigation-link-3unRI:visited {
    color: rgba(255, 255, 255, 0.8);
}

.Navigation-link-3unRI:hover {
    color: rgba(255, 255, 255, 1);
}

.Navigation-highlight-PPdJ5 {
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.Navigation-highlight-PPdJ5:hover {
    background: rgba(0, 0, 0, 0.3);
}

.Navigation-spacer-cX3Pd {
    color: rgba(255, 255, 255, 0.3);
}

@media all and (max-width: 767px) {
    .Navigation-root-d0C7s {
        float: none;
        margin: 6px 0 0;
        text-align: center;
    }
}

/* REGION */

.Region-container-1ql34 {
  margin: 0 auto;
  padding: 20px 0 20px;
  max-width: 1000px;
}
.Region-graylayer-2KkSZ {
  background: #eee;
}
.Region-whitelayer-1k3fw {
  background: #fff;
}
.Region-imagewrapper-1e48k {
  display: -ms-flexbox;
  display: flex;
}
.Region-headline-XDhRb {
  margin-bottom: 10px;
  color: #036
}
.Region-headline-XDhRb:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  margin: 10px 0;
  background: #61dafb;
}
h1.Region-headline-XDhRb {
  font-size: 32px;
  font-size: 2rem;
}
h1.Region-headline-XDhRb:after {
  height: 4px;
}
h2.Region-headline-XDhRb:after {
  height: 3px;
}
h3.Region-headline-XDhRb:after {
  height: 3px;
}
h4.Region-headline-XDhRb:after {
  height: 3px;
}
h5.Region-headline-XDhRb:after {
  height: 2px;
}
.Region-contentimage-4xF3S {
  max-width: 100%;
  padding-top: 30px;
}
.Region-mercoslider-3mlui {
  margin: 20px 0;
  position: relative;
}
.Region-slickimage-3Mspx img {
  max-width: 98%;
  height: auto;
}
.Region-slickimage-3Mspx:focus {
  outline: none;
}
.Region-starwrapper-1aOsi {
  display: inline;
}
.Region-star-2nD1P {
  color: gold;
}
.Region-nomarginbottom-1wzZD {
  margin-bottom: 0;
}
.Region-infobox-2BHC3 {
  z-index: 10;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  margin-bottom: 30px;
}
.Region-usedominfobox-1piVN {
  z-index: 10;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;

}
.Region-usedominfobox-1piVN .Region-headline-XDhRb:after {
    background: #036;
  }
@media all and (min-width: 768px) {
  .Region-equipmentinfobox-2KrzO {
    background: #b1dcfb;
    padding: 20px;
    font-size: 0.89rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
            box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
  }

    .Region-equipmentinfobox-2KrzO .Region-headline-XDhRb:after {
      background: #036;
    }

}
.Region-freetimeinfobox-1RkVU {
  z-index: 10;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;

}
.Region-freetimeinfobox-1RkVU .Region-headline-XDhRb:after {
    background: #036;
  }
.Region-afterslider-3BcxW {
  margin-bottom: 30px;
}
.Region-ausstattung-2zzoA {
  list-style: circle;
  padding-left: 0;
  list-style-image: circle;
  clear: both;
  float: none;
  list-style-position: inside;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;

}
.Region-ausstattung-2zzoA li {
    color: #036;
  }
.Region-gridtbm-1eUge {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .Region-equipmentinfobox-2KrzO {
    background: #e2e2e2;
    padding: 20px;
    font-size: 0.89rem;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
            box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
  }

    .Region-equipmentinfobox-2KrzO .Region-headline-XDhRb:after {
      background: #036;
    }

}

/* IMPRESSUM */

.Impressum-root-53wL3 {
  padding-left: 20px;
  padding-right: 20px;
}
.Impressum-container-2kDKk {
  margin: 0 auto;
  padding: 20px 0 20px;
  max-width: 1000px;
}
.Impressum-imagewrapper-36YqC {
  display: -ms-flexbox;
  display: flex;
}
.Impressum-headline-1p_tb {
  margin-bottom: 10px;
  color: #036
}
.Impressum-headline-1p_tb:after {

  content: '';

  display: block;

  width: 40px;

  height: 4px;

  margin: 10px 0;

  background: #61dafb;
}
h1.Impressum-headline-1p_tb {
  font-size: 32px;
  font-size: 2rem;
}
.Impressum-contentimage-2jbIS {
  max-width: 100%;
  padding-top:30px;}
.Impressum-mercoslider-4IazH {
  margin: 20px 0;
  position: relative;
}
.Impressum-slickimage-2jnvL img {
  max-width: 98%;
  height: auto;
}
.Impressum-slickimage-2jnvL:focus {
  outline: none;
}
.Impressum-starwrapper-h3h-_ {
  display: inline;
}
.Impressum-star-1cP_m {
  color: gold;
}
.Impressum-nomarginbottom-3PGZg {
  margin-bottom: 0;
}
.Impressum-infobox-2wL-Z {
  background: whitesmoke;
  padding: 20px;
  font-size: 14.24px;
  font-size: 0.89rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
          box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
  z-index: 10;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.Impressum-usedominfobox-2Xmje {
  background: #56ccfb;
  padding: 20px;
  font-size: 14.24px;
  font-size: 0.89rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
          box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
  z-index: 10;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.Impressum-usedominfobox-2Xmje .Impressum-headline-1p_tb:after {
    background: #036;
  }
.Impressum-equipmentinfobox-YahLs {
  background: #b1dcfb;
  padding: 20px;
  font-size: 14.24px;
  font-size: 0.89rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
          box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
  z-index: 10;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.Impressum-equipmentinfobox-YahLs .Impressum-headline-1p_tb:after {
    background: #036;
  }
.Impressum-freetimeinfobox-1LITA {
  background: #8ce9fb;
  padding: 20px;
  font-size: 14.24px;
  font-size: 0.89rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.2);
          box-shadow: 0 0 10px rgba(0, 51, 102, 0.2);
  z-index: 10;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.Impressum-freetimeinfobox-1LITA .Impressum-headline-1p_tb:after {
    background: #036;
  }
.Impressum-afterslider-3_ynG {
  margin-bottom: 30px;
}
.Impressum-ausstattung-BYn7Y {
  list-style: circle;
  padding-left:0;
  list-style-image: circle;
  clear: both;
  float: none;
  list-style-position: inside;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
.Impressum-ausstattung-BYn7Y li {
  }
.Impressum-gridtbm-2KN-g {
  margin-bottom: 20px;
}

/* DATENSCHUTZ */

.Datenschutz-root-3tm3c {
    padding-left: 20px;
    padding-right: 20px;
}

.Datenschutz-container-xL54f {
    margin: 0 auto;
    padding: 20px 0 20px;
    max-width: 1000px;
}

.Datenschutz-imagewrapper-3L7yD {
    display: -ms-flexbox;
    display: flex;
}

.Datenschutz-headline-31Ph4 {
    margin-bottom: 10px;
    color: #036
}

.Datenschutz-headline-31Ph4:after {

    content: '';

    display: block;

    width: 40px;

    height: 4px;

    margin: 10px 0;

    background: #61dafb;
}

h1.Datenschutz-headline-31Ph4 {
    font-size: 32px;
    font-size: 2rem;
}

.Datenschutz-contentimage-eHcGS {
    max-width: 100%;
    padding-top: 30px;
}

.Datenschutz-mercoslider-3siP_ {
    margin: 20px 0;
    position: relative;
}

.Datenschutz-slickimage-2-K3h img {
    max-width: 98%;
    height: auto;
}

.Datenschutz-slickimage-2-K3h:focus {
    outline: none;
}

.Datenschutz-starwrapper-1o1ge {
    display: inline;
}

.Datenschutz-star-38xhQ {
    color: gold;
}

.Datenschutz-nomarginbottom-1ckvW {
    margin-bottom: 0;
}

.Datenschutz-infobox-czvHR {
    background: whitesmoke;
    padding: 20px;
    font-size: 14.24px;
    font-size: 0.89rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.Datenschutz-usedominfobox-SGhAU {
    background: #56ccfb;
    padding: 20px;
    font-size: 14.24px;
    font-size: 0.89rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.Datenschutz-usedominfobox-SGhAU .Datenschutz-headline-31Ph4:after {
    background: #036;
}

.Datenschutz-equipmentinfobox-1aRtX {
    background: #b1dcfb;
    padding: 20px;
    font-size: 14.24px;
    font-size: 0.89rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    box-shadow: 0 0 10px rgba(0, 51, 102, 0.33);
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.Datenschutz-equipmentinfobox-1aRtX .Datenschutz-headline-31Ph4:after {
    background: #036;
}

.Datenschutz-freetimeinfobox-1OU0K {
    background: #8ce9fb;
    padding: 20px;
    font-size: 14.24px;
    font-size: 0.89rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 102, 0.2);
    box-shadow: 0 0 10px rgba(0, 51, 102, 0.2);
    z-index: 10;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.Datenschutz-freetimeinfobox-1OU0K .Datenschutz-headline-31Ph4:after {
    background: #036;
}

.Datenschutz-afterslider-2qbio {
    margin-bottom: 30px;
}

.Datenschutz-ausstattung-1dLKB {
    list-style: circle;
    padding-left: 0;
    list-style-image: circle;
    clear: both;
    float: none;
    list-style-position: inside;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.Datenschutz-ausstattung-1dLKB li {}

.Datenschutz-gridtbm-3wyKH {
    margin-bottom: 20px;
}

/* FEEDBACK */

.Feedback-root-2g7Ns {
    background: #f5f5f5;
    color: #333;
}

.Feedback-container-PgkWg {
    margin: 0 auto;
    padding: 20px 8px;
    max-width: 1000px;
    max-width: var(--max-content-width);
    font-size: 1.5em;
    /* ~24px */
}

.Feedback-link-30xS9,
.Feedback-link-30xS9:active,
.Feedback-link-30xS9:hover,
.Feedback-link-30xS9:visited {
    color: #333;
    text-decoration: none;
}

.Feedback-link-30xS9:hover {
    text-decoration: underline;
}

.Feedback-spacer-IQHzD {
    padding-right: 15px;
    padding-left: 15px;
}

/* FOOTER */

.Footer-root-1tZAR {
    background: #036;
    color: #fff;
}

.Footer-container-e0IRj {
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 1000px;
}

.Footer-text-tr5-G {
    color: rgba(255, 255, 255, 0.5);
}

.Footer-spacer-2Di2J {
    color: rgba(255, 255, 255, 0.3);
}

.Footer-text-tr5-G,
.Footer-link-3Ww1H {
    padding: 2px 5px;
    font-size: 1em;
}

.Footer-link-3Ww1H,
.Footer-link-3Ww1H:active,
.Footer-link-3Ww1H:visited {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.Footer-link-3Ww1H:hover {
    color: rgba(255, 255, 255, 1);
}

/* SLICK-SLIDER */

.slick-next::before, .slick-prev::before {
    color: #51d4ea;
}

/* STICKY HEADER */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.sticky + .content {
  padding-top: 111px;
}

@media all and (max-width: 767px) {
    .sticky {
      position: inherit;
    }

    .sticky + .content {
      padding-top: 0px;
    }
}

.urkunde img{
  width: 300px;
}
