body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #000;
  font-size: 20px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 21px;
  padding-bottom: 0px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #afc400;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), 1px 1px 3px 0 #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.video {
  background-color: #919191;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.video:hover {
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.sl-form-submit-button {
  margin-top: 0px;
}

.button.sb-registration-link {
  margin-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: Roboto, sans-serif;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  background-color: #000;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
  color: #000;
}

.nav-link {
  padding: 26px 17px;
  border-top-color: #fff;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: #fff;
  font-size: 12px;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 #489fd9;
  color: #489fd9;
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #489fd9;
  color: #489fd9;
}

.nav-link.einloggen {
  border-top-color: #fff;
  box-shadow: inset 0 3px 0 0 transparent, inset 0 0 2px 0 #fff;
}

.nav-link.box {
  max-width: 106px;
  border: 1px solid #fff;
}

.nav-link.modal-link {
  display: inline-block;
  text-align: left;
}

.nav-link.sb-registration-link {
  color: #fff;
}

.nav-link.sb-registration-link:hover {
  color: #3498db;
}

.nav-link.login-button {
  margin-left: 100px;
  color: #fff;
}

.nav-link.login-button:hover {
  color: #3498db;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/Colouration blur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  margin-top: 0px;
  margin-bottom: -90px;
  padding-top: 70px;
  padding-bottom: 10px;
  background-image: none;
  opacity: 1;
  -webkit-transition: all 703ms ease;
  transition: all 703ms ease;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.main.home {
  padding-top: 70px;
  background-color: transparent;
  background-image: url('../images/White-Abstract-Rainbow-Smoke.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  color: #000;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 0px;
  background-color: #2b2c2e;
  background-image: none;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.purple.zubeh-r {
  background-image: none;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3498db;
  background-image: none;
}

.section.press {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
  color: #fff;
}

.section.salon-management.new {
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.preise {
  border-color: #3d3d3d;
  background-color: transparent;
  background-image: none;
  color: transparent;
}

.section.customers {
  background-color: #ddedf8;
  background-image: none;
  font-size: 17px;
}

.section.zubehoer {
  background-image: none;
}

.section.salon {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url('../images/studiobookr_Mockup_neu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu.produkte {
  float: left;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  font-weight: 400;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #3498db;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  margin-bottom: 68px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.section-subtitle.home {
  color: #000;
}

.section-subtitle.online-terminplanung {
  color: #2b2c2e;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  color: #2b2c2e;
  font-size: 17px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  margin-bottom: 0px;
  color: #3d3d3d;
  font-weight: 500;
}

.title {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #2b2c2e;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #3498db;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
  padding-right: 10px;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  padding-top: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.afro-model {
  padding-top: 0px;
  text-align: center;
}

.afro {
  position: static;
  left: 0px;
  top: -19px;
  right: 0px;
  padding-top: 0px;
  opacity: 1;
}

.logo {
  padding-top: 25px;
}

.button-container {
  position: static;
  top: -163px;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-top: 17px;
  padding-bottom: 0px;
  text-align: center;
}

.button-div {
  position: relative;
  top: -335px;
  padding-top: 0px;
}

.jetzt-video {
  padding-top: 20px;
  padding-bottom: 0px;
  font-weight: 500;
  text-align: left;
}

.jetzt-video.text {
  padding-top: 47px;
  padding-bottom: 15px;
  font-weight: 500;
  text-align: right;
}

.video-link {
  color: #fff;
}

.video-link:hover {
  border-bottom-color: #489fd9;
  color: #489fd9;
}

.screen-and-iphone {
  position: relative;
  text-align: center;
}

.features-div {
  text-align: center;
}

.feature-tab {
  text-align: center;
}

.terminbuch {
  background-color: #dfe8e4;
}

.preise-container {
  text-align: center;
}

.preise-infos {
  color: #000;
}

.features {
  font-size: 25px;
}

.heading-h2-features {
  color: #000;
}

.container {
  color: #fff;
}

.features_headline {
  padding-top: 70px;
  color: #000;
  font-weight: 300;
}

.features-paragraph-page {
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.features-text-page {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.cloud {
  padding-top: 5px;
  text-align: left;
}

.features-page-div {
  background-image: url('../images/Screenshot_Terminbuch.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.screenshot {
  margin-bottom: 30px;
  background-image: url('../images/background_dark.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.screenshot.kasse {
  background-image: none;
}

.iphone {
  margin-bottom: 20px;
  padding-top: 10px;
  box-shadow: 0 0 6px 0 #fff;
  text-align: center;
}

.studiobookr-screenshot {
  text-align: right;
}

.column-1-studio {
  text-align: right;
}

.column-2-facebook {
  text-align: left;
}

.features_all {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.features_all.headline {
  font-size: 16px;
  font-weight: 400;
}

.features_all-headline {
  font-size: 16px;
  font-weight: 400;
}

.features-section-div {
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, #000 40%, transparent);
  background-image: linear-gradient(180deg, #000 40%, transparent);
}

.zubehoer-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/Colouration blur.jpg');
  background-position: 50% 53%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.terminbuch-features {
  padding-top: 70px;
}

.zuebehoer-page {
  padding-top: 70px;
  font-weight: 300;
}

.barcode-scanners {
  text-align: left;
}

.footer {
  text-align: left;
}

.press {
  padding-right: 0px;
  padding-left: 15px;
}

.play {
  padding-top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.play:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.cv-dates {
  color: #000;
  font-weight: 300;
  text-align: right;
}

.cv-jobs {
  color: #000;
  font-weight: 300;
  text-align: left;
}

.profile-pics {
  padding-top: 20px;
}

.profile-headline {
  margin-bottom: 15px;
  color: #000;
  font-weight: 300;
}

.ueber-uns-page {
  padding-top: 70px;
}

.impressum-para {
  text-align: left;
}

.impressum-headline {
  text-align: left;
}

.faq-page {
  padding-top: 70px;
}

.faq-para {
  margin-bottom: 20px;
  text-align: left;
}

.faq-link {
  color: #000;
  text-decoration: none;
}

.answer {
  color: #474545;
  text-align: left;
}

.question {
  padding-top: 0px;
  color: #000;
  font-weight: 400;
}

.client {
  padding-right: 5px;
  padding-left: 5px;
}

.play-button {
  margin-bottom: 16px;
}

.faq-image {
  margin-bottom: 20px;
}

.impressum-heading {
  color: #000;
  text-align: left;
}

.video_page {
  padding-top: 70px;
}

.vdeo {
  margin-bottom: 8px;
}

.press-heading {
  color: #000;
  text-align: left;
}

.press-page-logo {
  margin-bottom: 10px;
  text-align: left;
}

.press-block {
  text-align: left;
}

.article-headline {
  font-size: 18px;
}

.press-page {
  padding-top: 70px;
}

.nav-bar {
  padding-top: 8px;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 74px;
  right: 0px;
  z-index: 1001;
  display: none;
  height: 300px;
  background-color: transparent;
}

.modal-background.sl-registration-modal {
  display: none;
}

.modal-window {
  position: static;
  display: block;
  padding: 15px;
  float: none;
  background-color: #2b2c2e;
  opacity: 1;
  text-align: center;
}

.modal-window.registration {
  display: block;
}

.tick {
  min-height: 0px;
  text-align: center;
}

.tick-para {
  text-align: center;
}

.sl-form {
  float: none;
  clear: right;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.sl-form-wrapper {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: left;
}

.close-wrapper {
  text-align: right;
}

.field-label {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
}

.field-label.sl-inpage-form-label {
  color: #000;
}

.einloggen-feld {
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.login-error-message {
  display: none;
  color: #cf0a0a;
}

.home {
  color: #000;
}

.online-terminplanung-h2 {
  color: #2b2c2e;
}

.terminbuch_neu {
  text-align: left;
}

.online-terminplanung_subtitle {
  color: #2b2c2e;
}

.online-terminplaung_textblock {
  color: #2b2c2e;
}

.salonmanagement_01 {
  position: static;
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url('../images/SDS_Mockup_iPad_neu_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sds {
  text-align: left;
}

.home-headline-page {
  color: #000;
}

.section-salon {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url('../images/studiolution_HP.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.salon-management {
  margin-bottom: 30px;
}

.section-_iphone {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url('../images/Macbook_studiolution_3_neu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.list {
  color: #000;
  list-style-type: none;
}

.uschi-block {
  background-color: #3498db;
}

.uschi-und-klaus-block {
  left: auto;
  right: -5px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: #ddedf8;
}

.ushi-headline {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.paket-headline {
  color: #2b2c2e;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.ushi-items {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

.ushi {
  left: 0px;
  right: auto;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: rgba(58, 51, 51, .15);
  list-style-type: none;
}

.paket-subheadline {
  font-size: 14px;
  font-weight: 400;
}

.paket-row {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.paket-row.keine {
  text-align: center;
}

.preise-pane {
  margin-bottom: 15px;
}

.klaus {
  background-color: #ddedf8;
}

.klaus-headline {
  background-color: #3d3d3d;
  color: #fff;
  font-weight: 300;
}

.klaus-items {
  color: #000;
  font-weight: 300;
}

.ushi-para {
  padding-left: 25px;
  text-align: left;
}

.preise {
  color: #000;
  font-weight: 300;
  text-align: left;
}

.preise.ushi-headline {
  background-color: transparent;
}

.preise-subtext {
  font-size: 12px;
}

.preis {
  font-size: 30px;
  font-weight: 400;
}

.price-box {
  padding-left: 33px;
  background-color: rgba(59, 52, 52, .28);
  font-size: 13px;
  text-align: left;
}

.tabs-menu {
  top: -10px;
  margin-top: 15px;
}

.tab-monat {
  border: 1px solid #c8c8c8;
  background-color: transparent;
}

.tab-monat:hover {
  color: #000;
  font-weight: 400;
}

.tab-monat.w--current {
  right: auto;
  border: 1px solid #c8c8c8;
  background-color: #c8c8c8;
}

.tab-monat.w--current:active {
  background-color: transparent;
}

.tab-jahr {
  left: auto;
  border: 1px solid #c8c8c8;
  background-color: transparent;
}

.tab-jahr:hover {
  font-weight: 400;
}

.tab-jahr:active {
  background-color: #c8c8c8;
}

.uschi-und-klaus-headline {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-color: #3498db;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.uschi-und-klaus-subheadline {
  font-size: 14px;
}

.price {
  font-size: 13px;
  text-align: left;
}

.price-box-2 {
  padding-left: 33px;
  background-color: #bcddf3;
  text-align: left;
}

.sl-validation-msg {
  display: block;
  color: red;
}

.sl-validation-msg.sl-email-duplicate-msg {
  display: none;
}

.sl-validation-msg.sl-email-format-msg {
  display: none;
}

.sl-validation-msg.sl-required-msg {
  display: none;
}

.sl-row-collapsed {
  margin-right: -10px;
  margin-left: -10px;
}

.sl-registration-success-msg {
  display: none;
  font-style: normal;
  font-weight: 400;
}

.sl-registration-success-msg.sl-external-success-msg {
  display: none;
  color: #3d3d3d;
}

.sl-registration-error-msg {
  display: none;
  color: red;
}

.hinweis {
  color: #3d3d3d;
  font-size: 12px;
}

.keine-liste {
  text-align: center;
  text-transform: none;
}

.divkeine {
  margin-bottom: 14px;
  margin-left: 20px;
}

.komplettsystemdetail {
  padding-top: 15px;
}

.uschiklaus {
  padding-top: 20px;
  text-align: center;
}

.uschi_wahl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.uschiklaus_wahl {
  padding-top: 15px;
  background-color: transparent;
}

.uschi {
  font-size: 30px;
  font-weight: 300;
}

.section_paketwahl {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.salonmanagement {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url('../images/iPhone_silver_s.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text_features_preise {
  padding-top: 10px;
  color: #000;
}

.testimony-mask {
  margin-bottom: 47px;
}

.trustpilot {
  padding-top: 11px;
}

.footer-row {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.tel-price {
  font-size: 11px;
}

.sl-external-section {
  margin-top: 20px;
  text-align: left;
}

.sl-external-content-wrapper {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.sl-external-login-text {
  margin-bottom: 20px;
  color: #3d3d3d;
}

.sl-external-login-headline {
  margin-bottom: 0px;
  color: #3d3d3d;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-press"] {
  opacity: 1;
}

@media (max-width: 991px) {
  .button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 8px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .nav-link.modal-link {
    display: inline-block;
  }
  .nav-link.login-button {
    margin-left: 51px;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .nav-menu.produkte {
    display: block;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .modal-background {
    display: none;
  }
  .modal-background.sl-registration-modal {
    display: none;
  }
  .sl-form-wrapper {
    width: auto;
  }
  .icon {
    color: #fff;
  }
  .sl-external-content-wrapper {
    width: auto;
  }
  .sl-external-body {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sl-external-login-text {
    margin-bottom: 20px;
  }
  .sl-external-login-headline {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  p {
    padding-left: 5px;
  }
  .button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #dfe8e4;
  }
  .nav-link.login-button {
    margin-left: 0px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .logo {
    padding-top: 12px;
  }
  .jetzt-video {
    text-align: center;
  }
  .jetzt-video.text {
    text-align: center;
  }
  .modal-background {
    top: 60px;
    display: none;
  }
  .ushi-headline {
    text-align: center;
  }
  .ushi {
    text-align: left;
  }
  .preise {
    text-align: center;
  }
  .price-box {
    text-align: center;
  }
  .uschi-und-klaus-headline {
    text-align: center;
  }
  .price {
    text-align: center;
  }
  .sl-arztbucher-logo {
    margin-left: -80px;
  }
}

@media (max-width: 479px) {
  h2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  p {
    padding-right: 5px;
    padding-left: 5px;
  }
  .button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .button.sb-registration-link {
    margin-bottom: 10px;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
  }
  .nav-link.menu {
    background-color: #000;
    color: #fff;
  }
  .nav-link.modal-link {
    display: block;
    text-align: left;
  }
  .nav-link.login-button {
    margin-left: 0px;
  }
  .nav-menu.produkte {
    display: none;
  }
  .section-subtitle {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .logo {
    padding-top: 12px;
  }
  .button-container {
    top: -88px;
  }
  .jetzt-video {
    text-align: center;
  }
  .jetzt-video.text {
    text-align: center;
  }
  .features_headline {
    padding-right: 10px;
    padding-left: 10px;
  }
  .features-paragraph-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .features_all {
    text-align: center;
  }
  .footer {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .play {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cv-dates {
    text-align: center;
  }
  .cv-jobs {
    text-align: center;
  }
  .faq-para {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-background {
    top: 60px;
    display: none;
    margin-top: 0px;
  }
  .icon {
    background-color: transparent;
  }
  .uschi-und-klaus-block {
    padding-right: 25px;
    padding-left: 33px;
  }
  .ushi-headline {
    padding-right: 25px;
    font-size: 22px;
    text-align: center;
  }
  .ushi {
    padding-right: 25px;
  }
  .preise {
    text-align: center;
  }
  .price-box {
    padding-right: 25px;
  }
  .tab-monat {
    text-align: center;
  }
  .tab-jahr.w--current {
    text-align: center;
  }
  .uschi-und-klaus-headline {
    padding-right: 25px;
    font-size: 22px;
    text-align: center;
  }
  .price {
    text-align: center;
  }
  .price-box-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .uschi-und-klaus-paket {
    padding-top: 25px;
  }
}

