@charset "UTF-8";
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.hero .stoerer {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 300px;
  height: 300px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transform-origin: center;
  animation: 2s infinite pulsate;
}
.hero .stoerer.color0 {
  background: #00aaa7;
  background: linear-gradient(180deg, #00aaa7 0%, rgb(0, 144.5, 141.95) 100%);
}
.hero .stoerer.color1 {
  background: #444444;
  background: linear-gradient(180deg, #444444 0%, rgb(55.25, 55.25, 55.25) 100%);
}
.hero .stoerer.color2 {
  background: #0d53a2;
  background: linear-gradient(180deg, #0d53a2 0%, rgb(11.1057142857, 70.9057142857, 138.3942857143) 100%);
}
.hero .stoerer.color3 {
  background: #84c2d9;
  background: linear-gradient(180deg, #84c2d9 0%, rgb(112.5186335404, 184.3385093168, 210.9813664596) 100%);
}
.hero .stoerer.color4 {
  background: #003354;
  background: linear-gradient(180deg, #003354 0%, rgb(0, 35.5178571429, 58.5) 100%);
}
.hero .stoerer u {
  display: inline-block;
  line-height: 1;
  font-size: 1.125rem;
  padding: 12px 30px;
  border: 2px solid #fff;
  text-decoration: none;
}
.hero .stoerer a {
  color: white;
  transition: all 0.25s ease-in-out;
}
.hero .stoerer a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.hero .stoerer .stoerer-text {
  color: white;
  font-weight: bold;
  transform: rotate(-15deg);
  font-size: 1.125rem;
  padding: 2rem;
}
.hero .stoerer .stoerer-text .button-white {
  margin: 0;
  border-width: 2px;
}
.hero .stoerer .stoerer-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .hero .stoerer {
    left: 25px;
    bottom: 220px;
  }
}
@media (max-width: 1200px) {
  .hero .stoerer {
    width: 250px;
    height: 250px;
  }
  .hero .stoerer .stoerer-text {
    font-size: 1rem;
  }
  .hero .stoerer u {
    font-size: 1rem;
    padding: 6px 15px;
  }
}
@media (max-width: 1024px) {
  .hero .stoerer {
    width: 200px;
    height: 200px;
  }
  .hero .stoerer .stoerer-text {
    font-size: 0.75rem;
  }
  .hero .stoerer u {
    font-size: 0.75rem;
    padding: 6px 15px;
  }
}
@media (max-width: 768px) {
  .hero .cta {
    padding-top: 150px;
  }
  .hero .stoerer {
    bottom: 300px;
  }
}
@media (max-width: 640px) {
  .hero .stoerer {
    bottom: 120px;
  }
}
@media (max-width: 380px) {
  .hero .cta {
    padding-top: 170px;
  }
}

.slider-screenshots {
  width: 100%;
  margin: 30px auto 15px;
}
@media (min-width: 40em) {
  .slider-screenshots {
    width: calc(100% - 100px);
    margin: 30px auto 15px;
  }
}
.slider-screenshots .text {
  padding: 15px;
  text-align: center;
}
.slider-screenshots .text p {
  margin: 0;
  font-size: 0.875rem;
  color: #536370;
}
.slider-screenshots .image {
  margin: 0;
}
.slider-screenshots .tint-inner:before {
  background: rgba(0, 170, 167, 0.5);
}
.slider-screenshots .tint-inner:hover:before {
  background: rgba(0, 170, 167, 0);
}

.mfp-bottom-bar {
  margin-top: -40px;
  background: #00aaa7;
  padding: 1rem;
}
.mfp-bottom-bar p {
  margin-bottom: 0;
}
.mfp-bottom-bar .mfp-counter {
  top: 1rem;
  right: 1rem;
  color: white;
}

.icon.icon-headset {
  background: url("/static/assets/img/headset.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.teaser-item .text p:last-child .button-white {
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.case-screenshots {
  background-color: #f6f7f8;
}
.case-screenshots .slick-track {
  display: flex !important;
  align-items: center;
}
.case-screenshots img {
  transform: scale(0.9);
}
.case-screenshots .slick-prev {
  z-index: 10;
  left: 10px;
}
.case-screenshots .slick-next {
  right: 10px;
}

.half-margin-bottom {
  margin-bottom: 20px;
}

.small-padding-bottom {
  padding-bottom: 1px;
}

#cc--main {
  --cc-font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.performxiframe iframe {
  position: relative;
  width: 100%;
  height: 775px;
  border: none;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

.section.darkblue {
  background-color: #003354;
  color: #FFF;
}
.section.darkblue p > a {
  color: #00aaa7;
  background: none;
}

.dark-green {
  color: #FFF;
}

.hero.jubi30 {
  color: #00aaa7;
}
.hero.jubi30[style*=background-image] {
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 300px;
}
.hero.jubi30 h2 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 76px;
}
@media (max-width: 920px) {
  .hero.jubi30 h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 640px) {
  .hero.jubi30 h2 {
    font-size: 40px;
  }
}

.section.jubi30 .title {
  color: #0d53a2;
  margin-bottom: 20px;
}
.section.jubi30 .title h3 {
  font-weight: 500;
  margin-bottom: 0;
}
.section.jubi30 .contact {
  overflow: hidden;
}
.section.jubi30 .content-panel-small.white {
  color: #444444;
}
.section.jubi30 .content-panel-small.white table tbody tr:nth-child(2n) {
  background: none;
}
.section.jubi30 .content-panel-small.white table tbody td {
  vertical-align: top;
}
.section.jubi30 .content-panel-small.white table tbody td:first-child {
  white-space: nowrap;
}
@media (max-width: 819px) {
  .section.jubi30 .content-panel-small.white table tbody td:first-child {
    padding-left: 0;
  }
}
.section.jubi30 .triangle-right {
  position: relative;
}
.section.jubi30 .triangle-right:after {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: -1rem;
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
  background-color: inherit;
  z-index: 10;
}
@media (max-width: 819px) {
  .section.jubi30 .triangle-right:after {
    display: none;
  }
}
.section.jubi30 .triangle-left {
  position: relative;
}
.section.jubi30 .triangle-left:after {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  left: -1rem;
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
  background-color: inherit;
  z-index: 10;
}
@media (max-width: 819px) {
  .section.jubi30 .triangle-left:after {
    display: none;
  }
}

.button-darkblue {
  background: #003354;
  color: #FFF;
}
.button-darkblue:hover {
  background: rgba(0, 51, 84, 0.95);
  color: #FFF;
}

.section.dark-green.jubi30-form {
  padding-bottom: 250px;
  position: relative;
  background-image: url(../img/bg-green-arrow-down.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.section.dark-green.jubi30-form label:before {
  background: white;
  padding: 0 5px !important;
}
.section.dark-green.jubi30-form:after {
  display: none;
}
.section.dark-green.jubi30-form input[type=text], .section.dark-green.jubi30-form textarea {
  border: none;
}
.section.dark-green.jubi30-form textarea {
  height: calc(8em + 2px);
}
.section.dark-green.jubi30-form textarea + label {
  margin-top: calc(-8em - 2px);
  margin-bottom: calc(7em + 2px);
}
.section.dark-green.jubi30-form select {
  width: 100%;
  height: calc(3em + 2px);
  margin: 0 0 1em;
  padding: 0.9em 1em;
  border-radius: 0;
  background: #fff;
  resize: none;
  outline: none;
  color: #00aaa7;
}
.section.dark-green.jubi30-form .select-container {
  position: relative;
}
.section.dark-green.jubi30-form .select-container select {
  border: 1px solid white;
}
.section.dark-green.jubi30-form .select-container:after {
  content: "⌄";
  border: 1px solid white;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  align-items: flex-start;
  line-height: 1.2;
  background: #00aaa7;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.section.dark-green.jubi30-form label:before {
  color: #00aaa7 !important;
}
.section.dark-green.jubi30-form .companion {
  display: none;
}
.section.dark-green.jubi30-form .companion.show {
  display: block;
}

.magnific-gallery.row .columns {
  float: left !important;
}

.impressum .content ol {
  margin-left: 0;
}
.impressum .content li {
  position: relative;
  padding-left: 1.75rem;
}
.impressum .content li:before {
  position: absolute;
  left: 0;
  top: 0;
}
.impressum .content > ol {
  list-style-type: none;
}
.impressum .content > ol > li {
  list-style: none;
  counter-increment: chapterNum;
}
.impressum .content > ol > li:before {
  content: counter(chapterNum) ". ";
}
.impressum .content > ol > li > ol {
  list-style-type: none;
}
.impressum .content > ol > li > ol > li {
  list-style: none;
  counter-increment: chapterSub;
  padding-left: 2.75rem;
}
.impressum .content > ol > li > ol > li:before {
  content: counter(chapterNum) "." counter(chapterSub) ". ";
}
.impressum .content > ol > li > ol > li > ol {
  list-style-type: none;
}
.impressum .content > ol > li > ol > li > ol > li {
  list-style: none;
  counter-increment: chapterSubSub;
}
.impressum .content > ol > li > ol > li > ol > li:before {
  content: counter(chapterSubSub, lower-alpha) ") ";
}
.impressum .content > ol > li > ol > li > ol > li > ol {
  list-style: none;
  counter-increment: chapterSubSubSub;
}
.impressum .content > ol > li > ol > li > ol > li > ol > li {
  padding-left: 1.25rem;
}
.impressum .content > ol > li > ol > li > ol > li > ol > li:before {
  content: counter(chapterSubSubSub, circle) "";
}
.impressum .content > ol > li:nth-child(4) > ol > li > ol li {
  padding-left: 2.5rem;
}
.impressum .content > ol > li:nth-child(4) > ol > li > ol li:before {
  content: counter(chapterNum) "." counter(chapterSub) "." counter(chapterSubSub) ". ";
}

/*# sourceMappingURL=special.css.map */
