body {
  font-family: futura-pt;
  color: #172965;
  font-size: 1.1vw;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.8px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-family: Quicksand, sans-serif;
  color: #3d43bc;
  font-size: 2.2vw;
  line-height: 1.5em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1em;
  font-family: Quicksand, sans-serif;
  color: #2dd3eb;
  font-size: 1.75rem;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-family: Quicksand, sans-serif;
  color: #3d43bc;
  font-size: 1.5vw;
  line-height: 1.8em;
  font-weight: 700;
}

h4 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-size: 1.5vw;
  line-height: 1.5em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1vw;
  line-height: 1.5em;
  font-weight: 500;
}

h6 {
  font-size: 0.9vw;
  line-height: 1.5em;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3d43bc;
  line-height: 2em;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #05c6e5;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2.5em;
}

li {
  margin-top: 0.7em;
  font-size: 1.35vw;
  line-height: 2em;
  list-style-type: disc;
}

img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

strong {
  color: #3d43bc;
  font-weight: 500;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border-left: 5px solid rgba(61, 67, 188, 0.5);
  color: #3d43bc;
  font-size: 1.6vw;
  line-height: 1.8em;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 2em;
  color: #575757;
  line-height: 1em;
  font-style: italic;
  text-align: left;
}

.styleguide-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.styleguide-group-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.styleguide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-section {
  width: 100%;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fafafa;
}

.styleguide-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 90px;
  padding-bottom: 20px;
  padding-left: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.styleguide-element-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.turquoise-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #05c6e5;
}

.turquoise-link:hover {
  color: #3d43bc;
}

.button {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5vw;
  min-width: 16vw;
  padding-right: 1.2em;
  padding-left: 1.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 1vw;
  line-height: 2em;
  font-weight: 700;
}

.button.blue-btn {
  background-color: #2dd3eb;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fafafa;
}

.button.blue-btn:hover {
  background-color: #05c6e5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.turquoise-btn {
  background-color: #05c6e5;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fafafa;
}

.button.turquoise-btn:hover {
  background-color: #172965;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.blue-borders-btn {
  border-style: solid;
  border-width: 3px;
  border-color: #2dd3eb;
  border-radius: 100px;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #3d43bc;
}

.button.blue-borders-btn:hover {
  border-width: 3px;
  border-color: #2dd3eb;
  background-color: #2dd3eb;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fafafa;
}

.button.turquoise-borders-btn {
  border-style: solid;
  border-width: 1.5px;
  border-color: #05c6e5;
  border-radius: 100px;
  -webkit-transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #05c6e5;
}

.button.turquoise-borders-btn:hover {
  background-color: #05c6e5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fafafa;
}

.button.square-btn {
  width: 4vw;
  height: 4vw;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0em;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 1px;
  box-shadow: none;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 1.6vw;
}

.button.square-btn:hover {
  opacity: 0.5;
}

.button.square-btn.transport-button {
  border-style: none;
  background-color: #172965;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.button.square-btn.kostenrechner-btn {
  background-color: #3d43bc;
}

.button.square-btn.upload-btn {
  background-color: #fff;
  color: #3d43bc;
}

.button.square-btn.phone-btn {
  background-color: #05c6e5;
}

.button.nav-button {
  width: 100%;
  min-width: 18vw;
  padding: 0px 0.8em;
  border: 3px solid #fff;
  border-radius: 100px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.button.nav-button:hover {
  border-color: #05c6e5;
  background-color: #05c6e5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.button.nav-plus-btn {
  width: 3.5vw;
  height: 3.5vw;
  min-width: auto;
  margin-left: 1em;
  padding: 0em;
}

.button.midnight-btn {
  background-color: #172965;
}

.styleguide-logo-div {
  width: 250px;
  height: 50px;
  background-image: url('../images/Logo---Turquoise--Blue.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

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

.nav-zahnersatz-dropdown-list {
  top: 0px;
  right: 0px;
}

.nav-zahnersatz-dropdown-list.w--open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 15vw;
  background-color: transparent;
}

.nav-link {
  margin-right: 0.4em;
  margin-left: 0.4em;
  padding: 0.6em 1.5em 0.6em 0.6em;
  border: 1px none #000;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.nav-link:hover {
  background-color: transparent;
  color: #172965;
}

.nav-link.w--current {
  color: #05c6e5;
}

.nav-zahnersatz-dropdown {
  position: static;
  margin-right: 0.2em;
  margin-left: 0.2em;
  padding: 0.6em;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #172965;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2dd3eb;
  box-shadow: 0 20px 15px -20px rgba(0, 0, 0, 0.15);
}

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84vw;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-brand {
  width: 15vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.nav-brand:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-brand.w--current {
  width: 40%;
  height: auto;
  margin-top: 10px;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  top: 0px;
  right: 0%;
  z-index: 15;
  overflow: visible;
  width: 17vw;
  background-color: transparent;
}

.nav-dropdown-link {
  top: 9.2vh;
  padding: 0px 20px 0em 1.2em;
  border: 1px none #000;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 1.09vw;
  line-height: 2.5em;
  font-weight: 400;
  text-align: left;
}

.nav-dropdown-link:hover {
  background-color: #05c6e5;
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: #05c6e5;
}

.nav-dropdown-link.plus-link {
  top: 4.3em;
  right: 0px;
  z-index: 100;
  padding-top: 0em;
  padding-bottom: 0em;
  font-family: futura-pt;
  font-size: 1.09vw;
  line-height: 2.5em;
  font-weight: 400;
  text-align: left;
}

.nav-dropdown-link.plus-link.w--current {
  color: #3d43bc;
  font-weight: 500;
}

.nav-dropdown-link.plus-link.btn-link-paket {
  position: relative;
  right: 0px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  background-color: #05c6e5;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
}

.nav-dropdown-link.plus-link.btn-link-paket:hover {
  border-color: #05c6e5;
  box-shadow: 0 4px 14px -4px #000;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-dropdown-link.plus-link.button-link-shop {
  z-index: 200;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none solid solid;
  border-width: 2px 3px 3px;
  border-color: #fff;
  background-color: #09194c;
  -webkit-transition: box-shadow 500ms ease, border-color 400ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 500ms ease, border-color 400ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease, border-color 400ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease, border-color 400ms ease, -webkit-transform 500ms ease;
  color: #fff;
  text-align: center;
}

.nav-dropdown-link.plus-link.button-link-shop:hover {
  border-color: #09194c;
  box-shadow: 4px 0 14px -4px #000;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav-dropdown-link.plus-link.btn-link-seite {
  border-style: none solid solid;
  border-width: 2px 3px 3px;
  border-color: #fff;
  background-color: #3d43bc;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
}

.nav-dropdown-link.plus-link.btn-link-seite:hover {
  z-index: 200;
  border-color: #3d43bc;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.full-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 12vh;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.full-hero.zahnarzt-hero {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(244, 245, 249, 0.05)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Lächende-Frau.jpg');
  background-image: linear-gradient(270deg, rgba(244, 245, 249, 0.05), hsla(0, 0%, 100%, 0.75)), url('../images/Lächende-Frau.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-hero.patienten-home-hero {
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(73%, hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.05))), url('../images/intro-final.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5) 73%, hsla(0, 0%, 100%, 0.05)), url('../images/intro-final.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-hero.freie-zahnarztwahl-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Zahnarzt-Kind-und-seine-Mutter.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Zahnarzt-Kind-und-seine-Mutter.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.full-hero.quality-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Zahnarzt-und-Patient-lächeln.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Zahnarzt-und-Patient-lächeln.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.full-hero.nulltarif-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Zahnarzt-beratet-Patient.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Zahnarzt-beratet-Patient.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.full-hero.finanzierung-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Zahnarzt-und-Patient-gucken-sich-einander-an.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Zahnarzt-und-Patient-gucken-sich-einander-an.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
}

.full-hero.leistungen-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/Zahnarzt-und-Patient-mit-Röntgen.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/Zahnarzt-und-Patient-mit-Röntgen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-hero.exclusiv-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Zahnärzte-Teamwork.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/Zahnärzte-Teamwork.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-hero.karriere-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Zahnarzt-Tools.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Zahnarzt-Tools.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.full-hero.abholung-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-hero.infopaket-hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('../images/Alte-und-lächende-Menschen.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/Alte-und-lächende-Menschen.jpeg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
}

.full-hero._404-hero {
  background-color: rgba(5, 198, 229, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.25)), to(hsla(0, 0%, 100%, 0.25))), url('../images/Illustration---404.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)), url('../images/Illustration---404.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.full-hero.newsletter-hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.25)), to(hsla(0, 0%, 100%, 0.25))), url('../images/Frau-guckt-sich-was-am-Computer-an.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)), url('../images/Frau-guckt-sich-was-am-Computer-an.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.full-hero.ruckruf-hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.25)), to(hsla(0, 0%, 100%, 0.25))), url('../images/Business-man-im-Auto-wird-angerufen.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)), url('../images/Business-man-im-Auto-wird-angerufen.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dropdown-plus-line {
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 100px;
  background-color: #172965;
}

.dropdown-plus-line.vertical-line {
  width: 4px;
  height: 20px;
}

.dropdown-plus-line.horizontal-line {
  width: 20px;
  height: 4px;
}

.hero-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-wrapper._88vh-hero-wrapper {
  height: 88vh;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34vw;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta._1-button-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-ball-left {
  position: absolute;
  left: -5.1vw;
  top: 54.3vh;
  z-index: 0;
  display: block;
  width: 20vw;
  height: 20vw;
  border-radius: 100%;
  background-color: #3d43bc;
  opacity: 0.1;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.hero-ball-right {
  position: absolute;
  top: -8.1vh;
  right: -4.1vw;
  z-index: 0;
  display: block;
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  background-color: #05c6e5;
  opacity: 0.2;
}

.hero-ball-middle {
  position: absolute;
  left: 3.4vw;
  bottom: 28vh;
  z-index: 0;
  display: block;
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  background-color: #05c6e5;
  opacity: 0.14;
}

.hero-square-buttons {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  height: 100%;
  padding-top: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-square-buttons._68vh-square-buttons {
  height: 68vh;
}

.bold-blue-p {
  color: #3d43bc;
}

.hero-jumbo-p {
  margin-top: -0.2em;
  line-height: 1.8em;
  font-weight: 500;
}

.tagline {
  color: rgba(5, 198, 229, 0.72);
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dropdown-toggle:hover {
  background-color: rgba(5, 198, 229, 0.25);
}

.dropdown-toggle.w--open {
  background-color: rgba(5, 198, 229, 0.25);
}

.section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.blue-section {
  z-index: 5;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2dd3eb;
  color: #fff;
}

.section.home-cta-1 {
  padding-top: 13vw;
  padding-bottom: 10vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, rgba(9, 25, 76, 0)), color-stop(75%, #2dd3eb)), url('../images/bg-grape1.jpg');
  background-image: linear-gradient(90deg, rgba(9, 25, 76, 0) 14%, #2dd3eb 75%), url('../images/bg-grape1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: left;
}

.section.gray-section {
  z-index: 2;
  background-color: #fafafe;
  color: #172965;
}

.section.cta-infopaket-patienten {
  z-index: 2;
  padding-top: 16vw;
  padding-bottom: 16vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.72)), color-stop(74%, transparent)), url('../images/smilling-man.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.72), transparent 74%), url('../images/smilling-man.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #172965;
}

.section.light-blue-s {
  background-color: rgba(205, 234, 242, 0.78);
}

.section.cyan-section {
  background-color: rgba(205, 234, 242, 0.78);
}

.section.zahnarztsuche-cta {
  padding-top: 15vw;
  padding-bottom: 15vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.25)), to(hsla(0, 0%, 100%, 0.25))), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.cta-2 {
  padding-top: 13vw;
  padding-bottom: 13vw;
}

.section.about-cta {
  min-height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(250, 250, 254, 0.05)), to(#fff)), url('../images/Lächende-Frau.jpg');
  background-image: linear-gradient(270deg, rgba(250, 250, 254, 0.05), #fff), url('../images/Lächende-Frau.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section.cta-kostenvoranschlag {
  padding-top: 14vw;
  padding-bottom: 14vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.netzwerk-cta {
  padding-top: 11vw;
  padding-bottom: 11vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(246, 254, 255, 0)), to(hsla(0, 0%, 100%, 0.85))), url('../images/Zahnarzt-in-der-Praxis-mit-Patient-im-Hintergrund.jpg');
  background-image: linear-gradient(270deg, rgba(246, 254, 255, 0), hsla(0, 0%, 100%, 0.85)), url('../images/Zahnarzt-in-der-Praxis-mit-Patient-im-Hintergrund.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section.karriere-suche-wrap {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(205, 234, 242, 0.78);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 234, 242, 0.5)), to(rgba(205, 234, 242, 0.5)));
  background-image: linear-gradient(180deg, rgba(205, 234, 242, 0.5), rgba(205, 234, 242, 0.5));
}

.section.karriere-section {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.exclusiv-cta {
  padding-top: 14vw;
  padding-bottom: 14vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(104deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.15)), url('../images/Zahnärzte-am-Tisch-2.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

.section.praxis-home-cta-1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.1))), url('../images/dentists-and-patient.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.1)), url('../images/dentists-and-patient.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section.cta-faq-kontakt {
  padding-top: 12vw;
  padding-bottom: 12vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.5)), to(rgba(246, 254, 255, 0.05))), url('../images/Frau-guckt-verwirrt-aus.jpeg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5), rgba(246, 254, 255, 0.05)), url('../images/Frau-guckt-verwirrt-aus.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section._24vh-top-hero {
  padding-top: 24vh;
}

.section._24vh-hero-gray-section {
  padding-top: 24vh;
  background-color: #fafafe;
}

.section.cta-infopaket-patienten-copy {
  z-index: 2;
  padding-top: 20vw;
  padding-bottom: 16vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.72)), color-stop(74%, transparent)), url('../images/bg.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.72), transparent 74%), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #172965;
}

.benefits-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 5em 8vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.benefits-row.cyan-benefits-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: rgba(205, 234, 242, 0.78);
}

.column-45 {
  position: relative;
  z-index: 7;
  width: 45%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1.4vw;
  line-height: 2.8vw;
}

.column-45.larger-image-column {
  position: relative;
  z-index: 7;
  width: 60%;
}

.benefits-column-image {
  width: 45%;
}

.row-space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-space-around.blog-page-row {
  margin-bottom: 3em;
}

.row-space-around.feature-row {
  margin-bottom: 0em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25.5vw;
  height: 9vw;
  margin-top: 3em;
  padding: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.15);
}

.features-item.praxis-feature-item {
  width: 40vw;
  height: 23vw;
}

