@charset "UTF-8";
/*
$color__navbar: $color-primary;
$color__navbar--light:#E1E0DE;
$color__navbar--dark: #6696AA;
// $color__navbar--light: rgb(190, 211, 7);
// $color__navbar--dark: rgb(82, 165, 4);
// $color__navbar--light: #ECD4BA;
// $color__navbar--dark: #AC777F;
$color__navbar__seperatonline: #fff;
$color__navbar__dropdown-background: rgba(198, 153, 99,0.96);
$color__navbar__dropdown-text: #fff;
$color__navbar__menuitemsfill:  #fff;
$color__navbar__menuitemsfill-clicked: $color-pantoneRed;
$color__navbar-iconfill: #fff;
$color__navbar-iconfill-clicked:  #6696AA;

// TODO: FLORIAN
// $color__navbar-iconCallonly:  $color-pantoneRed;
$color__navbar-iconCallonly:  #fff;

$fontsize__navbar: 1.8rem; 
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
  overscroll-behavior: contain; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 62%; } }
  @media only screen and (max-width: 50em) {
    html {
      font-size: 57%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 55%; } }

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #6D5D4B;
  font-weight: 300;
  line-height: 1.4; }

.container {
  display: grid;
  grid-template-rows: 6rem calc(100vh - 6rem) calc(100vh - 6rem);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end]; }

.dark {
  color: #54483A;
  text-decoration: none; }

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/source-sans-pro-v21-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/source-sans-pro-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-300.woff") format("woff"), url("fonts/source-sans-pro-v21-latin-300.ttf") format("truetype"), url("fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-sans-pro-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/source-sans-pro-v21-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/source-sans-pro-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-600.woff") format("woff"), url("fonts/source-sans-pro-v21-latin-600.ttf") format("truetype"), url("fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/source-sans-pro-v21-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/source-sans-pro-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-700.woff") format("woff"), url("fonts/source-sans-pro-v21-latin-700.ttf") format("truetype"), url("fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/source-sans-pro-v21-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/source-sans-pro-v21-latin-900.eot?#iefix") format("embedded-opentype"), url("fonts/source-sans-pro-v21-latin-900.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-900.woff") format("woff"), url("fonts/source-sans-pro-v21-latin-900.ttf") format("truetype"), url("fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

.heading-1, .heading-2, .heading-3, .heading-4 {
  font-weight: 600;
  line-height: 1.2; }

.heading-1 {
  font-size: 4.5rem;
  color: #f9f7f6; }

.heading-2 {
  font-size: 4rem;
  font-style: italic; }
  .heading-2--light {
    color: #f9f7f6; }
  .heading-2--dark {
    color: #54483A; }

.heading-3 {
  font-size: 2.2rem;
  color: #c69963;
  text-transform: uppercase; }

.heading-4 {
  font-size: 1.9rem; }
  .heading-4--light {
    color: #f9f7f6; }
  .heading-4--dark {
    color: #54483A; }

.heading-one {
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 600; }

.btn {
  background-color: #c69963;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1.8rem 3rem;
  cursor: pointer;
  transition: all .2s; }
  .btn:hover {
    background-color: #B28451; }

.navigation__companyLogo {
  overflow: hidden;
  z-index: 1000000000000;
  transition: all .3s; }
  .navigation__companyLogo img {
    padding-top: 5.5rem;
    max-width: 30rem;
    margin-right: 2rem; }
    @media screen and (max-width: 50em) {
      .navigation__companyLogo img {
        padding-top: 4.5rem;
        max-width: 27rem;
        margin-right: 0rem;
        margin-left: 0.3rem; } }
    @media screen and (max-width: 23.75em) {
      .navigation__companyLogo img {
        padding-top: 4.5rem;
        max-width: 25.5rem;
        margin-right: 0rem;
        margin-left: 0.3rem; } }
    @media screen and (max-width: 22.19em) {
      .navigation__companyLogo img {
        padding-top: 3.8rem;
        max-width: 21rem;
        margin-right: 0rem;
        margin-left: 0.3rem; } }
    @media screen and (max-width: 18.75em) {
      .navigation__companyLogo img {
        padding-top: 3.3rem;
        max-width: 18rem;
        margin-right: 0rem;
        margin-left: 0.3rem; } }
  .navigation__companyLogo:hover, .navigation__companyLogo:active {
    transform: translateY(-3px); }

.icontest {
  fill: #6696AA;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0rem;
  transition: all .3s; }
  @media screen and (min-width: 50em) {
    .icontest {
      width: 2.5rem;
      height: 2.5rem;
      margin-right: 0rem; } }
  .icontest:hover, .icontest:active {
    transform: translateY(-3px);
    fill: #6696AA; }

.navigation {
  background-color: white;
  display: flex;
  justify-content: center;
  grid-column: 1 / -1;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 6rem;
  /*
            @supports not (-ms-high-contrast: none) {
                display: flex; 
                justify-content: center;
                grid-column: 1 / -1;
                justify-content: flex-start;
                align-items: center;  
                text-align: center;
        
                position: relative;
            }
*/ }
  @supports (-webkit-overflow-scrolling: touch) {
    .navigation {
      /* CSS specific to iOS devices */ } }
  @supports not (-webkit-overflow-scrolling: touch) {
    .navigation {
      /* CSS for other than iOS devices */
      position: sticky; } }
  @media screen and (min-width: 50em) {
    .navigation {
      display: grid;
      grid-template-columns: repeat(2, minmax(min-content, 14rem)) 1fr repeat(3, minmax(min-content, 14rem)) 1fr repeat(3, minmax(min-content, 14rem));
      padding: 5px 10px; } }
  @media screen and (max-width: 50em) {
    .navigation {
      justify-content: space-between;
      align-items: center;
      padding: 0px 0px; } }
  .navigation__nav {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 400ms ease-in-out; }
    @media screen and (min-width: 50em) {
      .navigation__nav {
        position: relative;
        text-align: left;
        transition: none;
        transform: scale(1, 1);
        background: none;
        top: initial;
        left: initial;
        grid-column: 8 / 12;
        display: flex;
        justify-content: flex-end;
        align-items: center; } }
    .navigation__nav a {
      color: #6696AA;
      text-decoration: none;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: 600;
      opacity: 0;
      transition: opacity 150ms ease-in-out; }
      @media screen and (min-width: 50em) {
        .navigation__nav a {
          opacity: 1;
          position: relative; } }
    @media screen and (min-width: 50em) {
      .navigation__nav a::before {
        content: '';
        display: block;
        height: 3px;
        background: #6696AA;
        position: absolute;
        top: -.6em;
        left: 0;
        right: 0;
        transform: scale(0, 1);
        transition: transform ease-in-out 250ms; } }
    .navigation__nav a:hover {
      color: #6696AA; }
    @media screen and (min-width: 50em) {
      .navigation__nav a:hover::before {
        transform: scale(1, 1); } }
    .navigation__nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 50em) {
        .navigation__nav ul {
          display: flex;
          flex-direction: row; } }
    .navigation__nav li {
      margin-bottom: 1.5em;
      margin-left: 1.5em; }
      @media screen and (min-width: 50em) {
        .navigation__nav li {
          margin-left: 3em;
          margin-bottom: 0; } }

.navigation__checkbox {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  display: none; }

.navigation__checkbox:checked ~ nav {
  transform: scale(1, 1); }

.navigation__checkbox:checked ~ nav a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms; }

