@charset "UTF-8";
/* CSS Document */

.blau {
	color: #3b94b6;
}
.petrol {
	color: #3d8a96;
}
.hellrot {
	color: #da5256;
}
.dunkelrot {
	color: #8C5758;
}
.praxis-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 0 50px;
    margin: 0 0 30px;
    transition: .3s ease-in-out;
}

.praxis-wrapper + .praxis-wrapper {
    border-left-color: transparent;
}

.praxis-wrapper:last-child {
    border-radius: 0 .1875rem .1875rem 0;
}

.praxis-wrapper:first-child {
    border-radius: .1875rem 0 0 .1875rem;
}

.praxis-wrapper:hover {
    border-color: #f0f0f0;
    border-radius: .1875rem;
    box-shadow: 0 4px 16px rgba(90, 90, 90, .05);
    transform: scale(1.02);
    z-index: 1;
}

.praxis-header {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
}

.praxis-title {
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: 1rem;
    margin: 0;
}
.praxis-title-2 {
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: .9rem;
    margin: 0;
	color: #222;
}

.praxis-icon {
    line-height: 1;
    font-size: 2.5rem;
    color: #222;
    margin: 0 0 20px;
}

.praxis-icon-2 {
    line-height: 1;
    font-size: 2.5rem;
    color: #da5256;
    margin: 0 0 20px;
}

.praxis-price {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-weight: 600;
    font-size: 4rem;
}

.praxis-price > span {
    position: absolute;
    display: block;
    left: -15px;
    top: 28px;
    font-size: 1.125rem;
}

.praxis-body > *:last-child {
    margin-bottom: 0;
}

.praxis-footer {
    padding: 34px 0 45px;
}

.praxis-wrapper .praxis-title,
.praxis-wrapper .praxis-price {
    color: #222;
}

.praxis-wrapper .praxis-body {
    color: #788487;
}

.vz-stoerer {
  position: fixed;
  top: 102px;
  right: 24px;
  z-index: 1055;
  width: 148px;
  height: 148px;
  border-radius: 20%;
  background: rgba(230, 1, 86, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem;
  box-shadow: 0 18px 40px rgba(230, 1, 86, 0.35);
  text-decoration: none;
  line-height: 1.25;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-18px) scale(0.88);
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease, border-radius 0.35s ease, width 0.35s ease, height 0.35s ease, padding 0.35s ease, right 0.35s ease;
}

.vz-stoerer::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 20%;
  background: #e60156;
  z-index: 0;
}

.vz-stoerer span {
  display: block;
  position: relative;
  z-index: 1;
}

.vz-stoerer-compact-label {
  display: none !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.vz-stoerer-title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  line-height: 1.05;
  white-space: nowrap;
}

.vz-stoerer-subtitle {
  margin-top: 0.2rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.vz-stoerer.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.vz-stoerer:hover,
.vz-stoerer:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px) scale(1.02);
}

.vz-stoerer.is-compact {
  width: 44px;
  height: 164px;
  border-radius: 22px 0 0 22px;
  right: 0;
  padding: 0.8rem 0.25rem;
  background: #e60156;
  box-shadow: 0 10px 30px rgba(230, 1, 86, 0.25);
}

.vz-stoerer.is-compact::before {
  inset: 10% 16% 10% 16%;
  border-radius: 14px 0 0 14px;
}

.vz-stoerer.is-compact span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-width: none;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

.vz-stoerer.is-compact .vz-stoerer-title,
.vz-stoerer.is-compact .vz-stoerer-subtitle {
  font-size: 0.82rem;
  line-height: 1;
}

.vz-stoerer.is-compact .vz-stoerer-title {
  display: none;
}

.vz-stoerer.is-compact .vz-stoerer-subtitle {
  display: none;
}

.vz-stoerer.is-compact .vz-stoerer-compact-label {
  display: block !important;
}

@media (max-width: 991.98px) {
  .vz-stoerer {
    position: fixed;
    width: 44px;
    height: 150px;
    top: 50vh;
    bottom: auto;
    right: 0;
    padding: 0.8rem 0.25rem;
    font-size: 0.82rem;
    border-radius: 22px 0 0 22px;
    background: #e60156;
    box-shadow: 0 10px 30px rgba(230, 1, 86, 0.25);
  }

  .vz-stoerer::before {
    inset: 10% 16% 10% 16%;
    border-radius: 14px 0 0 14px;
  }

  .vz-stoerer .vz-stoerer-title,
  .vz-stoerer .vz-stoerer-subtitle {
    display: none;
  }

  .vz-stoerer .vz-stoerer-compact-label {
    display: block !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    max-width: none;
    letter-spacing: 0.08em;
    font-size: 0.76rem;
    line-height: 1;
  }

  .vz-stoerer.is-compact {
    width: 34px;
    height: 122px;
    padding: 0.55rem 0.18rem;
  }

  .vz-stoerer.is-compact::before {
    inset: 10% 18% 10% 18%;
  }

  .vz-stoerer.is-compact .vz-stoerer-compact-label {
    font-size: 0.68rem;
  }
}

@media (max-width: 767.98px) {
  .vz-stoerer {
    position: fixed;
    width: 40px;
    height: 138px;
    top: 50vh;
    bottom: auto;
    right: 0;
    padding: 0.7rem 0.2rem;
  }

  .vz-stoerer::before {
    inset: 10% 16% 10% 16%;
    border-radius: 14px 0 0 14px;
  }

  .vz-stoerer.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .vz-stoerer .vz-stoerer-compact-label {
    display: block !important;
    font-size: 0.72rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.08em;
  }

  .vz-stoerer.is-compact {
    width: 30px;
    height: 108px;
    padding: 0.45rem 0.12rem;
  }

  .vz-stoerer.is-compact::before {
    inset: 10% 18% 10% 18%;
  }

  .vz-stoerer.is-compact .vz-stoerer-compact-label {
    font-size: 0.62rem;
  }
}