.features-icon {
  position: absolute;
  left: auto;
  top: -6%;
  right: -6%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.features-icon.zahnarzt-feature-icon {
  right: -3%;
}

.features-link {
  position: absolute;
  left: 3vw;
  top: auto;
  right: 0%;
  bottom: 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11vw;
  margin-top: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 1.35vw;
  font-weight: 700;
}

.features-link:hover {
  -webkit-transform: translate(1em, 0px);
  -ms-transform: translate(1em, 0px);
  transform: translate(1em, 0px);
  color: #fff;
}

.features-more-arrow {
  width: 1.2em;
  height: 1.2em;
  margin-left: 1em;
  background-image: url('../images/Icon---Arrow-White.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.white-heading {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.features-paragraph {
  position: absolute;
  top: 35%;
  padding-right: 2em;
}

.cta-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.message-50vw-center {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.message-50vw-center.lower-50vw {
  margin-top: 5em;
}

.savings-message {
  width: 25vw;
}

.savings-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.savings-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  margin-bottom: 10em;
  padding: 2.2em 1.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.13);
  text-align: center;
}

.savings-card.last-savings-card {
  border-style: dashed;
  border-width: 2px;
  border-color: #3d43bc;
}

.savings-jumbo-text {
  margin-top: 2em;
  color: #3d43bc;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
}

.savings-icon {
  width: 100%;
  height: 4em;
  margin-bottom: 1.6em;
  background-image: none;
}

.savings-icon.savings-icon-2 {
  background-image: url('../images/Icon-Logo-Smile-Outline-Blue.svg');
  background-position: 50% 50%;
  background-size: 5vw;
  background-repeat: no-repeat;
}

.savings-icon.savings-icon-3 {
  background-image: url('../images/Icon-Savings-3.svg');
  background-position: 50% 50%;
  background-size: 3.2vw;
  background-repeat: no-repeat;
}

.savings-icon.savings-icon-1 {
  margin-bottom: 1.2em;
  background-image: url('../images/Icon-Savings-1.svg');
  background-position: 50% 50%;
  background-size: 3.5vw;
  background-repeat: no-repeat;
}

.blog-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: auto;
  padding: 1.2em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 0 20px -1px rgba(82, 91, 115, 0.12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-card:hover {
  -webkit-transform: translate(0px, -0.9em);
  -ms-transform: translate(0px, -0.9em);
  transform: translate(0px, -0.9em);
}

.blog-card.no-margin-card {
  margin-top: 0em;
}

.blog-card-image {
  width: 100%;
  height: 12vw;
  margin-bottom: 1em;
  -webkit-transition-property: none;
  transition-property: none;
}

.blog-card-image.blog-image-1 {
  background-image: url('../images/Fotolia-42019725-XXL-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-card-image.blog-image-2 {
  background-image: url('../images/dental-prosthesis-P3BH72U-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-card-image.blog-image-3 {
  background-image: url('../images/care-chair-clean-305567-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-card-image.blog-image-4 {
  background-image: url('../images/peter-kasprzyk-110926-unsplash-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-card-image.blog-image-5 {
  background-image: url('../images/blog-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-card-image.blog-image-6 {
  background-image: url('../images/adult-airport-backpack-838413-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
}

.blog-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 13vw;
  min-width: 10vw;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #05c6e5;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 0vw;
}

.blog-category:hover {
  background-color: #172965;
  color: #fff;
}

.blog-category.red-category {
  background-color: #fc4141;
}

.blog-category.red-category:hover {
  background-color: #172965;
}

.blog-category.pink-category {
  background-color: #e951b2;
}

.blog-category.pink-category:hover {
  background-color: #172965;
}

.blog-category.blue-category {
  background-color: #3d43bc;
}

.blog-category.blue-category:hover {
  background-color: #172965;
}

.blog-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.partner-wrap {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84vw;
  margin: 3em auto 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  opacity: 1;
}

.partner-wrap.material-logos {
  margin-top: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.35;
}

.partner-wrap.material-logos.first-material-logos {
  margin-top: 10em;
}

.partner-wrap.column-icon-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partner-logo {
  position: relative;
  width: 33vw;
  height: 5vw;
}

.partner-logo.material-logo {
  margin-right: 4em;
}

.partner-logo.material-logo.smaller-material-logo {
  height: 2.5vw;
}

.partner-logo.column-icon {
  width: 15vw;
  height: auto;
  text-align: center;
}

.footer {
  padding-top: 0.5vw;
  background-color: #2dd3eb;
  color: #fff;
}

.footer.pa-und-za-footer {
  padding-top: 0vw;
  padding-bottom: 1px;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2em;
  margin-bottom: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  font-family: Quicksand, sans-serif;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
}

.footer-link:hover {
  color: #05c6e5;
}

.footer-link.w--current {
  color: #05c6e5;
}

.footer-link.last-footer-link {
  margin-right: 0em;
}

.footer-link.no-hover-color-change:hover {
  color: #fff;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1em;
}

.footer-social-icon.last-social-icon {
  margin-right: 0em;
}

.footer-hotline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-hotline-icon {
  margin-right: 0.5em;
}

.footer-hotline-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #fff;
  color: #fff;
  font-weight: 500;
}

.trust-logos-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust-logos-wrap.footer-trust {
  position: static;
  margin-top: 4em;
  margin-bottom: 0em;
}

.blog-title {
  color: #172965;
}

.blog-title:hover {
  color: #3d43bc;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 1.1vw;
}

.footer-bottom._2nd-footer-bottom {
  padding-top: 1em;
  border-bottom-style: none;
}

.footer-bottom.paza-footer-top {
  padding-top: 1.8em;
}

.footer-bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #3d43bc;
}

.footer-form-column {
  width: 50vw;
  color: #fff;
  text-align: center;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1vw;
}

.footer-bottom-wrap.legal-footer-wrap {
  margin-top: 0em;
}

.footer-icon-span {
  margin-right: 0.4em;
  font-family: 'Fa solid 900', sans-serif;
}

.footer-icon-span.form-icon {
  font-family: 'Fa brands 400', sans-serif;
}

.testimonial-slider {
  width: 84vw;
  height: auto;
  margin-top: 3em;
  background-color: transparent;
}

.testimonial-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 9em;
  padding: 4em 6em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #fff;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
}

.testimonials-nav {
  margin-bottom: 0px;
  opacity: 0.6;
  font-size: 8px;
}

.testimonials-arrow {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5em;
  height: 2.5em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 7px 20px 0 rgba(82, 91, 115, 0.16);
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.5em;
}

.testimonials-arrow.right {
  left: 235px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
}

.testimonials-arrow.right:hover {
  color: #05c6e5;
}

.testimonials-arrow.left {
  right: 235px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
}

.testimonials-arrow.left:hover {
  color: #05c6e5;
}

.testimonial-rating {
  position: absolute;
  top: 32px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  color: #05c6e5;
  font-size: 1vw;
  line-height: 1em;
  letter-spacing: 3px;
}

.testimonial-name {
  margin: 1.6em 0px 0px;
  font-weight: 700;
}

.testimonial-text {
  margin-top: 1em;
  color: #525b73;
}

.testimonial-text.horizontal-testimonial-text {
  margin-top: -0.3em;
}

.testimonial-slide {
  width: 50%;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.testimonial-quote-icon {
  position: absolute;
  left: 5%;
  top: 12%;
  right: auto;
  bottom: auto;
  border-radius: 20px;
  font-family: 'Fa solid 900', sans-serif;
  color: #f4f5f9;
  font-size: 3vw;
  line-height: 1em;
}

.blog-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4.5em;
  padding-top: 1.6em;
  padding-bottom: 0.6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e8ef;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  font-size: 0.8vw;
  font-weight: 700;
}

.blog-author-pic {
  top: -2.5em;
  width: 5vw;
  height: 5vw;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #fff;
  border-radius: 100%;
}

.blog-author {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #7c8499;
  font-size: 1.1vw;
  line-height: 2em;
}

.blog-author:hover {
  color: #05c6e5;
}

.pop-up-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #333;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}

.pop-up-link:hover {
  color: #2dd3eb;
}

.pop-up-link.no-margins-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3d43bc;
}

.pop-up-link.no-margins-link:hover {
  color: #05c6e5;
}

.pop-up-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.5vw;
  padding-top: 1.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #3d43bc;
}

.pop-up-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  color: #333;
}

.pop-up-row.box-row {
  width: 100%;
  margin-top: 1.5vw;
  padding-top: 1.5vw;
  border-top: 0px none #3d43bc;
}

.pop-up-icon {
  font-family: 'Fa 400', sans-serif;
}

.hero-pop-up {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1.25vw;
  line-height: 1.8em;
}

.pop-up-div-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pop-up-heading-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em 2.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #2dd3eb;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 1.35vw;
  line-height: 1.5em;
}

.pop-up-content-wrap {
  padding: 1.5vw 2.5vw 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25vw;
  line-height: 1.8em;
  text-align: left;
}

.blog-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4.7em auto 0.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8vw;
}

.blog-author-link:hover {
  color: #05c6e5;
}

.hero-div-switcher-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 72.9%, 0.3)), to(hsla(0, 0%, 72.9%, 0.3))), url('../images/Doctors-White.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 72.9%, 0.3), hsla(0, 0%, 72.9%, 0.3)), url('../images/Doctors-White.svg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, 80px;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, transform 500ms ease;
  transition: background-color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  text-decoration: none;
}

.hero-div-switcher-left:hover {
  background-color: #05c6e5;
  background-image: url('../images/Doctors-White.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 72.9%, 0)), to(hsla(0, 0%, 72.9%, 0)));
  background-image: url('../images/Doctors-White.svg'), linear-gradient(180deg, hsla(0, 0%, 72.9%, 0), hsla(0, 0%, 72.9%, 0));
  background-position: 50% 35%, 0px 0px;
  background-size: 80px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-div-switcher-left.shop-button {
  overflow: hidden;
  background-color: #09194c;
  background-image: url('../images/Shop-Icon-White.svg');
  background-position: 63% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.hero-div-switcher-left.shop-button:hover {
  overflow: hidden;
  -webkit-transform: translate(-15px, 0px);
  -ms-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
}

.hero-div-switcher-left.shop-button.phone-button {
  background-color: #05c6e5;
  background-image: url('../images/Phone-Full-White.svg');
  background-position: 50% 50%;
  background-size: 35px;
}

.form-close-wrap {
  position: absolute;
  left: auto;
  top: 30%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2vw;
  height: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-close {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2vw;
  height: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-x-line {
  position: absolute;
  width: 0.1em;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
}

.form-x-line.left-turned-line {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-x-line.right-turned-x-line {
  width: 0.1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.body-3 {
  color: #172965;
}

.pop-up-content {
  margin-bottom: 3.5vw;
  padding-top: 2vw;
  text-align: left;
}

.place-top {
  position: relative;
  z-index: 1;
}

.text-light-grey {
  color: #a7adc0;
}

.process-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6%, #e6e8ef), color-stop(94%, #e6e8ef), to(transparent));
  background-image: linear-gradient(180deg, transparent, #e6e8ef 6%, #e6e8ef 94%, transparent);
}

.process-number {
  position: absolute;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: rgba(205, 234, 242, 0.3);
  font-size: 7vw;
  line-height: 0.65em;
  font-weight: 700;
}

.process-number.left-process-nr {
  top: -12px;
  right: -36px;
  text-align: right;
}

.process-number.right-process-nr {
  left: -36px;
  top: -12px;
  text-align: left;
}

.process-number.horizontal-process-number {
  left: 66%;
  top: 3%;
  right: auto;
  bottom: auto;
}

.process-icon {
  position: absolute;
  left: 0px;
  top: -16px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5.5vw;
  height: 5.5vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0.75em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #3d43bc;
  box-shadow: 0 6px 12px 0 rgba(82, 91, 115, 0.2);
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 2.1vw;
}

.process-icon.horizontal-icon {
  position: static;
  margin-right: 0px;
  margin-bottom: 0.55em;
  margin-left: 0px;
  border-width: 0.3vw;
}

.process-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-step.left-process {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.process-step.right-process {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.process-step-info {
  position: relative;
  width: 40%;
  text-align: center;
}

.process-step-info.right {
  text-align: left;
}

.process-step-info.left {
  text-align: right;
}

.process-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-2-zahnarzte-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-2-pic {
  position: relative;
  z-index: 7;
  width: 42vw;
  height: 28vw;
  border-radius: 4px;
  background-image: url('../images/dentist-and-patient-X-rays.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 13px -9px rgba(0, 0, 0, 0.16);
}

.adorno-cta2-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 1%;
  bottom: 0%;
  z-index: 7;
  width: 40vw;
  height: 40vw;
  border-radius: 100%;
  background-color: #05c6e5;
  opacity: 0.14;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.adorno-cta2-1._2nd-adorno {
  left: 42%;
  top: auto;
  right: auto;
  bottom: 4%;
  z-index: 1;
  width: 25vw;
  height: 25vw;
  background-color: rgba(61, 67, 188, 0.35);
}

.adorno-cta2-1._3rd-adorno {
  left: 6%;
  top: 5%;
  right: auto;
  bottom: auto;
  width: 10vw;
  height: 10vw;
  background-color: rgba(205, 234, 242, 0.78);
  opacity: 0.29;
}

.adorno-cta2-1._4th-adorno {
  left: 13%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 5vw;
  height: 5vw;
}

.adorno-cta2-1._6th-adorno {
  left: 32%;
  top: auto;
  right: 0%;
  bottom: 26%;
  width: 6vw;
  height: 6vw;
}

.pop-up-times-and-days {
  margin-right: 2.5vw;
  font-size: 1rem;
  line-height: 1.5em;
}

.trust-symbol-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 8vw;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kostenvoranschlag-pop-up {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1.35vw;
  line-height: 2em;
  text-align: center;
}

.transport-pop-up {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  line-height: 2em;
  text-align: center;
}

.upload-pop-up {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1.35vw;
  line-height: 1.8em;
  text-align: center;
}

.pop-up-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 3.4vw;
  margin-top: 1.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #3d43bc;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
}

.pop-up-btn:hover {
  background-color: #05c6e5;
  color: #fff;
}

.trust-symbol {
  width: 7vw;
  height: 7vw;
}

.trust-symbol.wider-trust-symbol {
  width: 15vw;
}

.zahnersatz-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 12vh;
  padding-left: 7.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(205, 234, 242, 0.78);
  background-image: none;
}

.zahnersatz-hero-right-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 75%;
  margin-right: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zahnersatz-price-comparison-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zahnersatz-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  margin-bottom: 0.4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  border-radius: 3px;
  background-color: #dfdfdf;
  color: #585858;
  font-size: 1.1vw;
}

.zahnersatz-price.good-price {
  display: none;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-color: #fff;
  background-color: #05c6e5;
  color: #fff;
}

.zahnersatz-price-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid silver;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 1.3vw;
}

.zahnersatz-price-icon.good-price-icon {
  border-right-color: #f4f5f9;
}

.zahnersatz-price-rec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zahnersatz-3d {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 60vh;
  margin-top: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zahnersatz-pic {
  height: auto;
}

.zahnersatz-pic._75-smaller-size {
  width: 75%;
}

.zahnersatz-pic._90-size {
  width: 90%;
}

.material-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.material-wrapper.image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.material-wrapper.image-left.first-material-w {
  margin-top: 0em;
}

.mini-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 4.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #05c6e5;
  box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.mini-card-opener {
  position: absolute;
  left: auto;
  top: -1.5vw;
  right: -1.5vw;
  bottom: auto;
  z-index: 2;
  width: 3vw;
  height: 3vw;
  border-style: solid;
  border-width: 0.3vw;
  border-color: #05c6e5;
  border-radius: 100px;
  background-color: #3d43bc;
  box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.15);
}

.plus-line {
  position: absolute;
  width: 0.3vw;
  height: 50%;
  border-radius: 100px;
  background-color: #fff;
}

.plus-line.horizontal-plus-line {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plus-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-card-hover {
  position: absolute;
  z-index: 3;
  display: none;
  width: 100%;
  height: auto;
  padding: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: #05c6e5;
  border-radius: 8px;
  background-color: #fff;
  color: #172965;
}

.material-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
}

.material-text {
  width: 40vw;
}

.material-image {
  width: 35vw;
  height: 35vw;
}

.faq-div {
  position: relative;
  width: 75vw;
}

.faq-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 2vw;
}

.faq-h3 {
  margin-bottom: 0em;
}

.faq-wrapper {
  margin-top: 2.5em;
  margin-bottom: 4em;
}

.accordion-item.first-accordion-item {
  margin-top: 3em;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2em;
  padding: 1.2em 4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 10px -6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.accordion-title.first-accordion {
  margin-top: 0em;
}

.accordion-content {
  overflow: hidden;
  background-color: #fff;
}

.faq-text {
  padding: 2em 4vw;
}

.zahnersatz-einleitung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(205, 234, 242, 0.78);
}

.text-turquoise-link {
  border-bottom: 1px solid #05c6e5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #05c6e5;
}

.text-turquoise-link:hover {
  color: #3d43bc;
}

.text-turquoise-link.orange-hover:hover {
  color: #ffb134;
}

.row-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-title {
  font-size: 1.35vw;
  line-height: 2em;
}

.footer-phone-icon {
  margin-right: 0.5em;
  font-family: 'Fa solid 900', sans-serif;
  color: #05c6e5;
  font-size: 1.6vw;
  line-height: 1em;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  padding-top: 12vh;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-hero.ratgeber-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0))), url('../images/man-sitting-down-reading-tablet.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0)), url('../images/man-sitting-down-reading-tablet.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.about-hero {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(49, 48, 48, 0)), to(hsla(0, 0%, 100%, 0.85))), url('../images/Frau-im-Büro.jpeg');
  background-image: linear-gradient(270deg, rgba(49, 48, 48, 0), hsla(0, 0%, 100%, 0.85)), url('../images/Frau-im-Büro.jpeg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.small-hero.service-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Zahnarzt-beratet-Patient.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Zahnarzt-beratet-Patient.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.small-hero.netzwerk-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, rgba(246, 254, 255, 0.8)), to(rgba(246, 254, 255, 0))), url('../images/Zahnärzte-am-Tisch.jpg');
  background-image: linear-gradient(90deg, #fff, rgba(246, 254, 255, 0.8) 50%, rgba(246, 254, 255, 0)), url('../images/Zahnärzte-am-Tisch.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.small-hero.seminare-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.5)), to(transparent)), url('../images/Business-Leute-beim-Seminar.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5), transparent), url('../images/Business-Leute-beim-Seminar.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.small-hero.downloads-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.kontakt-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), color-stop(100%, rgba(246, 254, 255, 0.25)), to(rgba(250, 250, 254, 0))), url('../images/laptop-3-min.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), rgba(246, 254, 255, 0.25) 100%, rgba(250, 250, 254, 0)), url('../images/laptop-3-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.praxisratgeber-hero {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.1))), url('../images/Zahnärzte-mit-junger-Patientin.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8) 40%, rgba(246, 254, 255, 0.1)), url('../images/Zahnärzte-mit-junger-Patientin.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.weiterbildungsseminar-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/Zahnärzte-Teamwork.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/Zahnärzte-Teamwork.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.preisbeispiele-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.2))), url('../images/Zahnärzte-am-Tisch-2.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.2)), url('../images/Zahnärzte-am-Tisch-2.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.small-hero.kieferscan-upload-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.15))), url('../images/Röntgen-Zahnarzt.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), rgba(246, 254, 255, 0.15)), url('../images/Röntgen-Zahnarzt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.kostenvoranschlag-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.3))), url('../images/Zwei-Zahnärzte-und-Patient-mit-Tablet.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), rgba(246, 254, 255, 0.3)), url('../images/Zwei-Zahnärzte-und-Patient-mit-Tablet.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.zahnarztsuche-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.15))), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), rgba(246, 254, 255, 0.15)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.small-hero.freunde-werben-hero {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.05))), url('../images/Zwei-Freunde-lächeln.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85) 20%, rgba(246, 254, 255, 0.05)), url('../images/Zwei-Freunde-lächeln.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.small-hero.ratgeber-post-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(rgba(246, 254, 255, 0.2))), url('../images/blog-image.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), rgba(246, 254, 255, 0.2)), url('../images/blog-image.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.small-hero.faq-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.1))), url('../images/Frau-liest-ihr-Smartphone.jpeg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.1)), url('../images/Frau-liest-ihr-Smartphone.jpeg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.small-hero.legal-hero {
  height: 70vh;
  padding-top: 0vh;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.1))), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.1)), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
}

