body {
  position: relative;
  font-family: "ff-tisa-sans-web-pro", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25;
  color: #4D4D4D;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1 {
  font-size: 1.125rem;
  font-weight: 400;
}

h2 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #005046;
}

#partner h3 {
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: #005046;
}

h4 {
  font-size: 1.25rem;
  font-style: italic;
  color: #8CC63F;
}

h4 a {
  text-decoration: none;
  color: #8CC63F;
}

h5 {
  font-weight: 700;
  font-style: italic;
  color: #8CC63F;
}

a.nounderline {
  text-decoration: none;
}

p,
li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

p.reg {
  font-size: 1.125rem;
}

p.intro {
  font-size: 1.25rem;
}

ul.custom {
  list-style-type: none;
  padding-left: 1rem;
}

ul.custom li {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #005046;
}

a {
  text-decoration: underline;
  text-decoration-color: #8CC63F;
  color: #212529;
}

a:hover {
  color: #005046 !important;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}

.btn {
  display: block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 2px solid #8CC63F;
  color: #8CC63F;
}

.btn.grell {
  width: 75%;
  width: calc(100% - 124px);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container {
  max-width: 800px;
}

.bg-brand {
  background-color: #8CC63F;
}

.bg-grey-lightest {

}

.bg-grey-lightest {
  background-color: #eee;
}

header.banner {
  display: block;
  position: relative;
  z-index: 9;
}

.top-bar {
  padding: 0.5rem;
  background-color: #8CC63F;
  color: #005046;
}

.top-bar p {
  font-size: 0.875rem;
  line-height: 1.125;
  hyphens: none;
}

.brand {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -5000rem;
  width: 150px;
  height: 150px;
  background-color: #fff;
  background-image: url(../images/scs-logo.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 123px 120px;
  background-size: 123px 120px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  z-index: 8;
}

.primary-menu {
  display: block;
  position: relative;
}

.primary-menu ul {
  display: flex;
  justify-content: center;
  flex: 1 1 0px;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0.25rem;
}

.primary-menu ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.primary-menu ul li a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 0.25rem;
  color: #005046;
}

.primary-menu ul li a:active,
.primary-menu ul li a:focus {
  text-decoration-color: #8CC63F;
}

#cover {
  display: block;
  position: relative;
  width: 100%;
  background-color: #eee;
  overflow: hidden;
}

.zechenpark {
  position: absolute;
  bottom: 3rem;
  right: 1rem;
  width: 100px;
  height: auto;
  z-index: 9;
}

#cover > .container {
  position: relative;
}

#cover > .container::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

#cover .owl-carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2.25rem;
  z-index: 0;
}

.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}

.owl-stage-outer {
  z-index: 0;
}
.owl-carousel .owl-item {
  position: relative;
}

.owl-carousel .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -1.5rem;
  width: 100%;
  z-index: 1;
}

.owl-dot {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  background-color: #8CC63F !important;
  border-radius: 0.5rem;
  opacity: 0.5;
}

.owl-dot:focus {
  outline: none;
}

.owl-dot.active {
  opacity: 1;
}

#partner {
  margin-top: -2rem;
}

footer.content-info {
  background-color: #555;
  color: #fff;
}

footer.content-info p {
  font-size: 0.75rem;
  line-height: 1.25;
}

footer.content-info a {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #fff;
}

.footer-menu ul {
  display: block;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin: 0;
}

.footer-menu ul li a {
  display: inline-block;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  text-indent: -5000rem;
  width: 38px;
  height: 38px;
  background-image: url(../images/ico-uarr.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 38px 38px;
  background-size: 38px 38px;
  border-radius: 38px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
}

.back-to-top.visible {
  display: block;
}



@media (min-width: 576px) {
}



@media (min-width: 768px) {
  h1 {
    font-size: 1.375rem;
  }

  h2 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }

  h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #005046;
  }

  h4 {
    font-size: 1rem;
  }

  p.reg {
    font-size: 1.25rem;
  }

  p.intro {
    font-size: 1.375rem;
  }

  .grellgap {
    margin-top: -1rem;
  }

  .grellimg {
    position: relative;
  }

  .grellimg img {
    position: absolute;
  }

  .grellgap {
    position: absolute;
    margin-top: -5.25rem;
    width: 100%;
  }

  .grellp {
    margin-bottom: 5rem;
  }

  .primary-menu {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
  }

  .primary-menu ul li {
    display: inline-block;
    width: auto;
  }

  .primary-menu ul li a {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }

  .zechenpark {
    bottom: 4rem;
    right: 2rem;
  }

  #cover > .container::after {
    padding-top: 62.5%;
  }

  #unterstuetzer {
    margin-bottom: 8rem;
  }
}



@media (min-width: 992px) {
  .wide {
    margin-right: -80px;
    margin-left: -80px;
  }
}