.navigation__checkbox:checked ~ nav ul:first-child {
  padding-top: 3.3rem;
  border-top: 1px solid #f7f7f7; }

.navigation__checkbox:checked ~ label span {
  background-color: transparent; }

.navigation__checkbox:checked ~ label span::before {
  top: 0rem;
  transform: rotate(215deg); }

.navigation__checkbox:checked ~ label span::after {
  top: 0rem;
  transform: rotate(135deg); }

.navigation__button {
  padding: 1.2rem;
  /*
            @supports not (-ms-high-contrast: none) {
                display: inline-block;
            }

*/ }
  @media screen and (min-width: 50em) {
    .navigation__button {
      display: none; } }
  .navigation__button span,
  .navigation__button span::before,
  .navigation__button span::after {
    display: block;
    background: #6696AA;
    height: 2px;
    width: 2em;
    border-radius: 2px;
    position: relative;
    transition: all .2s; }
  .navigation__button span::before,
  .navigation__button span::after {
    content: '';
    position: absolute; }
  .navigation__button span::before {
    bottom: 7px; }
  .navigation__button span::after {
    top: 7px; }

/*
    .svg{
        width: 20rem;
        height: 20rem;
    }
     */
@media screen and (min-width: 50em) {
  .navigation__companyLogo {
    grid-column: 1 / 3; }
  .navigation__iconCall {
    grid-column: 4 / 5; }
  .navigation__iconMail {
    grid-column: 5 / 6; }
  .navigation__iconLocation {
    grid-column: 6 / 7; } }

/*
      // ??? does it work???
  .navigation__checkbox:focus ~ .navigation__button {
    outline: 3px solid rgba(lightblue, .75);
}
*/
.static {
  position: static; }

.iconCallOnly {
  fill: #6696AA; }

.header {
  background-color: #54483A;
  grid-column: full-start / col-end 6;
  background-image: linear-gradient(rgba(64, 142, 175, 0.93), rgba(64, 142, 175, 0.93)), url(../img/hero.jpeg);
  background-size: cover;
  background-position: center;
  padding: 8rem;
  padding-top: 4rem;
  display: grid;
  grid-template-rows: 1fr min-content minmax(6rem, min-content) 1fr;
  grid-template-columns: minmax(min-content, max-content);
  grid-row-gap: 1.5rem;
  justify-content: center; }
  @media only screen and (max-width: 50em) {
    .header {
      grid-column: 1 / -1; } }
  @media only screen and (max-width: 37.5em) {
    .header {
      padding: 3rem; } }
  .header__logo {
    height: 3rem;
    justify-self: center; }
  .header__btn {
    align-self: start;
    justify-self: start; }
  .header__seenon-text {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.5rem;
    align-items: center;
    font-size: 1.6rem;
    color: #aaa; }
    .header__seenon-text::before, .header__seenon-text::after {
      content: "";
      height: 1px;
      display: block;
      background-color: currentColor; }
  .header__seenon-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3rem;
    justify-items: center;
    align-items: center; }
    .header__seenon-logos img {
      max-height: 2.5rem;
      max-width: 100%;
      filter: brightness(70%); }

.mb-sm {
  margin-bottom: 2rem; }

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

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

.mb-hg {
  margin-bottom: 8rem; }

.realtors {
  background-color: #408eaf;
  grid-column: col-start 7 / full-end;
  padding: 3rem;
  display: grid;
  align-content: center;
  justify-content: center;
  justify-items: center;
  grid-row-gap: 5vh; }
  @media only screen and (max-width: 50em) {
    .realtors {
      grid-column: 1 / -1; } }
  .realtors__list {
    display: grid;
    grid-template-columns: min-content max-content;
    grid-column-gap: 2rem;
    grid-row-gap: 5vh;
    align-items: center; }
    @media only screen and (max-width: 50em) {
      .realtors__list {
        grid-template-columns: repeat(3, min-content max-content); } }
    @media only screen and (max-width: 37.5em) {
      .realtors__list {
        grid-template-columns: min-content max-content; } }
  .realtors__img {
    width: 7rem;
    border-radius: 50%;
    display: block; }
  .realtors__sold {
    text-transform: uppercase;
    color: #f9f7f6;
    margin-top: -3px; }

.features {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: center-start / center-end;
  background-color: #fff;
  padding: 0rem 0;
  padding-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-row-gap: 2rem;
  grid-column-gap: 5rem;
  align-items: start; }
  @media screen and (max-width: 50em) {
    .features {
      grid-column: full-start / full-end; } }
  @media only screen and (max-width: 37.5em) {
    .features {
      padding: 5rem 1.5rem;
      padding-bottom: 0rem; } }
  @media only screen and (max-width: 50em) {
    .features {
      grid-gap: 0rem; } }

@supports (display: grid) {
  .feature {
    width: auto;
    margin-bottom: 6rem;
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-row-gap: 1.5rem;
    grid-column-gap: 2.5rem; } }

.feature__button {
  grid-column: 2 / span 1;
  margin-right: auto;
  border: none;
  color: #6898a6;
  font-size: 1.5rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition: all .2s; }
  .feature__button span {
    margin-left: 3px;
    transition: margin-left .2s; }
  .feature__button:hover {
    color: #AC777F; }
    .feature__button:hover span {
      margin-left: 8px; }
  .feature__button:focus {
    outline: none;
    animation: pulsate 1s infinite; }

.feature__more {
  display: none; }

.feature__icon {
  fill: #54483A;
  fill: black;
  width: 5.75rem;
  height: 5.75rem;
  grid-row: 1 / span 2;
  transform: translateY(-1rem);
  transition: all .3s; }
  .feature__icon:hover, .feature__icon:active {
    fill: #AC777F;
    transform: translateY(-4px); }

.feature__headline {
  color: #54483A;
  font-size: 2.5rem;
  grid-column: 2 / span 1; }

.feature__text {
  color: #54483A;
  font-size: 1.7rem;
  grid-column: 2 / span 1; }

.story__pictures {
  grid-column: full-start / col-end 4;
  background-image: linear-gradient(rgba(198, 153, 99, 0.5), rgba(198, 153, 99, 0.5)), url(../img/back.jpg);
  background-size: cover;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center; }
  @media only screen and (max-width: 50em) {
    .story__pictures {
      grid-column: 1 / -1;
      padding: 6rem; } }

.story__img--1 {
  width: 100%;
  grid-row: 2 / 6;
  grid-column: 2 / 6;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 50em) {
    .story__img--1 {
      grid-column: 1 / 5;
      grid-row: 1 / -1; } }

.story__img--2 {
  width: 115%;
  grid-row: 4 / 6;
  grid-column: 4 / 7;
  z-index: 20;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 50em) {
    .story__img--2 {
      grid-row: 1 / -1;
      width: 100%; } }

.story__content {
  background-color: #f9f7f6;
  grid-column: col-start 5 / full-end;
  padding: 6rem 8vw;
  /*
        display: flex;
        flex-direction: column;
        // in order to align items along the main axis // in this case horizontally
        justify-content: center;
        align-items: flex-start;
        */
  display: grid;
  align-content: center;
  justify-items: start; }
  @media only screen and (max-width: 50em) {
    .story__content {
      grid-column: 1 / -1;
      grid-row: 5 / 6; } }

.story__text {
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 4rem; }

.homes {
  grid-column: center-start / center-end;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 7rem;
  margin: 15rem 0; }
  @media only screen and (max-width: 37.5em) {
    .homes {
      margin: 6rem 0; } }
  .homes .home {
    background-color: #f9f7f6;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 3.5rem; }
    .homes .home__img {
      width: 100%;
      grid-column: 1 / -1;
      grid-row: 1 / 2;
      z-index: 1; }
    .homes .home__like {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      fill: #c69963;
      height: 2.5rem;
      width: 2.5rem;
      z-index: 2;
      justify-self: end;
      margin: 1rem; }
    .homes .home__name {
      grid-row: 1 / 2;
      grid-column: 1 / -1;
      justify-self: center;
      align-self: end;
      z-index: 3;
      width: 80%;
      font-family: "Josefin Sans", sans-serif;
      font-size: 1.6rem;
      text-align: center;
      padding: 1.25rem;
      background-color: #408eaf;
      color: #fff;
      font-weight: 400;
      transform: translateY(50%); }
    .homes .home__location, .homes .home__rooms {
      margin-top: 2.5rem; }
    .homes .home__location, .homes .home__rooms, .homes .home__area, .homes .home__price {
      font-size: 1.5rem;
      margin-left: 2rem;
      display: flex;
      align-items: center; }
      .homes .home__location svg, .homes .home__rooms svg, .homes .home__area svg, .homes .home__price svg {
        fill: #c69963;
        height: 2rem;
        width: 2rem;
        margin-right: 1rem; }
    .homes .home__btn {
      grid-column: 1 / -1; }

.map {
  grid-column: full-start / full-end;
  height: 70vh;
  width: 100%; }

.gallery {
  background-color: #f9f7f6;
  grid-column: full-start / full-end;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 5vw);
  grid-gap: 1.5rem;
  padding: 1.5rem; }
  .gallery__item--1 {
    grid-row: 1 / span 2;
    grid-column: 1/ span 2; }
  .gallery__item--2 {
    grid-row: 1 / span 3;
    grid-column: 3/ span 3; }
  .gallery__item--3 {
    grid-row: 1 / span 2;
    grid-column: 6/ span 1; }
  .gallery__item--4 {
    grid-row: 1 / span 2;
    grid-column: 7/ span 2; }
  .gallery__item--5 {
    grid-row: 3 / span 3;
    grid-column: 1/ span 2; }
  .gallery__item--6 {
    grid-row: 4 / span 2;
    grid-column: 3/ span 2; }
  .gallery__item--7 {
    grid-row: 4 / span 1;
    grid-column: 5/ span 1; }
  .gallery__item--8 {
    grid-row: 3 / span 2;
    grid-column: 6/ span 2; }
  .gallery__item--9 {
    grid-row: 3 / span 3;
    grid-column: 8/ span 1; }
  .gallery__item--10 {
    grid-row: 6 / span 2;
    grid-column: 1/ span 1; }
  .gallery__item--11 {
    grid-row: 6 / span 2;
    grid-column: 2/ span 2; }
  .gallery__item--12 {
    grid-row: 6 / span 2;
    grid-column: 4/ span 1; }
  .gallery__item--13 {
    grid-row: 5 / span 3;
    grid-column: 5/ span 3; }
  .gallery__item--14 {
    grid-row: 6 / span 2;
    grid-column: 8/ span 1; }
  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.generalInfosIE {
  background-color: #6898a6;
  width: 100%;
  padding: 10rem 5rem;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400; }

.generalInfos {
  background-color: #6898a6;
  grid-column: full-start / full-end;
  padding: 5rem 3rem;
  padding-right: 2.5rem;
  padding-top: 7rem;
  padding-bottom: 5rem;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  align-items: start;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400; }
  @media screen and (max-width: 22.19em) {
    .generalInfos {
      padding-left: 0rem;
      padding-right: 0rem; } }
  @media screen and (max-width: 800px) {
    .generalInfos {
      grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
      grid-row-gap: 4rem;
      padding-top: 6rem;
      padding-bottom: 2rem; } }

.generalInfoIE {
  width: 25%; }

.aboutUs {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 22.19em) {
    .aboutUs {
      padding-left: 2rem; } }
  .aboutUs__heading {
    color: #fff;
    font-size: 2.5rem; }
  .aboutUs__text {
    padding-top: 2rem;
    padding-right: 2rem;
    font-size: 1.7rem;
    font-weight: 400; }

.contact {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 22.19em) {
    .contact {
      padding-left: 2rem; } }
  .contact__heading {
    color: #fff;
    font-size: 2.5rem; }
  .contact__address {
    padding-top: 2rem; }
  .contact__common {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none; }
    .contact__common-icon {
      fill: #fff;
      height: 2rem;
      width: 2rem;
      margin-right: 1rem; }

.iconCallContactOnly {
  fill: #fff; }

.textCallContactOnly {
  fill: #fff;
  font-size: 2.1rem;
  padding-top: 2rem; }

.furtherGeneralInfo {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 22.19em) {
    .furtherGeneralInfo {
      padding-left: 2rem; } }

.openingHours__heading {
  color: #fff;
  font-size: 2.5rem; }

.openingHours__text {
  padding-top: 2rem;
  font-size: 1.8rem; }

.jamedaReviews {
  margin-top: -2rem;
  justify-self: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .jamedaReviews {
      margin-top: 0rem; } }

.jamedaReview__image {
  height: 10rem;
  width: 20rem; }

.jamedaReview:not(:last-of-type) {
  margin-bottom: 1rem; }

.openingHours__text_container {
  display: flex;
  justify-content: space-between;
  padding-right: 5%; }

.noLinkDesign {
  text-decoration: none;
  color: white; }

.openingHours__text_container {
  display: flex;
  justify-content: space-between;
  padding-right: 5%; }

.openingHours__paragraph {
  padding-bottom: 2rem; }

.paddingTop {
  padding-top: 3rem; }

.googleReview {
  width: 272px;
  height: 168px; }
  .googleReview__image {
    height: 10rem;
    width: 20rem; }

.footer {
  background-color: #6898a6;
  grid-column: full-start / full-end;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-between; }
  @media only screen and (max-width: 37.5em) {
    .footer {
      padding: 1rem; } }
  @media only screen and (max-width: 50em) {
    .footer {
      flex-wrap: wrap;
      align-content: space-around;
      height: 11rem; } }

.site-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  /*
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    grid-gap: 2rem;
    // center vertically - aligning all of the grid elements within the grid cell central along the colum axis so vertically
    align-items: center;
    */
  display: flex;
  font-size: 1.6rem; }
  @media screen and (max-width: 22.19em) {
    .site-nav {
      font-size: 1.4rem; } }
  .site-nav__item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .site-nav__item:not(:last-of-type) {
    border-right: 1px solid #fff; }
  .site-nav__link:visited, .site-nav__link:link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 0 1.0rem;
    display: block;
    transition: all .2s; }
  .site-nav__link:hover, .site-nav__link:active {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-3px); }

.social-nav {
  display: flex;
  margin-left: auto; }
  @media only screen and (max-width: 50em) {
    .social-nav {
      margin: 0; } }
  .social-nav__icon {
    fill: #fff;
    height: 2rem;
    width: 2rem;
    margin: 1rem; }
  .social-nav__link:visited, .social-nav__link:link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    transition: all .2s; }
  .social-nav__link:hover, .social-nav__link:active {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-3px); }

/*
.copyright{

    @media only screen and (max-width: $bp-medium){ 
        display: none;
    }


    

}
*/
/*
  .copyright:after {
    @media only screen and (max-width: $bp-medium){ 
        content: 'NEWS';
        font-size:16px;         
            // left border only in mobile as i couldnt get rid of the last one
            padding-left: 1rem;
    border-left: 1px solid $color__footer;
    }

  } */
@media only screen and (max-width: 50em) {
  .newslink {
    display: none; } }

.sliderMain {
  grid-column: full-start / full-end;
  overflow: hidden; }

/* Slideshow container */
.blog-slider__container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: calc(100vh - 6rem); }
  @media only screen and (max-width: 800px) {
    .blog-slider__container {
      height: 100vw; } }
  .blog-slider__container .blogSlides img {
    object-fit: cover;
    width: 100%; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #6696AA; }

/* Caption text */
.blog-slider__text {
  padding: 8px 12px;
  position: absolute;
  text-align: center; }

/* 
  .text1 {
    color: $color__imageSlider__text-1;
    font-size: $fontsize__imageSlider__text-1;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    // bottom: 3.5rem;
    bottom: 8.5rem;
    width: 100%;

  
   // background-image: linear-gradient(to right bottom, 
       //     rgba(white, .5) , 
       //     rgba($color-pantoneLightGrey, .5));

            
            
    
    @media only screen and (max-width: 800px){
      // TODO: make this breakpoint on base level with percentage
      bottom: 5.5rem;
    }
    
  
  }
*/
.text1 {
  color: #665A5A;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
  bottom: 8.5rem;
  width: 100%;
  padding-left: 15rem;
  padding-right: 15rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.65), rgba(225, 224, 222, 0.65)); }
  @media only screen and (max-width: 800px) {
    .text1 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 5.5rem;
      font-size: 2.2rem; } }

.text2 {
  color: #665A5A;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
  bottom: 8.5rem;
  width: 100%;
  padding-left: 15rem;
  padding-right: 15rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.65), rgba(225, 224, 222, 0.65));
  /*
    @media only screen and (max-width: 800px){
      // TODO: make this breakpoint on base level with percentage
      font-size: 1.9rem;
    }
    */ }
  @media only screen and (max-width: 800px) {
    .text2 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 5.5rem;
      font-size: 2.2rem; } }