.small-hero.presse-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.25))), url('../images/Black-Office-Table.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.25)), url('../images/Black-Office-Table.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.small-hero.authoren-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(rgba(246, 254, 255, 0.1))), url('../images/Man-im-Café-mit-Laptop.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), rgba(246, 254, 255, 0.1)), url('../images/Man-im-Café-mit-Laptop.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.ratgeber-column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-column {
  width: 65%;
}

.column-small {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-small.sidebar {
  margin-top: 0em;
}

.blog-card-paragraph {
  opacity: 0.85;
  font-size: 1.1vw;
}

.ratgeber-right-wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ratgeber-right-wraps.blog-post-comments {
  margin-top: 3.5em;
  margin-bottom: 0em;
}

.ratgeber-right-wraps.simillar-posts {
  margin-top: 2em;
  margin-bottom: 0em;
}

.newsletter-form {
  width: 100%;
}

.newsletter-field {
  min-height: 3.5vw;
  margin-bottom: 0.8em;
  padding-right: 1em;
  padding-left: 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 41, 101, 0.5);
  border-radius: 100px;
  color: #3d43bc;
  font-size: 1.3vw;
  font-weight: 400;
  text-align: left;
}

.ratgeber-h3 {
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(23, 41, 101, 0.1);
}

.featured-post-image {
  width: 45%;
  height: 10vw;
  background-image: url('../images/veneers-zahnersatz-farben.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-post-image.featured-event-image {
  background-image: url('../images/Männer-beim-Networking.jpg');
}

.featured-post-title {
  width: 50%;
}

.featured-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  color: #172965;
}

.featured-post.featured-event {
  margin-top: 2em;
}

.blog-category-alternative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-radius: 100px;
  box-shadow: 0 0 0 2px rgba(23, 41, 101, 0.1);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #172965;
}

.blog-category-alternative:hover {
  box-shadow: 0 0 0 2px rgba(23, 41, 101, 0.2);
}

.category-color {
  width: 0.6vw;
  height: 0.6vw;
  margin-right: 0.8em;
  border-radius: 50%;
}

.category-color.turkis {
  background-color: #05c6e5;
}

.category-color.rot {
  background-color: #fc4141;
}

.category-color.blau {
  background-color: #3d43bc;
}

.category-color.pink {
  background-color: #e951b2;
}

.ratgeber-author-image {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0.8em;
  border-radius: 100px;
}

.ratgeber-author-image.commenter-image {
  border-radius: 1px;
}

.ratgeber-author-image.big-author-image {
  width: 7vw;
  height: 7vw;
}

.ratgeber-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  color: #172965;
}

.ratgeber-author.last-author {
  margin-bottom: 0em;
}

.ratgeber-author.commenter-row {
  margin-bottom: 2em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ratgeber-author.commenter-row.leave-comment-row {
  width: 100%;
}

.intro-big-text {
  display: block;
  margin-top: 8px;
  margin-bottom: -19px;
  color: rgba(230, 232, 239, 0.5);
  font-size: 10vw;
  line-height: 0.6em;
  font-weight: 700;
}

.instagram-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 78%;
  margin: auto;
  opacity: 0.16;
}

.instagram-promo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.instagram-photo-link {
  position: relative;
  width: 230px;
  height: 230px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.instagram-photo-link:hover {
  z-index: 1;
  box-shadow: 0 10px 24px 0 rgba(22, 26, 37, 0.24);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.full-width {
  width: 100%;
}

.instagram-button {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: linear-gradient(135deg, #ff9f2e, #f723c4);
  box-shadow: 0 10px 24px 0 rgba(244, 55, 168, 0.4);
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.divider {
  position: relative;
  z-index: 1;
  width: 4vw;
  height: 0.3vw;
  margin-top: 1em;
  margin-bottom: 2em;
  background-color: #cbd0df;
}

.blog-clock {
  font-family: 'Fa 400', sans-serif;
}

.card-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  height: 18vw;
  margin-bottom: 2em;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 10px -5px rgba(0, 0, 0, 0.15);
  color: #172965;
  text-align: center;
}

.bold-p-blue {
  color: #3d43bc;
  font-weight: 500;
}

.bold-p-blue.shop-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #05c6e5;
}

.bold-p-blue.shop-link:hover {
  color: #172965;
}

.square-card-icon {
  width: 65%;
  height: 50%;
  margin-bottom: 1.2em;
}

.small-icon {
  width: auto;
  height: 4vw;
  margin-bottom: 1.2em;
}

.quality-h4 {
  margin-top: -0.4em;
  margin-bottom: 1.2em;
  color: #3d43bc;
}

.big-icon {
  width: 30%;
}

.column-icon-pic {
  margin-bottom: 0.4em;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 5vw;
  line-height: 1em;
}

.disclaimer-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  text-align: center;
}

.disclaimer-bottom.bold-p-blue {
  bottom: 7%;
}

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

.modentopay-logo {
  width: 20%;
  height: auto;
  margin-bottom: 1em;
}

.social-engagement-p {
  text-align: justify;
}

.more-margin-h2 {
  margin-bottom: 2em;
}

.about-full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-full-row.inverted-about-row {
  padding-right: 7.5vw;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-full-square-pic {
  width: 54%;
}

.about-full-text-column {
  width: 40%;
}

.about-full-text {
  margin-bottom: 2em;
  text-align: justify;
}

.about-top-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-ball-wrapper {
  display: none;
}

.hero-pop-ups-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 30vw;
  height: 100%;
  padding-top: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-pop-ups-wrapper._68vh-pop-ups-wrapper {
  height: 68vh;
}

.margin-above-h2 {
  margin-top: 3em;
}

.lieferzeiten-wrap {
  width: 70vw;
  margin-top: 3em;
  padding: 3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.lieferzeiten-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.2em;
  padding-bottom: 0.6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1.5px solid rgba(23, 41, 101, 0.15);
}

.lieferzeiten-row.lieferzeit-heading {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-color: rgba(7, 10, 20, 0.15);
  color: #3d43bc;
}

.lieferzeiten-row.now-underline {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.disclaimer-leiferzeiten {
  margin-top: 5em;
}

.lieferzeiten-mobile-h4 {
  display: none;
}

.bold-p-turquoise {
  color: #05c6e5;
  font-weight: 500;
}

.margin-p {
  margin-bottom: 1em;
}

.partner-material-logos-wrap {
  margin-top: 3.5em;
}

.process-row-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.process-horizontal-gray-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 57%;
  width: 85%;
  height: 10px;
  background-color: #3d43bc;
  opacity: 0.07;
}

.process-horizontal-gray-line.vertical-version {
  left: auto;
  top: -60%;
  right: 14.5%;
  bottom: 0%;
  z-index: 1;
  width: 10px;
  height: 0%;
}

.process-horizontal-gray-line.bottom-line {
  right: 15%;
  width: 0%;
  margin-left: auto;
}

.process-horizontal-gray-line.bottom-line.netz-bottom-line {
  bottom: 65%;
}

.process-horizontal-gray-line.bottom-line.netz-bottom-line-2 {
  bottom: 68%;
}

.process-horizontal-gray-line.top-line {
  width: 0%;
}

.process-horizontal-gray-line.top-line.netz-top-line {
  bottom: 62%;
  width: 0%;
}

.process-horizontal-gray-line.top-line.netz-top-line-2 {
  bottom: 68%;
}

.process-horizontal-column {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-p {
  margin-bottom: 1.2em;
}

.tabs {
  width: 85vw;
}

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

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(61, 67, 188, 0.5);
  color: #fff;
}

.tab-link:hover {
  background-color: #172965;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.tab-link.w--current {
  background-color: #3d43bc;
  color: #fff;
}

.tab-link.w--current:hover {
  color: #fff;
}

.tab-link.last-tab-link {
  margin-left: 0em;
}

.tab-link.last-tab-link:hover {
  background-color: #172965;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.tab-link-h3 {
  margin-bottom: 0em;
  color: #fff;
}

.netzwerk-illustration {
  width: 40vw;
  height: 30vw;
}

.netzwerk-illustration.illustration-1 {
  background-image: url('../images/Illustration---Untersuchung.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netzwerk-illustration.illustration-3 {
  background-image: url('../images/Illustration---Beratung.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netzwerk-illustration.illustration-2 {
  background-image: url('../images/Illustration---Presentation.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.small-hero-p {
  margin-bottom: 1em;
}

.exclusiv-anfrage-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  margin-right: 1.5em;
  padding: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f7f7ff;
  text-align: center;
}

.box-link:hover {
  background-color: rgba(205, 234, 242, 0.78);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.box-link.last-box-link {
  margin-right: 0em;
}

.box-links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.05;
  font-family: 'Fa solid 900', sans-serif;
  color: #3d43bc;
  font-size: 100px;
  text-align: center;
}

.download-h3 {
  position: relative;
  z-index: 3;
}

.row-home-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.karriere-icon {
  margin-bottom: 0.3em;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 4vw;
  line-height: 1em;
}

.absolute-logo-top {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2vw 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

.absolute-logo-top.jobseite-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.modentojobs-logo {
  width: auto;
  height: 3vw;
}

.from-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.4vw;
}

.search-field {
  width: 50%;
  height: 100%;
  margin-right: 1em;
  padding-left: 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(61, 67, 188, 0.5);
  border-radius: 100px;
  font-size: 1.35vw;
}

.search-field.select-search-field {
  width: auto;
  min-width: 15vw;
  background-color: #fff;
  color: #9b9b9b;
  cursor: pointer;
}

.search-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.jobsuche-icon {
  margin-right: 0.2em;
  font-family: 'Fa solid 900', sans-serif;
  color: #3d43bc;
}

.search-submit-btn {
  height: 100%;
  min-width: 15vw;
  border-radius: 100px;
  background-color: #3d43bc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 1.35vw;
  line-height: 1em;
}

.search-submit-btn:hover {
  background-color: #05c6e5;
}

.tabs-wrap {
  width: 100%;
  margin-top: 1em;
}

.job-tabs-menu {
  margin-top: 1em;
  margin-bottom: 1em;
}

.job-tabs-menu.cenetred-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modento-tab-link {
  min-width: 11vw;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0.2em 1em;
  border-style: solid;
  border-width: 1.5px;
  border-color: #3d43bc;
  border-radius: 100px;
  background-color: transparent;
  color: #3d43bc;
  text-align: center;
}

.modento-tab-link:hover {
  background-color: #3d43bc;
  color: #fff;
}

.modento-tab-link.w--current {
  border-color: #172965;
  background-color: #172965;
  color: #fff;
}

.modento-tab-link.red-tab-link {
  border-color: #fc4141;
  background-color: #fc4141;
  color: #fff;
}

.modento-tab-link.red-tab-link:hover {
  border-color: #172965;
  background-color: #172965;
}

.modento-tab-link.blue-tab-link {
  background-color: #3d43bc;
  color: #fff;
}

.modento-tab-link.blue-tab-link:hover {
  border-color: #172965;
  background-color: #172965;
}

.modento-tab-link.pink-tab-link {
  border-color: #e951b2;
  background-color: #e951b2;
  color: #fff;
}

.modento-tab-link.pink-tab-link:hover {
  border-color: #172965;
  background-color: #172965;
}

.modento-tab-link.turquoise-tab-link {
  border-color: #05c6e5;
  background-color: #05c6e5;
  color: #fff;
}

.modento-tab-link.turquoise-tab-link:hover {
  border-color: #172965;
  background-color: #172965;
}

.job-tab-panel {
  width: 100%;
  margin-top: 1em;
}

.job-tab-panel.centered-text-tab {
  text-align: center;
}

.job-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.8em;
  padding-right: 1em;
  padding-bottom: 1.8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(61, 67, 188, 0.25);
}

.job-wrap.last-job-wrap {
  border-bottom: 1px solid rgba(61, 67, 188, 0.25);
}

.job-untertitel {
  margin-top: -0.6em;
  color: rgba(23, 41, 101, 0.75);
}

.job-titel-h2 {
  margin-bottom: 0.2em;
}

.job-hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-text-column {
  width: 46%;
}

.job-text-column.about-modento-column {
  padding: 3vw;
  border-radius: 8px;
  background-color: #fafafe;
}

.form {
  width: 100%;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-column {
  width: 48%;
}

.form-field {
  height: auto;
  margin-top: 2.5em;
  margin-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(61, 67, 188, 0.25);
  background-color: transparent;
  font-size: 1.35vw;
  line-height: 2em;
  text-align: left;
}

.form-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #05c6e5;
}

.form-field.checkbox-field {
  height: auto;
  margin-top: 0.6em;
  border-bottom-style: none;
}

.form-field.select-field {
  background-color: #fafafe;
  color: #3d43bc;
  cursor: pointer;
}

.form-field.first-checkbox-field {
  height: auto;
  border-bottom-style: none;
}

.form-field.first-log-in-field {
  margin-top: 1.5em;
}

.formular-button {
  height: 3.5vw;
  max-width: 85vw;
  min-width: 17.5vw;
  margin-top: 2em;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 100px;
  background-color: #3d43bc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 1vw;
  line-height: 1em;
  letter-spacing: 0.8px;
}

.formular-button:hover {
  background-color: #05c6e5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.formular-button.login-form-button {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  margin-top: 2em;
  background-color: #05c6e5;
}

.formular-button.login-form-button:hover {
  background-color: #172965;
}

.hochladen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40vw;
  min-height: 9vw;
  min-width: 35vw;
  margin-top: 2.5em;
  padding: 2.9em 1.5em 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #ebebf3;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.1vw;
}

.hochladen.scan-hochladen {
  margin-top: 0.5em;
}

.hochladen.vergleichsangebot-upload {
  margin-right: auto;
  margin-bottom: 2.5em;
  margin-left: auto;
}

.bewerbungsformular-hochladen-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3vw;
  min-width: 13vw;
  margin-right: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  line-height: 1em;
  cursor: pointer;
}

.bewerbungsfomrular-datei-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4em;
  margin-bottom: 1.8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bewerbungsformular-checkbox {
  position: relative;
  top: 0.6vw;
  margin-left: -18px;
}

.job-zuruck {
  padding: 0.5em 1.5em;
  border-style: solid;
  border-width: 1.5px;
  border-color: #3d43bc;
  border-radius: 4px;
  font-size: 1.35vw;
  line-height: 2em;
}

.job-zuruck:hover {
  border-color: #05c6e5;
  background-color: #05c6e5;
  color: #fff;
}

.job-zuruck.bottom-zuruck-btn {
  margin-top: 2em;
}

.exclusive-anfrage-h2 {
  margin-bottom: 1em;
  padding-top: 0.5em;
}

.modento-netzwerk-h2 {
  margin-bottom: 1em;
}

.modentoexclusiv-logo {
  width: 25%;
  height: auto;
  margin-bottom: 2em;
}

.text-block-icon {
  width: auto;
  height: auto;
  margin-right: 0.7vw;
  font-family: 'Fa solid 900', sans-serif;
}

.text-block-icon.right-block-icon {
  margin-right: 0vw;
  margin-left: 0.7vw;
}

.white-h {
  color: #fff;
  font-size: 2rem;
}

.form-success {
  margin-top: 2em;
  padding: 1.5em;
  border-radius: 4px;
  background-color: #05c6e5;
  color: #fff;
  font-size: 1.35vw;
  line-height: 2em;
}

.form-error {
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: #fc4141;
  color: #172965;
  font-size: 1.35vw;
  line-height: 1.5em;
  text-align: center;
}

.seminare-monat {
  width: 100%;
  margin-bottom: 0em;
  padding: 0.2em 1em;
  border-radius: 1px;
  background-color: rgba(205, 234, 242, 0.78);
  color: #3d43bc;
  line-height: 2em;
}

.seminar-intro-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vw;
  margin-top: 1.7em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1.5px solid rgba(205, 234, 242, 0.78);
  border-bottom: 1.5px solid rgba(205, 234, 242, 0.78);
}

