h1 {
  font-family: body;
  font-size: 4rem;
  padding: 0;
  margin-bottom: 3rem;
  line-height: 100%;
  text-align: center;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

h2 {
  font-family: body;
  font-size: 3rem;
  color: #c7017f;
  text-transform: uppercase;
  text-align: center;
}

.bold {
  font-family: bold;
}

.tac {
  text-align: center;
}

.dgrey-color {
  color: #555;
}

.primary-heading {
  font-family: leicht;
  color: #c7017f;
  font-size: 4.3rem;
  text-align: center;
}

@media (max-width: 700px) {
  .primary-heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 500px) {
  .primary-heading {
    font-size: 3rem;
    font-family: body;
  }
}

.panorama {
  position: relative;
  width: 100%;
  height: auto;
}

.panorama img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bgwhite {
  background-color: #f8f8f8;
}

.boxshadow {
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
}

.abstand3 {
  width: 100%;
  height: 3rem;
}

.abstand4 {
  width: 100%;
  height: 4rem;
}

.abstand5 {
  width: 100%;
  min-height: 1rem;
  display: block;
  padding: 2.5rem;
}

@media (max-width: 500px) {
  .abstand5 {
    padding: 0.5rem;
  }
}

.abstand6 {
  width: 100%;
  min-height: 1rem;
  display: block;
  padding: 3rem;
}

@media (max-width: 500px) {
  .abstand6 {
    padding: 2.5rem;
  }
}

.abstand7 {
  width: 100%;
  min-height: 1rem;
  display: block;
  padding: 3.5rem;
}

@media (max-width: 600px) {
  .abstand7 {
    padding: 1.9rem;
  }
}

.abstand8 {
  width: 100%;
  min-height: 3rem;
  display: block;
  padding: 4rem;
}

@media (max-width: 600px) {
  .abstand8 {
    padding: 2.5rem;
  }
}

.abstand10 {
  width: 100%;
  min-height: 3.8rem;
  display: block;
  padding: 5rem;
}

@media (max-width: 600px) {
  .abstand10 {
    padding: 2rem;
  }
}

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

.mt-3 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pfull-4 {
  padding: 4rem;
}

@media (max-width: 700px) {
  .pt-10 {
    padding-top: 5rem;
  }
}

.but-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.but-content a.but {
  text-decoration: none;
  color: #c7017f;
  padding: 1rem 2rem;
  font-size: 2.5rem;
  font-family: body;
  border: 1px solid #c7017f;
  margin-top: 1.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 2rem;
}

.but-content a.but:hover {
  background-color: #810253;
  color: #e2e2e2;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
  border-color: #e2e2e2;
}

.fullspace {
  width: 100%;
}

.contaner {
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 5rem auto 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contaner-image {
  width: 40%;
  height: auto;
  margin-right: 2rem;
}

.contaner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contaner .carousel {
  position: relative;
  max-width: 60%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.contaner .carousel .slider {
  width: 600%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.contaner .carousel .slider__head {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
  color: #c7017f;
  padding-bottom: 7px;
  border-bottom: 1px dotted #c7017f;
}

.contaner .carousel .slider__bodytext {
  position: relative;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #555;
}

.contaner .carousel .slider__bodytext::before {
  content: "\0315";
  position: absolute;
  top: -32px;
  left: 15px;
  font-size: 220px;
  color: rgba(131, 55, 55, 0.1);
}

.contaner .carousel .slider__bodytext::after {
  content: "\0315";
  position: absolute;
  top: -32px;
  left: 49px;
  font-size: 220px;
  color: rgba(131, 55, 55, 0.1);
}

.contaner .carousel .slider__testiname {
  font-size: 1.3rem;
  font-weight: 300;
  color: #444;
}

.contaner .carousel .slider section {
  padding: 2rem 7rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fdf1f1;
}

.contaner .carousel .slider section .section-container {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .contaner .carousel .slider__head {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .contaner .carousel .slider__bodytext {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .contaner .carousel .slider__testiname {
    font-size: 1.8rem;
  }
}

.contaner .carousel .controls span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.contaner .carousel .controls span.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contaner .carousel .controls span.arrow:hover i.fas {
  color: #fff;
}

.contaner .carousel .controls span.arrow:hover::before {
  background-color: rgba(131, 55, 55, 0.5);
}

.contaner .carousel .controls span.left {
  position: absolute;
  left: 20px;
}

.contaner .carousel .controls span.left i.fas {
  position: relative;
  color: #c7017f;
}

.contaner .carousel .controls span.right {
  position: absolute;
  right: 20px;
}

.contaner .carousel .controls span.right i.fas {
  position: relative;
  color: #c7017f;
}

.contaner .carousel .controls ul {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.contaner .carousel .controls ul li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #333;
  background-color: #333;
  margin: 5px;
  cursor: pointer;
}

.contaner .carousel .controls ul li:hover {
  border-color: #c7017f;
  background-color: #c7017f;
}

.contaner .carousel .controls ul li.selected {
  background-color: transparent;
  border-color: #c7017f;
}

@media (max-width: 1200px) {
  .contaner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .contaner .carousel {
    height: 340px;
  }
}

@media (max-width: 750px) {
  .contaner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contaner-image {
    width: 100%;
    height: 260px;
    margin: 0;
  }
  .contaner .carousel {
    max-width: 100% !important;
    margin: 0;
    margin-top: 3rem;
    height: 350px;
  }
}

@media (max-width: 500px) {
  .contaner .carousel {
    height: auto;
  }
}

.navbar {
  z-index: 9000;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  height: 40px;
  border-top: 1px dotted #c7017f;
  border-bottom: 1px dotted #c7017f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  .navbar {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (max-width: 550px) {
  .navbar {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.navbar ul {
  text-align: center;
  list-style-type: none;
}

.navbar ul li {
  display: inline-block;
}

.navbar ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  min-width: 112px;
  text-transform: uppercase;
  color: #333;
  font-family: body;
  font-size: 1.8rem;
  line-height: 37px;
  padding: 4px 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar ul li a:hover {
  color: #c7017f;
}

.navbar ul li a.aktivstatus {
  color: #c7017f;
  font-family: medium;
}

.navbar .navbar-toggler {
  display: none;
}

a.aktivstatus {
  color: #c7017f !important;
  font-family: medium;
}

@media (max-width: 1470px) {
  .navbar {
    padding: 0 9%;
  }
}

@media (max-width: 960px) {
  .navbar {
    padding: 0;
    background-color: transparent;
    border: none;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
  }
  .navbar ul {
    position: relative;
    display: block;
    z-index: 9000;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .navbar ul.open {
    max-height: 100vh;
  }
  .navbar ul li {
    width: 100%;
  }
  .navbar ul li:not(:last-child) {
    border-bottom: 1px dotted rgba(248, 248, 248, 0.4);
  }
  .navbar ul li a {
    display: block;
    background-color: #666;
    color: #f8f8f8;
    padding: 1rem 0;
    font-size: 2.2rem;
  }
  .navbar ul li a:hover {
    background-color: #c7017f;
    color: #f8f8f8;
  }
  .navbar ul li a.aktiv {
    background-color: #c7017f;
  }
  .navbar .navbar-toggler {
    display: block;
    z-index: 9200;
    position: absolute;
    top: 8px;
    right: 5px;
    height: 40px;
    background-color: transparent;
    color: #c7017f;
    border: 3px solid #c7017f;
    border: none;
    outline: none;
    padding: 0 5px;
    cursor: pointer;
  }
  .navbar .navbar-toggler span,
  .navbar .navbar-toggler span::before,
  .navbar .navbar-toggler span::after {
    content: "";
    display: block;
    background-color: #c7017f;
    height: 3px;
    width: 28px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-toggler span::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .navbar .navbar-toggler span::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .navbar .navbar-toggler.open-navbar-toggler span {
    background-color: transparent;
  }
  .navbar .navbar-toggler.open-navbar-toggler span::before {
    background-color: #fff;
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  .navbar .navbar-toggler.open-navbar-toggler span::after {
    background-color: #fff;
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}

footer {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  background-color: #272727;
  font-family: body;
  border-top: 1px solid #c7017f;
}

@media (max-width: 1200px) {
  footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

footer .footer-logo {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 2.7rem;
  line-height: 110%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

footer .footer-logo span {
  color: #c7017f;
  font-family: body;
}

footer .footer__items {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 850px) {
  footer .footer__items {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__items--item {
    width: 100%;
  }
}

@media (max-width: 735px) {
  footer .footer__items {
    width: 75%;
  }
}

@media (max-width: 560px) {
  footer .footer__items {
    width: 90%;
  }
}

footer .footer__items--item {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  color: #ddd;
  font-size: 1.8rem;
  line-height: 120%;
}

@media (max-width: 1200px) {
  footer .footer__items--item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

@media (max-width: 850px) {
  footer .footer__items--item:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media (max-width: 735px) {
  footer .footer__items--item {
    font-size: 2.1rem;
  }
}

footer .footer__items--item .small {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

footer .footer__items--item .abstand {
  margin-bottom: 1rem;
}

footer .footer__items--item .footer-head {
  font-family: boldcon;
  font-size: 3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3rem;
  padding: 12px 8px 4px;
  background-color: rgba(199, 1, 127, 0.4);
}

footer .footer__items--item .footer-body {
  list-style: none;
}

footer .footer__items--item .footer-body span {
  font-family: body;
  color: #c7017f;
  line-height: 150%;
  margin-left: 8px;
}

footer .footer__items--item .footer-body p.pbold {
  font-family: medium;
}

footer .footer__items--item .footer-body a.brand-anchor {
  text-decoration: none;
  text-decoration: none;
  font-family: body;
  color: #f8f8f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer__items--item .footer-body a.brand-anchor:hover {
  color: #c7017f;
}

footer .footer__items--item .footer-body a.brand-anchor i.fa {
  margin-right: 1rem;
  text-decoration: none;
}

footer .footer__items--item td {
  font-weight: 300;
  vertical-align: top;
  line-height: 170%;
}

footer .footer__items--item td.td-fett {
  color: #c7017f;
  font-weight: 700;
}

footer .footer__items--item table {
  width: 100%;
}

footer .footer__items--item table .tdtag {
  width: 50%;
}

footer .footer__items--item table .tduhr {
  width: 50%;
}

footer .footer__items--item table .hoeher {
  line-height: 70%;
}

footer .footer__items--item table .tiefer {
  line-height: 260%;
}

@media (max-width: 1200px) {
  footer .footer__items--item table .tdtag {
    width: 40%;
  }
  footer .footer__items--item table .tduhr {
    width: 60%;
  }
}

footer .footer__items--item .footer-link {
  text-decoration: none;
  color: #f8f8f8;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer__items--item .footer-link:hover {
  color: #c7017f;
}

@media (max-width: 600px) {
  footer .footer__items--item .footer-link {
    text-align: center;
  }
}

footer .footer__items--item .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer__items--item .socials i {
  margin-bottom: 1rem;
  color: #c7017f;
  font-size: 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer__items--item .socials i:hover {
  color: #f8f8f8;
}

@media (max-width: 600px) {
  footer .footer__items--item .socials {
    text-align: center;
  }
}

footer .copyright {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
  color: #f8f8f8;
  font-family: body;
  text-align: center;
  font-size: 1.1rem;
  border-top: 1px dotted #c7017f;
}

footer .copyright a.gillweb {
  color: #f8f8f8;
  text-decoration: none;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .copyright a.gillweb:hover {
  color: #c7017f;
}

.bottom-wrapper {
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 1px dotted #888;
}

.bottom-wrapper .neovita {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0 4px;
}

.bottom-wrapper .neovita-text {
  color: #999;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0;
  padding-top: 0;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px dotted #888;
}

.bottom-wrapper .neovita-logo {
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bottom-wrapper .neovita-logo a {
  position: relative;
}

.bottom-wrapper .neovita-logo a img {
  display: inline-block;
  width: auto;
  height: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottom-wrapper .neovita-logo:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bottom-wrapper .neovita-logo:hover .overlay {
  opacity: 1;
  visibility: visible;
  height: 285px;
}

.bottom-wrapper .overlay {
  position: absolute;
  z-index: 10;
  left: 110px;
  bottom: 103%;
  width: 200px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 2rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 60% 97%, 50% 100%, 40% 97%, 0 97%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 97%, 60% 97%, 50% 100%, 40% 97%, 0 97%, 0 0);
  background-color: rgba(199, 1, 127, 0.9);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.bottom-wrapper .overlay a.overlink {
  display: inline-block;
  width: 100%;
}

.bottom-wrapper .overlay a.overlink img {
  width: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  opacity: 0.6;
}

.bottom-wrapper .overlay .heading {
  font-family: medium;
  font-size: 1.6rem;
  color: #f8f8f8;
  line-height: 1.1;
  margin-bottom: 0.9rem;
}

.bottom-wrapper .overlay .text {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #f8f8f8;
}

.bottom-wrapper .socials-items {
  width: 20%;
  text-align: right;
}

.bottom-wrapper .socials-items a.sociallinks {
  color: rgba(248, 248, 248, 0.5);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bottom-wrapper .socials-items a.sociallinks:not(:last-child) {
  margin-right: 2rem;
}

.bottom-wrapper .socials-items a.sociallinks i.fab {
  font-size: 2rem;
}

.bottom-wrapper .socials-items a.sociallinks:hover {
  color: #c974aa;
}

.bottom-wrapper .contact-items {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bottom-wrapper .contact-items a.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(248, 248, 248, 0.5);
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bottom-wrapper .contact-items a.contacts:not(:last-child) {
  margin-right: 2rem;
}

.bottom-wrapper .contact-items a.contacts i.fas {
  font-size: 2rem;
  display: inline-block;
  margin-right: 6px;
}

.bottom-wrapper .contact-items a.contacts:hover {
  color: #c974aa;
}

@media (max-width: 850px) {
  .bottom-wrapper {
    padding: 5px 2rem;
  }
  .bottom-wrapper .contact-items {
    display: none;
  }
  .bottom-wrapper .socials-items {
    width: 40%;
  }
}

@media (max-width: 850px) and (orientation: landscape) {
  .bottom-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
    height: 38px;
  }
  .bottom-wrapper .neovita {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .bottom-wrapper .neovita {
    width: 55%;
    padding: 7px 0;
  }
}

.intro-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  margin-bottom: 10rem;
}

.intro-items .image {
  width: 36%;
  height: auto;
  position: relative;
  background-image: url(images/auszeitimage.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-items .image .overlay {
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 2rem;
  bottom: 2rem;
  background-color: rgba(39, 39, 39, 0.7);
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro-items .image .overlay-head {
  font-size: 3.9rem;
  text-align: center;
  color: #e2e2e2;
  border-bottom: 1px dotted #e2e2e2;
  margin-bottom: 2rem;
}

.intro-items .image .overlay-body {
  font-size: 1.8rem;
  margin-bottom: 7px;
  font-family: body;
  line-height: 140%;
  color: #e2e2e2;
}

.intro-items .image .overlay .ul-content {
  margin: 0 auto;
}

.intro-items .image .overlay .ul-content ul {
  margin-top: 2rem;
}

.intro-items .image .overlay .ul-content ul li {
  margin-left: 1.8rem;
  font-family: medium;
  color: #e2e2e2;
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 7px;
}

.intro-items .image .overlay .but-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro-items .image .overlay .but-content .but {
  margin-top: 3rem;
  display: inline-block;
  padding: 1.6rem 2rem 1.2rem;
  text-decoration: none;
  color: #e2e2e2;
  font-size: 2.5rem;
  text-align: center;
  border: 1px solid #c7017f;
  line-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.intro-items .image .overlay .but-content .but:hover {
  background-color: #c7017f;
  border-color: #e2e2e2;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.intro-items .vitae {
  width: 64%;
  color: #272727;
  padding: 5.5rem;
}

.intro-items .vitae-headline {
  font-size: 4.3rem;
  font-family: leicht;
  color: #777;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
}

.intro-items .vitae-subhead {
  margin-top: 3rem;
  font-size: 2.2rem;
  font-family: medium;
  color: #c7017f;
  line-height: 110%;
}

.intro-items .vitae-body {
  margin-top: 2rem;
}

.intro-items .vitae-body p {
  font-size: 1.8rem;
  margin-bottom: 7px;
  font-family: body;
  line-height: 140%;
}

@media (max-width: 900px) {
  .intro-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-items .vitae {
    padding: 2rem;
  }
  .intro-items .vitae-headline {
    font-size: 4.6rem;
    margin-top: 1rem;
  }
  .intro-items .vitae-subhead {
    margin-top: 3rem;
    font-size: 2.6rem;
    font-family: medium;
    color: #c7017f;
    line-height: 110%;
  }
  .intro-items .vitae-body p {
    font-size: 2.1rem;
  }
  .intro-items .image {
    display: block;
    width: 100%;
    height: 385px;
  }
  .intro-items .image .overlay {
    padding: 2rem;
  }
  .intro-items .image .overlay-head {
    margin-bottom: 1rem;
  }
  .intro-items .image .overlay-body {
    text-align: center;
    font-size: 2.3rem;
  }
  .intro-items .image .overlay ul {
    margin: 0;
  }
  .intro-items .image .overlay .but {
    margin-top: 1rem;
  }
}

@media (max-width: 900px) and (max-width: 900px) {
  .intro-items .image {
    height: 420px;
  }
}

@media (max-width: 900px) and (max-width: 600px) {
  .intro-items .image {
    height: 375px;
  }
  .intro-items .image .overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro-items .image .overlay-head {
    font-size: 5.2rem;
  }
  .intro-items .image .overlay-body {
    font-size: 2.5rem;
    line-height: 115%;
  }
  .intro-items .image .overlay .ul-content ul {
    margin-top: 1rem;
  }
  .intro-items .image .overlay .ul-content ul li {
    font-size: 2.2rem;
  }
  .intro-items .image .overlay .but-content {
    margin-top: 1rem;
  }
  .intro-items .image .overlay .but-content .but {
    margin: 0 !important;
  }
}

@media (max-width: 900px) and (max-width: 400px) {
  .intro-items .image {
    height: 450px;
  }
  .intro-items .image .overlay-head {
    font-size: 3.1rem;
  }
}

@media (max-width: 900px) {
  .intro-items .vitae {
    width: 100%;
  }
}

.logo-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.logo-items a.logo-item-link {
  padding: 1rem;
  border: 1px dotted #ddd;
  background-color: #fff;
  width: 22.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo-items a.logo-item-link .logo-item {
  width: 100%;
  height: auto;
}

.logo-items a.logo-item-link .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.logo-items a.logo-item-link:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 850px) {
  .logo-items a.logo-item-link {
    width: 48%;
  }
  .logo-items a.logo-item-link:nth-child(1), .logo-items a.logo-item-link:nth-child(2) {
    margin-bottom: 2.4rem;
  }
}

.erklaerung-items {
  position: relative;
  width: 100%;
  background-image: url(images/erklaerimage.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.erklaerung-items .erklaerung-text {
  width: 50%;
}

.erklaerung-items .erklaerung-text .heading {
  font-family: leicht;
  font-size: 4rem;
  line-height: 100%;
  margin-bottom: 2rem;
}

.erklaerung-items .erklaerung-text .copytext {
  font-family: leicht;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 135%;
}

@media (max-width: 800px) {
  .erklaerung-items {
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    padding: 3rem !important;
  }
  .erklaerung-items .erklaerung-text {
    width: 100%;
    color: #f8f8f8;
  }
}

@media (max-width: 550px) {
  .erklaerung-items .erklaerung-text .heading {
    font-size: 4.3rem;
  }
  .erklaerung-items .erklaerung-text .copytext {
    font-family: body;
    font-size: 2.1rem;
  }
}

.impressionen-container {
  max-width: 1200px;
  margin: 6rem auto 12rem;
}

@media (max-width: 550px) {
  .impressionen-container {
    margin-bottom: 5rem;
  }
}

.gallery {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.gallery a {
  overflow: hidden;
  margin: 0;
  padding: 0;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

@media (max-width: 650px) {
  .gallery a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 550px) {
  .gallery a {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}

.gallery img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.gallery img:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  overflow: hidden;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.programm_bgimg {
  background-image: url(../images/powder3_edited_rot.png);
  background-size: 50%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.fixednavi {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .fixednavi {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.fixednavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  list-style: none;
}

.fixednavi ul li {
  margin-right: 5px;
}

.fixednavi ul li a {
  background-color: #555;
  padding: 7px 1.5rem 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #f8f8f8;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixednavi ul li a:hover {
  background-color: #c7017f;
}

.big25rem h2 {
  font-size: 2.5rem;
}

@media (max-width: 700) {
  .big25rem h2 {
    font-size: 2rem;
  }
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

i.fa-star {
  display: inline;
  font-size: 1.7rem;
  color: #c7017f;
  line-height: 100%;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-bottom: 8px;
}

.angebot-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1.5rem 0;
}

.angebot-items .angebot-wrapper-one {
  margin-bottom: 1rem;
}

.angebot-items .angebot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  margin-bottom: 3rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  font-size: 1.6rem;
  background-color: rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(136, 136, 136, 0.3);
          box-shadow: 0 0 10px rgba(136, 136, 136, 0.3);
  border: 1px solid #f8f8f8;
}

.angebot-items .angebot-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.angebot-items .angebot-item-content__head {
  font-family: bold;
  color: #922556;
  font-size: 2.3rem;
  line-height: 120%;
  padding: 3px 5px 0;
  background-color: rgba(221, 221, 221, 0.5);
  margin-bottom: 1rem;
}

.angebot-items .angebot-item-content__body {
  color: #555;
  padding-left: 1rem;
  padding-top: 5px;
  background-color: rgba(199, 1, 127, 0.08);
}

.angebot-items .angebot-item-content__body p {
  display: block;
}

.angebot-items .angebot-item-content__body i.fas {
  color: #c7017f;
  margin-right: 5px;
}

.angebot-items .angebot-item-content-body2 {
  margin-top: 1rem;
  color: #555;
  font-size: 1.5rem;
}

.angebot-items .angebot-wrapper-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  border-top: 1px dotted #c7017f;
}

@media (max-width: 700px) {
  .angebot-items .angebot-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .angebot-items .angebot-wrapper-two .end-preis {
    margin-top: 5px;
  }
}

@media (max-width: 650px) {
  .angebot-items .angebot-wrapper-two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .angebot-items .angebot-wrapper-two .end-dauer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 1rem 0;
    background-color: rgba(199, 1, 127, 0.4);
  }
  .angebot-items .angebot-wrapper-two .end-dauer .end-dauer-1,
  .angebot-items .angebot-wrapper-two .end-dauer .end-dauer-2 {
    width: 90px;
  }
  .angebot-items .angebot-wrapper-two .end-preis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 1rem 0;
    background-color: rgba(85, 85, 85, 0.6);
    color: #f8f8f8;
  }
  .angebot-items .angebot-wrapper-two .end-preis .end-preis-1,
  .angebot-items .angebot-wrapper-two .end-preis .end-preis-2 {
    width: 90px;
  }
}

.angebot-items .angebot-wrapper-two .end-dauer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 1rem 0;
  background-color: rgba(199, 1, 127, 0.4);
}

.angebot-items .angebot-wrapper-two .end-preis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 1rem 0;
  background-color: rgba(85, 85, 85, 0.6);
  color: #f8f8f8;
}

@media (max-width: 1000px) {
  .angebot-items .angebot-item {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media (max-width: 660px) {
  .angebot-items .angebot-item {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}

.team {
  width: 100%;
  background-image: url(images/teambackground.jpg);
  background-position: center;
  background-size: cover;
}

.team-container {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 1190px) {
  .team-container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (max-width: 550px) {
  .team-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.team-item {
  position: relative;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-bottom: 4rem;
}

@media (max-width: 850px) {
  .team-item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-bottom: 5rem;
  }
}

@media (max-width: 550px) {
  .team-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.team-item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.team-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-item-img:hover .team-popup-content {
  bottom: 0%;
  opacity: 1;
}

.team-item-img .team-popup-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #f8f8f8;
  font-family: body;
  font-size: clamp(1.3rem, 1.7rem, 1.85rem);
  padding: 1.6rem;
}

.team-item-name h5 {
  padding: 0.8rem 1rem;
  font-size: 2.2rem;
  color: #f8f8f8;
  background-color: #c7017f;
}

.team-item-vita ul {
  list-style: square;
  color: #f8f8f8;
  padding-left: 2.5rem;
  padding-right: 15px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background-color: rgba(248, 248, 248, 0.3);
}

.ersatz-heading {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.ersatz-heading span.eh1 {
  background-color: #922556;
  color: #f8f8f8;
  padding: 0 4px;
}

.ersatz-heading span.eh2 {
  background-color: #c7017f;
  padding-left: 5px;
  padding-right: 5px;
}

.ersatz-heading-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 4rem;
  height: 4rem;
}

.ersatz-heading-image img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.dreistufen-container {
  padding: 4rem;
  width: 100%;
  background-image: url(images/angeboteBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dreistufen-items {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dreistufen-item {
  width: 29%;
  padding: 1rem;
  background-color: #888;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dreistufen-item .head {
  text-align: center;
  font-size: 3rem;
  color: #e2e2e2;
  margin-top: 1rem;
  border-bottom: 1px dotted #e2e2e2;
  margin-bottom: 1rem;
}

.dreistufen-item .bodytext {
  color: #e2e2e2;
  font-size: 2rem;
}

.dreistufen-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1050px) {
  .dreistufen-item {
    width: 32%;
  }
}

@media (max-width: 850px) {
  .dreistufen-item {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .dreistufen-item img {
    height: 190px;
  }
  .dreistufen-item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

@media (max-width: 600px) {
  .dreistufen {
    padding: 1.5rem;
  }
  .dreistufen-item {
    width: 100%;
  }
}

.imagemich {
  width: 36%;
  height: auto;
  position: relative;
  background-image: url(images/team1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.marken-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.068);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.068);
  margin-bottom: 7rem;
}

.marken-container .marken-item {
  width: 20%;
  height: auto;
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.marken-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 750px) {
  .marken-container .marken-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33%;
  }
}

@media (max-width: 450px) {
  .marken-container {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .marken-container .marken-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 60%;
    padding: 2px;
  }
}

.panorama-kos {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.panorama-kos-heads {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 4rem;
  font-family: leicht;
  margin-right: 17%;
  margin-left: 17%;
  color: #f8f8f8;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.panorama-kos img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 750px) {
  .panorama-kos {
    height: 300px;
  }
  .panorama-kos img {
    height: 100%;
  }
  .panorama-kos-heads {
    font-size: 3rem;
    font-family: body;
  }
}

@media (max-width: 750px) {
  .panorama-kos-heads {
    font-size: 3rem;
    font-family: body;
  }
}

@media (max-width: 350px) {
  .panorama-kos {
    margin-bottom: 4rem;
  }
  .panorama-kos-heads {
    font-size: 2.7rem;
    font-family: body;
  }
}

.geschenk-items {
  position: relative;
  width: 100%;
  background-image: url(images/geschenkimage.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.geschenk-items .erklaerung-text {
  width: 40%;
}

.geschenk-items .erklaerung-text .heading {
  font-family: leicht;
  font-size: 4rem;
  line-height: 100%;
  margin-bottom: 2rem;
}

.geschenk-items .erklaerung-text .copytext {
  font-family: leicht;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 135%;
}

@media (max-width: 800px) {
  .geschenk-items {
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    padding: 3rem !important;
  }
  .geschenk-items .erklaerung-text {
    width: 100%;
    color: #f8f8f8;
  }
}

@media (max-width: 550px) {
  .geschenk-items .erklaerung-text .heading {
    font-size: 4.3rem;
  }
  .geschenk-items .erklaerung-text .copytext {
    font-family: body;
    font-size: 2.1rem;
  }
}

.heading-body {
  text-align: center;
  font-size: 2.2rem;
  font-family: leicht;
  padding: 2rem 10rem;
  color: #444;
  line-height: 138%;
}

@media (max-width: 700px) {
  .heading-body {
    padding: 2rem 3rem;
  }
}

.behandlung-item {
  position: relative;
  width: 100%;
  height: 100px;
}

.behandlung-item-right {
  padding: 6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.behandlung-item-right.zwei {
  background-image: url(images/bg-makeup.jpg);
}

.behandlung-item-right.vier {
  background-image: url(images/needeling.jpg);
}

.behandlung-item-right.sechs {
  background-image: url(images/bg-haende.jpg);
}

.behandlung-item-right::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.behandlung-item-right .headin {
  margin-right: 50%;
  font-size: 3.4rem;
  line-height: 105%;
  margin-bottom: 3rem;
  color: #c7017f;
}

.behandlung-item-right .subbold {
  margin-right: 50%;
  margin-bottom: 3rem;
  font-family: medium;
  font-size: 2rem;
  color: #888;
  text-transform: uppercase;
}

.behandlung-item-right .copytext {
  margin-right: 50%;
  font-family: body;
  font-size: 1.8rem;
  line-height: 130%;
}

.behandlung-item-right .copytext ul li {
  margin-left: 1.7rem;
}

.behandlung-item-right .copytext ul li:first-child {
  margin-top: 1rem;
}

@media (max-width: 890px) {
  .behandlung-item-right {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
    padding: 2.5rem;
  }
  .behandlung-item-right .headin {
    margin-right: 2rem;
    color: #c974aa;
    font-size: 3.6rem;
  }
  .behandlung-item-right .subbold {
    margin-right: 2rem;
    color: #e2e2e2;
  }
  .behandlung-item-right .copytext {
    margin-right: 2rem;
    color: #e2e2e2;
  }
}

.behandlung-item-left {
  padding: 6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.behandlung-item-left.eins {
  background-image: url(images/bg-antiageing.jpg);
}

.behandlung-item-left.drei {
  background-image: url(images/bg-kosmetik-maenner.jpg);
}

.behandlung-item-left.fuenf {
  background-image: url(images/bg-teens.jpg);
}

.behandlung-item-left.seven {
  background-image: url(images/bg-geschenke.jpg);
}

.behandlung-item-left::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.behandlung-item-left .headin {
  margin-left: 50%;
  font-size: 3.4rem;
  margin-bottom: 3rem;
  color: #c7017f;
}

.behandlung-item-left .subbold {
  margin-left: 50%;
  margin-bottom: 3rem;
  font-family: medium;
  font-size: 2rem;
  color: #888;
  text-transform: uppercase;
}

.behandlung-item-left .copytext {
  margin-left: 50%;
  font-family: body;
  font-size: 1.8rem;
  line-height: 130%;
}

@media (max-width: 890px) {
  .behandlung-item-left {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
    padding: 2.5rem;
  }
  .behandlung-item-left .headin {
    text-align: right;
    margin-left: 2rem;
    color: #c974aa;
    font-size: 3.6rem;
  }
  .behandlung-item-left .subbold {
    text-align: right;
    margin-left: 2rem;
    color: #e2e2e2;
  }
  .behandlung-item-left .copytext {
    text-align: right;
    margin-left: 2rem;
    color: #e2e2e2;
  }
}

.fuersieda {
  width: 100%;
  text-align: center;
}

.fuersieda-head {
  font-size: 4.5rem;
  color: #666;
  font-family: leicht;
}

.fuersieda-content {
  font-size: 2rem;
  font-family: leicht;
}

.kontakt {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.068);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.068);
  overflow: hidden;
}

.kontakt-image {
  width: 50%;
}

.kontakt-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kontakt .kontakt-mail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 50%;
  background-color: #ddd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.kontakt .kontakt-mail p {
  font-size: 2.6rem;
  text-align: center;
  color: #555;
  text-transform: uppercase;
  padding-top: 2.5rem;
  margin: 0;
  line-height: 90%;
}

@media (max-width: 1200px) {
  .kontakt {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (max-width: 750px) {
  .kontakt {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .kontakt-image {
    display: none;
  }
  .kontakt .kontakt-mail {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .kontakt {
    padding: 0;
  }
}

.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 402px) {
  .contact-form {
    padding: 1rem 1rem;
  }
}

.form-input {
  position: relative;
  background-color: #f8f8f8;
  overflow: visible;
  font-size: 1.3rem;
  border: none;
  outline: none;
}

.form-input:focus {
  outline: none;
  border: none;
}

.form-input:active::-webkit-input-placeholder,
.form-input :focus::-webkit-input-placeholder {
  z-index: 9999;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  color: #c7017f;
  overflow: visible;
}

.form-input:active:-ms-input-placeholder,
.form-input :focus:-ms-input-placeholder {
  z-index: 9999;
  transform: translateY(-15px);
  color: #c7017f;
  overflow: visible;
}

.form-input:active::-ms-input-placeholder,
.form-input :focus::-ms-input-placeholder {
  z-index: 9999;
  transform: translateY(-15px);
  color: #c7017f;
  overflow: visible;
}

.form-input:active::placeholder,
.form-input :focus::placeholder {
  z-index: 9999;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  color: #c7017f;
  overflow: visible;
}

.form-input:not(:last-child) {
  margin-bottom: 2rem;
}

.form-input__input {
  display: block;
  padding: 1.5rem 1rem;
  border: none;
  width: 100%;
  display: block;
  background-color: #f8f8f8;
  outline: none;
  border: none;
  font-size: 1.5rem;
}

.form-input__input::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 115%;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-input__input:-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 115%;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-input__input::-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 115%;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-input__input::placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 115%;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#wunsch {
  margin-bottom: 2rem;
  border: none;
  outline: none;
  background-color: rgba(199, 1, 127, 0.1);
  border: 1px solid #f8f8f8;
  font-size: 1.5rem;
  padding: 5px 10px;
}

#contact-message {
  border: none;
  padding: 1rem 0;
  padding-left: 1rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  background-color: #f8f8f8;
}

#contact-message:focus {
  outline: none;
}

#contact-message textarea:focus::-webkit-input-placeholder,
#contact-message :active::-webkit-input-placeholder {
  -webkit-transform: translateY(-38px);
          transform: translateY(-38px);
  color: #f8f8f8;
}

#contact-message textarea:focus:-ms-input-placeholder,
#contact-message :active:-ms-input-placeholder {
  transform: translateY(-38px);
  color: #f8f8f8;
}

#contact-message textarea:focus::-ms-input-placeholder,
#contact-message :active::-ms-input-placeholder {
  transform: translateY(-38px);
  color: #f8f8f8;
}

#contact-message textarea:focus::placeholder,
#contact-message :active::placeholder {
  -webkit-transform: translateY(-38px);
          transform: translateY(-38px);
  color: #f8f8f8;
}

#contact-message::-webkit-input-placeholder {
  color: #333;
}

#contact-message:-ms-input-placeholder {
  color: #333;
}

#contact-message::-ms-input-placeholder {
  color: #333;
}

#contact-message::placeholder {
  color: #333;
}

.absenden-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.absenden-wrapper .absenden {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  margin-top: 2rem;
  margin-right: 0;
  margin-left: 0;
  font-size: 2rem;
  padding: 0.6rem 1rem 0.3rem;
  border: none;
  background-color: #922556;
  color: #f8f8f8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  outline: none;
}

.absenden-wrapper .absenden:not(:last-child) {
  margin-right: 3rem;
}

.absenden-wrapper .absenden:active, .absenden-wrapper .absenden:focus {
  outline: none;
}

.absenden-wrapper .absenden:hover {
  background-color: #f8f8f8;
  color: #922556;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 8px 7px rgba(199, 1, 127, 0.884);
          box-shadow: 0 0 8px 7px rgba(199, 1, 127, 0.884);
}

@media only screen and (max-width: 402px) {
  .absenden-wrapper .absenden {
    font-size: 1.2rem;
  }
}

.abstand {
  margin-top: 2rem;
}

.checkbox-wrapper {
  z-index: 9000;
  position: relative;
}

.checkbox-wrapper .checkmark {
  display: inline-block;
  height: 2.7rem;
  width: 2.7rem;
  background-color: #f8f8f8 !important;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 1rem;
  margin-top: 2.15rem;
}

.checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 8px;
  width: 13px;
  height: 23px;
  border-right: 5px solid #922556;
  border-bottom: 5px solid #922556;
  -webkit-transform: rotate(45deg) scale(10);
          transform: rotate(45deg) scale(10);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.checkbox-wrapper p.checkbox {
  position: absolute;
  top: 2rem;
  display: inline-block;
  font-size: 1.4rem;
  text-transform: none;
  color: #c7017f;
  text-align-last: left;
  margin-left: 0.7rem;
  margin-top: -2rem;
  text-align: -webkit-match-parent;
}

@media (max-width: 550px) {
  .checkbox-wrapper p.checkbox {
    text-transform: none;
    font-size: 1.2rem;
  }
}

#check:checked ~ .checkmark {
  background-color: #c7017f;
}

#check:checked ~ .checkmark::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

.impressum p {
  font-size: 1.4rem;
}

.impressum h4 {
  font-size: 2rem;
}

.impressum a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #888;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: body;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: anitaliased;
}

@media (max-width: 1000px) {
  html {
    font-size: 59%;
  }
}

@media (max-width: 750px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 550px) {
  html {
    font-size: 50%;
  }
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-image: url(images/lilie60.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 36%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-font-smoothing: anitaliased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

::-moz-selection {
  color: #f8f8f8;
  background: #c7017f;
}

::selection {
  color: #f8f8f8;
  background: #c7017f;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7017f;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #922556;
}

@font-face {
  font-family: leicht;
  src: url(Eurostile_next/eurostile-next-lt-pro-ultra-light-5a952334e0780.otf) format("opentype");
}

@font-face {
  font-family: body;
  src: url(Eurostile_next/eurostile-next-lt-pro-light-5a9523590cce8.otf) format("opentype");
}

@font-face {
  font-family: medium;
  src: url(Eurostile_next/eurostile-next-lt-pro-semibold-5a95239289d79.otf) format("opentype");
}

@font-face {
  font-family: bold;
  src: url(Eurostile_next/eurostile-next-lt-pro-bold-5a9523719d111.otf) format("opentype");
}

@font-face {
  font-family: boldcon;
  src: url(Eurostile_next/eurostile-next-lt-pro-bold-condensed-5a95245cc9da2.otf) format("opentype");
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (max-width: 550px) {
  .container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

main {
  position: relative;
  width: 100%;
}

.startpage {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.startpage .herosection {
  position: relative;
  width: 100%;
  height: auto;
}

.startpage .herosection .herologo {
  margin-top: 3rem;
  margin-bottom: 4rem;
  width: auto;
  height: 140px;
}

.startpage .herosection .herologo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1455px) {
  .startpage .herosection .herologo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 110px;
  }
}

@media (max-width: 960px) {
  .startpage .herosection .herologo {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    height: 65px;
  }
}

@media (max-width: 600px) {
  .startpage .herosection {
    margin-bottom: 1.6rem;
  }
  .startpage .herosection .herologo {
    margin-top: 2rem;
    height: 60px;
  }
}

.startpage .heading {
  z-index: 1000;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  padding-top: 7rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.startpage .heading h1 {
  font-family: medium;
  font-size: 5rem;
  padding: 0;
  margin-bottom: 6rem;
  line-height: 100%;
  text-align: center;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.startpage .heading h1.kosmetikhead {
  font-family: body;
  font-size: 4rem;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 1rem;
  line-height: 100%;
  text-align: center;
  font-weight: 300;
  color: #888;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.startpage .heading .heading-name {
  font-size: 16rem;
  line-height: 100%;
  font-family: leicht;
  color: rgba(199, 1, 127, 0.83);
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.startpage .heading .heading-intro {
  color: #dddddd;
  text-align: center;
  font-family: body;
  font-size: 2.6rem;
  line-height: 120%;
  margin-top: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-animation-name: fadedown;
          animation-name: fadedown;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 800px) {
  .startpage .heading .heading-intro {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .startpage .heading .heading-intro {
    width: 100%;
  }
}

.heroimage {
  width: 100%;
  max-height: 600px;
  position: relative;
}

.heroimage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  height: 80px;
  background-blend-mode: multiply;
  background-image: url(images/header_shadow.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.heroimage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.heroimage .heroheads {
  background-color: rgba(248, 248, 248, 0.7);
  position: absolute;
  left: 145px;
  right: 145px;
  bottom: 0;
  height: 105px;
  text-align: center;
}

.heroimage .heroheads-head {
  font-family: leicht;
  color: #555;
  font-size: 6rem;
  margin-top: 8px;
}

.heroimage .heroheads-sub {
  margin-top: -0.6rem;
  font-size: 2.2rem;
  text-align: center;
}

@media (max-width: 1200px) {
  .heroimage .heroheads {
    left: 95px;
    right: 95px;
    height: 96px;
  }
  .heroimage .heroheads-head {
    font-size: 5.1rem;
  }
  .heroimage .heroheads-sub {
    font-size: 1.7rem;
  }
}

@media (max-width: 970px) {
  .heroimage .heroheads {
    height: 96px;
  }
  .heroimage .heroheads-head {
    font-size: 4rem;
  }
  .heroimage .heroheads-sub {
    font-size: 1.7rem;
  }
}

@media (max-width: 800px) {
  .heroimage .heroheads {
    display: none;
  }
}

@media (max-width: 800px) {
  .heroimage::after {
    display: none;
  }
}

@media (max-width: 430px) {
  .startpage .hero {
    -o-object-position: bottom;
       object-position: bottom;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: none;
            animation: none;
  }
}

.abstand1000 {
  width: 100%;
  height: 2000px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  100% {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
            transform: scale3d(1.07, 1.07, 1.07);
    -webkit-box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.8);
  }
}

@keyframes pulse {
  100% {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
            transform: scale3d(1.07, 1.07, 1.07);
    -webkit-box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.8);
  }
}

@-webkit-keyframes heropulse {
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes heropulse {
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top {
  display: block;
  background-color: #c7017f;
  position: fixed;
  padding: 0.5rem 1rem;
  color: #f8f8f8;
  bottom: 5%;
  right: 3%;
  text-decoration: none;
  border-radius: 3px;
  opacity: 0.3;
  font-size: 1rem;
  border: 1px solid #999;
}

.top:hover {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #f8f8f8;
}
/*# sourceMappingURL=main.css.map */