.text3 {
  color: #665A5A;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
  bottom: 8.5rem;
  width: 100%;
  padding-left: 15rem;
  padding-right: 15rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.65), rgba(225, 224, 222, 0.65));
  /*
    @media only screen and (max-width: 800px){
      // TODO: make this breakpoint on base level with percentage
      font-size: 1.9rem;
    }
    */ }
  @media only screen and (max-width: 800px) {
    .text3 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 5.5rem;
      font-size: 2.2rem; } }

/* The dots/bullets/indicators */
.blogSlider__dots {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  text-align: center; }
  .blogSlider__dots--dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }

.active,
.blogSlider__dots--dot:hover {
  background-color: #6898a6; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s; }

@-webkit-keyframes fade {
  from {
    opacity: .0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .0; }
  to {
    opacity: 1; } }

/* Zoom animation */
.zoom {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 5s;
  animation-name: zoom;
  animation-duration: 5s;
  animation-timing-function: linear; }

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
    opacity: .5; }
  15% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: .5; } }

@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: .5; }
  15% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: .5; } }

/* Number text (1/3 etc) */
.blog-slider__numbertext {
  display: none;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* fade in right animation */
.fadeInRight {
  opacity: 0;
  animation: fade-in-right ease 0.4s forwards; }

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.growLeft {
  transform: scaleX(0);
  transform-origin: left;
  animation: grow-left cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  animation-delay: 0.4s; }

@keyframes grow-left {
  from {
    transform: scaleX(0);
    transform: translateX(-50px); }
  to {
    transform: scaleX(1);
    transform: translateX(0); } }

/* Zoom animation */
.msg {
  transform: scaleX(0);
  transform-origin: top;
  animation: msg cubic-bezier(0.785, 0.135, 0.15, 0.86) 8s forwards;
  animation-delay: 0.4s; }

@-webkit-keyframes msg {
  0% {
    transform: scale(1, 0);
    opacity: 0; }
  15% {
    transform: scale(1, 1);
    opacity: 1; }
  85% {
    transform: scale(1, 1);
    opacity: 1; }
  100% {
    transform: scale(1, 0);
    opacity: 0; } }

@keyframes msg {
  0% {
    transform: scale(0, 1);
    opacity: 0; }
  15% {
    transform: scale(1, 1);
    opacity: 1; }
  85% {
    transform: scale(1, 1);
    opacity: 1; }
  100% {
    transform: scale(0, 1);
    opacity: 0; } }

.fadeInDown {
  opacity: 0;
  animation: fadeInDown cubic-bezier(0.785, 0.135, 0.15, 0.86) 5s forwards;
  animation-delay: 0.1s; }

@keyframes fadeInDown {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.impressum {
  background-color: white;
  grid-column: full-start / full-end;
  padding: 4rem 6rem; }
  .impressum p {
    padding-top: 2.5rem;
    font-size: 1.9rem;
    font-weight: 300; }
  .impressum h1 {
    font-size: 3rem;
    font-weight: 600; }

.container {
  display: grid;
  grid-template-rows: 6rem auto; }

.datenschutz {
  background-color: white;
  grid-column: full-start / full-end;
  padding: 4rem 6rem; }
  .datenschutz p {
    padding-top: 1rem;
    font-size: 1.9rem;
    font-weight: 300; }
  .datenschutz h2 {
    padding-top: 2rem;
    font-size: 2.5rem;
    font-weight: 600; }
  .datenschutz h3 {
    padding-top: 2rem;
    font-size: 2.2rem;
    font-weight: 600; }
  .datenschutz h1 {
    font-size: 3rem;
    font-weight: 600; }

.container {
  display: grid;
  grid-template-rows: 6rem auto; }

.cookiesConsent__wrapper {
  width: 100%;
  height: auto;
  display: none;
  overflow: auto;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000000000; }

.cookiesConsent__box {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  border: 2px solid #c69963;
  z-index: 1000000001;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  padding: 1rem; }

.cookiesConsent__cookiesLink {
  color: white;
  transition: all .3s;
  position: relative;
  margin-left: .5rem; }
  .cookiesConsent__cookiesLink:hover {
    color: #c69963;
    /* first value x , second y, third is blur */
    /* makes the button move up a bit once we hover over it */
    transform: translateY(-0.3rem); }

.cookiesConsent__OkButton {
  margin-left: 1.5rem;
  color: black;
  background-color: white;
  /* active state is when we click the elem ent is */ }
  .cookiesConsent__OkButton, .cookiesConsent__OkButton:link, .cookiesConsent__OkButton:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 3rem;
    display: inline-block;
    border-radius: 2rem;
    /* second way of animation, the more complex way is with key frames, this is more simple, all for animate all propertys*/
    transition: all .2s;
    /* xxrrxx we need it for that  */
    position: relative;
    font-size: 1rem;
    border: none;
    cursor: pointer; }
  .cookiesConsent__OkButton:hover {
    background-color: #c69963;
    /* first value x , second y, third is blur */
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    /* makes the button move up a bit once we hover over it */
    transform: translateY(-0.3rem); }
  .cookiesConsent__OkButton:active, .cookiesConsent__OkButton:focus {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.praxisphilosophie {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .praxisphilosophie {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 7rem;
      padding-bottom: 5rem; } }
  @media screen and (max-width: 50em) {
    .praxisphilosophie {
      flex-direction: column; } }
  .praxisphilosophie__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .praxisphilosophie__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .praxisphilosophie__headlineSEO {
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 1rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .praxisphilosophie__paragraph {
    text-align: justify;
    padding-top: 3rem;
    font-size: 1.7rem;
    color: #54483A; }
  @media screen and (min-width: 50em) {
    .praxisphilosophie__imageLUTZ {
      margin-top: 3rem;
      margin-bottom: 0rem;
      width: 10vw;
      height: auto;
      margin-right: 48vw;
      margin-left: 42vw; } }
  @media screen and (max-width: 50em) {
    .praxisphilosophie__imageLUTZ {
      width: 40vw;
      height: auto;
      margin-bottom: 2rem;
      margin-top: 4rem;
      margin-right: 35vw;
      margin-left: 25vw; } }
  .praxisphilosophie__image {
    margin-top: 6rem;
    margin-bottom: 6rem;
    height: 60vh;
    margin-right: 10rem; }
    @media screen and (max-width: 50em) {
      .praxisphilosophie__image {
        width: 85vw;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }

.praxis {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f2f8fa;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  align-items: center;
  text-align: left;
  height: 100vh;
  /*

    &__headline3{

       // text-align: center;
        padding-top: 3rem;
        font-size: 1.5rem; 
        color: $color__praxisphilosophie__headline-3;
        font-weight: 400;
    }
    */ }
  @media screen and (max-width: 50em) {
    .praxis {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media screen and (max-width: 50em) {
    .praxis {
      flex-direction: column;
      height: auto; } }
  .praxis__headline2 {
    font-size: 2.5rem;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2; }
  .praxis__textContainer {
    flex-grow: 1;
    margin-right: 10rem;
    width: 45rem; }
    @media screen and (max-width: 50em) {
      .praxis__textContainer {
        margin-right: 0;
        flex-grow: 0;
        margin-bottom: 5rem;
        width: auto; } }
  .praxis__paragraph {
    line-height: 1.5;
    text-align: justify;
    padding-top: 3rem;
    font-size: 1.7rem;
    color: #54483A; }
  .praxis__imageContainer {
    width: 100%;
    height: 100%; }
  .praxis__image {
    /*
        margin-top: 6rem;
        margin-bottom: 6rem;

        height: 100%;
  
        margin-left: 10rem;

        @media screen and (max-width: $bp-medium) {
            width: 70vw;
            margin-right: 0;
        }
        */ }

.imgSliderSecond {
  width: 40vw;
  height: auto;
  overflow: hidden; }
  @media screen and (max-width: 50em) {
    .imgSliderSecond {
      width: 85vw;
      margin-right: 0; } }

.sliderSecond {
  width: auto;
  height: auto; }

/* Slideshow container */
.blog-sliderSecond__container {
  overflow: hidden;
  width: auto;
  height: auto;
  position: relative; }
  .blog-sliderSecond__container .blog-sliderSecond img {
    object-fit: cover;
    width: 100%; }

/* Next & previous buttons */
.prevSecond,
.nextSecond {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

.prevSecond {
  left: 0; }

.nextSecond {
  right: 0; }

/* Position the "next button" to the right */
.nextSecond {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prevSecond:hover,
.nextSecond:hover {
  background-color: #6696AA; }

/* The dots/bullets/indicators */
.sliderSecond__dots {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  right: 50%;
  transform: translate(50%, 50%);
  text-align: center; }
  .sliderSecond__dots--dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }

.activeSecond,
.sliderSecond__dots--dot:hover {
  background-color: #6898a6; }

/* Zoom animation */
.zoomSecond {
  -webkit-animation-name: zoomSecond;
  -webkit-animation-duration: 8s;
  animation-name: zoomSecond;
  animation-duration: 2s;
  animation-timing-function: linear; }

@-webkit-keyframes zoomSecond {
  0% {
    transform: scale(1);
    opacity: .5; }
  15% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: .5; } }

@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: .5; }
  15% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: .5; } }

.navigationIE {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: static;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 6rem; }
  .navigationIE nav {
    margin-right: 4rem; }
    .navigationIE nav a {
      color: #6696AA;
      text-decoration: none;
      font-size: 1.8rem;
      text-transform: uppercase;
      transition: opacity 150ms ease-in-out;
      opacity: 1;
      position: relative; }
  .navigationIE a::before {
    content: '';
    display: block;
    height: 3px;
    background: #6696AA;
    position: absolute;
    top: -.45em;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transition: transform ease-in-out 250ms; }
  .navigationIE a:hover {
    color: #6696AA; }
  .navigationIE a:hover::before {
    transform: scale(1, 1); }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  ul li {
    margin-left: 3em;
    margin-bottom: 0; }

.navigation__companyLogoIE {
  z-index: 1000000000000;
  transition: all .3s; }
  .navigation__companyLogoIE img {
    margin-left: 3rem;
    padding-top: 4rem;
    max-width: 23.5rem; }
  .navigation__companyLogoIE:hover, .navigation__companyLogoIE:active {
    transform: translateY(-3px); }

.navigation__iconCallIE {
  font-size: 1.5rem;
  margin-left: 2rem; }
  .navigation__iconCallIE a {
    color: #6696AA; }
  .navigation__iconCallIE a:hover {
    color: #6696AA; }

.navigation__iconMailIE {
  font-size: 1.5rem;
  display: block;
  transition: all .3s; }
  .navigation__iconMailIE a {
    color: #6696AA; }
  .navigation__iconMailIE a:hover {
    color: #6696AA; }

.featuresIEtableRow {
  display: table-row; }

.featuresIE {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  background-color: #fff;
  padding: 0rem 3rem;
  display: table; }

.featureIE {
  width: 33.33333%;
  float: left;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  margin-bottom: 6rem;
  display: table-cell; }
  .featureIE__button {
    margin-top: 2rem;
    border: none;
    color: #6898a6;
    font-size: 1.5rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    transition: all .2s; }
    .featureIE__button span {
      margin-left: 3px;
      transition: margin-left .2s; }
    .featureIE__button:hover {
      color: #AC777F; }
      .featureIE__button:hover span {
        margin-left: 8px; }
    .featureIE__button:focus {
      outline: none;
      animation: pulsate 1s infinite; }
  .featureIE__more {
    display: none; }
  .featureIE__icon {
    margin-left: 0rem;
    fill: #54483A;
    width: 4.5rem;
    height: 4.5rem;
    transform: translateY(-1rem);
    transition: all .3s; }
    .featureIE__icon:hover, .featureIE__icon:active {
      fill: #AC777F;
      transform: translateY(-4px); }
  .featureIE__headline {
    margin-left: 2rem;
    color: #54483A;
    font-size: 2.5rem; }
  .featureIE__text {
    margin-top: 2rem;
    color: #54483A;
    font-size: 1.7rem; }
  .featureIE__wrapperIconHeadline {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 6rem; } }
  @media (max-width: 56.25em) {
    .row {
      max-width: 50rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
      @media (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-1 {
    width: 100%; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - (2 * 6rem)) / 3); }
  .row .col-1-of-4 {
    width: calc((100% - (3 * 6rem)) / 4); }
  .row .col-2-of-3 {
    width: calc(2 * (100% - (2 * 6rem)) / 3 + 6rem); }
  .row .col-2-of-4 {
    width: calc(2* (100% - (3 * 6rem)) / 4 + 6rem); }
  .row .col-3-of-4 {
    width: calc(3* (100% - (3 * 6rem)) / 4 + 2 * 6rem); }

.zahnaerzte {
  /* 
    // Activate Hypens for this section
    //*********************************
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
    //********************************* 
    */
  grid-column: full-start / full-end;
  background-color: #f7f7f7;
  padding: 10rem 0; }
  @media screen and (max-width: 50em) {
    .zahnaerzte {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 7rem;
      padding-bottom: 5rem; } }
  .zahnaerzte__heading2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 6rem;
    color: #54483A; }

.card__side--front__button {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.card1 {
  height: 95rem;
  height: 110rem; }
  @media screen and (max-width: 75em) {
    .card1 {
      height: 113rem; } }
  @media screen and (max-width: 50em) {
    .card1 {
      height: 105rem;
      height: 112rem; } }
  @media screen and (max-width: 26.25em) {
    .card1 {
      height: 107rem;
      height: 125rem; } }
  @media screen and (max-width: 24em) {
    .card1 {
      height: 107rem;
      height: 135rem; } }
  @media screen and (max-width: 23.75em) {
    .card1 {
      height: 123rem;
      height: 137rem; } }
  @media screen and (max-width: 22.19em) {
    .card1 {
      height: 123rem;
      height: 153rem; } }
  @media screen and (max-width: 20em) {
    .card1 {
      height: 123rem;
      height: 165rem; } }
  .card1__side {
    height: 95rem;
    height: 110rem; }
    @media screen and (max-width: 75em) {
      .card1__side {
        height: 113rem; } }
    @media screen and (max-width: 50em) {
      .card1__side {
        height: 105rem;
        height: 112rem; } }
    @media screen and (max-width: 26.25em) {
      .card1__side {
        height: 107rem;
        height: 125rem; } }
    @media screen and (max-width: 24em) {
      .card1__side {
        height: 107rem;
        height: 135rem; } }
    @media screen and (max-width: 23.75em) {
      .card1__side {
        height: 123rem;
        height: 137rem; } }
    @media screen and (max-width: 22.19em) {
      .card1__side {
        height: 123rem;
        height: 153rem; } }
    @media screen and (max-width: 20em) {
      .card1__side {
        height: 123rem;
        height: 165rem; } }

.card2 {
  height: 95rem; }
  @media screen and (max-width: 50em) {
    .card2 {
      height: 98rem; } }
  @media screen and (max-width: 24em) {
    .card2 {
      height: 104rem; } }
  @media screen and (max-width: 22.19em) {
    .card2 {
      height: 120rem; } }
  .card2__side {
    height: 95rem; }
    @media screen and (max-width: 50em) {
      .card2__side {
        height: 98rem; } }
    @media screen and (max-width: 24em) {
      .card2__side {
        height: 104rem; } }
    @media screen and (max-width: 22.19em) {
      .card2__side {
        height: 120rem; } }

.card {
  -moz-perspective: 150rem;
  perspective: 150rem;
  /*
    height: 95rem;
    @media screen and (max-width: $bp-medium) {
        height: 110rem;
    }
    */
  position: relative;
  /*
    &:hover &__side--front{
        transform: rotateY(-180deg);

    }

    &:hover &__side--back{
        transform: rotateY(0deg);

    }
*/
  /*
  //  @media (hover: hover) {
   

    &:hover &__side--front{
        transform: rotateY(-180deg);

    }

    &:hover &__side--back{
        transform: rotateY(0deg);

    }
}
*/
  /*
    &:hover &__side--front{
        transform: rotateY(-180deg);

    }

    @media (hover: none) {
        &:hover &__side--front{
            transform: rotateY(0deg); 
        }
    }

    &:hover &__side--back{
        transform: rotateY(0deg);

    }

    @media (hover: none) {
        &:hover &__side--back{
            transform: rotateY(180deg);
    
        }
    }
*/ }
  .card__side {
    /*
        height: 95rem;
        // height: 60rem; 
        @media screen and (max-width: $bp-medium) {
            height: 110rem;
        }
        */
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 3px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .card__side {
        transition: all .01s ease; } }
    @media screen and (max-width: 50em) {
      .card__side {
        width: 100%; } }
    .card__side--front {
      background-color: #fff; }
    .card__side--back {
      transform: rotateY(180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to right bottom, #ff9100, #ff7730); }
      .card__side--back-2 {
        background-image: linear-gradient(to right bottom, #ff9100, #ff7730); }
  .card__details__heading4 {
    font-size: 2.0rem;
    color: #6696AA;
    text-align: center;
    font-weight: 400;
    line-height: 1.2; }
  .card__details__heading5 {
    text-align: center;
    font-weight: bold;
    margin-top: 2rem;
    font-size: 1.8rem;
    color: #6696AA;
    margin-bottom: 1.2rem;
    /*
        padding: 1rem;
        display: inline-block;
        background-image: linear-gradient(to right bottom, 
            rgba(white, .85) , 
            rgba($color-pantoneLightGrey, .85));
        */ }
  .card__picture {
    background-size: cover;
    height: 23rem;
    /*
        background-blend-mode: hue;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
*/
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    @media screen and (min-width: 50em) {
      .card__picture {
        height: 30rem; } }
    .card__picture--1 {
      background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Hans-Jörg-Lutz-sq.jpg);
      /*
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                background-image: url(../img/Lutz2.jpg);
                }
            */ }
    .card__picture--2 {
      background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Wolfgang-Funk-sq.jpg);
      /*
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                background-image: url(../img/funk.jpg);
                }
            */ }
  .card__heading {
    font-size: 2.6rem;
    font-weight: 300;
    color: #6696AA;
    position: absolute;
    top: 5.5rem;
    width: 55%; }
  .card__heading-1 {
    left: 0rem;
    text-align: left; }
  .card__heading-2 {
    left: 0rem;
    text-align: left;
    /*
        right: 0rem;
        text-align: right;
        */ }
  .card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading-span--1 {
      background-color: white;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }
    .card__heading-span--2 {
      background-color: white;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85)); 
            */ }
  .card__details {
    padding: 3rem; }
    .card__details ul {
      list-style: none;
      width: 80%;
      margin: 0 auto;
      display: initial; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .card__details ul {
          width: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .card__details ul {
          display: flex;
          flex-direction: column; } }
      .card__details ul li {
        text-align: center;
        font-size: 1.7rem;
        color: #54483A;
        padding: 1rem;
        margin-left: 6rem;
        margin-right: 6rem; }
        @media screen and (max-width: 50em) {
          .card__details ul li {
            margin-left: 2rem;
            margin-right: 2rem; } }
        .card__details ul li:not(:last-child) {
          border-bottom: 1px solid lightgray; }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
  .card__backbox {
    text-align: center;
    margin-bottom: 8rem; }
    @media screen and (max-width: 50em) {
      .card__backbox {
        margin-bottom: 2rem; } }
  .card__backbox-headline {
    font-size: 4rem;
    font-weight: 100;
    margin-top: 2rem;
    color: white; }
  .card__backbox-paragraph {
    font-size: 1.4rem;
    margin-top: 1rem;
    color: white; }

.vitaLinks {
  text-decoration: none;
  font-size: 1.5rem;
  color: #54483A; }
  .vitaLinks:hover {
    color: #AC777F; }

@media screen and (min-width: 50em) {
  .syncLutz {
    margin-top: 2rem; } }

@media screen and (min-width: 60.5em) {
  .syncLutz {
    margin-top: 2rem; } }

@media screen and (min-width: 69.7em) {
  .syncLutz {
    margin-top: 2rem; } }

.featuresIntroduction {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #fff;
  padding: 5rem 5rem;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 37.5em) {
    .featuresIntroduction {
      padding: 0rem 3rem;
      padding-top: 5rem; } }
  .featuresIntroduction__headline2 {
    color: #6898a6;
    font-size: 3.0rem;
    text-align: center;
    font-weight: 600; }
    @media only screen and (max-width: 22.19em) {
      .featuresIntroduction__headline2 {
        font-size: 3.0rem; } }
  .featuresIntroduction__headline3 {
    padding-top: 3rem;
    color: #6898a6;
    font-size: 1.7rem;
    text-align: left;
    font-weight: 400; }

.drLutz {
  grid-column: full-start / full-end;
  position: relative; }
  .drLutz__picture {
    background-size: cover;
    height: 60vh;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Hans-Jörg-Lutz-ws.jpg); }
    @media screen and (max-width: 50em) {
      .drLutz__picture {
        height: 23rem;
        background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Hans-Jörg-Lutz-sq.jpg); } }
  .drLutz__heading {
    font-size: 3.5rem;
    font-weight: 600;
    color: #6696AA;
    position: absolute;
    top: 7.5rem;
    width: 55%;
    left: 0rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .drLutz__heading {
        font-size: 2.8rem;
        font-weight: 300;
        top: 5.5rem; } }
  .drLutz__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .drLutz__heading-span--1 {
      background-color: #E1E0DE;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

.vita__heading4 {
  font-size: 2.5rem;
  color: #6696AA;
  font-weight: 600;
  padding-top: 5rem;
  text-align: left;
  padding-left: 11rem; }
  @media screen and (max-width: 50em) {
    .vita__heading4 {
      text-align: center;
      padding-left: 0; } }

.vita__table {
  font-size: 1.7rem;
  width: 100%;
  padding: 2rem 10rem; }
  @media screen and (max-width: 50em) {
    .vita__table {
      padding: 2rem 0rem;
      padding-bottom: 0rem; } }

.fortbildungen__heading4 {
  font-size: 2.5rem;
  color: #6696AA;
  font-weight: 600;
  padding-top: 5.5rem;
  text-align: left;
  padding-left: 11rem; }
  @media screen and (max-width: 50em) {
    .fortbildungen__heading4 {
      text-align: center;
      padding-left: 0; } }

.fortbildungen__list {
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  padding: 2rem 6rem;
  padding-left: 10rem; }
  .fortbildungen__list li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 3rem; }
  @media screen and (max-width: 50em) {
    .fortbildungen__list {
      padding: 2rem 0rem;
      padding-bottom: 0rem; } }

.fortbildungen .emptyli {
  list-style-type: none; }

.fortbildungen__heading5 {
  font-size: 2rem;
  color: black;
  font-weight: 600;
  text-align: left;
  padding: 2rem 6rem; }

.mitgliedschaften__heading4 {
  font-size: 2.5rem;
  color: #6696AA;
  font-weight: 600;
  padding-top: 5.5rem;
  text-align: left;
  padding-left: 11rem; }
  @media screen and (max-width: 50em) {
    .mitgliedschaften__heading4 {
      text-align: center;
      padding-left: 0; } }

.mitgliedschaften__list {
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  padding: 2rem 7rem;
  padding-left: 10rem;
  padding-bottom: 5rem; }
  .mitgliedschaften__list li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 3rem; }
  @media screen and (max-width: 50em) {
    .mitgliedschaften__list {
      padding: 2rem 0rem;
      padding-bottom: 5rem; } }

.drFunk {
  grid-column: full-start / full-end;
  position: relative; }
  .drFunk__picture {
    background-size: cover;
    height: 60vh;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Wolfgang-Funk-ws.jpg); }
    @media screen and (max-width: 50em) {
      .drFunk__picture {
        height: 23rem;
        background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Wolfgang-Funk-sq.jpg); } }
  .drFunk__heading {
    font-size: 3.5rem;
    font-weight: 600;
    color: #6696AA;
    position: absolute;
    top: 7.5rem;
    width: 55%;
    left: 0rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .drFunk__heading {
        font-size: 2.8rem;
        font-weight: 300;
        top: 5.5rem; } }
  .drFunk__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .drFunk__heading-span--1 {
      background-color: #E1E0DE;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

.fortbildungen__list {
  padding-bottom: 2rem; }

/*
.vita{

    &__heading4{
        font-size: $fontsize__drFunk__heading4; 
        //text-align: center;
        color: $color__drFunk__heading4;
        font-weight: 600;
        text-align: center;
        padding-top: 5rem;
    }

    &__table{
        font-size: 1.7rem;
        width: 100%;
        padding: 2rem 10rem;
        @media screen and (max-width: $bp-medium) {
            padding: 2rem 0rem;
            padding-bottom: 0;
        }
    }
    
}


.fortbildungen{


    &__heading4{
        font-size: $fontsize__drFunk__heading4; 
        //text-align: center;
        color: $color__drFunk__heading4;
        font-weight: 600;
        text-align: center;
        padding-top: 7rem;
    }

    &__list{
        
        display: flex;
        flex-direction: column;
        font-size: 1.7rem;
        padding: 2rem 6rem; 
        padding-left: 10rem;
        & li {
            list-style-type: square;
            list-style-position: outside;
            //margin: 2rem;
            //padding: 2rem;
            margin-left: 3rem;
        }

        @media screen and (max-width: $bp-medium) {
            padding: 2rem 0rem;
        }

        &-funk{

            @media screen and (max-width: $bp-medium) {
                padding-bottom: 7rem;
            }

            padding-bottom: 7rem;
        }
    }
    .emptyli{
        list-style-type: none;
    }

    &__heading5{
        font-size: 2rem; 
        //text-align: center;
        color: black;
        font-weight: 600;
        text-align: left;
        padding: 2rem 6rem;
    }
}

.mitgliedschaften{


    &__heading4{
        font-size: $fontsize__drFunk__heading4; 
        //text-align: center;
        color: $color__drFunk__heading4;
        font-weight: 600;
        text-align: center;
        padding-top:7rem;
    }

    &__list{
        
        display: flex;
        flex-direction: column;
        font-size: 1.7rem;
        padding: 2rem 7rem; 
        padding-left: 10rem;
        & li {
            list-style-type: square;
            list-style-position: outside;
            //margin: 2rem;
            //padding: 2rem;
            margin-left: 3rem;
        }

        @media screen and (max-width: $bp-medium) {
            padding: 2rem 0rem;
            padding-bottom: 7rem;
            
        }
        padding-bottom: 7rem;
    }


}
*/
.referenzen {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 5rem 5rem;
  position: relative;
  z-index: 9;
  padding-bottom: 7rem; }
  @media only screen and (max-width: 37.5em) {
    .referenzen {
      padding: 5rem 3rem;
      padding-top: 7rem; } }
  .referenzen__headline2 {
    color: #6898a6;
    color: #54483A;
    color: #6898a6;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    z-index: 10;
    position: relative; }
  .referenzen__headline3 {
    padding-top: 3rem;
    color: #6898a6;
    color: #54483A;
    font-size: 1.7rem;
    text-align: left;
    font-weight: 400;
    z-index: 11;
    position: relative;
    padding-left: 15rem;
    padding-right: 15rem; }
    @media only screen and (max-width: 800px) {
      .referenzen__headline3 {
        padding-left: 0;
        padding-right: 0; } }
  .referenzen__headline4 {
    padding-top: 3rem;
    color: #6898a6;
    color: #54483A;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 400;
    z-index: 11;
    position: relative;
    padding-left: 15rem;
    padding-right: 15rem; }
    @media only screen and (max-width: 800px) {
      .referenzen__headline4 {
        padding-left: 0;
        padding-right: 0; } }
  .referenzen::before {
    content: "\201C";
    position: absolute;
    top: -10.75rem;
    left: 1rem;
    line-height: 1;
    font-size: 60rem;
    color: #e9e5e5;
    font-family: sans-serif;
    z-index: 2; }
    @media only screen and (max-width: 37.5em) {
      .referenzen::before {
        top: -3.75rem;
        font-size: 40rem;
        z-index: -100;
        left: 0rem; } }
  .referenzen::after {
    content: "\201D";
    position: absolute;
    top: 6.75rem;
    right: 1rem;
    line-height: 1;
    font-size: 60rem;
    color: #e9e5e5;
    font-family: sans-serif;
    z-index: 2; }
    @media only screen and (max-width: 37.5em) {
      .referenzen::after {
        display: none; } }

.nolink {
  text-decoration: none;
  color: #54483A; }

.cms {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  position: relative; }
  .cms__picture {
    background-size: cover;
    height: 60vh;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: url(../img/cms-widescreen.jpg); }
    @media screen and (max-width: 50em) {
      .cms__picture {
        height: 23rem;
        background-image: url(../img/cms.jpg); } }
  .cms__heading {
    font-size: 2.8rem;
    font-weight: 600;
    color: #6696AA;
    position: absolute;
    top: 6.5rem;
    width: 55%;
    left: 0rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .cms__heading {
        font-size: 2.35rem;
        font-weight: 300;
        top: 4.5rem; } }
  .cms__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .cms__heading-span--1 {
      background-color: white;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

.cms__details__heading4 {
  font-size: 1.7rem;
  color: #54483A;
  font-weight: 300;
  text-align: left;
  padding: 3rem 7rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cms__details__heading4 {
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1.7rem; } }

.cms__details__heading3 {
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  text-align: left;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cms__details__heading3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.news {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .news {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .news {
      flex-direction: column; } }
  .news__container {
    background-color: white;
    width: 50vw;
    height: 100%;
    padding: 5rem;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); }
    @media screen and (max-width: 50em) {
      .news__container {
        width: 100%;
        padding: 2.5rem; } }
  .news__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .news__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .news__paragraph {
    text-align: justify;
    padding-top: 3rem;
    font-size: 1.7rem;
    color: #54483A; }
  .news__imageContainer {
    background-color: #f9f7f6;
    position: relative; }
    @media screen and (min-width: 50em) {
      .news__imageContainer {
        width: 50vw; } }
  .news__image {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); }
    @media screen and (max-width: 50em) {
      .news__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .news__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .news__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .news__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .news__dateBox--1 {
          left: 10%; } }
    .news__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .news__dateBox--2 {
          right: 10%; } }
  .news__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .news__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .news--changeOrderMobile {
    flex-direction: column-reverse; } }

.standortInfoHeadline {
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 50em) {
    .standortInfoHeadline {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 3rem;
      padding-bottom: 0rem; } }
  .standortInfoHeadline__headline1 {
    font-size: 3rem;
    text-align: center;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2; }
  .standortInfoHeadline__headline2 {
    text-align: center;
    padding-top: 1rem;
    font-size: 2rem;
    color: #574633; }

.standortInfo {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .standortInfo {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 2rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .standortInfo {
      flex-direction: column; } }
  .standortInfo__container {
    position: relative;
    background-color: white;
    width: 50vw;
    padding: 5rem;
    padding-left: 10rem;
    padding-right: 10rem;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
    margin-bottom: 15rem; }
    @media screen and (max-width: 50em) {
      .standortInfo__container {
        width: 100%;
        padding: 2.5rem;
        padding-left: 5rem;
        margin-bottom: 0rem; } }
  .standortInfo__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .standortInfo__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .standortInfo__paragraph {
    text-align: justify;
    padding-top: 3rem;
    font-size: 1.7rem;
    color: #54483A; }
  .standortInfo__imageContainer {
    background-color: #f9f7f6;
    position: relative; }
    @media screen and (min-width: 50em) {
      .standortInfo__imageContainer {
        width: 50vw; } }
  .standortInfo__image {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); }
    @media screen and (max-width: 50em) {
      .standortInfo__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .standortInfo__dateBox {
    z-index: 1000;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .standortInfo__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    @media screen and (min-width: 50em) {
      .standortInfo__dateBox--1 {
        right: 10%; } }
    @media screen and (max-width: 50em) {
      .standortInfo__dateBox--1 {
        right: 10%; } }
    @media screen and (min-width: 50em) {
      .standortInfo__dateBox--2 {
        left: 10%; } }
    @media screen and (max-width: 50em) {
      .standortInfo__dateBox--2 {
        right: 10%; } }
  .standortInfo__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .standortInfo__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .standortInfo--changeOrderMobile {
    flex-direction: column-reverse; } }

.implantate {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .implantate__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .implantate {
      flex-direction: column; } }
  .implantate__container {
    background-color: white;
    width: 70vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .implantate__container {
        width: 100%;
        padding: 2.5rem; } }
  .implantate__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .implantate__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .implantate__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .implantate__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .implantate__imageContainer {
        width: 30vw; } }
  .implantate__image {
    width: 100%;
    padding: 2rem; }
    @media screen and (max-width: 50em) {
      .implantate__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .implantate__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .implantate__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .implantate__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .implantate__dateBox--1 {
          left: 10%; } }
    .implantate__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .implantate__dateBox--2 {
          right: 10%; } }
  .implantate__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .implantate__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .implantate--changeOrderMobile {
    flex-direction: column-reverse; } }

.Tcard__borderline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.Tcard__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.faqAccord {
  grid-column: full-start / full-end;
  background-color: pink;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .faqAccord {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .faqAccord {
      flex-direction: column; } }

.content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0; }
  @media screen and (max-width: 50em) {
    .content {
      width: 100%; } }
  @media screen and (max-width: 50em) {
    .content {
      padding: 0; } }

.centerplease {
  margin: 0 auto;
  font-size: 2.2rem;
  padding-bottom: 2rem; }

.question {
  position: relative;
  background: #8fbc8f;
  background: white;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.6rem; }

.answers {
  color: black;
  font-size: 1.6rem;
  background: #999;
  background: #6898a6;
  background: #e6f5fa;
  padding: 0px 15px;
  margin: 5px 0;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease; }

.questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px; }

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 4rem;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.questions {
  display: none; }

.implantateIntro {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  position: relative; }
  .implantateIntro__picture {
    background-size: cover;
    height: 60vh;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: url(../img/123.jpeg); }
    @media screen and (max-width: 50em) {
      .implantateIntro__picture {
        height: 23rem;
        background-image: url(../img/1234.jpeg); } }
  .implantateIntro__heading {
    font-size: 2.8rem;
    font-weight: 600;
    color: #6696AA;
    position: absolute;
    top: 6.5rem;
    width: 55%;
    left: 0rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .implantateIntro__heading {
        font-size: 2.35rem;
        font-weight: 300;
        top: 4.5rem; } }
  .implantateIntro__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .implantateIntro__heading-span--1 {
      background-color: white;
      /*
          background-image: linear-gradient(to right bottom, 
          rgba($color__zahnaerzte__card-light, .85) , 
          rgba($color__zahnaerzte__card-dark, .85));    
          */ }

.implantateIntro__details__heading4 {
  font-size: 1.7rem;
  color: #54483A;
  font-weight: 300;
  text-align: left;
  padding: 3rem 7rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .implantateIntro__details__heading4 {
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1.7rem; } }

.implantateIntro__details__heading3 {
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  text-align: left;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .implantateIntro__details__heading3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantateIntro__borderline {
  margin-top: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .implantateIntro__borderline {
      margin-bottom: 2rem; } }

.implantateIntro__borderline:after {
  content: "";
  position: absolute;
  left: 15rem;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .implantateIntro__borderline:after {
      left: 2rem; } }

.implantateIntro__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .implantateIntro__h1 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantateIntro__headline2 {
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .implantateIntro__headline2 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantateIntro__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .implantateIntro__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantateIntro__paragraph {
  text-align: justify;
  padding-top: 2rem;
  font-size: 1.7rem;
  color: #54483A;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .implantateIntro__paragraph {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantateIntro__imageContainer {
  display: flex;
  align-items: center;
  background-color: #f9f7f6;
  background-color: white;
  position: relative; }
  @media screen and (min-width: 50em) {
    .implantateIntro__imageContainer {
      margin-right: 30rem;
      margin-left: 30rem; } }

.implantateIntro__image {
  margin-top: 2rem;
  width: 100%;
  margin: 2rem; }
  @media screen and (min-width: 50em) {
    .implantateIntro__image {
      box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); } }
  @media screen and (max-width: 50em) {
    .implantateIntro__image {
      width: 85vw;
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 0; } }

.greybackground {
  background-color: #f2f8fa; }

.paddingBottom5rem {
  padding-bottom: 5rem; }

.background {
  grid-column: full-start / full-end;
  background-color: #f7f7f7;
  padding-bottom: 5rem; }
  @media screen and (max-width: 50em) {
    .background {
      padding-bottom: 0rem; } }

.implantZahnarzt {
  /* 
   // Activate Hypens for this section
   //*********************************
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   //********************************* 
   */
  grid-column: full-start / full-end;
  background-color: white;
  padding: 0rem 0rem;
  margin-left: 20%;
  margin-right: 20%; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt {
      margin-left: 0rem;
      margin-right: 0rem;
      background-color: #f7f7f7; } }

.implantZahnarzt__borderline {
  padding-top: 1rem;
  background-color: #f7f7f7;
  padding-bottom: 3rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .implantZahnarzt__borderline {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__borderline {
      padding-left: 2rem; } }

.implantZahnarzt__borderline:after {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__borderline:after {
      padding-left: 2rem; } }

.implantZahnarzt__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__h1 {
      padding-top: 3rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__h1 {
      padding-left: 2rem; } }

.implantZahnarzt__headline2 {
  padding-bottom: 1.5rem;
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__headline2 {
      padding-left: 2rem; } }

.implantZahnarzt__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantZahnarzt__karte__picture {
  background-size: cover;
  height: 23rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Hans-Jörg-Lutz-sq.jpg);
  background-image: url(../img/zahnarzt-haidhausen-münchen-nahe-rosenheimer-platz-dr-lutz2.jpg); }
  @media screen and (min-width: 50em) {
    .implantZahnarzt__karte__picture {
      height: 30rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__karte__picture {
      margin-left: 2rem;
      margin-right: 2rem; } }

.implantZahnarzt__karte__heading4 {
  font-size: 2rem;
  color: #6696AA;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem; }

.implantZahnarzt__karte__heading5 {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #6696AA;
  margin-bottom: 1.2rem; }

.implantZahnarzt__details {
  padding: 3rem; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__details {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .implantZahnarzt__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
    display: initial; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .implantZahnarzt__details ul {
        width: 100%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .implantZahnarzt__details ul {
        display: flex;
        flex-direction: column; } }
    .implantZahnarzt__details ul li {
      text-align: center;
      font-size: 1.7rem;
      color: #54483A;
      padding: 1rem;
      margin-left: 6rem;
      margin-right: 6rem; }
      @media screen and (max-width: 50em) {
        .implantZahnarzt__details ul li {
          margin-left: 2rem;
          margin-right: 2rem; } }
      .implantZahnarzt__details ul li:not(:last-child) {
        border-bottom: 1px solid lightgray; }

.implantateFirst {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .implantateFirst__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .implantateFirst {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .implantateFirst {
      flex-direction: column; } }
  .implantateFirst__container {
    background-color: white;
    width: 70vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .implantateFirst__container {
        width: 100%;
        padding: 2.5rem; } }
  .implantateFirst__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .implantateFirst__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .implantateFirst__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .implantateFirst__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .implantateFirst__imageContainer {
        width: 30vw; } }
  .implantateFirst__image {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
    margin: 2rem; }
    @media screen and (max-width: 50em) {
      .implantateFirst__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .implantateFirst__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .implantateFirst__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .implantateFirst__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .implantateFirst__dateBox--1 {
          left: 10%; } }
    .implantateFirst__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .implantateFirst__dateBox--2 {
          right: 10%; } }
  .implantateFirst__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .implantateFirst__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .implantateFirst--changeOrderMobile {
    flex-direction: column-reverse; } }

.implantateFirst__borderline {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.implantateFirst__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.newsIndex {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 9rem;
  padding-bottom: 7rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .newsIndex {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .newsIndex {
      flex-direction: column; } }
  .newsIndex__container {
    background-color: white;
    width: 50vw;
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); }
    @media screen and (max-width: 50em) {
      .newsIndex__container {
        width: 100%;
        padding: 2.5rem; } }
  .newsIndex__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .newsIndex__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .newsIndex__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .newsIndex__imageContainer {
    background-color: #f9f7f6;
    position: relative; }
    @media screen and (min-width: 50em) {
      .newsIndex__imageContainer {
        width: 40vw; } }
  .newsIndex__image {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); }
    @media screen and (max-width: 50em) {
      .newsIndex__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .newsIndex__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .newsIndex__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .newsIndex__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .newsIndex__dateBox--1 {
          left: 10%; } }
    .newsIndex__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .newsIndex__dateBox--2 {
          right: 10%; } }
  .newsIndex__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .newsIndex__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .newsIndex--changeOrderMobile {
    flex-direction: column-reverse; } }

.blue {
  color: #6898a6;
  font-weight: 600; }

.referenzenBooking {
  /*
    // Activate Hypens for this section
    //*********************************
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    //*********************************
  
  */
  grid-column: full-start / full-end;
  background-color: #f7f7f7;
  background-image: linear-gradient(to right bottom, rgba(247, 247, 247, 0.988), rgba(247, 247, 247, 0.928)), url(../img/calendarsq.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding: 5rem 5rem;
  position: relative;
  z-index: 9;
  padding-bottom: 7rem;
  /*
  
    &::before {
      // html enteties
      // https://css-tricks.com/snippets/html/glyphs/
      content: "\201C";
      // ZZZ define position relative on parent
      position: absolute;
      top: -10.75rem;
  
  
     
      left: 1rem;
  
      line-height: 1;
      font-size: 60rem;
      color:$color__referenzen__quoteSymbol; 
      font-family: sans-serif;
      z-index: 2;
  
      @media only screen and (max-width: $bp-small) {
         // display: none;
         //content: "\0022";
          top: -3.75rem;
          font-size: 40rem;
          z-index: 100;
          left: 0rem;
        }
    
    }
    &::after {
      // html enteties
      // https://css-tricks.com/snippets/html/glyphs/
      content: "\201D";
      // ZZZ define position relative on parent
      position: absolute;
      top: 6.75rem;
      right: 1rem;
      line-height: 1;
      font-size: 60rem;
      color:$color__referenzen__quoteSymbol;
      font-family: sans-serif;
      z-index: 2;
      @media only screen and (max-width: $bp-small) {
          display: none;
          //top: initial;
          //bottom: -28.25rem;
          //font-size: 40rem;
  
          
        
      }
  
      
    }
  
    */
  /*
    &__callLinkText{
      align-items: center;
      text-align: center;
    }
    */ }
  @media only screen and (min-width: 50em) {
    .referenzenBooking {
      background-image: linear-gradient(to left top, rgba(247, 247, 247, 0.988), rgba(247, 247, 247, 0.928)), url(../img/calendar.jpg); } }
  @media only screen and (max-width: 37.5em) {
    .referenzenBooking {
      padding: 5rem 3rem;
      padding-top: 3rem; } }
  .referenzenBooking__headline2 {
    color: #6898a6;
    color: #0c7797;
    color: #6898a6;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    z-index: 10;
    position: relative; }
  .referenzenBooking__headline3 {
    padding-top: 3rem;
    color: #6898a6;
    color: #0c7797;
    font-size: 1.7rem;
    text-align: left;
    font-weight: 400;
    z-index: 11;
    position: relative;
    padding-left: 15rem;
    padding-right: 15rem; }
    @media only screen and (max-width: 800px) {
      .referenzenBooking__headline3 {
        padding-left: 0;
        padding-right: 0; } }
  .referenzenBooking__wirFreuenUns {
    font-family: 'Dancing Script', cursive;
    color: #6898a6;
    color: #038fb9;
    font-size: 4rem;
    text-align: center;
    padding-top: 2rem;
    padding-left: 15rem;
    padding-right: 15rem; }
    @media only screen and (max-width: 800px) {
      .referenzenBooking__wirFreuenUns {
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (min-width: 50em) {
    .referenzenBooking__buttonsContainer {
      display: flex;
      justify-content: space-around; } }
  .referenzenBooking__buttonContainer {
    margin-top: 3rem;
    /*
          padding-top: 5rem;
          padding-left: 5rem;
          padding-right: 5rem;
          padding-bottom: 2rem;
          border:2px solid $gray-dark;
          width: min-content;
  
          
  */ }
  .referenzenBooking__callLink {
    width: max-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.8rem;
    margin-left: 0rem;
    margin-right: 0rem;
    border: 1px solid #91CB3D;
    color: #91CB3D;
    font-size: 1.5rem;
    padding: 1.8rem 3rem;
    cursor: pointer;
    background: linear-gradient(120deg, #91CB3D 50%, white 50%, transparent 50%);
    background-size: 230% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    /*
      &:hover {
        background-color: #ff7730;
        color: white;
      }
  */
    /*
          &:hover callIcon{
      
              fill: white;
          }
          */ }
    .referenzenBooking__callLink:hover {
      background-position: left bottom;
      color: white; }
  .referenzenBooking__callLinkBlue {
    width: max-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.8rem;
    margin-left: 0rem;
    margin-right: 0rem;
    border: 1px solid  #6696AA;
    color: #91CB3D;
    color: #6696AA;
    font-size: 1.5rem;
    padding: 1.8rem 3rem;
    cursor: pointer;
    background: linear-gradient(120deg, #6696AA 50%, white 50%, transparent 50%);
    background-size: 230% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    /*
      &:hover {
        background-color: #ff7730;
        color: white;
      }
  */
    /*
          &:hover callIcon{
      
              fill: white;
          }
          */ }
    .referenzenBooking__callLinkBlue:hover {
      background-position: left bottom;
      color: white; }

.cerec {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .cerec__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .cerec {
      flex-direction: column; } }
  .cerec__container {
    background-color: white;
    width: 70vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .cerec__container {
        width: 100%;
        padding: 2.5rem; } }
  .cerec__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .cerec__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .cerec__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .cerec__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .cerec__imageContainer {
        width: 30vw; } }
  .cerec__FullScreen {
    width: 100vw; }
  .cerec__image {
    width: 100%;
    padding: 2rem; }
    @media screen and (max-width: 50em) {
      .cerec__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .cerec__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .cerec__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .cerec__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .cerec__dateBox--1 {
          left: 10%; } }
    .cerec__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .cerec__dateBox--2 {
          right: 10%; } }
  .cerec__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .cerec__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .cerec--changeOrderMobile {
    flex-direction: column-reverse; } }

.Tcard__borderline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.Tcard__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.faqAccord {
  grid-column: full-start / full-end;
  background-color: pink;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .faqAccord {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .faqAccord {
      flex-direction: column; } }

.content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0; }
  @media screen and (max-width: 50em) {
    .content {
      width: 100%; } }
  @media screen and (max-width: 50em) {
    .content {
      padding: 0; } }

.centerplease {
  margin: 0 auto;
  font-size: 2.2rem;
  padding-bottom: 2rem; }

.question {
  position: relative;
  background: #8fbc8f;
  background: white;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.6rem; }

.answers {
  color: black;
  font-size: 1.6rem;
  background: #999;
  background: #6898a6;
  background: #e6f5fa;
  padding: 0px 15px;
  margin: 5px 0;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease; }

.questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px; }

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 4rem;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.questions {
  display: none; }

.cerecIntro {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  position: relative; }
  .cerecIntro__picture {
    background-size: cover;
    height: 60vh;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: url(../img/cerec1.jpg); }
    @media screen and (max-width: 50em) {
      .cerecIntro__picture {
        height: 23rem;
        background-image: url(../img/cerec1.jpg); } }
  .cerecIntro__heading {
    font-size: 2.8rem;
    font-weight: 600;
    color: #6696AA;
    position: absolute;
    top: 6.5rem;
    width: 55%;
    left: 0rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .cerecIntro__heading {
        font-size: 2.35rem;
        font-weight: 300;
        top: 4.5rem; } }
  .cerecIntro__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .cerecIntro__heading-span--1 {
      background-color: white;
      /*
          background-image: linear-gradient(to right bottom, 
          rgba($color__zahnaerzte__card-light, .85) , 
          rgba($color__zahnaerzte__card-dark, .85));    
          */ }

.cerecIntro__details__heading4 {
  font-size: 1.7rem;
  color: #54483A;
  font-weight: 300;
  text-align: left;
  padding: 3rem 7rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cerecIntro__details__heading4 {
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1.7rem; } }

.cerecIntro__details__heading3 {
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  text-align: left;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cerecIntro__details__heading3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.cerecIntro__borderline {
  margin-top: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .cerecIntro__borderline {
      margin-bottom: 2rem; } }

.cerecIntro__borderline:after {
  content: "";
  position: absolute;
  left: 15rem;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .cerecIntro__borderline:after {
      left: 2rem; } }

.cerecIntro__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cerecIntro__h1 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.cerecIntro__headline2 {
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cerecIntro__headline2 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.cerecIntro__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cerecIntro__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.cerecIntro__paragraph {
  text-align: justify;
  padding-top: 2rem;
  font-size: 1.7rem;
  color: #54483A;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .cerecIntro__paragraph {
      padding-left: 2rem;
      padding-right: 2rem; } }

.cerecIntro__imageContainer {
  display: flex;
  align-items: center;
  background-color: #f9f7f6;
  background-color: white;
  position: relative; }
  @media screen and (min-width: 50em) {
    .cerecIntro__imageContainer {
      margin-right: 30rem;
      margin-left: 30rem; } }

.cerecIntro__image {
  margin-top: 2rem;
  width: 100%;
  margin: 2rem; }
  @media screen and (min-width: 50em) {
    .cerecIntro__image {
      box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); } }
  @media screen and (max-width: 50em) {
    .cerecIntro__image {
      width: 85vw;
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 0; } }

.greybackground {
  background-color: #f2f8fa; }

.paddingBottom5rem {
  padding-bottom: 5rem; }

.background {
  grid-column: full-start / full-end;
  background-color: #f7f7f7;
  padding-bottom: 5rem; }
  @media screen and (max-width: 50em) {
    .background {
      padding-bottom: 0rem; } }

.cerecZahnarzt {
  /* 
   // Activate Hypens for this section
   //*********************************
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   //********************************* 
   */
  grid-column: full-start / full-end;
  background-color: white;
  padding: 0rem 0rem;
  margin-left: 20%;
  margin-right: 20%; }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt {
      margin-left: 0rem;
      margin-right: 0rem;
      background-color: #f7f7f7; } }

.cerecZahnarzt__borderline {
  padding-top: 1rem;
  background-color: #f7f7f7;
  padding-bottom: 3rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .cerecZahnarzt__borderline {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__borderline {
      padding-left: 2rem; } }

.cerecZahnarzt__borderline:after {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__borderline:after {
      padding-left: 2rem; } }

.cerecZahnarzt__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__h1 {
      padding-top: 3rem; } }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__h1 {
      padding-left: 2rem; } }

.cerecZahnarzt__headline2 {
  padding-bottom: 1.5rem;
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__headline2 {
      padding-left: 2rem; } }

.cerecZahnarzt__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800; }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.cerecZahnarzt__karte__picture {
  background-size: cover;
  height: 23rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Hans-Jörg-Lutz-sq.jpg);
  background-image: url(../img/zahnarzt-haidhausen-münchen-nahe-rosenheimer-platz-dr-lutz2.jpg); }
  @media screen and (min-width: 50em) {
    .cerecZahnarzt__karte__picture {
      height: 30rem; } }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__karte__picture {
      margin-left: 2rem;
      margin-right: 2rem; } }

.cerecZahnarzt__karte__heading4 {
  font-size: 2rem;
  color: #6696AA;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem; }

.cerecZahnarzt__karte__heading5 {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #6696AA;
  margin-bottom: 1.2rem; }

.cerecZahnarzt__details {
  padding: 3rem; }
  @media screen and (max-width: 50em) {
    .cerecZahnarzt__details {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .cerecZahnarzt__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
    display: initial; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cerecZahnarzt__details ul {
        width: 100%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cerecZahnarzt__details ul {
        display: flex;
        flex-direction: column; } }
    .cerecZahnarzt__details ul li {
      text-align: center;
      font-size: 1.7rem;
      color: #54483A;
      padding: 1rem;
      margin-left: 6rem;
      margin-right: 6rem; }
      @media screen and (max-width: 50em) {
        .cerecZahnarzt__details ul li {
          margin-left: 2rem;
          margin-right: 2rem; } }
      .cerecZahnarzt__details ul li:not(:last-child) {
        border-bottom: 1px solid lightgray; }

.cerecFirst {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .cerecFirst__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .cerecFirst {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .cerecFirst {
      flex-direction: column; } }
  .cerecFirst__container {
    background-color: white;
    width: 70vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .cerecFirst__container {
        width: 100%;
        padding: 2.5rem; } }
  .cerecFirst__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .cerecFirst__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .cerecFirst__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .cerecFirst__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .cerecFirst__imageContainer {
        width: 30vw; } }
  .cerecFirst__image {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
    margin: 2rem; }
    @media screen and (max-width: 50em) {
      .cerecFirst__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .cerecFirst__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .cerecFirst__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .cerecFirst__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .cerecFirst__dateBox--1 {
          left: 10%; } }
    .cerecFirst__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .cerecFirst__dateBox--2 {
          right: 10%; } }
  .cerecFirst__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .cerecFirst__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .cerecFirst--changeOrderMobile {
    flex-direction: column-reverse; } }

.cerecFirst__borderline {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.cerecFirst__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.zahnschienen {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .zahnschienen__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .zahnschienen {
      flex-direction: column; } }
  .zahnschienen__container {
    background-color: white;
    width: 70vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .zahnschienen__container {
        width: 100%;
        padding: 2.5rem; } }
  .zahnschienen__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .zahnschienen__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .zahnschienen__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .zahnschienen__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .zahnschienen__imageContainer {
        width: 30vw; } }
  .zahnschienen__image {
    width: 100%;
    padding: 2rem; }
    @media screen and (max-width: 50em) {
      .zahnschienen__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .zahnschienen__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .zahnschienen__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .zahnschienen__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .zahnschienen__dateBox--1 {
          left: 10%; } }
    .zahnschienen__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .zahnschienen__dateBox--2 {
          right: 10%; } }
  .zahnschienen__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .zahnschienen__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .zahnschienen--changeOrderMobile {
    flex-direction: column-reverse; } }

.Tcard__borderline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.Tcard__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.faqAccord {
  grid-column: full-start / full-end;
  background-color: pink;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .faqAccord {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .faqAccord {
      flex-direction: column; } }

.content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0; }
  @media screen and (max-width: 50em) {
    .content {
      width: 100%; } }
  @media screen and (max-width: 50em) {
    .content {
      padding: 0; } }

.centerplease {
  margin: 0 auto;
  font-size: 2.2rem;
  padding-bottom: 2rem; }

.question {
  position: relative;
  background: #8fbc8f;
  background: white;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.6rem; }

.answers {
  color: black;
  font-size: 1.6rem;
  background: #999;
  background: #6898a6;
  background: #e6f5fa;
  padding: 0px 15px;
  margin: 5px 0;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease; }

.questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px; }

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 4rem;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.questions {
  display: none; }

.zahnschienenIntro {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  position: relative; }
  .zahnschienenIntro__picture {
    background-size: cover;
    height: 70vh;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: url(../img/Zahnschienen-München-Haidhausen-Aligner-Zahnarzt-wide.jpg); }
    @media screen and (max-width: 50em) {
      .zahnschienenIntro__picture {
        height: 30rem;
        background-image: url(../img/Zahnschienen-München-Haidhausen-Aligner-Zahnarzt2.jpg); } }
  .zahnschienenIntro__heading {
    font-size: 2.8rem;
    font-weight: 600;
    color: #6696AA;
    position: absolute;
    top: 11.5rem;
    width: 65%;
    left: 0rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .zahnschienenIntro__heading {
        font-size: 2.35rem;
        font-weight: 300;
        top: 4.5rem; } }
  .zahnschienenIntro__heading-span {
    padding: 0.6rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .zahnschienenIntro__heading-span--1 {
      background-color: white;
      /*
          background-image: linear-gradient(to right bottom, 
          rgba($color__zahnaerzte__card-light, .85) , 
          rgba($color__zahnaerzte__card-dark, .85));    
          */ }

.zahnschienenIntro__details__heading4 {
  font-size: 1.7rem;
  color: #54483A;
  font-weight: 300;
  text-align: left;
  padding: 3rem 7rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__details__heading4 {
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1.7rem; } }

.zahnschienenIntro__details__heading3 {
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  text-align: left;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__details__heading3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.zahnschienenIntro__borderline {
  margin-top: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .zahnschienenIntro__borderline {
      margin-bottom: 2rem; } }

.zahnschienenIntro__borderline:after {
  content: "";
  position: absolute;
  left: 15rem;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__borderline:after {
      left: 2rem; } }

.zahnschienenIntro__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__h1 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.zahnschienenIntro__headline2 {
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__headline2 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.zahnschienenIntro__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.zahnschienenIntro__paragraph {
  text-align: justify;
  padding-top: 2rem;
  font-size: 1.7rem;
  color: #54483A;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__paragraph {
      padding-left: 2rem;
      padding-right: 2rem; } }

.zahnschienenIntro__imageContainer {
  display: flex;
  align-items: center;
  background-color: #f9f7f6;
  background-color: white;
  position: relative; }
  @media screen and (min-width: 50em) {
    .zahnschienenIntro__imageContainer {
      margin-right: 30rem;
      margin-left: 30rem; } }

.zahnschienenIntro__image {
  margin-top: 2rem;
  width: 100%;
  margin: 2rem; }
  @media screen and (min-width: 50em) {
    .zahnschienenIntro__image {
      box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); } }
  @media screen and (max-width: 50em) {
    .zahnschienenIntro__image {
      width: 85vw;
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 0; } }

.greybackground {
  background-color: #f2f8fa; }

.paddingBottom5rem {
  padding-bottom: 5rem; }

.background {
  grid-column: full-start / full-end;
  background-color: #f7f7f7;
  padding-bottom: 5rem; }
  @media screen and (max-width: 50em) {
    .background {
      padding-bottom: 0rem; } }

.implantZahnarzt {
  /* 
   // Activate Hypens for this section
   //*********************************
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   //********************************* 
   */
  grid-column: full-start / full-end;
  background-color: white;
  padding: 0rem 0rem;
  margin-left: 20%;
  margin-right: 20%; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt {
      margin-left: 0rem;
      margin-right: 0rem;
      background-color: #f7f7f7; } }

.implantZahnarzt__borderline {
  padding-top: 1rem;
  background-color: #f7f7f7;
  padding-bottom: 3rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .implantZahnarzt__borderline {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__borderline {
      padding-left: 2rem; } }

.implantZahnarzt__borderline:after {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__borderline:after {
      padding-left: 2rem; } }

.implantZahnarzt__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__h1 {
      padding-top: 3rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__h1 {
      padding-left: 2rem; } }

.implantZahnarzt__headline2 {
  padding-bottom: 1.5rem;
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__headline2 {
      padding-left: 2rem; } }

.implantZahnarzt__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantZahnarzt__karte__picture {
  background-size: cover;
  height: 23rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Hans-Jörg-Lutz-sq.jpg);
  background-image: url(../img/zahnarzt-haidhausen-münchen-nahe-rosenheimer-platz-dr-lutz2.jpg); }
  @media screen and (min-width: 50em) {
    .implantZahnarzt__karte__picture {
      height: 30rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__karte__picture {
      margin-left: 2rem;
      margin-right: 2rem; } }

.implantZahnarzt__karte__heading4 {
  font-size: 2rem;
  color: #6696AA;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem; }

.implantZahnarzt__karte__heading5 {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #6696AA;
  margin-bottom: 1.2rem; }

.implantZahnarzt__details {
  padding: 3rem; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__details {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .implantZahnarzt__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
    display: initial; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .implantZahnarzt__details ul {
        width: 100%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .implantZahnarzt__details ul {
        display: flex;
        flex-direction: column; } }
    .implantZahnarzt__details ul li {
      text-align: center;
      font-size: 1.7rem;
      color: #54483A;
      padding: 1rem;
      margin-left: 6rem;
      margin-right: 6rem; }
      @media screen and (max-width: 50em) {
        .implantZahnarzt__details ul li {
          margin-left: 2rem;
          margin-right: 2rem; } }
      .implantZahnarzt__details ul li:not(:last-child) {
        border-bottom: 1px solid lightgray; }

.zahnschienenFirst {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .zahnschienenFirst__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .zahnschienenFirst {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .zahnschienenFirst {
      flex-direction: column; } }
  .zahnschienenFirst__container {
    background-color: white;
    width: 70vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .zahnschienenFirst__container {
        width: 100%;
        padding: 2.5rem; } }
  .zahnschienenFirst__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .zahnschienenFirst__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .zahnschienenFirst__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .zahnschienenFirst__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .zahnschienenFirst__imageContainer {
        width: 30vw; } }
  .zahnschienenFirst__image {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
    margin: 2rem; }
    @media screen and (max-width: 50em) {
      .zahnschienenFirst__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .zahnschienenFirst__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .zahnschienenFirst__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .zahnschienenFirst__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .zahnschienenFirst__dateBox--1 {
          left: 10%; } }
    .zahnschienenFirst__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .zahnschienenFirst__dateBox--2 {
          right: 10%; } }
  .zahnschienenFirst__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .zahnschienenFirst__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .zahnschienenFirst--changeOrderMobile {
    flex-direction: column-reverse; } }

.zahnschienenFirst__borderline {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.zahnschienenFirst__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.stellenausschreibung {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .stellenausschreibung__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibung {
      flex-direction: column; } }
  .stellenausschreibung__container {
    background-color: white;
    width: 100vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .stellenausschreibung__container {
        width: 100%;
        padding: 2.5rem; } }
  .stellenausschreibung__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .stellenausschreibung__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .stellenausschreibung__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .stellenausschreibung__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .stellenausschreibung__imageContainer {
        width: 30vw; } }
  .stellenausschreibung__image {
    width: 100%;
    padding: 4rem; }
    @media screen and (max-width: 50em) {
      .stellenausschreibung__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .stellenausschreibung__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .stellenausschreibung__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .stellenausschreibung__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .stellenausschreibung__dateBox--1 {
          left: 10%; } }
    .stellenausschreibung__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .stellenausschreibung__dateBox--2 {
          right: 10%; } }
  .stellenausschreibung__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .stellenausschreibung__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .stellenausschreibung--changeOrderMobile {
    flex-direction: column-reverse; } }

.Tcard__borderline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.Tcard__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.faqAccord {
  grid-column: full-start / full-end;
  background-color: pink;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .faqAccord {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .faqAccord {
      flex-direction: column; } }

.content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0; }
  @media screen and (max-width: 50em) {
    .content {
      width: 100%; } }
  @media screen and (max-width: 50em) {
    .content {
      padding: 0; } }

.centerplease {
  margin: 0 auto;
  font-size: 2.2rem;
  padding-bottom: 2rem; }

.question {
  position: relative;
  background: #8fbc8f;
  background: white;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.6rem; }

.answers {
  color: black;
  font-size: 1.6rem;
  background: #999;
  background: #6898a6;
  background: #e6f5fa;
  padding: 0px 15px;
  margin: 5px 0;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease; }

.questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px; }

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 4rem;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.questions {
  display: none; }

.stellenausschreibungIntro {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  position: relative; }
  .stellenausschreibungIntro__picture {
    background-size: cover;
    height: 70vh;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: url(../img/zahnarzt-haidhausen-münchen-nahe-rosenheimer-platz-erfahrung2.jpg); }
    @media screen and (max-width: 50em) {
      .stellenausschreibungIntro__picture {
        background-image: url(../img/zahnarzt-haidhausen-münchen-nahe-rosenheimer-platz-erfahrung-square-mobile.jpg); } }
  .stellenausschreibungIntro__heading {
    font-size: 2.8rem;
    font-weight: 600;
    color: #6696AA;
    position: absolute;
    top: 11.5rem;
    width: 55%;
    left: 0rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .stellenausschreibungIntro__heading {
        font-size: 2.35rem;
        font-weight: 300;
        top: 4.5rem; } }
  .stellenausschreibungIntro__heading-span {
    padding: 0.6rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .stellenausschreibungIntro__heading-span--1 {
      background-color: white;
      /*
          background-image: linear-gradient(to right bottom, 
          rgba($color__zahnaerzte__card-light, .85) , 
          rgba($color__zahnaerzte__card-dark, .85));    
          */ }

.stellenausschreibungIntro__details__heading4 {
  font-size: 1.7rem;
  color: #54483A;
  font-weight: 300;
  text-align: left;
  padding: 3rem 7rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__details__heading4 {
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1.7rem; } }

.stellenausschreibungIntro__details__heading3 {
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  text-align: left;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__details__heading3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.stellenausschreibungIntro__borderline {
  margin-top: 1rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .stellenausschreibungIntro__borderline {
      margin-bottom: 2rem; } }

.stellenausschreibungIntro__borderline:after {
  content: "";
  position: absolute;
  left: 15rem;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__borderline:after {
      left: 2rem; } }

.stellenausschreibungIntro__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__h1 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.stellenausschreibungIntro__headline2 {
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__headline2 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.stellenausschreibungIntro__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.stellenausschreibungIntro__paragraph {
  text-align: justify;
  padding-top: 2rem;
  font-size: 1.7rem;
  color: #54483A;
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__paragraph {
      padding-left: 2rem;
      padding-right: 2rem; } }

.stellenausschreibungIntro__imageContainer {
  display: flex;
  align-items: center;
  background-color: #f9f7f6;
  background-color: white;
  position: relative; }
  @media screen and (min-width: 50em) {
    .stellenausschreibungIntro__imageContainer {
      margin-right: 30rem;
      margin-left: 30rem; } }

.stellenausschreibungIntro__image {
  margin-top: 2rem;
  width: 100%;
  margin: 2rem; }
  @media screen and (min-width: 50em) {
    .stellenausschreibungIntro__image {
      box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15); } }
  @media screen and (max-width: 50em) {
    .stellenausschreibungIntro__image {
      width: 85vw;
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 0; } }

.greybackground {
  background-color: #f2f8fa; }

.paddingBottom5rem {
  padding-bottom: 5rem; }

.background {
  grid-column: full-start / full-end;
  background-color: #f7f7f7;
  padding-bottom: 5rem; }
  @media screen and (max-width: 50em) {
    .background {
      padding-bottom: 0rem; } }

.implantZahnarzt {
  /* 
   // Activate Hypens for this section
   //*********************************
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   //********************************* 
   */
  grid-column: full-start / full-end;
  background-color: white;
  padding: 0rem 0rem;
  margin-left: 20%;
  margin-right: 20%; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt {
      margin-left: 0rem;
      margin-right: 0rem;
      background-color: #f7f7f7; } }

.implantZahnarzt__borderline {
  padding-top: 1rem;
  background-color: #f7f7f7;
  padding-bottom: 3rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }
  @media screen and (min-width: 50em) {
    .implantZahnarzt__borderline {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__borderline {
      padding-left: 2rem; } }

.implantZahnarzt__borderline:after {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__borderline:after {
      padding-left: 2rem; } }

.implantZahnarzt__h1 {
  padding-top: 5rem;
  font-size: 1.2rem;
  text-align: left;
  color: grey;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__h1 {
      padding-top: 3rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__h1 {
      padding-left: 2rem; } }

.implantZahnarzt__headline2 {
  padding-bottom: 1.5rem;
  font-size: 2.3rem;
  text-align: left;
  color: #6898a6;
  font-weight: 600;
  line-height: 1.2;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: #f7f7f7; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__headline2 {
      padding-left: 2rem; } }

.implantZahnarzt__headline3 {
  text-align: left;
  padding-top: 3rem;
  font-size: 1.9rem;
  color: #6898a6;
  font-weight: 800; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__headline3 {
      padding-left: 2rem;
      padding-right: 2rem; } }

.implantZahnarzt__karte__picture {
  background-size: cover;
  height: 23rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-image: url(../img/zahnarzt-am-volksbad-münchen-Dr-Hans-Jörg-Lutz-sq.jpg);
  background-image: url(../img/zahnarzt-haidhausen-münchen-nahe-rosenheimer-platz-dr-lutz2.jpg); }
  @media screen and (min-width: 50em) {
    .implantZahnarzt__karte__picture {
      height: 30rem; } }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__karte__picture {
      margin-left: 2rem;
      margin-right: 2rem; } }

.implantZahnarzt__karte__heading4 {
  font-size: 2rem;
  color: #6696AA;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem; }

.implantZahnarzt__karte__heading5 {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #6696AA;
  margin-bottom: 1.2rem; }

.implantZahnarzt__details {
  padding: 3rem; }
  @media screen and (max-width: 50em) {
    .implantZahnarzt__details {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .implantZahnarzt__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
    display: initial; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .implantZahnarzt__details ul {
        width: 100%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .implantZahnarzt__details ul {
        display: flex;
        flex-direction: column; } }
    .implantZahnarzt__details ul li {
      text-align: center;
      font-size: 1.7rem;
      color: #54483A;
      padding: 1rem;
      margin-left: 6rem;
      margin-right: 6rem; }
      @media screen and (max-width: 50em) {
        .implantZahnarzt__details ul li {
          margin-left: 2rem;
          margin-right: 2rem; } }
      .implantZahnarzt__details ul li:not(:last-child) {
        border-bottom: 1px solid lightgray; }

.stellenausschreibungFirst {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  /*
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem; 
  padding-bottom: 5rem;
  */
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  text-align: left; }
  .stellenausschreibungFirst__h1 {
    font-size: 1.2rem;
    text-align: left;
    color: grey;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 1rem; }
  @media screen and (max-width: 50em) {
    .stellenausschreibungFirst {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .stellenausschreibungFirst {
      flex-direction: column; } }
  .stellenausschreibungFirst__container {
    background-color: white;
    width: 70vw;
    height: 100%;
    padding: 5rem; }
    @media screen and (max-width: 50em) {
      .stellenausschreibungFirst__container {
        width: 100%;
        padding: 2.5rem; } }
  .stellenausschreibungFirst__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    font-weight: 600;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .stellenausschreibungFirst__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .stellenausschreibungFirst__paragraph {
    text-align: justify;
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A; }
  .stellenausschreibungFirst__imageContainer {
    display: flex;
    align-items: center;
    background-color: #f9f7f6;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 50em) {
      .stellenausschreibungFirst__imageContainer {
        width: 30vw; } }
  .stellenausschreibungFirst__image {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
    margin: 2rem; }
    @media screen and (max-width: 50em) {
      .stellenausschreibungFirst__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .stellenausschreibungFirst__dateBox {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    position: absolute;
    top: -2.5rem;
    text-align: center; }
    @media screen and (max-width: 50em) {
      .stellenausschreibungFirst__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .stellenausschreibungFirst__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .stellenausschreibungFirst__dateBox--1 {
          left: 10%; } }
    .stellenausschreibungFirst__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .stellenausschreibungFirst__dateBox--2 {
          right: 10%; } }
  .stellenausschreibungFirst__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .stellenausschreibungFirst__dateBox__span--1 {
      background-color: #443a2f;
      /*
            background-image: linear-gradient(to right bottom, 
            rgba($color__zahnaerzte__card-light, .85) , 
            rgba($color__zahnaerzte__card-dark, .85));    
            */ }

@media screen and (max-width: 50em) {
  .stellenausschreibungFirst--changeOrderMobile {
    flex-direction: column-reverse; } }

.stellenausschreibungFirst__borderline {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 1;
  color: #726e97; }

.stellenausschreibungFirst__borderline:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 40%;
  border-top: 1px solid grey; }

.list {
  display: inline-block;
  list-style: disc;
  font-size: 1.7rem;
  color: #54483A; }

.item1 {
  margin-left: 1.5em; }