.seminare-intro-column-image {
  position: relative;
  overflow: hidden;
  width: 35vw;
  height: 100%;
}

.seminare-column-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Zahnärzte-Teamwork.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.seminare-column-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.seminare-intro-h4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-bottom: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  background-color: rgba(205, 234, 242, 0.78);
  color: #3d43bc;
  line-height: 2em;
}

.seminar-intro-column-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.1vw;
}

.seminare-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1.5px solid rgba(205, 234, 242, 0.78);
  border-bottom: 1.5px solid rgba(205, 234, 242, 0.78);
}

.seminare-details.seminare-description {
  height: 75%;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
}

.seminare-details-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid rgba(205, 234, 242, 0.78);
}

.seminare-details-column.last-details-column {
  border-right-style: none;
}

.seminare-details-p {
  font-size: 1.1vw;
  line-height: 2em;
}

.seminare-details-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2em;
}

.seminare-details-price {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8vw;
  height: 3.5vw;
  padding: 0.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  background-color: #3d43bc;
  color: #fff;
}

.seminare-intro-wrap {
  margin-top: 4em;
}

.preisbeispiele-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #172965;
}

.preisbeispiel-h4 {
  width: 100%;
  height: 3.5vw;
  margin-bottom: 0.8em;
  border-bottom: 1.5px solid rgba(7, 10, 20, 0.15);
}

.preis-karte-h3 {
  margin-bottom: 1em;
}

.seminar-page-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.seminar-page-column {
  width: 60%;
}

.seminar-column-details {
  margin-bottom: 2em;
  padding: 2em;
  background-color: #fafafe;
  color: #172965;
}

.seminar-column-details.social-media-details {
  background-color: rgba(205, 234, 242, 0.34);
}

.seminar-column-details.andere-seminare {
  padding: 0em;
  background-color: #fff;
  box-shadow: none;
}

.seminar-page-foto {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30vw;
  background-image: url('../images/Zahnärzte-Teamwork.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.seminare-intro-h4-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seminar-intro-detail {
  margin-right: 1em;
  line-height: 2em;
}

.seminar-detail-right {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1.5px solid rgba(61, 67, 188, 0.15);
  line-height: 2em;
}

.seminar-detail-right.first-detail-right {
  padding-top: 0.5em;
}

.seminar-detail-right.last-detail-right {
  margin-bottom: 2em;
}

.seminar-detail-right-link {
  width: 100%;
  border: 1px none #000;
  color: #3d43bc;
}

.seminar-detail-right-link:hover {
  color: #05c6e5;
}

.seminar-page-right-column-wrap {
  width: 35%;
}

.featured-events-date {
  line-height: 2em;
}

.seminar-social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  margin-right: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #3d43bc;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 1em;
}

.seminar-social-button:hover {
  background-color: #05c6e5;
  color: #fff;
}

.seminar-social-button.twitter-event-button {
  background-color: #1c9deb;
}

.seminar-social-button.twitter-event-button:hover {
  background-color: #05c6e5;
}

.seminar-social-button.pinterest-event-button {
  background-color: #d74936;
}

.seminar-social-button.pinterest-event-button:hover {
  background-color: #05c6e5;
}

.seminar-social-button.email-event-button {
  margin-right: 0em;
  background-color: #1d1d1d;
  font-family: 'Fa 400', sans-serif;
}

.seminar-social-button.email-event-button:hover {
  background-color: #05c6e5;
}

.seminar-social-button.linkedin-event-button {
  background-color: #1582ab;
}

.seminar-social-button.linkedin-event-button:hover {
  background-color: #05c6e5;
}

.social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-row.blog-social-row {
  margin-top: 0em;
}

.abholung-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abholung-column.image-abholung-column {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Frau-mit-drei-Packeten.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Frau-mit-drei-Packeten.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._100-form-block {
  width: 100%;
}

.kierferscan-upload-h2 {
  margin-top: 2.5em;
  text-align: center;
}

.commenter-info {
  line-height: 1.8em;
}

.author-h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1em;
}

.commenter-date {
  color: #8f8f8f;
  line-height: 1em;
  font-style: italic;
}

.commenter-post {
  margin-top: 0.3em;
  color: #979797;
}

.ratgeber-post-text {
  font-size: 1.3vw;
}

.ratgeber-author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ratgeber-author-block-text {
  margin-left: 0.5em;
  line-height: 2em;
}

.comment-box {
  width: 100%;
  height: 3.5vw;
  border-radius: 4px;
  font-size: 1.1vw;
}

.ratgeber-hnliche-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.legal-text {
  width: 100%;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._404-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.gray-tab-content {
  padding: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5f9;
}

.eingabemaske-image {
  display: block;
  width: 80%;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}

.form-h3 {
  margin-top: 3.5em;
  text-align: center;
}

.search-section-p {
  margin-top: -0.5em;
  margin-bottom: 1em;
}

.quality-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.quality-row.inverted-quality-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.kontakt-box-link {
  width: 30vw;
  height: 30vw;
  margin-right: 1.5em;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.kontakt-box-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.kontakt-box-link.last-kontakt-box {
  margin-right: 0em;
}

.kontakt-box-image {
  height: 60%;
  background-image: url('../images/Frau-liest-was-auf-der-Couch.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.kontakt-box-image._2nd-kontakt-image {
  background-image: url('../images/AdobeStock_256605001_Preview.jpeg');
}

.kontakt-box-image._3rd-kontakt-image {
  background-image: url('../images/Frau-führt-ein-Telefongespräch.jpeg');
}

.kontakt-box-image._4th-kontakt-image {
  background-image: url('../images/Business-man-im-Auto-wird-angerufen.jpeg');
}

.kontakt-box-image._5rd-kontakt-image {
  background-image: url('../images/Frau-guckt-sich-was-am-Computer-an.jpeg');
}

.kontakt-box-image._6th-kontakt-image {
  background-image: url('../images/Grupe-von-Leute-die-eine-Selfie-machen.jpeg');
}

.kontakt-box-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3d43bc;
  color: #fff;
}

.kontakt-box-link-text.turquoise-kontakt-text {
  background-color: #05c6e5;
}

.kontakt-box-link-text.red-kontakt-text {
  background-color: #fc4141;
}

.kontakt-box-link-text.pink-kontakt-text {
  background-color: #e951b2;
}

.kontakt-box-link-text.dunkel-kontakt-text {
  background-color: #172965;
}

.kontakt-box-link-text.orange-kontakt-text {
  background-color: #ffb134;
}

.login-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24vw;
  height: auto;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(61, 67, 188, 0.95);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
}

.form-wrap-login {
  margin-top: 0.5em;
}

.hero-buttons-wrap {
  top: auto;
  height: 88vh;
}

.hero-buttons-wrap._68vh-buttons-wrap {
  position: absolute;
  height: 68vh;
}

.div-block {
  position: static;
}

.div-block-2 {
  padding-top: 12vh;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.heading {
  color: #2dd3eb;
  font-size: 3.5rem;
  line-height: 1em;
}

.paragraph-2 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.text-block-4 {
  font-size: 1.25rem;
}

.text-block-4._2 {
  color: #172965;
}

.heading-2 {
  line-height: 1.1em;
}

.heading-2.white {
  margin-bottom: 0em;
  color: #fff;
  font-size: 1.5rem;
}

.image {
  height: auto;
  max-width: 75%;
}

.smooth {
  overflow: hidden;
}

.paragraph-3 {
  font-size: 1.5rem;
}

.image-3 {
  max-width: 33%;
  margin-bottom: 15px;
}

.image-4 {
  max-width: 57%;
  margin-top: 15px;
  margin-bottom: 10px;
}

.bold-text {
  color: #2dd3eb;
  font-weight: 700;
}

.white {
  color: #fff;
}

.white.big {
  font-size: 2rem;
}

.legal-section {
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
}

._2col {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4vw;
  column-gap: 4vw;
}

.paragraph-4 {
  font-family: Quicksand, sans-serif;
}

.text-block-4-copy {
  color: #fff;
  font-size: 1.25rem;
}

.text-block-4-copy._2 {
  color: #172965;
}

.cta-message-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-5 {
  width: 66%;
  margin-left: 10vw;
}

.heading-3 {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .button.nav-button {
    min-width: 18vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4vw;
  }

  h2 {
    font-size: 3vw;
  }

  h3 {
    font-size: 2.5vw;
  }

  h4 {
    font-size: 2.3vw;
  }

  h5 {
    font-size: 2.1vw;
  }

  h6 {
    font-size: 1.9vw;
  }

  p {
    font-size: 2.5vw;
  }

  li {
    font-size: 2.5vw;
  }

  blockquote {
    font-size: 2.5vw;
    line-height: 2em;
  }

  figcaption {
    margin-bottom: 1em;
  }

  .styleguide-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-group-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    min-height: 6vw;
    min-width: 35vw;
    margin-bottom: 1em;
    font-size: 2vw;
  }

  .button.blue-borders-btn {
    height: auto;
  }

  .button.square-btn {
    width: 75px;
    height: 75px;
    font-size: 25px;
  }

  .full-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 25vw;
    padding-bottom: 50vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), color-stop(77%, hsla(0, 0%, 100%, 0.3))), url('../images/patienten-hero.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.3) 77%), url('../images/patienten-hero.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-hero.zahnarzt-hero {
    padding-bottom: 50vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/Lächende-Frau.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/Lächende-Frau.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .full-hero.patienten-home-hero {
    padding-top: 15vw;
    padding-bottom: 10vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/intro-final.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/intro-final.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-hero.exclusiv-hero {
    padding-bottom: 50vw;
  }

  .full-hero.karriere-hero {
    height: auto;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .full-hero.abholung-hero {
    padding-top: 12vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .full-hero._404-hero {
    padding-top: 3vw;
    padding-bottom: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Illustration---404.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Illustration---404.svg');
    background-position: 0px 0px, 50% 95%;
  }

  .hero-wrapper {
    width: 75%;
    height: auto;
  }

  .hero-wrapper.denture-wrapper {
    width: 84vw;
    margin-left: 0vw;
  }

  .hero-wrapper._88vh-hero-wrapper {
    height: auto;
  }

  .cta {
    width: 45vw;
    margin-top: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta._1-button-cta {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-ball-left {
    left: -9%;
    top: 58%;
    display: none;
    width: 200px;
    height: 200px;
  }

  .hero-ball-right {
    top: 6%;
    right: -2%;
    display: none;
    width: 175px;
    height: 175px;
  }

  .hero-ball-middle {
    left: 11%;
    bottom: 21%;
    display: none;
    width: 100px;
    height: 100px;
  }

  .hero-square-buttons {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
    padding-top: 0vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-square-buttons._68vh-square-buttons {
    height: auto;
  }

  .hero-jumbo-p {
    font-size: 1.8em;
  }

  .section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.home-cta-1 {
    background-position: 35% 50%;
  }

  .section.zahnarztsuche-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .section.about-cta {
    background-position: 0px 0px, 50% 50%;
  }

  .section.karriere-suche-wrap {
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
  }

  .section.karriere-section {
    padding-top: 6.5vw;
    padding-bottom: 9.5vw;
  }

  .section.praxis-home-cta-1 {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.6))), url('../images/dentists-and-patient.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.6)), url('../images/dentists-and-patient.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .section.cta-faq-kontakt {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.1))), url('../images/AdobeStock_218346076_Preview.jpeg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.1)), url('../images/AdobeStock_218346076_Preview.jpeg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .section.cta-infopaket-patienten-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits-row {
    z-index: 0;
    padding-top: 5em;
    padding-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefits-row.cyan-benefits-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-45 {
    width: 100%;
    margin-right: 0em;
    text-align: left;
  }

  .column-45.larger-image-column {
    width: 100%;
  }

  .benefits-column-image {
    width: 80%;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .row-space-around {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-space-around.inverted-row-around {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row-space-around.blog-page-row {
    margin-bottom: 0em;
  }

  .features-item {
    width: 85%;
    height: auto;
    margin-top: 5em;
    margin-bottom: 0em;
    padding: 3.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .features-item.praxis-feature-item {
    width: 100%;
    height: auto;
  }

  .features-icon {
    top: -7%;
    right: -7%;
    width: 75px;
    height: 75px;
    padding: 17px;
  }

  .features-link {
    position: static;
    left: 1.4em;
    width: 50%;
    margin-top: 0em;
    font-size: 2vw;
    line-height: 2em;
  }

  .white-heading {
    font-size: 1.4rem;
  }

  .features-paragraph {
    position: static;
    margin-top: 1em;
    margin-bottom: 3em;
  }

  .cta-message {
    width: 50vw;
  }

  .cta-message.zahnarzt-cta-1-message {
    width: 80vw;
  }

  .message-50vw-center {
    width: 84vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .message-50vw-center.zahnarzt-50vw {
    width: 80vw;
  }

  .message-50vw-center.lower-50vw {
    margin-top: 6em;
  }

  .savings-message {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .savings-card-wrapper {
    width: 100%;
    margin-top: 4em;
  }

  .savings-card {
    width: 32%;
    margin-bottom: 6em;
    padding: 3.5em 2em;
    font-size: 1.6em;
  }

  .savings-icon.savings-icon-2 {
    height: 50px;
    background-size: contain;
  }

  .savings-icon.savings-icon-3 {
    height: 50px;
    background-size: contain;
  }

  .savings-icon.savings-icon-1 {
    height: 50px;
    background-size: contain;
  }

  .blog-card {
    width: 100%;
    height: auto;
    margin-top: 5em;
    padding: 2.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-card-image {
    height: 30vw;
  }

  .blog-category {
    max-width: 22vw;
    min-width: 20vw;
  }

  .blog-content-wrapper {
    width: 80%;
    height: 30%;
    margin-top: 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-wrap {
    width: 90vw;
    margin-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partner-wrap.material-logos.hidden-material-logos {
    display: none;
  }

  .partner-wrap.column-icon-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-logo {
    width: 30vw;
    height: 15vw;
    margin-bottom: 5em;
  }

  .partner-logo.material-logo.smaller-material-logo {
    height: 7.5vw;
  }

  .partner-logo.column-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-bottom: 8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-top: 0vw;
  }

  .footer.pa-und-za-footer {
    padding-top: 5vw;
  }

  .footer-link {
    margin-right: 0em;
    margin-bottom: 2.5em;
    font-size: 2.1vw;
    text-align: center;
  }

  .footer-link.no-hover-color-change {
    margin-bottom: 2em;
  }

  .footer-social-icon {
    margin-top: 1em;
    font-size: 5vw;
  }

  .footer-hotline {
    font-size: 1.6em;
    line-height: 2em;
  }

  .trust-logos-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .trust-logos-wrap.footer-trust {
    margin-top: 6em;
  }

  .footer-bottom {
    padding-top: 0em;
    padding-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom.second-bottom-row {
    padding-top: 5em;
  }

  .footer-bottom._2nd-footer-bottom {
    padding-top: 7em;
  }

  .footer-bottom.paza-footer-top {
    padding-top: 1em;
  }

  .footer-bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-form-column {
    width: 80vw;
    margin-bottom: 2em;
  }

  .footer-bottom-wrap {
    margin-top: 0em;
    font-size: 1.6em;
    line-height: 2em;
    text-align: left;
  }

  .footer-bottom-wrap.legal-footer-wrap {
    margin-top: 4em;
  }

  .testimonial-slider {
    margin-top: 5em;
  }

  .testimonial-wrap {
    margin-bottom: 88px;
    font-size: 1.2em;
  }

  .testimonials-arrow {
    font-size: 22px;
  }

  .testimonials-arrow.right {
    font-size: 22px;
  }

  .testimonial-rating {
    font-size: 2vw;
  }

  .testimonial-name {
    margin: 2em 0px 0px;
    font-size: 1.4em;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-quote-icon {
    left: 3.5%;
    top: 7%;
    font-size: 4vw;
  }

  .blog-bottom-wrapper {
    font-size: 1.3vw;
  }

  .blog-author-pic {
    width: 10vw;
    height: 10vw;
  }

  .blog-author {
    margin-top: 0.5em;
    font-size: 1.8vw;
  }

  .pop-up-email {
    margin-top: 18px;
    padding-top: 18px;
  }

  .pop-up-row.box-row {
    margin-top: 2vw;
    padding-top: 2vw;
  }

  .hero-pop-up {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 9.2vw;
    width: 50vw;
    background-color: #fff;
  }

  .pop-up-heading-wrap {
    height: 60px;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2vw;
  }

  .pop-up-content-wrap {
    padding: 2.5vw 3vw 3vw;
    background-color: transparent;
    font-size: 2vw;
    line-height: 1.8em;
  }

  .blog-author-link {
    margin-top: -3.5em;
    margin-bottom: 0em;
    font-size: 1.8vw;
  }

  .nav-responsive-btn {
    width: 75px;
    height: 75px;
    padding: 0px;
  }

  .nav-responsive-btn.w--open {
    background-color: transparent;
  }

  .hero-div-switcher-left.shop-button {
    overflow: visible;
  }

  .hero-div-switcher-left.shop-button.responsivebtn {
    width: 150px;
    height: 150px;
    background-position: 60% 50%;
    background-size: 75px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }

  .hero-div-switcher-left.shop-button.responsivebtn:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-div-switcher-left.shop-button.phone-button {
    position: static;
    z-index: 1000;
  }

  .hero-div-switcher-left.shop-button.phone-button.responsive-btn-2 {
    width: 150px;
    height: 150px;
    background-size: 50px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }

  .hero-div-switcher-left.shop-button.phone-button.responsive-btn-2:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-responsive-menu-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-responsive-line {
    position: relative;
    left: -5px;
    width: 65%;
    height: 8px;
    border-radius: 100px;
    background-color: #3d43bc;
  }

  .nav-responsive-line.vertical-btn-line {
    position: relative;
    left: -32px;
    width: 8px;
    height: 65%;
  }

  .nav-responsive-big-link {
    display: block;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    padding-left: 0px;
    color: #262db4;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-align: left;
  }

  .nav-responsive-big-link.w--current {
    color: #05c6e5;
  }

  .nav-responsive-line-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #3d43bc;
    border-radius: 100px;
  }

  .nav-responsive {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 10vw;
    padding-right: 8vw;
    padding-left: 7vw;
    background-color: #2dd3eb;
    box-shadow: none;
  }

  .nav-za-responsive-link {
    width: 100%;
    height: 100%;
    margin-bottom: 1em;
    font-size: 2vw;
    line-height: 2em;
    text-align: left;
    text-decoration: none;
  }

  .nav-responsive-btns-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px solid #05c6e5;
  }

  .nav-responsive-small-link {
    margin-bottom: 1.2em;
    color: #3d43bc;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
  }

  .nav-responsive-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-responsive-brand {
    width: 250px;
    height: 75px;
  }

  .nav-responsive-brand.w--current {
    width: 300px;
    height: auto;
  }

  .nav-responsive-small-links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-top: 30px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #05c6e5;
    background-color: #fff;
  }

  .nav-responsive-small-links-wrap.w--open {
    background-color: #fff;
  }

  .nav-responsive-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5vw 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .form-close-wrap {
    top: 28%;
    width: 25px;
    height: 25px;
  }

  .form-close {
    width: 3vw;
    height: 3vw;
  }

  .pop-up-content {
    margin-bottom: 7vw;
    padding-top: 4vw;
  }

  .process-line {
    left: 3%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .process-number.left-process-nr {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .process-number.right-process-nr {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .process-number.horizontal-process-number {
    left: 14%;
    top: 14%;
  }

  .process-icon {
    left: -3%;
    width: 10vw;
    height: 10vw;
    margin-left: 0px;
    font-size: 4vw;
  }

  .process-step {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .process-step.right-process {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .process-step-info {
    left: 14%;
    width: 80%;
    text-align: left;
  }

  .process-step-info.left {
    text-align: left;
  }

  .cta-2-zahnarzte-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cta-2-pic {
    width: 80vw;
    height: 60vw;
    margin-top: 4.5em;
  }

  .pop-up-times-and-days {
    font-size: 1.8vw;
  }

  .kostenvoranschlag-pop-up {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 9.2vw;
    width: 50vw;
  }

  .transport-pop-up {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 9.2vw;
    width: 50vw;
  }

  .upload-pop-up {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 9.2vw;
    width: 50vw;
  }

  .pop-up-btn {
    min-height: 6vw;
    font-size: 2vw;
  }

  .trust-symbol {
    width: 15vw;
    height: 15vw;
  }

  .trust-symbol.wider-trust-symbol {
    position: relative;
    top: 11px;
    width: 20vw;
  }

  .zahnersatz-hero {
    height: auto;
    padding-top: 20vw;
    padding-bottom: 14vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zahnersatz-hero-right-column {
    width: 84vw;
    height: auto;
    margin-right: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zahnersatz-price {
    width: 30vw;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.8vw;
  }

  .zahnersatz-price.good-price {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }

  .zahnersatz-price-icon {
    font-size: 2vw;
  }

  .zahnersatz-3d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 40vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .material-wrapper {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .material-wrapper.image-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mini-card {
    width: 100%;
    height: 8vw;
    margin-top: 2em;
    font-size: 2.5vw;
  }

  .mini-card-opener {
    top: -2.8vw;
    right: -2.8vw;
    width: 6vw;
    height: 6vw;
    border-width: 0.6vw;
  }

  .plus-line {
    width: 0.6vw;
  }

  .plus-line.horizontal-plus-line {
    width: 0.6vw;
  }

  .mini-card-hover {
    display: none;
  }

  .material-text {
    width: 85vw;
  }

  .material-image {
    width: 85vw;
    height: 85vw;
    margin-bottom: 3em;
  }

  .faq-div {
    width: 85vw;
  }

  .faq-arrow {
    margin-top: 0.5em;
    font-size: 4vw;
  }

  .accordion-wrapper {
    width: auto;
  }

  .accordion-item {
    margin-top: 3em;
  }

  .accordion-title {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-title {
    font-size: 2.5vw;
  }

  .footer-phone-icon {
    font-size: 3.2vw;
  }

  .small-hero {
    height: auto;
    padding-top: 30vw;
    padding-bottom: 50vw;
  }

  .small-hero.ratgeber-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 249, 0.5)), to(rgba(244, 245, 249, 0.5))), -webkit-gradient(linear, right top, left top, color-stop(15%, rgba(0, 0, 0, 0.1)), to(hsla(0, 0%, 100%, 0.5))), url('../images/man-sitting-down-reading-tablet.jpg');
    background-image: linear-gradient(180deg, rgba(244, 245, 249, 0.5), rgba(244, 245, 249, 0.5)), linear-gradient(270deg, rgba(0, 0, 0, 0.1) 15%, hsla(0, 0%, 100%, 0.5)), url('../images/man-sitting-down-reading-tablet.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }

  .small-hero.about-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .small-hero.netzwerk-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(246, 254, 255, 0.5))), url('../images/Zahnärzte-am-Tisch.jpg');
    background-image: linear-gradient(90deg, #fff, rgba(246, 254, 255, 0.5)), url('../images/Zahnärzte-am-Tisch.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .small-hero.seminare-hero {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(46%, hsla(0, 0%, 100%, 0.8)), to(rgba(187, 129, 129, 0))), url('../images/Business-Leute-beim-Seminar.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8) 46%, rgba(187, 129, 129, 0)), url('../images/Business-Leute-beim-Seminar.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }

  .small-hero.praxisratgeber-hero {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.1))), url('../images/Zahnärzte-mit-junger-Patientin.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8) 65%, rgba(246, 254, 255, 0.1)), url('../images/Zahnärzte-mit-junger-Patientin.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.kieferscan-upload-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.5))), url('../images/Röntgen-Zahnarzt.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), rgba(246, 254, 255, 0.5)), url('../images/Röntgen-Zahnarzt.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.zahnarztsuche-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.5))), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), rgba(246, 254, 255, 0.5)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
  }

  .small-hero.freunde-werben-hero {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.35))), url('../images/Zwei-Freunde-lächeln.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85) 20%, rgba(246, 254, 255, 0.35)), url('../images/Zwei-Freunde-lächeln.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
  }

  .small-hero.ratgeber-post-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(rgba(246, 254, 255, 0.2))), url('../images/blog-image.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), rgba(246, 254, 255, 0.2)), url('../images/blog-image.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }

  .small-hero.faq-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.5))), url('../images/AdobeStock_169071879_Preview.jpeg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.5)), url('../images/AdobeStock_169071879_Preview.jpeg');
    background-position: 0px 0px, 50% 60%;
    background-size: auto, cover;
  }

  .small-hero.legal-hero {
    padding-top: 13vw;
    padding-bottom: 13vw;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.5))), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.5)), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.presse-hero {
    padding-top: 20vw;
    padding-bottom: 20vw;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Black-Office-Table.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.6)), url('../images/Black-Office-Table.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.authoren-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(rgba(246, 254, 255, 0.5))), url('../images/Man-im-Café-mit-Laptop.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), rgba(246, 254, 255, 0.5)), url('../images/Man-im-Café-mit-Laptop.jpg');
    background-position: 0px 0px, 50% 80%;
    background-size: auto, cover;
  }

  .ratgeber-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-column {
    width: 100%;
  }

  .column-small {
    width: 100%;
  }

  .column-small.sidebar {
    width: 100%;
    margin-top: 5em;
  }

  .blog-card-paragraph {
    font-size: 2vw;
  }

  .ratgeber-right-wraps {
    width: 100%;
    margin-bottom: 7em;
  }

  .newsletter-form {
    width: 50%;
  }

  .newsletter-field {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background-image: none;
    font-size: 2.5vw;
  }

  .ratgeber-h3 {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
  }

  .featured-post-image {
    height: 15vw;
  }

  .featured-post {
    width: 85%;
  }

  .blog-category-alternative {
    margin-bottom: 2em;
  }

  .category-color {
    width: 1vw;
    height: 1vw;
    margin-right: 1.2em;
  }

  .ratgeber-author-image {
    width: 7vw;
    height: 7vw;
    margin-right: 1.4em;
  }

  .ratgeber-author-image.big-author-image {
    width: 9vw;
    height: 9vw;
  }

  .ratgeber-author.commenter-row {
    font-size: 2vw;
  }

  .intro-big-text {
    font-size: 88px;
    line-height: 72px;
  }

  .instagram-photo-link {
    width: 160px;
    height: 160px;
    margin-right: 6px;
    margin-left: 6px;
  }

  .instagram-button {
    width: 200px;
    height: 200px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .card-square {
    width: 100%;
    height: auto;
  }

  .square-card-icon {
    width: 25%;
    height: 15vw;
    margin-bottom: 2.5em;
  }

  .small-icon {
    width: 8vw;
    height: 8vw;
  }

  .big-icon {
    margin-top: 3em;
    margin-right: auto;
    margin-bottom: 3em;
  }

  .big-icon.first-big-icon {
    margin-top: 0em;
  }

  .dropdown-arrow-icon {
    margin-left: 0.5em;
    font-family: 'Fa solid 900', sans-serif;
  }

  .zahnersatz-drop-menu.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #fff;
  }

  .column-icon-pic {
    margin-bottom: 0.3em;
    font-size: 10vw;
  }

  .disclaimer-bottom.bold-p-blue {
    position: static;
    bottom: 20%;
    margin-top: 2em;
    margin-right: auto;
    font-size: 2.5vw;
    line-height: 1.5em;
    text-align: left;
  }

  .centered-h3 {
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    text-align: center;
  }

  .modentopay-logo {
    width: 40%;
    margin-right: auto;
    margin-bottom: 2em;
  }

  .social-engagement-p {
    text-align: left;
  }

  .more-margin-h2 {
    margin-bottom: 1.5em;
  }

  .about-full-row {
    padding-top: 7vw;
    padding-bottom: 7vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-full-row.inverted-about-row {
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-full-square-pic {
    width: 85%;
    margin-top: 5em;
  }

  .about-full-text-column {
    width: 85vw;
    text-align: left;
  }

  .about-full-text {
    text-align: left;
  }

  .about-top-information {
    width: 100%;
  }

  .hero-pop-ups-wrapper {
    left: 11%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 50vw;
    height: auto;
    padding-top: 0vh;
  }

  .hero-pop-ups-wrapper._68vh-pop-ups-wrapper {
    height: auto;
  }

  .lieferzeiten-wrap {
    width: 100%;
  }

  .disclaimer-leiferzeiten {
    font-size: 2.5vw;
    line-height: 2em;
    text-align: center;
  }

  .process-row-horizontal {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .process-row-horizontal.inverted-responsive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .process-horizontal-column {
    width: 100%;
  }

  .footer-p {
    margin-bottom: 0em;
  }

  .tabs-menu {
    margin-bottom: 2em;
  }

  .centered-h2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .netzwerk-illustration {
    width: 100%;
    height: 60vw;
    margin-bottom: 4em;
  }

  .netzwerk-illustration.illustration-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .exclusiv-anfrage-cta {
    margin-top: 7em;
  }

  .box-link {
    width: 100%;
    height: 20vw;
    margin-bottom: 4em;
    padding: 1.5em;
  }

  .box-links-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-icon {
    font-size: 100px;
  }

  .row-home-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .karriere-icon {
    font-size: 6vw;
  }

  .absolute-logo-top {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .modentojobs-logo {
    height: 6vw;
  }

  .from-wrap {
    height: 6vw;
  }

  .search-field {
    height: 100%;
    font-size: 2vw;
  }

  .search-submit-btn {
    height: 100%;
    font-size: 2vw;
  }

  .modento-tab-link {
    min-width: 17vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 2vw;
  }

  .job-tab-panel {
    margin-top: 2em;
  }

  .job-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .job-untertitel {
    font-size: 2vw;
  }

  .job-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .job-text-column {
    width: 100%;
    margin-top: 5em;
  }

  .job-text-column.about-modento-column {
    margin-top: 0em;
    padding: 5vw;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-field {
    height: 6vw;
    font-size: 2.5vw;
  }

  .form-field.checkbox-field {
    height: auto;
  }

  .form-field.first-checkbox-field {
    height: auto;
  }

  .formular-button {
    height: auto;
    min-width: 35vw;
    padding: 1.2em 1.9em;
    font-size: 2vw;
  }

  .hochladen {
    width: 100%;
    max-width: none;
    min-width: auto;
    font-size: 2.5vw;
  }

  .bewerbungsformular-hochladen-button {
    padding: 0.6em 1em;
  }

  .bewerbungsformular-checkbox {
    top: 1.1vw;
  }

  .form-wrap {
    width: 100%;
  }

  .job-zuruck {
    position: static;
    font-size: 2vw;
  }

  .modentoexclusiv-logo {
    width: 50%;
    margin-right: auto;
  }

  .text-block-icon {
    margin-right: 1.2vw;
    font-family: 'Fa solid 900', sans-serif;
  }

  .text-block-icon.right-block-icon {
    margin-left: 1vw;
  }

  .form-success {
    font-size: 2.5vw;
  }

  .form-error {
    font-size: 2.5vw;
  }

  .seminare-monat {
    margin-bottom: -1em;
    padding-right: 0em;
    padding-left: 1.5em;
  }

  .seminar-intro-row {
    height: auto;
    margin-top: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .seminare-intro-column-image {
    width: 100%;
    height: 40vw;
  }

  .seminare-intro-h4 {
    padding-left: 1.5em;
  }

  .seminare-intro-h4.more-detailled-intro {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .seminar-intro-column-info {
    width: 100%;
    font-size: 2vw;
  }

  .seminare-details {
    height: 14vw;
  }

  .seminare-details.seminare-description {
    height: auto;
    padding: 1.5em;
    border-left: 1.5px solid rgba(205, 234, 242, 0.78);
  }

  .seminare-details-column {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    padding-left: 1.5em;
  }

  .seminare-details-column.first-details-column {
    border-left: 1.5px solid rgba(205, 234, 242, 0.78);
  }

  .seminare-details-p {
    font-size: 2vw;
  }

  .seminare-details-link {
    margin-top: 1.5em;
  }

  .seminare-details-price {
    width: 16vw;
    height: 8vw;
    font-size: 2vw;
  }

  .seminare-intro-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preisbeispiel-h4 {
    height: 10vw;
    margin-top: 1em;
  }

  .preis-karte-h3 {
    margin-bottom: 0.2em;
  }

  .seminar-page-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seminar-page-column {
    width: 100%;
  }

  .seminar-column-details {
    margin-top: 6em;
    padding: 4em;
  }

  .seminar-intro-detail {
    font-size: 2vw;
  }

  .seminar-detail-right {
    font-size: 2.5vw;
  }

  .seminar-page-right-column-wrap {
    width: 100%;
  }

  .featured-events-date {
    font-size: 2vw;
  }

  .seminar-social-button {
    width: 8vw;
    height: 8vw;
    margin-right: 1em;
    border: 1px none #000;
    font-size: 2.5vw;
  }

  .abholung-column {
    width: 100%;
  }

  .abholung-column.image-abholung-column {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Frau-mit-drei-Packeten.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/Frau-mit-drei-Packeten.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    font-size: 2vw;
    line-height: 2.1em;
  }

  .commenter-info {
    font-size: 1.8vw;
  }

  .author-h5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .commenter-date {
    font-size: 1.6vw;
    line-height: 2em;
  }

  .ratgeber-post-text {
    font-size: 2.5vw;
  }

  .ratgeber-author-block {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .ratgeber-author-block-text {
    font-size: 2.1vw;
  }

  .comment-box {
    height: 7vw;
    font-size: 2.1vw;
  }

  .feature-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._404-text {
    width: 85vw;
  }

  .eingabemaske-image {
    width: 100%;
  }

  .quality-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quality-row.inverted-quality-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kontakt-box-link {
    width: 100%;
    height: 60vw;
    margin-right: 0em;
    margin-bottom: 3em;
  }

  .kontakt-box-link-text {
    padding: 2.5em;
  }

  .login-card-wrap {
    width: 85%;
    padding: 3.5em;
  }

  .hero-buttons-wrap._68vh-buttons-wrap {
    height: auto;
  }

  .div-block-2 {
    padding-top: 0vh;
  }

  .image-2 {
    height: auto;
    max-width: 66%;
    margin-top: -13px;
  }

  .image-3 {
    display: none;
    max-width: 60%;
  }

  .image-4 {
    display: none;
    max-width: 100%;
  }

  .cta-message-copy {
    width: 50vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-message-copy.zahnarzt-cta-1-message {
    width: 80vw;
  }

  .image-5 {
    width: 100%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block {
    margin-top: 3vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5vw;
  }

  h2 {
    font-size: 4vw;
  }

  h3 {
    font-size: 3.5vw;
  }

  h4 {
    font-size: 3.3vw;
  }

  h5 {
    font-size: 3.1vw;
  }

  h6 {
    font-size: 2.9vw;
  }

  p {
    font-size: 3vw;
  }

  li {
    font-size: 3vw;
  }

  blockquote {
    font-size: 3vw;
  }

  figcaption {
    margin-bottom: 1.5em;
  }

  .button {
    min-height: 8vw;
    font-size: 2.5vw;
  }

  .button.square-btn {
    width: 65px;
    height: 65px;
    font-size: 4.5vw;
  }

  .full-hero {
    padding-top: 30vw;
    padding-bottom: 60vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), color-stop(77%, transparent)), url('../images/patienten-hero.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), transparent 77%), url('../images/patienten-hero.jpg');
    background-position: 0px 0px, 0px 0px, 60% 50%;
    background-size: auto, auto, cover;
  }

  .full-hero.zahnarzt-hero {
    padding-bottom: 60vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Lächende-Frau.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Lächende-Frau.jpg');
    background-position: 0px 0px, 60% 50%;
  }

  .full-hero.quality-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-und-Patient-lächeln.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-und-Patient-lächeln.jpg');
    background-position: 0px 0px, 55% 0%;
  }

  .full-hero.nulltarif-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-beratet-Patient.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-beratet-Patient.jpg');
    background-position: 0px 0px, 30% 0%;
  }

  .full-hero.finanzierung-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-und-Patient-gucken-sich-einander-an.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-und-Patient-gucken-sich-einander-an.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .full-hero.exclusiv-hero {
    padding-bottom: 60vw;
  }

  .full-hero.abholung-hero {
    padding-top: 16vw;
  }

  .hero-wrapper {
    width: 100%;
  }

  .hero-jumbo-p {
    font-size: 3em;
  }

  .section {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .section.blue-section {
    color: #fff;
  }

  .section.home-cta-1 {
    background-position: 46% 50%;
  }

  .section.cta-infopaket-patienten {
    background-position: 0px 0px, 70% 50%;
  }

  .section.about-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.35)), to(hsla(0, 0%, 100%, 0.35))), url('../images/Lächende-Frau.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.35), hsla(0, 0%, 100%, 0.35)), url('../images/Lächende-Frau.jpg');
    background-position: 0px 0px, 60% 0%;
  }

  .section.cta-kostenvoranschlag {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .section.netzwerk-cta {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(246, 254, 255, 0.2)), to(hsla(0, 0%, 100%, 0.85))), url('../images/Zahnarzt-in-der-Praxis-mit-Patient-im-Hintergrund.jpg');
    background-image: linear-gradient(270deg, rgba(246, 254, 255, 0.2), hsla(0, 0%, 100%, 0.85)), url('../images/Zahnarzt-in-der-Praxis-mit-Patient-im-Hintergrund.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .section.cta-infopaket-patienten-copy {
    background-position: 0px 0px, 70% 50%;
  }

  .benefits-column-image {
    width: 75%;
  }

  .features-item {
    margin-top: 7em;
    padding: 4em;
    color: #fff;
  }

  .features-icon {
    right: -3%;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .features-link {
    width: 40%;
    font-size: 2.5em;
  }

  .message-50vw-center {
    width: 85vw;
  }

  .message-50vw-center.zahnarzt-50vw {
    width: 80vw;
  }

  .message-50vw-center.lower-50vw {
    margin-top: 9em;
  }

  .savings-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .savings-card {
    width: 100%;
    margin-bottom: 3em;
  }

  .savings-card.last-savings-card {
    margin-bottom: 7em;
  }

  .blog-category {
    max-width: 40vw;
    min-width: 30vw;
    margin-top: 1.3em;
  }

  .partner-wrap.column-icon-wrap {
    width: 100%;
  }

  .partner-logo {
    margin-bottom: 30px;
  }

  .footer.pa-und-za-footer {
    padding-top: 1vw;
  }

  .footer-link {
    margin-bottom: 2em;
    font-size: 3.1vw;
  }

  .footer-social-icon {
    font-size: 6vw;
  }

  .footer-hotline {
    font-size: 2.2em;
  }

  .footer-bottom._2nd-footer-bottom {
    padding-top: 5em;
  }

  .footer-bottom-wrap {
    font-size: 2.5em;
  }

  .testimonial-wrap {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .testimonials-arrow.right {
    font-size: 4em;
  }

  .testimonials-arrow.left {
    font-size: 4em;
  }

  .testimonial-rating {
    font-size: 2.5vw;
  }

  .testimonial-name {
    margin: 20px 0px 0px;
    font-size: 1.6em;
  }

  .testimonial-slide {
    padding-right: 4%;
    padding-left: 4%;
  }

  .testimonial-quote-icon {
    left: 10%;
    top: 5%;
    font-size: 5vw;
  }

  .blog-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2vw;
  }

  .blog-author {
    font-size: 2.2vw;
  }

  .pop-up-email {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pop-up-row {
    margin-top: 3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pop-up-row.box-row {
    margin-top: 4vw;
    padding-top: 4vw;
  }

  .hero-pop-up {
    top: auto;
    right: auto;
    width: 70vw;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pop-up-heading-wrap {
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 2.5vw;
  }

  .pop-up-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4vw 5vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 2.5vw;
  }

  .blog-author-link {
    font-size: 2vw;
  }

  .nav-responsive-btn {
    width: 75px;
    height: 75px;
  }

  .hero-div-switcher-left.shop-button {
    width: 70px;
    height: 70px;
    background-size: 40px;
  }

  .hero-div-switcher-left.shop-button.responsivebtn {
    width: 100px;
    height: 100px;
    background-position: 59% 50%;
    background-size: 50px;
  }

  .hero-div-switcher-left.shop-button.phone-button {
    background-size: 24px;
  }

  .hero-div-switcher-left.shop-button.phone-button.responsive-btn-2 {
    width: 100px;
    height: 100px;
    background-size: 35px;
  }

  .nav-responsive-menu-column {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-responsive-menu-column.right-column {
    margin-bottom: 20px;
  }

  .nav-responsive-big-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.2em;
  }

  .nav-responsive {
    display: block;
    width: 100%;
    height: 100px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-za-responsive-link {
    font-size: 2.5vw;
  }

  .nav-responsive-btns-wrap {
    position: relative;
    height: 150px;
    margin-top: 30px;
    padding-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-responsive-small-link {
    font-size: 16px;
    line-height: 1.4em;
  }

  .nav-responsive-brand {
    width: 280px;
    padding-left: 0px;
  }

  .nav-responsive-brand.w--current {
    width: 250px;
  }

  .nav-responsive-small-links-wrap {
    margin-top: 30px;
    padding-top: 30px;
  }

  .nav-responsive-small-links-wrap.last-menu-div-shop {
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-responsive-menu {
    position: absolute;
    z-index: 7;
    overflow: visible;
    height: auto;
    padding-top: 30px;
    padding-right: 47px;
    padding-left: 47px;
  }

  .nav-responsive-menu.za-responsive-menu {
    height: 1000px;
  }

  .form-close-wrap {
    top: 16px;
    right: 16px;
  }

  .form-close {
    width: 4vw;
    height: 4vw;
  }

  .pop-up-content {
    width: 90%;
  }

  .place-top {
    z-index: 10;
  }

  .process-line {
    left: 6%;
  }

  .process-number {
    font-size: 64px;
    line-height: 48px;
  }

  .process-number.left-process-nr {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .process-number.right-process-nr {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .process-number.horizontal-process-number {
    left: 15%;
    top: 5%;
  }

  .process-icon {
    left: 1%;
  }

  .pop-up-times-and-days {
    font-size: 2.2vw;
  }

  .pop-up-times-and-days.times-only {
    margin-right: 0vw;
  }

  .kostenvoranschlag-pop-up {
    display: none;
    width: 70vw;
  }

  .transport-pop-up {
    width: 70vw;
  }

  .upload-pop-up {
    width: 70vw;
  }

  .pop-up-btn {
    min-height: 8vw;
    font-size: 2.5vw;
  }

  .zahnersatz-hero {
    padding-top: 30vw;
  }

  .zahnersatz-hero-right-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .zahnersatz-price-comparison-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zahnersatz-price {
    width: 60%;
    height: 10vw;
    font-size: 2.2vw;
  }

  .zahnersatz-price-icon {
    width: 20%;
    height: auto;
    font-size: 3vw;
    line-height: 3em;
  }

  .zahnersatz-price-rec {
    width: 80%;
  }

  .zahnersatz-3d {
    width: 65vw;
    height: auto;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .material-wrapper {
    margin-top: 4rem;
  }

  .mini-card {
    width: 100%;
    margin-top: 3em;
  }

  .mini-card-opener {
    width: 8vw;
    height: 8vw;
  }

  .plus-line {
    width: 0.8vw;
  }

  .faq-arrow {
    margin-top: 0.6em;
    font-size: 6vw;
  }

  .accordion-title {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-title {
    font-size: 3vw;
  }

  .footer-phone-icon {
    font-size: 4.2vw;
  }

  .small-hero {
    padding-top: 45vw;
    padding-bottom: 65vw;
  }

  .small-hero.kontakt-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), color-stop(100%, hsla(0, 0%, 100%, 0.5)), to(rgba(246, 254, 255, 0.25))), url('../images/laptop-3-min.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.5) 100%, rgba(246, 254, 255, 0.25)), url('../images/laptop-3-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.kostenvoranschlag-hero {
    padding-top: 30vw;
    padding-bottom: 45vw;
  }

  .small-hero.freunde-werben-hero {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.5))), url('../images/Zwei-Freunde-lächeln.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85) 20%, rgba(246, 254, 255, 0.5)), url('../images/Zwei-Freunde-lächeln.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
  }

  .small-hero.legal-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.7))), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.7)), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .ratgeber-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .big-column {
    width: 100%;
  }

  .column-small {
    width: 100%;
  }

  .column-small.sidebar {
    width: 100%;
    margin-top: 10em;
  }

  .blog-card-paragraph {
    font-size: 2.5vw;
  }

  .newsletter-form {
    width: 75%;
  }

  .newsletter-field {
    background-image: none;
    font-size: 3vw;
  }

  .ratgeber-h3 {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
  }

  .featured-post-image {
    height: 20vw;
  }

  .blog-category-alternative {
    margin-bottom: 3.5em;
    padding: 1em 3em;
  }

  .category-color {
    width: 2vw;
    height: 2vw;
    margin-right: 2em;
  }

  .ratgeber-author-image {
    width: 12vw;
    height: 12vw;
    margin-right: 2em;
  }

  .ratgeber-author-image.big-author-image {
    width: 12vw;
    height: 12vw;
  }

  .ratgeber-author {
    margin-bottom: 3em;
  }

  .ratgeber-author.commenter-row.leave-comment-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-big-text {
    font-size: 80px;
    line-height: 64px;
  }

  .instagram-photo-link {
    width: 128px;
    height: 128px;
  }

  .instagram-button {
    width: 160px;
    height: 160px;
    font-size: 15px;
  }

  .big-icon {
    height: auto;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .dropdown-arrow-icon {
    margin-left: 0.25em;
  }

  .zahnersatz-drop-menu.w--open {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .column-icon-pic {
    width: 50%;
    font-size: 15vw;
  }

  .disclaimer-bottom.bold-p-blue {
    font-size: 3vw;
  }

  .hero-pop-ups-wrapper {
    left: 24%;
  }

  .hero-pop-ups-wrapper._68vh-pop-ups-wrapper {
    height: auto;
  }

  .disclaimer-leiferzeiten {
    font-size: 3vw;
  }

  .box-icon {
    font-size: 75px;
  }

  .karriere-icon {
    font-size: 7vw;
  }

  .modentojobs-logo {
    height: 8vw;
  }

  .from-wrap {
    height: 8vw;
  }

  .from-wrap.vertical-search-form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search-field {
    height: auto;
    min-height: 7vw;
    font-size: 2.5vw;
  }

  .search-field.select-search-field {
    min-width: 50vw;
  }

  .search-submit-btn {
    height: auto;
    min-height: 7vw;
    min-width: 35vw;
    font-size: 2.5vw;
  }

  .modento-tab-link {
    min-width: 25vw;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 2.5vw;
  }

  .job-wrap {
    padding-top: 5em;
    padding-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .job-link-h3 {
    margin-bottom: 4em;
  }

  .job-untertitel {
    margin-top: -0.4em;
    font-size: 2.5vw;
  }

  .job-hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-text-column.about-modento-column {
    padding: 6vw;
  }

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-column {
    width: 100%;
  }

  .form-field {
    height: 10vw;
    font-size: 3vw;
  }

  .formular-button {
    padding-right: 1.8em;
    padding-left: 1.8em;
    font-size: 2.5vw;
  }

  .hochladen {
    font-size: 3vw;
  }

  .job-zuruck {
    font-size: 2.5vw;
  }

  .text-block-icon {
    margin-right: 1.5vw;
  }

  .text-block-icon.right-block-icon {
    margin-left: 1.5vw;
  }

  .form-success {
    font-size: 3vw;
  }

  .form-error {
    font-size: 3vw;
  }

  .seminar-intro-row {
    margin-top: 5.5em;
  }

  .seminar-intro-column-info {
    font-size: 2.5vw;
  }

  .seminare-details {
    height: 16vw;
  }

  .seminare-details.seminare-description {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .seminare-details-p {
    font-size: 2.5vw;
  }

  .seminare-details-price {
    font-size: 2.5vw;
  }

  .preis-karte-h3 {
    margin-bottom: 0em;
  }

  .seminar-page-foto {
    height: 60vw;
  }

  .seminare-intro-h4-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .seminar-intro-detail {
    margin-top: 0.5em;
    margin-right: 0em;
    font-size: 3vw;
  }

  .seminar-detail-right {
    font-size: 3vw;
  }

  .featured-events-date {
    font-size: 2.5vw;
  }

  .seminar-social-button {
    font-size: 3vw;
  }

  .abholung-column.image-abholung-column {
    font-size: 2.5vw;
  }

  .commenter-info {
    font-size: 2.4vw;
  }

  .commenter-date {
    font-size: 2.4vw;
  }

  .ratgeber-post-text {
    font-size: 3vw;
  }

  .ratgeber-author-block-text {
    font-size: 2.4vw;
  }

  .comment-box {
    height: 8vw;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }

  .ratgeber-hnliche-posts {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._404-text {
    padding: 3em;
  }

  .login-card-wrap {
    padding: 4.5em;
  }

  .heading {
    font-size: 2.5rem;
  }

  .paragraph-2 {
    padding-right: 29px;
    font-size: 2.5vw;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 6vw;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    font-size: 4.8vw;
  }

  h5 {
    font-size: 4.6vw;
  }

  h6 {
    font-size: 4.4vw;
  }

  p {
    font-size: 1rem;
    line-height: 1.25em;
  }

  li {
    font-size: 5vw;
  }

  blockquote {
    font-size: 5vw;
  }

  figcaption {
    margin-bottom: 1em;
  }

  .button {
    min-height: 14vw;
    min-width: 85vw;
    font-size: 4vw;
  }

  .button.blue-btn {
    border-style: solid;
    border-width: 1.5px;
    border-color: #3d43bc;
  }

  .button.blue-btn:hover {
    border-color: #05c6e5;
  }

  .button.turquoise-btn:hover {
    background-color: #3d43bc;
  }

  .button.square-btn {
    width: 65px;
    height: 65px;
    margin-bottom: 0px;
    font-size: 8.5vw;
  }

  .button.square-btn.transport-button {
    font-size: 28px;
  }

  .button.square-btn.kostenrechner-btn {
    font-size: 28px;
  }

  .button.square-btn.upload-btn {
    font-size: 28px;
  }

  .button.square-btn.phone-btn {
    font-size: 30px;
  }

  .full-hero {
    padding-top: 50vw;
    padding-bottom: 40vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(transparent)), url('../images/patienten-hero.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), transparent), url('../images/patienten-hero.jpg');
    background-position: 0px 0px, 0px 0px, 60% 50%;
  }

  .full-hero.zahnarzt-hero {
    padding-bottom: 40vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Lächende-Frau.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Lächende-Frau.jpg');
    background-position: 0px 0px, 70% 50%;
  }

  .full-hero.patienten-home-hero {
    padding-bottom: 32vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#2dd3eb)), url('../images/intro-final.jpg');
    background-image: linear-gradient(180deg, #000, transparent 50%), linear-gradient(180deg, transparent 49%, #2dd3eb), url('../images/intro-final.jpg');
    background-position: 0px 0px, 0px 0px, 67% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .full-hero.quality-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-und-Patient-lächeln.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-und-Patient-lächeln.jpg');
    background-position: 0px 0px, 40% 0%;
  }

  .full-hero.nulltarif-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-beratet-Patient.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-beratet-Patient.jpg');
    background-position: 0px 0px, 40% 0%;
  }

  .full-hero.finanzierung-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Zahnarzt-und-Patient-gucken-sich-einander-an.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Zahnarzt-und-Patient-gucken-sich-einander-an.jpg');
    background-position: 0px 0px, 20% 50%;
  }

  .full-hero.exclusiv-hero {
    padding-bottom: 45vw;
  }

  .full-hero.karriere-hero {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .full-hero.abholung-hero {
    padding-top: 33vw;
  }

  .full-hero._404-hero {
    padding-top: 5vw;
    padding-bottom: 80vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Illustration---404.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Illustration---404.svg');
    background-position: 0px 0px, 50% 95%;
  }

  .hero-wrapper {
    padding-top: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-square-buttons {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-jumbo-p {
    font-size: 5vw;
  }

  .section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.blue-section {
    text-align: center;
  }

  .section.home-cta-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/bg-grape1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/bg-grape1.jpg');
    background-position: 0px 0px, 47% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    color: #172965;
  }

  .section.cta-infopaket-patienten {
    padding-top: 30vw;
    padding-bottom: 30vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.72)), to(hsla(0, 0%, 100%, 0.5))), url('../images/smilling-man.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.72), hsla(0, 0%, 100%, 0.5)), url('../images/smilling-man.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.zahnarztsuche-cta {
    padding-top: 30vw;
    padding-bottom: 30vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section.about-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Lächende-Frau.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/Lächende-Frau.jpg');
    background-position: 0px 0px, 65% 0%;
  }

  .section.cta-kostenvoranschlag {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section.netzwerk-cta {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(246, 254, 255, 0.75)), to(hsla(0, 0%, 100%, 0.9))), url('../images/Zahnarzt-in-der-Praxis-mit-Patient-im-Hintergrund.jpg');
    background-image: linear-gradient(270deg, rgba(246, 254, 255, 0.75), hsla(0, 0%, 100%, 0.9)), url('../images/Zahnarzt-in-der-Praxis-mit-Patient-im-Hintergrund.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .section.karriere-suche-wrap {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .section.karriere-section {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .section.cta-faq-kontakt {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.8)), to(rgba(246, 254, 255, 0.6))), url('../images/AdobeStock_218346076_Preview.jpeg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), rgba(246, 254, 255, 0.6)), url('../images/AdobeStock_218346076_Preview.jpeg');
    background-position: 0px 0px, 65% 0%;
    background-size: auto, cover;
  }

  .section.cta-infopaket-patienten-copy {
    padding-top: 30vw;
    padding-bottom: 30vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.72)), to(hsla(0, 0%, 100%, 0.5))), url('../images/smilling-man.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.72), hsla(0, 0%, 100%, 0.5)), url('../images/smilling-man.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .benefits-row {
    height: auto;
    padding: 9em 7.5vw;
    text-align: center;
  }

  .benefits-row.cyan-benefits-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-45 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits-column-image {
    z-index: 1;
    width: 80%;
    margin-top: 20px;
    opacity: 1;
  }

  .features-item {
    margin-top: 10em;
    padding: 4em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .features-item.praxis-feature-item {
    padding: 5em;
  }

  .features-icon {
    right: -4%;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .features-icon.zahnarzt-feature-icon {
    top: -6%;
  }

  .features-link {
    width: 90%;
    margin-top: 25px;
    font-size: 5vw;
  }

  .features-paragraph {
    margin-bottom: 1.5em;
  }

  .cta-message {
    width: 85vw;
  }

  .message-50vw-center.lower-50vw {
    margin-top: 13em;
  }

  .savings-message {
    text-align: left;
  }

  .savings-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .savings-card {
    width: 100%;
    margin-top: 4em;
    margin-bottom: 0em;
  }

  .savings-card.last-savings-card {
    margin-bottom: 10em;
  }

  .savings-jumbo-text {
    font-size: 6em;
  }

  .blog-card {
    width: 100%;
    margin-top: 8em;
    margin-bottom: 0px;
    padding: 15px;
  }

  .blog-card-image {
    height: 40vw;
  }

  .blog-date {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-category {
    max-width: 75vw;
    min-width: 50vw;
    margin-top: 1.5em;
  }

  .blog-content-wrapper {
    width: 85%;
    height: auto;
  }

  .partner-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 30vw;
    margin-bottom: 10em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-logo.material-logo.smaller-material-logo {
    height: 14vw;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer.pa-und-za-footer {
    padding-top: 0vw;
  }

  .footer-link {
    font-size: 4.6vw;
    text-align: center;
  }

  .footer-link.no-hover-color-change {
    line-height: 2em;
  }

  .footer-social {
    margin-top: 2em;
    margin-bottom: 0em;
  }

  .footer-social-icon {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 10vw;
  }

  .footer-hotline {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 4em;
  }

  .footer-hotline-icon {
    width: 40px;
    height: 40px;
    margin-right: 0em;
    margin-bottom: 10px;
  }

  .footer-hotline-icon.pop-up-phone-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .trust-logos-wrap {
    position: static;
    margin: 5.3em auto -14.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trust-logos-wrap.footer-trust {
    margin-top: 10em;
  }

  .footer-bottom.second-bottom-row {
    padding-top: 10.9em;
  }

  .footer-bottom._2nd-footer-bottom {
    padding-top: 10em;
  }

  .footer-form-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom-wrap {
    margin-top: 83px;
    font-size: 4em;
  }

  .testimonial-slider {
    margin-top: 30px;
  }

  .testimonial-wrap {
    padding: 88px 10% 48px;
  }

  .testimonials-nav {
    bottom: 30px;
  }

  .testimonials-arrow.right {
    left: 200px;
    bottom: 30px;
  }

  .testimonials-arrow.left {
    right: 200px;
    bottom: 30px;
  }

  .testimonial-rating {
    top: 42px;
    font-size: 4vw;
  }

  .testimonial-name {
    margin: 15px 0px 0px;
    font-size: 3em;
    line-height: 2em;
  }

  .testimonial-slide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .testimonial-quote-icon {
    left: 10%;
    top: 9%;
    right: auto;
    bottom: auto;
    font-size: 10vw;
    line-height: 1em;
  }

  .blog-bottom-wrapper {
    margin-top: 2em;
    padding-top: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5vw;
  }

  .blog-author-pic {
    width: 20vw;
    height: 20vw;
  }

  .blog-author {
    width: auto;
    margin-top: 15px;
    font-size: 4vw;
    line-height: 1em;
  }

  .pop-up-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .pop-up-link.no-margins-link {
    font-size: 14px;
  }

  .pop-up-email {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pop-up-row {
    width: 100%;
    margin-top: 5vw;
  }

  .pop-up-row.box-row {
    margin-top: 7vw;
    padding-top: 7vw;
  }

  .hero-pop-up {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 25vw;
    width: 85vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pop-up-heading-wrap {
    padding-right: 6vw;
    padding-left: 6vw;
    font-size: 4.5vw;
    text-align: left;
  }

  .pop-up-content-wrap {
    width: 100%;
    padding: 5vw 6vw 8vw;
    font-size: 4.5vw;
    line-height: 1.6em;
  }

  .blog-author-link {
    font-size: 3.5vw;
  }

  .nav-responsive-btn {
    width: 50px;
    height: 50px;
  }

  .nav-responsive-btn.w--open {
    width: 50px;
    height: 50px;
  }

  .hero-div-switcher-left.shop-button {
    width: 50%;
    height: 100%;
    background-position: 58% 50%;
    background-size: 65px;
  }

  .hero-div-switcher-left.shop-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-div-switcher-left.shop-button.phone-button {
    width: 50%;
    height: 100%;
    background-size: 40px;
  }

  .nav-responsive-menu-column {
    min-height: none;
  }

  .nav-responsive-menu-column.right-column {
    margin-bottom: 0px;
  }

  .nav-responsive-line {
    left: -2px;
    height: 6px;
  }

  .nav-responsive-line.vertical-btn-line {
    left: -20px;
    width: 6px;
  }

  .nav-responsive-big-link {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .nav-responsive {
    height: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-za-responsive-link {
    margin-bottom: 0.7em;
    font-size: 4.5vw;
  }

  .nav-responsive-btns-wrap {
    height: auto;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-responsive-small-link {
    font-size: 15px;
  }

  .nav-responsive-small-link.last-small-link {
    margin-bottom: 0em;
  }

  .nav-responsive-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-responsive-brand.w--current {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-responsive-small-links-wrap {
    margin-top: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-responsive-small-links-wrap.last-menu-div-shop {
    margin-bottom: 0px;
    padding-bottom: 45px;
  }

  .nav-responsive-menu {
    position: absolute;
    z-index: 100;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .nav-responsive-menu.za-responsive-menu {
    height: auto;
    min-height: 870px;
  }

  .form-close-wrap {
    top: 17px;
    right: 17px;
    width: 25px;
    height: 25px;
  }

  .form-close {
    width: 6vw;
    height: 6vw;
  }

  .pop-up-content {
    width: 92%;
  }

  .process-line {
    left: 9%;
    margin-left: 0px;
  }

  .process-number.left-process-nr {
    left: -16px;
    top: -12px;
    right: auto;
  }

  .process-number.right-process-nr {
    left: 0%;
    top: -3%;
    right: auto;
    bottom: 0%;
  }

  .process-number.horizontal-process-number {
    left: 7%;
    top: 3%;
  }

  .process-icon {
    left: 0px;
    top: -12px;
    right: auto;
    width: 56px;
    height: 56px;
    font-size: 20px;
  }

  .process-step {
    margin-bottom: 40px;
  }

  .process-step-info {
    left: 0%;
    width: 100%;
    margin-left: 72px;
  }

  .process-step-info.left {
    text-align: left;
  }

  .cta-2-pic {
    margin-top: 25px;
  }

  .pop-up-times-and-days {
    margin-right: 6vw;
    font-size: 4vw;
    text-align: left;
  }

  .trust-symbol-wrap {
    position: static;
    left: 0%;
    right: 0%;
    bottom: 11%;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kostenvoranschlag-pop-up {
    top: auto;
    right: auto;
    bottom: 25vw;
    width: 85vw;
  }

  .transport-pop-up {
    bottom: 25vw;
    width: 85vw;
  }

  .upload-pop-up {
    bottom: 25vw;
    width: 85vw;
  }

  .pop-up-btn {
    min-height: 14vw;
    font-size: 4vw;
  }

  .pop-up-btn:hover {
    background-color: #05c6e5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff;
  }

  .trust-symbol {
    width: 40vw;
    height: 40vw;
  }

  .trust-symbol.wider-trust-symbol {
    width: 55vw;
    max-width: 85%;
    margin-bottom: 5em;
  }

  .zahnersatz-hero {
    height: auto;
    padding-top: 45vw;
    padding-bottom: 20vw;
  }

  .zahnersatz-hero-right-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .zahnersatz-price-comparison-wrapper {
    width: 85%;
    margin-top: 11.6em;
  }

  .zahnersatz-price {
    width: 100%;
    height: auto;
    margin-bottom: 0.6em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 4vw;
  }

  .zahnersatz-price.good-price {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .zahnersatz-price-icon {
    width: 20%;
    height: auto;
    font-size: 5.2vw;
    line-height: 2em;
  }

  .zahnersatz-price-rec {
    width: 80%;
    height: auto;
  }

  .zahnersatz-3d {
    width: 80vw;
    height: auto;
    margin-top: 2.5em;
  }

  .zahnersatz-pic._75-smaller-size {
    width: 100%;
  }

  .zahnersatz-pic._90-size {
    width: 100%;
  }

  .material-wrapper {
    margin-top: 2rem;
  }

  .mini-card {
    height: 13vw;
    margin-top: 4em;
    font-size: 4.4vw;
  }

  .mini-card-opener {
    top: -4.5vw;
    right: -4.5vw;
    width: 10vw;
    height: 10vw;
    border-width: 3px;
  }

  .plus-line {
    width: 3px;
  }

  .plus-line.horizontal-plus-line {
    width: 3px;
  }

  .material-image {
    margin-top: 3em;
    margin-bottom: 8em;
  }

  .faq-arrow {
    margin-left: auto;
    font-size: 8vw;
    line-height: 1em;
  }

  .faq-h3 {
    text-align: left;
  }

  .accordion-title {
    margin-top: 8em;
    padding: 4em 6vw;
    text-align: center;
  }

  .faq-text {
    padding: 1.5em 6vw;
  }

  .zahnersatz-einleitung {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .testimonial-title {
    font-size: 5vw;
  }

  .footer-phone-icon {
    font-size: 6.2vw;
  }

  .small-hero {
    padding-top: 55vw;
    padding-bottom: 85vw;
  }

  .small-hero.about-hero {
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.85))), url('../images/Frau-im-Büro.jpeg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.85)), url('../images/Frau-im-Büro.jpeg');
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
  }

  .small-hero.netzwerk-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Zahnärzte-am-Tisch.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.8)), url('../images/Zahnärzte-am-Tisch.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.seminare-hero {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, hsla(0, 0%, 100%, 0.55)), to(rgba(187, 129, 129, 0))), url('../images/Business-Leute-beim-Seminar.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.55) 100%, rgba(187, 129, 129, 0)), url('../images/Business-Leute-beim-Seminar.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }

  .small-hero.downloads-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/Zahnarzt-Instrumente-auf-blauen-Hintergrund.jpg');
    background-position: 0px 0px, 70% 50%;
  }

  .small-hero.kontakt-hero {
    background-position: 0px 0px, 60% 50%;
  }

  .small-hero.praxisratgeber-hero {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, hsla(0, 0%, 100%, 0.7)), to(rgba(246, 254, 255, 0.1))), url('../images/Zahnärzte-mit-junger-Patientin.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.7) 100%, rgba(246, 254, 255, 0.1)), url('../images/Zahnärzte-mit-junger-Patientin.jpg');
    background-position: 0px 0px, 75% 50%;
    background-size: auto, cover;
  }

  .small-hero.kieferscan-upload-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.75)), to(rgba(246, 254, 255, 0.65))), url('../images/Röntgen-Zahnarzt.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.75), rgba(246, 254, 255, 0.65)), url('../images/Röntgen-Zahnarzt.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.kostenvoranschlag-hero {
    padding-top: 46vw;
    padding-bottom: 80vw;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.65))), url('../images/Zwei-Zahnärzte-und-Patient-mit-Tablet.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), rgba(246, 254, 255, 0.65)), url('../images/Zwei-Zahnärzte-und-Patient-mit-Tablet.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .small-hero.zahnarztsuche-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.65))), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85), rgba(246, 254, 255, 0.65)), url('../images/Zahnarzt-und-Patient-beim-Zahnboren.jpg');
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
  }

  .small-hero.freunde-werben-hero {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 100%, 0.85)), to(rgba(246, 254, 255, 0.55))), url('../images/Zwei-Freunde-lächeln.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.85) 20%, rgba(246, 254, 255, 0.55)), url('../images/Zwei-Freunde-lächeln.jpg');
    background-position: 0px 0px, 70% 20%;
    background-size: auto, cover;
  }

  .small-hero.ratgeber-post-hero {
    padding-bottom: 56vw;
  }

  .small-hero.faq-hero {
    background-position: 0px 0px, 70% 60%;
  }

  .small-hero.legal-hero {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

  .small-hero.presse-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Black-Office-Table.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.8)), url('../images/Black-Office-Table.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .ratgeber-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-small {
    margin-top: 8em;
  }

  .blog-card-paragraph {
    font-size: 4vw;
  }

  .ratgeber-right-wraps {
    margin-bottom: 10em;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-field {
    padding-right: 1em;
    padding-left: 1em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 5vw;
  }

  .featured-post-image {
    height: 35vw;
  }

  .featured-post.featured-event {
    margin-top: 6em;
  }

  .blog-category-alternative {
    margin-bottom: 5em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .category-color {
    width: 3vw;
    height: 3vw;
    margin-right: 3em;
  }

  .ratgeber-author-image {
    width: 20vw;
    height: 20vw;
  }

  .ratgeber-author-image.big-author-image {
    width: 20vw;
    height: 20vw;
    margin-bottom: 2em;
  }

  .ratgeber-author {
    margin-bottom: 6em;
  }

  .ratgeber-author.commenter-row {
    margin-bottom: 3.5em;
  }

  .intro-big-text {
    font-size: 56px;
    line-height: 56px;
  }

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

  .card-square {
    margin-bottom: 5em;
    padding: 8%;
  }

  .square-card-icon {
    width: 50%;
    height: 15vw;
    margin-bottom: 4em;
  }

  .small-icon {
    width: 12vw;
    height: 12vw;
    margin-bottom: 3em;
  }

  .big-icon {
    width: 50%;
    height: auto;
    margin-bottom: 6em;
  }

  .dropdown-arrow-icon {
    margin-left: 0.2em;
  }

  .zahnersatz-drop-menu.w--open {
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .column-icon-pic {
    width: 100%;
    font-size: 20vw;
  }

  .disclaimer-bottom.bold-p-blue {
    font-size: 5vw;
  }

  .modentopay-logo {
    width: 50%;
  }

  .about-full-row {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .about-square-picture {
    margin-bottom: 4em;
  }

  .hero-pop-ups-wrapper {
    left: auto;
    width: 85vw;
    height: auto;
  }

  .lieferzeiten-wrap {
    margin-top: 6em;
  }

  .lieferzeiten-row {
    padding-top: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .lieferzeiten-row.lieferzeit-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .lieferzeiten-row.lieferzeit-heading.preisbeispiel-row-heading {
    border-bottom-style: none;
  }

  .lieferzeiten-row.now-underline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .disclaimer-leiferzeiten {
    font-size: 5vw;
  }

  .lieferzeiten-pc-h4 {
    display: none;
  }

  .lieferzeiten-mobile-h4 {
    display: block;
  }

  .process-horizontal-column {
    margin-top: 9em;
    margin-bottom: 9em;
  }

  .tabs-menu {
    margin-bottom: 3em;
  }

  .tab-link {
    margin-right: 3em;
    margin-left: 3em;
  }

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

  .left-p {
    text-align: left;
  }

  .exclusiv-anfrage-cta {
    text-align: center;
  }

  .box-link {
    height: 40vw;
  }

  .box-icon {
    font-size: 30vw;
  }

  .karriere-icon {
    font-size: 12vw;
  }

  .absolute-logo-top {
    padding-top: 5vw;
    padding-bottom: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .absolute-logo-top.jobseite-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modentojobs-logo {
    height: 13vw;
  }

  .from-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-field {
    width: 100%;
    height: auto;
    min-height: 14vw;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 5vw;
  }

  .search-field.select-search-field {
    min-width: 85vw;
    margin-bottom: 0px;
  }

  .search-submit-btn {
    width: 100%;
    height: auto;
    min-height: 14vw;
    margin-top: 12px;
    margin-left: 0em;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 5vw;
  }

  .job-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modento-tab-link {
    width: 100%;
    min-height: 14vw;
    margin-right: 0em;
    margin-bottom: 12px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 5vw;
    line-height: 2em;
  }

  .job-tab-panel {
    margin-top: 5em;
  }

  .job-wrap {
    padding-top: 9.9em;
    padding-bottom: 9.9em;
  }

  .job-link-h3 {
    margin-bottom: 3em;
  }

  .job-untertitel {
    font-size: 5vw;
    line-height: 2em;
  }

  .job-text-column {
    margin-top: 8em;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-row {
    width: 100%;
  }

  .form-field {
    height: 13vw;
    margin-top: 2.2em;
    font-size: 5vw;
  }

  .form-field.checkbox-field {
    margin-right: auto;
  }

  .form-field.first-checkbox-field {
    margin-right: auto;
  }

  .formular-button {
    max-width: 85vw;
    min-width: 85vw;
    font-size: 4vw;
  }

  .hochladen {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5vw;
    text-align: center;
  }

  .hochladen.scan-hochladen {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .bewerbungsformular-hochladen-button {
    width: 100%;
    min-height: auto;
    min-width: auto;
    margin-right: 0em;
    margin-bottom: 0.3em;
    padding-right: 1.6em;
    padding-left: 1.6em;
  }

  .bewerbungsfomrular-datei-wrapper {
    margin-top: 0.8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2em;
  }

  .bewerbungsformular-checkbox {
    top: 1.7vw;
  }

  .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .job-zuruck {
    margin-bottom: 1.5em;
    font-size: 5vw;
  }

  .job-zuruck.bottom-zuruck-btn {
    margin-right: auto;
    margin-bottom: 0em;
    margin-left: auto;
  }

  .modentoexclusiv-logo {
    width: 70%;
    margin-bottom: 5em;
  }

  .text-block-icon {
    margin-right: 2vw;
  }

  .text-block-icon.right-block-icon {
    margin-left: 2vw;
  }

  .form-success {
    font-size: 5vw;
  }

  .form-error {
    font-size: 5vw;
  }

  .seminare-monat {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }

  .seminar-intro-row {
    margin-top: 9.5em;
    border-top-style: none;
    border-bottom-style: none;
  }

  .seminare-intro-column-image {
    height: 60vw;
  }

  .seminare-intro-h4.more-detailled-intro {
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 5em;
  }

  .seminar-intro-column-info {
    border-style: none solid solid;
    border-width: 1.5px;
    border-color: rgba(205, 234, 242, 0.78);
    font-size: 4.5vw;
  }

  .seminare-details {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
    border-bottom-style: none;
  }

  .seminare-details.seminare-description {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border: 1px none #000;
  }

  .seminare-details-column {
    width: 100%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1.5px solid rgba(205, 234, 242, 0.78);
    border-left: 1px none #000;
    border-right-style: none;
  }

  .seminare-details-column.last-details-column {
    border-top: 1px none #000;
    border-right: 1px none #000;
    border-left: 1px none #000;
  }

  .seminare-details-column.first-details-column {
    border-left-style: none;
  }

  .seminare-details-p {
    font-size: 4.5vw;
    line-height: 2em;
  }

  .seminare-details-price {
    width: 25vw;
    height: 10vw;
    font-size: 4.5vw;
  }

  .preisbeispiele-column {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1.5px solid rgba(7, 10, 20, 0.15);
  }

  .preisbeispiele-column.last-preis-column {
    border-bottom-style: none;
  }

  .preisbeispiele-column.first-preis-column {
    padding-top: 0em;
  }

  .preisbeispiel-h4 {
    height: auto;
    border-bottom-style: none;
  }

  .preis-karte-h3 {
    margin-top: 0.7em;
    margin-bottom: -0.3em;
  }

  .seminar-column-details {
    margin-top: 9em;
  }

  .seminar-page-foto {
    height: 100vw;
  }

  .seminar-intro-detail {
    font-size: 4vw;
  }

  .seminar-detail-right {
    font-size: 5vw;
  }

  .featured-events-date {
    font-size: 4vw;
  }

  .seminar-social-button {
    width: 12vw;
    height: 12vw;
    margin-right: 0.8em;
    font-size: 4.5vw;
  }

  .abholung-column.image-abholung-column {
    padding-top: 15vw;
    padding-bottom: 15vw;
    font-size: 4.5vw;
  }

  .commenter-info {
    font-size: 4vw;
  }

  .commenter-date {
    font-size: 3.8vw;
  }

  .commenter-post {
    margin-top: 0.5em;
  }

  .ratgeber-post-text {
    font-size: 5vw;
  }

  .ratgeber-author-block {
    margin-top: 8em;
    margin-bottom: 8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ratgeber-author-block-text {
    margin-left: 0em;
    font-size: 4vw;
  }

  .comment-box {
    height: 13vw;
    font-size: 4vw;
  }

  ._404-text {
    padding: 5em;
  }

  .kontakt-box-link {
    height: 100vw;
    margin-bottom: 6em;
  }

  .kontakt-box-link-text {
    padding: 3.5em;
  }

  .login-card-wrap {
    width: 85vw;
    padding: 6em;
  }

  .paragraph-2 {
    color: #fff;
    font-size: 1rem;
  }

  .heading-2.white {
    font-size: 1.1rem;
    line-height: 1em;
  }

  .cta-message-copy {
    width: 85vw;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}