/*
$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: 70%;
  scroll-behavior: smooth;
  overscroll-behavior: contain; }
  @media only screen and (max-width: 100em) {
    html {
      font-size: 66%; } }
  @media only screen and (max-width: 87.5em) {
    html {
      font-size: 64%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 62%; } }
  @media only screen and (max-width: 68.75em) {
    html {
      font-size: 59%; } }
  @media only screen and (max-width: 62.5em) {
    html {
      font-size: 53%; } }
  @media only screen and (max-width: 56.25) {
    html {
      font-size: 50%; } }
  @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; }

canvas {
  width: 100%;
  height: 100%;
  background-color: transparent; }

/*
.container {
    max-width: 120rem;
    margin: 8rem auto;
    background-color: var(--color-grey-light-1);
    color: var(--color-grey-dark-2);
    box-shadow: var(--shadow-dark);

    

    min-height: 50rem;

    // desktop first media query appoach
    @media only screen and (max-width: $bp-largest){
        margin: 0;

        // fix in order to avoid the pink background of coming back when font size is decreased du to media query
        max-width: 100%;
        width: 100%;
    }
}
*/
/* 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 0.3s; }
  .navigation__companyLogo img {
    padding-top: 2.0rem;
    max-width: 33rem; }
    @media screen and (max-width: 50em) {
      .navigation__companyLogo img {
        padding-top: 1.5rem;
        max-width: 25rem;
        margin-right: 2rem;
        margin-left: 2rem; } }
    @media screen and (max-width: 23.75em) {
      .navigation__companyLogo img {
        padding-top: 1.5rem;
        max-width: 22rem;
        margin-right: 1.5rem;
        margin-left: 1rem; } }
    @media screen and (max-width: 22.19em) {
      .navigation__companyLogo img {
        padding-top: 1.5rem;
        max-width: 20rem;
        margin-right: 1.5rem;
        margin-left: 1rem; } }
    @media screen and (max-width: 18.75em) {
      .navigation__companyLogo img {
        padding-top: 1.5rem;
        max-width: 20rem;
        margin-right: 1.5rem;
        margin-left: 1rem; } }
  .navigation__companyLogo:hover, .navigation__companyLogo:active {
    transform: translateY(-3px); }

.navigation {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: relative;
  /* 
        background-color: white;
        display: flex; 
        justify-content: center;
        grid-column: 1 / -1;
        justify-content: flex-start;
        align-items: center;  
        text-align: center;

        position: relative;

        // for iphone and Internet Explorer
        //position: relative; 
*/
  top: 0;
  z-index: 999;
  width: 100%;
  height: 7.5rem;
  /*
            @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 {
      padding: 5px 10px; } }
  @media screen and (max-width: 50em) {
    .navigation {
      justify-content: space-between;
      align-items: center;
      padding: 0px 0px; } }
  .navigation__nav {
    padding-right: 1%;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background: white;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 400ms ease-in-out; }
    @media screen and (max-width: 50em) {
      .navigation__nav {
        padding-top: 0rem;
        padding-left: 2rem;
        width: 100%; } }
    @media screen and (min-width: 50em) {
      .navigation__nav {
        position: relative;
        text-align: left;
        transition: none;
        transform: scale(1, 1);
        background: none;
        top: 0px;
        left: 0px;
        grid-column: 8 / 12;
        display: flex;
        justify-content: flex-end;
        align-items: center; } }
    .navigation__nav a {
      color: #54483A;
      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: #2eb7c4;
        position: absolute;
        top: -0.65em;
        left: 0;
        right: 0;
        transform: scale(0, 1);
        transition: transform ease-in-out 250ms; } }
    .navigation__nav a:hover {
      color: #39776f; }
    @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__navIE {
    top: 0px;
    left: 0px; }

.navigation__li {
  margin-bottom: 1.5rem;
  margin-right: 2rem; }
  @media screen and (min-width: 50em) {
    .navigation__li {
      margin-bottom: 0; } }

.navigation__li-last {
  margin-right: 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: 4%;
  /*
            @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 0.2s; }
  .navigation__button span::before,
  .navigation__button span::after {
    content: "";
    position: absolute; }
  .navigation__button span::before {
    bottom: 7px; }
  .navigation__button span::after {
    top: 7px; }

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

.iconContainer {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.icontest {
  fill: #2eb7c4;
  width: 2.7rem;
  height: 2.7rem;
  transition: all 0.3s; }
  @media screen and (min-width: 50em) {
    .icontest {
      width: 2.7rem;
      height: 2.7rem;
      margin-right: 0rem; } }
  .icontest:hover, .icontest:active {
    transform: translateY(-3px);
    fill: #39776f; }

.navigation__iconCallContainer {
  margin-right: 2rem; }

.iconCallOnly {
  fill: #2eb7c4; }

.spanText {
  margin-left: 1rem;
  color: #2eb7c4;
  font-size: 1.4rem; }
  @media screen and (max-width: 50em) {
    .spanText {
      font-size: 0rem; } }

.centerHorizontaly {
  display: flex;
  align-items: center;
  text-decoration: none; }

.footer {
  background-image: linear-gradient(to right bottom, #2eb7c4, #39776f);
  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.7rem; }
  @media screen and (max-width: 23.75em) {
    .site-nav {
      font-size: 1.25rem; } }
  .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); }

@media only screen and (max-width: 50em) {
  .copyright {
    display: none; } }

.sliderMain {
  overflow: hidden;
  background-size: cover; }

/* 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: #2eb7c4; }

/* 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: #2eb7c4; }

/* 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: 7s;
  animation-name: zoom;
  animation-duration: 7s;
  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; } }

/* 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; } }

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

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

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

.text11 {
  color: white;
  font-weight: bold;
  font-size: 4rem;
  line-height: 120%;
  top: 10rem;
  padding-left: 15vw;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .text11 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      top: 0.5rem;
      font-size: 3.2rem;
      margin-left: initial;
      text-align: left; } }
  @media only screen and (max-width: 377px) {
    .text11 {
      font-size: 2.8rem; } }
  @media screen and (max-width: 362px) {
    .text11 {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 322px) {
    .text11 {
      font-size: 2.4rem; } }

.text12 {
  color: white;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 120%;
  top: 15rem;
  padding-left: 15vw;
  left: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .text12 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      top: 9.5rem;
      font-size: 2.7rem;
      margin-left: initial;
      text-align: right; } }
  @media only screen and (max-width: 322px) {
    .text12 {
      font-size: 2.2rem; } }

.text13 {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  top: 25rem;
  left: 20vw;
  width: max-content;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 5rem;
  font-size: 1.8rem;
  margin-left: 2rem;
  margin-right: 2rem;
  border: 2px solid white;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.8rem 3rem;
  cursor: pointer;
  transition: all .2s; }
  .text13:hover {
    background-color: rgba(19, 120, 129, 0.9); }

.text21 {
  color: white;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 120%;
  top: 5vh;
  left: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .text21 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      top: 2.5rem;
      font-size: 2.5rem; } }
  @media only screen and (max-width: 322px) {
    .text21 {
      font-size: 2.2rem; } }

.text22 {
  color: white;
  font-weight: bold;
  font-size: 5rem;
  line-height: 120%;
  top: 10vh;
  left: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .text22 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      top: 8.5rem;
      font-size: 3.3rem; } }
  @media only screen and (max-width: 362px) {
    .text22 {
      font-size: 3.1rem; } }
  @media only screen and (max-width: 322px) {
    .text22 {
      font-size: 2.7rem; } }

.text31 {
  color: white;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 120%;
  top: 5vh;
  left: 2vw; }
  @media only screen and (max-width: 800px) {
    .text31 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 12rem;
      top: initial;
      font-size: 2.2rem; } }
  @media screen and (max-width: 362px) {
    .text31 {
      bottom: 11.3rem; } }

.text32 {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  top: 11vh;
  left: 2vw; }
  @media only screen and (max-width: 800px) {
    .text32 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 8.3rem;
      top: initial;
      font-size: 2.6rem; } }
  @media screen and (max-width: 362px) {
    .text32 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 8.3rem;
      top: initial;
      font-size: 2.2rem; } }

.text33 {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  top: 20vh;
  left: 2vw; }
  @media only screen and (max-width: 800px) {
    .text33 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 5.3rem;
      top: initial;
      font-size: 2.2rem; } }

.text41 {
  color: white;
  font-weight: bold;
  font-size: 4rem;
  line-height: 120%;
  top: 3vh;
  left: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .text41 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      top: 1.7rem;
      font-size: 3.0rem; } }
  @media only screen and (max-width: 377px) {
    .text41 {
      font-size: 2.7rem; } }
  @media screen and (max-width: 362px) {
    .text41 {
      font-size: 2.6rem; } }
  @media only screen and (max-width: 320px) {
    .text41 {
      font-size: 2.2rem; } }

.text42 {
  color: white;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 120%;
  top: 10vh;
  left: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .text42 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 2.6rem;
      top: 7.2rem; } }
  @media only screen and (max-width: 362px) {
    .text42 {
      font-size: 2.3rem; } }
  @media only screen and (max-width: 377px) {
    .text42 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 321px) {
    .text42 {
      top: 5.2rem;
      font-size: 2.3rem; } }

.text51 {
  color: white;
  font-weight: bold;
  font-size: 4rem;
  line-height: 120%;
  bottom: 5vh;
  left: 5vw; }
  @media only screen and (max-width: 800px) {
    .text51 {
      padding: 0;
      text-align: left;
      bottom: 11.5rem;
      left: 0;
      font-size: 3.2rem;
      margin-left: 3.5rem; } }

.text52 {
  color: transparent;
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  top: 15rem;
  left: 20vw; }
  @media only screen and (max-width: 800px) {
    .text52 {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      bottom: 5.5rem;
      font-size: 2.2rem; } }

.text53 {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  bottom: 18vh;
  left: 20vw;
  width: max-content;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 5rem;
  font-size: 1.8rem;
  margin-left: 2rem;
  margin-right: 2rem;
  border: 2px solid white;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.8rem 3rem;
  cursor: pointer;
  transition: all .2s; }
  .text53:hover {
    background-color: rgba(19, 120, 129, 0.9); }
  @media only screen and (max-width: 800px) {
    .text53 {
      bottom: 2.5rem;
      left: 2rem;
      border: none;
      font-size: 2.2rem;
      top: initial;
      padding: 0;
      margin-left: 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; }

.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; }

.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); }

.TDAVphilosophie {
  /*
    // Activate Hypens for this section
    //*********************************
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
    //********************************* 
    */
  background-color: #f7f7f70a;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .TDAVphilosophie {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 0rem;
      padding-bottom: 5rem; } }
  @media screen and (max-width: 50em) {
    .TDAVphilosophie {
      flex-direction: column; } }
  .TDAVphilosophie__container {
    background-color: #f7f7f727;
    width: 100%; }
    @media screen and (min-width: 50em) {
      .TDAVphilosophie__container {
        width: 50vw; } }
  .TDAVphilosophie__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #F3A81D;
    font-weight: 800; }
  .TDAVphilosophie__paragraph {
    text-align: justify;
    padding-top: 3rem;
    font-size: 1.7rem;
    color: #54483A; }
  .TDAVphilosophie__IngText {
    font-size: 1.9rem;
    font-weight: 800;
    color: #2eb7c4; }
  .TDAVphilosophie__imageContainer {
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.25)); }
  .TDAVphilosophie__image {
    margin-top: 9rem;
    margin-bottom: 6rem;
    width: 40vw;
    margin-right: 10rem; }
    @media screen and (max-width: 50em) {
      .TDAVphilosophie__image {
        width: 100vw;
        height: auto;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 3rem;
        padding-left: 3rem;
        padding-right: 3rem; } }

.navigationIE {
  background-image: linear-gradient(to right bottom, #E1E0DE, #6696AA);
  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: 5px;
    background: #6696AA;
    position: absolute;
    top: -.75em;
    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-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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  background-color: #f0f0f0; }

body {
  /*
  color: $gray;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  */ }

.services {
  margin-top: 3rem;
  margin-bottom: 3rem;
  min-height: 1px; }

.services__picture {
  min-height: 1px;
  height: 30rem;
  background-image: linear-gradient(to right bottom, rgba(46, 183, 196, 0.908), rgba(46, 183, 196, 0.908)), url(../img/geometry4.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%); }
  @media only screen and (max-width: 50em) {
    .services__picture {
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); } }

.services__title {
  min-height: 1px;
  color: white;
  font-size: 3.5rem;
  position: absolute;
  top: 22%;
  left: 7%; }
  @media only screen and (min-width: 50em) {
    .services__title {
      font-size: 4.5rem;
      padding-top: 0;
      position: absolute;
      top: 37%;
      left: 22%;
      transform: translate(-50%, -50%); } }

.cards {
  min-height: 1px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: -15rem;
  margin-left: 5rem;
  margin-right: 5rem;
  height: auto; }
  @media only screen and (max-width: 50em) {
    .cards {
      margin-left: 2rem;
      margin-right: 2rem; } }

.cards__item {
  min-height: 1px;
  display: flex;
  padding: 1rem;
  width: 100%; }
  @media (min-width: 45rem) {
    .cards__item {
      width: 50%; } }
  @media (min-width: 56rem) {
    .cards__item {
      width: 33.3333%; } }

.card {
  min-height: 1px;
  position: relative;
  -moz-perspective: 150rem;
  perspective: 150rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .card:hover .card__image {
    filter: contrast(100%); }

.card__content {
  min-height: 1px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center; }

.card__title {
  min-height: 1px;
  color: #696969;
  color: #f3970e;
  color: #2eb7c4;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

.card__subTitle {
  min-height: 1px;
  margin-top: .5rem;
  color: #696969;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

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

.card__borderline:after {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  width: 50%;
  border-top: 1px solid #2eb7c4; }

.card__text {
  min-height: 1px;
  flex: 1 1 auto;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  width: 100%; }

.card__icon {
  min-height: 1px;
  fill: #2eb7c4;
  fill: #f8a62c;
  width: 35%;
  transition: all 0.5s ease-out; }
  @media only screen and (min-width: 50em) {
    .card__icon {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  .card__icon:hover + .card__iconSecond {
    fill: purple;
    fill-opacity: 0.05;
    transform: rotate(120deg); }
  .card__icon-1 {
    width: 26%;
    fill: #f3970e; }
  .card__icon-2 {
    width: 30%;
    fill: #f3970e; }
  .card__icon-3 {
    width: 22%;
    fill: #f3970e; }
  .card__icon-4 {
    width: 35%;
    fill: #f3970e; }
  .card__icon-5 {
    width: 35%;
    fill: #f3970e; }
  .card__icon-6 {
    width: 30%;
    fill: #f3970e; }
  .card__icon-7 {
    width: 30%;
    fill: #f3970e; }
  .card__icon-8 {
    width: 27%;
    fill: #f3970e; }
  .card__icon-9 {
    width: 25%;
    fill: #f3970e; }
  .card__icon:hover {
    fill: red;
    width: 13%; }

.card__iconSecond {
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  fill: purple;
  fill-opacity: 0.035;
  width: 100%;
  z-index: -10;
  transition: all 0.5s ease-out;
  /*
  &:hover{
     fill: orange;
    fill-opacity:0.15;
    transform: rotate(120deg); 
  }
  */
  /*
  &:hover .card__icon{
    fill: orange;
   
 }
*/ }

.svg__container {
  min-height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.card__button {
  min-height: 1px;
  margin-bottom: 2rem;
  width: max-content;
  border: none;
  color: #2eb7c4;
  font-size: 1.5rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s; }
  .card__button span {
    margin-left: 3px;
    transition: margin-left 0.2s; }
  .card__button:hover {
    color: #AC777F; }
    .card__button:hover span {
      margin-left: 8px; }
  .card__button:focus {
    outline: none;
    animation: pulsate 1s infinite; }

.testimonials {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(to right bottom, rgba(46, 183, 196, 0.908), rgba(46, 183, 196, 0.808)), url(../img/geometry13.jpg); }
  .testimonials__awardIcon {
    width: 10rem;
    margin-top: 0rem;
    margin-left: 5rem; }

.testimonials__background {
  background-image: linear-gradient(to right bottom, rgba(46, 183, 196, 0.908), rgba(46, 183, 196, 0.908)), url(../img/geometry13.jpg);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  background-size: cover;
  background-position: top;
  position: relative; }

.testimonials__title {
  color: white;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 50em) {
    .testimonials__title {
      font-size: 4.5rem;
      /*
    padding-top: 0;
    position: absolute;
    top: 6%;
    left: 25%;
    transform: translate(-50%, -50%);
    */ } }

.Tcards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: 3rem;
  margin-right: 3rem; }
  @media only screen and (max-width: 50em) {
    .Tcards {
      margin-left: 2rem;
      margin-right: 2rem; } }

.Tcards__item {
  display: flex;
  padding: 1rem;
  width: 100%;
  /*
  @media (min-width: 45rem) {
    width: 50%;
  }
  */ }
  @media (min-width: 62.5rem) {
    .Tcards__item {
      width: 33.3333%; } }

.Tcard {
  min-height: 1px;
  background-color: transparent;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  perspective: 150rem; }
  @media only screen and (max-width: 50em) {
    .Tcard {
      box-shadow: 0 20px 40px 2px rgba(0, 0, 0, 0.25); } }
  .Tcard:hover .card__image {
    filter: contrast(100%); }

.card__content {
  min-height: 1px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center; }

.Tcard__title {
  min-height: 1px;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

.testimonials__picture {
  min-height: 1px;
  width: 55%;
  border-radius: 50%;
  border: 1px solid white;
  margin-bottom: 2rem; }

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

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

.Tcard__text {
  min-height: 1px;
  flex: 1 1 auto;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  color: white; }

.Tcard__icon {
  min-height: 1px;
  fill: white;
  width: 30%;
  margin: 1rem; }

.Tsvg__container {
  min-height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem; }

.Tcar__link {
  text-decoration: none; }
  .Tcar__link:visited, .Tcar__link:link {
    display: block;
    transition: all 0.2s; }
  .Tcar__link:hover, .Tcar__link:active {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-3px); }

.Tcard__button {
  margin-bottom: 2rem;
  width: max-content;
  border: none;
  color: #2eb7c4;
  font-size: 1.5rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s; }
  .Tcard__button span {
    margin-left: 3px;
    transition: margin-left 0.2s; }
  .Tcard__button:hover {
    color: #AC777F; }
    .Tcard__button:hover span {
      margin-left: 8px; }
  .Tcard__button:focus {
    outline: none;
    animation: pulsate 1s infinite; }

.Tcard__highlightWebsite {
  color: #F3A81D;
  font-weight: 900; }

.callUs {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: 100%;
  background-image: linear-gradient(105deg, rgba(148, 155, 155, 0.958) 0%, rgba(248, 238, 238, 0.8) 48%, transparent 48%), url(../img/callUs2f.jpg); }
  @media only screen and (max-width: 50em) {
    .callUs {
      background-image: linear-gradient(to right bottom, rgba(148, 155, 155, 0.958), rgba(248, 238, 238, 0.8)), url(../img/callUs2Mobilef.jpg);
      background-image: linear-gradient(to right bottom, rgba(148, 155, 155, 0.958), rgba(219, 215, 215, 0.8));
      height: auto;
      background-repeat: no-repeat; } }
  .callUs__headline {
    color: white;
    font-size: 2.5rem;
    text-align: left;
    margin-left: 2rem;
    padding-bottom: 4rem; }
  .callUs__listIcon {
    fill: white;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem; }
  .callUs__callIconTest {
    height: 3rem;
    width: 3rem;
    fill: green; }
  .callUs__callIcon {
    fill: white;
    height: 3rem;
    width: 3rem;
    margin-right: 2rem;
    transition: all 0.5s ease-out; }
  .callUs__callLink {
    width: 30vw;
    width: max-content;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 5rem;
    font-size: 1.8rem;
    margin-left: 2rem;
    margin-right: 2rem;
    border: 1px solid white;
    color: white;
    font-size: 1.5rem;
    padding: 1.8rem 3rem;
    cursor: pointer;
    background: linear-gradient(120deg, white 0%, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
    background-size: 230% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out; }
    .callUs__callLink:hover {
      background-position: left bottom;
      color: #ff7730; }
    .callUs__callLink:hover .callUs__callIcon {
      fill: #ff7730; }
  .callUs__listItem {
    display: flex;
    align-items: center;
    color: white;
    display: flex;
    font-size: 1.8rem;
    margin-left: 2rem;
    margin-bottom: 2rem; }

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

.introduction {
  background-color: white;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 5rem;
  padding-right: 5rem; }
  @media only screen and (max-width: 50em) {
    .introduction {
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: 3rem;
      padding-right: 3rem; } }
  .introduction__headline {
    font-size: 3.5rem;
    color: black; }
    @media only screen and (min-width: 50em) {
      .introduction__headline {
        font-size: 4.5rem; } }
  .introduction__text {
    margin-top: 2rem;
    color: #696969;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.5; }
  .introduction__buttonContainer {
    margin-top: 3rem;
    /*
        padding-top: 5rem;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-bottom: 2rem;
        border:2px solid $gray-dark;
        width: min-content;

        
*/ }
  .introduction__callIcon {
    fill: #696969;
    height: 3rem;
    width: 3rem;
    margin-right: 2rem; }
  .introduction__callLink {
    width: max-content;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.8rem;
    margin-left: 0rem;
    margin-right: 0rem;
    border: 1px solid #F3A81D;
    color: #F3A81D;
    font-size: 1.5rem;
    padding: 1.8rem 3rem;
    cursor: pointer;
    background: linear-gradient(120deg, #F3A81D 50%, white 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;
        }
        */ }
    .introduction__callLink:hover {
      background-position: left bottom;
      color: white; }

.map {
  height: 70vh;
  width: 100%; }

.generalInfosIE {
  background-color: #6898a6;
  background-image: linear-gradient(to right bottom, #2eb7c4, #39776f);
  background-size: 100%;
  width: 100%;
  padding: 10rem 5rem;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400; }

.generalInfos {
  background-image: linear-gradient(to right bottom, #2eb7c4, #39776f);
  background-size: 100%;
  padding: 5rem 3rem;
  padding-right: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: row;
  /*
  @media screen and (max-width: 800px) {
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    grid-row-gap: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
*/
  align-items: start;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400; }
  @media screen and (max-width: 50em) {
    .generalInfos {
      flex-direction: column; } }
  @media screen and (max-width: 22.19em) {
    .generalInfos {
      padding-left: 0rem;
      padding-right: 0rem; } }

.generalInfoIE {
  width: 25%; }

@media screen and (max-width: 50em) {
  .generalInfo {
    width: 100%; } }

@media screen and (min-width: 50em) {
  .generalInfo {
    width: 33%; } }

.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; } }
  @media screen and (max-width: 50em) {
    .aboutUs {
      padding-bottom: 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; } }
  @media screen and (max-width: 50em) {
    .contact {
      padding-top: 3rem; } }
  @media screen and (min-width: 50em) {
    .contact {
      padding-left: 7vw; } }
  .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: #F3A81D; }

.textCallContactOnly {
  color: #F3A81D;
  font-size: 1.8rem; }

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

.openingHours__textImproved {
  color: #fff;
  font-size: 1.8rem; }

.openingHours__paragraph {
  padding-top: 2rem; }

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

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

.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 {
  width: 272px;
  height: 168px; }
  .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%; }

.webdesignProzess {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .webdesignProzess {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .webdesignProzess {
      flex-direction: column; } }
  .webdesignProzess__container {
    width: 60vw;
    height: 100%;
    padding-left: 0rem;
    padding-right: 4rem; }
    @media screen and (max-width: 50em) {
      .webdesignProzess__container {
        width: 100%;
        padding: 2.5rem; } }
  .webdesignProzess__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #837a72; }
  .webdesignProzess__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: #574b41;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .webdesignProzess__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .webdesignProzess__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    color: #6e655c;
    color: #837a72;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .webdesignProzess__imageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media screen and (min-width: 50em) {
      .webdesignProzess__imageContainer {
        width: 40vw; } }
  .webdesignProzess__image {
    height: 80vh; }
    @media screen and (max-width: 50em) {
      .webdesignProzess__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .webdesignProzess__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) {
      .webdesignProzess__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .webdesignProzess__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignProzess__dateBox--1 {
          left: 10%; } }
    .webdesignProzess__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignProzess__dateBox--2 {
          right: 10%; } }
  .webdesignProzess__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .webdesignProzess__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) {
  .webdesignProzess--changeOrderMobile {
    flex-direction: column-reverse; } }

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

.webdesignDerRichtigeWebdesigner {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: white;
  background-color: #f9f7f6;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .webdesignDerRichtigeWebdesigner {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .webdesignDerRichtigeWebdesigner {
      flex-direction: column; } }
  .webdesignDerRichtigeWebdesigner__container {
    width: 60vw;
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem; }
    @media screen and (max-width: 50em) {
      .webdesignDerRichtigeWebdesigner__container {
        width: 100%;
        padding: 2.5rem;
        padding-top: 0rem; } }
  .webdesignDerRichtigeWebdesigner__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #837a72; }
  .webdesignDerRichtigeWebdesigner__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: black;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .webdesignDerRichtigeWebdesigner__list {
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column; }
  .webdesignDerRichtigeWebdesigner__listElement {
    padding-top: 1rem;
    color: #362f28;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .webdesignDerRichtigeWebdesigner__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .webdesignDerRichtigeWebdesigner__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    color: #837a72;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .webdesignDerRichtigeWebdesigner__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .webdesignDerRichtigeWebdesigner__imageContainer {
        width: 40vw; } }
  .webdesignDerRichtigeWebdesigner__image {
    width: 100%; }
    @media screen and (max-width: 50em) {
      .webdesignDerRichtigeWebdesigner__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .webdesignDerRichtigeWebdesigner__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) {
      .webdesignDerRichtigeWebdesigner__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .webdesignDerRichtigeWebdesigner__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignDerRichtigeWebdesigner__dateBox--1 {
          left: 10%; } }
    .webdesignDerRichtigeWebdesigner__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignDerRichtigeWebdesigner__dateBox--2 {
          right: 10%; } }
  .webdesignDerRichtigeWebdesigner__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .webdesignDerRichtigeWebdesigner__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) {
  .webdesignDerRichtigeWebdesigner--changeOrderMobile {
    flex-direction: column-reverse; } }

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

*,
*::before,
*::after {
  box-sizing: border-box; }

.webdesignUberzeugenSieSich {
  margin-top: 3rem;
  margin-bottom: 3rem;
  min-height: 1px; }

.webdesignUberzeugenSieSich__picture {
  min-height: 1px;
  height: 30rem;
  background-image: linear-gradient(to right bottom, rgba(46, 183, 196, 0.908), rgba(46, 183, 196, 0.908)), url(../../img/geometry4.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%); }
  @media only screen and (max-width: 50em) {
    .webdesignUberzeugenSieSich__picture {
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); } }

.webdesignUberzeugenSieSich__title {
  min-height: 1px;
  color: white;
  font-size: 3.5rem;
  position: absolute;
  top: 22%;
  left: 7%; }
  @media only screen and (min-width: 50em) {
    .webdesignUberzeugenSieSich__title {
      font-size: 4.5rem;
      padding-top: 0;
      position: absolute;
      top: 37%;
      left: 22%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.cards {
  min-height: 1px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: 4rem;
  margin-right: 4rem;
  height: auto; }
  @media only screen and (max-width: 50em) {
    .cards {
      margin-left: 2rem;
      margin-right: 2rem; } }

.cards__item {
  min-height: 1px;
  display: flex;
  padding: 1rem;
  width: 100%;
  /*
  @media (min-width: 45rem) {
    width: 50%;
  }
  */ }
  @media (min-width: (62, 5rem)) {
    .cards__item {
      width: 33.3333%; } }

.card {
  min-height: 1px;
  position: relative;
  -moz-perspective: 150rem;
  perspective: 150rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .card:hover .card__image {
    filter: contrast(100%); }

.card__content {
  min-height: 1px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center; }

.card__title {
  min-height: 1px;
  color: #696969;
  color: #f3970e;
  color: #2eb7c4;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

.card__subTitle {
  min-height: 1px;
  margin-top: .5rem;
  color: #696969;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

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

.card__borderline:after {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  width: 50%;
  border-top: 1px solid #2eb7c4; }

.card__text {
  min-height: 1px;
  flex: 1 1 auto;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  width: 100%; }

.svg__container {
  min-height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.card__button {
  min-height: 1px;
  margin-bottom: 2rem;
  width: max-content;
  border: none;
  color: #2eb7c4;
  font-size: 1.5rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s; }
  .card__button span {
    margin-left: 3px;
    transition: margin-left 0.2s; }
  .card__button:hover {
    color: #AC777F; }
    .card__button:hover span {
      margin-left: 8px; }
  .card__button:focus {
    outline: none;
    animation: pulsate 1s infinite; }

.webdesignUberzeugenSieSich__callLink {
  width: max-content;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border: 1px solid #2eb7c4;
  color: #2eb7c4;
  font-size: 1.5rem;
  padding: 1.8rem 3rem;
  cursor: pointer;
  background: linear-gradient(120deg, #2eb7c4 50%, white 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;
      }
      */ }
  .webdesignUberzeugenSieSich__callLink:hover {
    background-position: left bottom;
    color: white; }

.webdesignUberzeugenSieSich__buttonContainer {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*
      padding-top: 5rem;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-bottom: 2rem;
      border:2px solid $gray-dark;
      width: min-content;

      
*/ }

.webdesignUberzeugenSieSichCard__subTitle {
  min-height: 1px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  color: #696969;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

.webdesignIntro {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  background-color: white;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .webdesignIntro {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .webdesignIntro {
      flex-direction: column; } }
  .webdesignIntro__container {
    width: 60vw;
    height: 100%;
    padding-left: 0rem;
    padding-right: 0rem; }
    @media screen and (max-width: 50em) {
      .webdesignIntro__container {
        width: 100%;
        padding: 2.5rem; } }
  .webdesignIntro__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem; }
  .webdesignIntro__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: #574b41;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .webdesignIntro__headline {
    font-size: 3.5rem;
    color: black;
    color: #574b41; }
    @media only screen and (min-width: 50em) {
      .webdesignIntro__headline {
        font-size: 4.5rem; } }
  .webdesignIntro__text {
    margin-top: 2rem;
    color: #696969;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.5; }
  .webdesignIntro__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .webdesignIntro__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .webdesignIntro__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .webdesignIntro__imageContainer {
        width: 40vw; } }
  .webdesignIntro__image {
    width: 100%; }
    @media screen and (max-width: 50em) {
      .webdesignIntro__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .webdesignIntro__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) {
      .webdesignIntro__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .webdesignIntro__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignIntro__dateBox--1 {
          left: 10%; } }
    .webdesignIntro__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignIntro__dateBox--2 {
          right: 10%; } }
  .webdesignIntro__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .webdesignIntro__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) {
  .webdesignIntro--changeOrderMobile {
    flex-direction: column-reverse; } }

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

.webdesignDoubleGraphic {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .webdesignDoubleGraphic {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .webdesignDoubleGraphic {
      flex-direction: column-reverse; } }
  .webdesignDoubleGraphic__container {
    width: 35.00vw;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media screen and (max-width: 50em) {
      .webdesignDoubleGraphic__container {
        width: 100%;
        padding: 2.5rem;
        padding-top: 0rem; } }
  .webdesignDoubleGraphic__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #837a72; }
  .webdesignDoubleGraphic__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: #574b41;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .webdesignDoubleGraphic__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .webdesignDoubleGraphic__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    color: #6e655c;
    color: #837a72;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .webdesignDoubleGraphic__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .webdesignDoubleGraphic__imageContainer {
        width: 30.00vw; } }
  .webdesignDoubleGraphic__image {
    width: 100%; }
    @media screen and (max-width: 50em) {
      .webdesignDoubleGraphic__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .webdesignDoubleGraphic__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) {
      .webdesignDoubleGraphic__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .webdesignDoubleGraphic__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignDoubleGraphic__dateBox--1 {
          left: 10%; } }
    .webdesignDoubleGraphic__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignDoubleGraphic__dateBox--2 {
          right: 10%; } }
  .webdesignDoubleGraphic__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .webdesignDoubleGraphic__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) {
  .webdesignDoubleGraphic--changeOrderMobile {
    flex-direction: column-reverse; } }

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

.SeoProzess {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .SeoProzess {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .SeoProzess {
      flex-direction: column; } }
  .SeoProzess__container {
    width: 60vw;
    height: 100%;
    padding-left: 0rem;
    padding-right: 4rem; }
    @media screen and (max-width: 50em) {
      .SeoProzess__container {
        width: 100%;
        padding: 2.5rem; } }
  .SeoProzess__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #837a72; }
  .SeoProzess__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: #574b41;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .SeoProzess__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .SeoProzess__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    color: #6e655c;
    color: #837a72;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .SeoProzess__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .SeoProzess__imageContainer {
        width: 40vw; } }
  .SeoProzess__image {
    width: 100%; }
    @media screen and (max-width: 50em) {
      .SeoProzess__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .SeoProzess__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) {
      .SeoProzess__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .SeoProzess__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .SeoProzess__dateBox--1 {
          left: 10%; } }
    .SeoProzess__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .SeoProzess__dateBox--2 {
          right: 10%; } }
  .SeoProzess__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .SeoProzess__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) {
  .SeoProzess--changeOrderMobile {
    flex-direction: column-reverse; } }

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

.SeoDerRichtigeWebdesigner {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: white;
  background-color: #f9f7f6;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .SeoDerRichtigeWebdesigner {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .SeoDerRichtigeWebdesigner {
      flex-direction: column; } }
  .SeoDerRichtigeWebdesigner__container {
    width: 60vw;
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem; }
    @media screen and (max-width: 50em) {
      .SeoDerRichtigeWebdesigner__container {
        width: 100%;
        padding: 2.5rem;
        padding-top: 0rem; } }
  .SeoDerRichtigeWebdesigner__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #837a72; }
  .SeoDerRichtigeWebdesigner__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: black;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .SeoDerRichtigeWebdesigner__list {
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column; }
  .SeoDerRichtigeWebdesigner__listElement {
    padding-top: 1rem;
    color: #362f28;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .SeoDerRichtigeWebdesigner__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .SeoDerRichtigeWebdesigner__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    color: #837a72;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .SeoDerRichtigeWebdesigner__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .SeoDerRichtigeWebdesigner__imageContainer {
        width: 40vw; } }
  .SeoDerRichtigeWebdesigner__image {
    width: 100%; }
    @media screen and (max-width: 50em) {
      .SeoDerRichtigeWebdesigner__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .SeoDerRichtigeWebdesigner__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) {
      .SeoDerRichtigeWebdesigner__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .SeoDerRichtigeWebdesigner__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .SeoDerRichtigeWebdesigner__dateBox--1 {
          left: 10%; } }
    .SeoDerRichtigeWebdesigner__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .SeoDerRichtigeWebdesigner__dateBox--2 {
          right: 10%; } }
  .SeoDerRichtigeWebdesigner__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .SeoDerRichtigeWebdesigner__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) {
  .SeoDerRichtigeWebdesigner--changeOrderMobile {
    flex-direction: column-reverse; } }

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

*,
*::before,
*::after {
  box-sizing: border-box; }

.SeoUberzeugenSieSich {
  margin-top: 3rem;
  margin-bottom: 3rem;
  min-height: 1px; }

.SeoUberzeugenSieSich__picture {
  min-height: 1px;
  height: 30rem;
  background-image: linear-gradient(to right bottom, rgba(46, 183, 196, 0.908), rgba(46, 183, 196, 0.908)), url(../../img/geometry4.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%); }
  @media only screen and (max-width: 50em) {
    .SeoUberzeugenSieSich__picture {
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); } }

.SeoUberzeugenSieSich__title {
  min-height: 1px;
  color: white;
  font-size: 3.5rem;
  position: absolute;
  top: 22%;
  left: 7%; }
  @media only screen and (min-width: 50em) {
    .SeoUberzeugenSieSich__title {
      font-size: 4.5rem;
      padding-top: 0;
      position: absolute;
      top: 37%;
      left: 22%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.cards {
  min-height: 1px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: 4rem;
  margin-right: 4rem;
  height: auto; }
  @media only screen and (max-width: 50em) {
    .cards {
      margin-left: 2rem;
      margin-right: 2rem; } }

.cards__item {
  min-height: 1px;
  display: flex;
  padding: 1rem;
  width: 100%;
  /*
  @media (min-width: 45rem) {
    width: 50%;
  }
  */ }
  @media (min-width: 62.5rem) {
    .cards__item {
      width: 33.3333%; } }

.card {
  min-height: 1px;
  position: relative;
  -moz-perspective: 150rem;
  perspective: 150rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .card:hover .card__image {
    filter: contrast(100%); }

.card__content {
  min-height: 1px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center; }

.card__title {
  min-height: 1px;
  color: #696969;
  color: #f3970e;
  color: #2eb7c4;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

.card__subTitle {
  min-height: 1px;
  margin-top: .5rem;
  color: #696969;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

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

.card__borderline:after {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  width: 50%;
  border-top: 1px solid #2eb7c4; }

.card__text {
  min-height: 1px;
  flex: 1 1 auto;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  width: 100%; }

.svg__container {
  min-height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.card__button {
  min-height: 1px;
  margin-bottom: 2rem;
  width: max-content;
  border: none;
  color: #2eb7c4;
  font-size: 1.5rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s; }
  .card__button span {
    margin-left: 3px;
    transition: margin-left 0.2s; }
  .card__button:hover {
    color: #AC777F; }
    .card__button:hover span {
      margin-left: 8px; }
  .card__button:focus {
    outline: none;
    animation: pulsate 1s infinite; }

.SeoUberzeugenSieSich__callLink {
  width: max-content;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border: 1px solid #2eb7c4;
  color: #2eb7c4;
  font-size: 1.5rem;
  padding: 1.8rem 3rem;
  cursor: pointer;
  background: linear-gradient(120deg, #2eb7c4 50%, white 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;
      }
      */ }
  .SeoUberzeugenSieSich__callLink:hover {
    background-position: left bottom;
    color: white; }

.SeoUberzeugenSieSich__buttonContainer {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*
      padding-top: 5rem;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-bottom: 2rem;
      border:2px solid $gray-dark;
      width: min-content;

      
*/ }

.SeoUberzeugenSieSichCard__subTitle {
  min-height: 1px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  color: #696969;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem; }

.SeoIntro {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  background-color: white;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .SeoIntro {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .SeoIntro {
      flex-direction: column; } }
  .SeoIntro__container {
    width: 60vw;
    height: 100%;
    padding-left: 0rem;
    padding-right: 0rem; }
    @media screen and (max-width: 50em) {
      .SeoIntro__container {
        width: 100%;
        padding: 2.5rem; } }
  .SeoIntro__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem; }
  .SeoIntro__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: #574b41;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .SeoIntro__headline {
    font-size: 3.5rem;
    color: black;
    color: #574b41; }
    @media only screen and (min-width: 50em) {
      .SeoIntro__headline {
        font-size: 4.5rem; } }
  .SeoIntro__text {
    margin-top: 2rem;
    color: #696969;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.5; }
  .SeoIntro__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .SeoIntro__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .SeoIntro__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .SeoIntro__imageContainer {
        width: 40vw; } }
  .SeoIntro__image {
    width: 100%; }
    @media screen and (min-width: 50em) {
      .SeoIntro__image {
        padding-right: 6rem;
        padding-top: 6rem; } }
    @media screen and (max-width: 50em) {
      .SeoIntro__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .SeoIntro__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) {
      .SeoIntro__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .SeoIntro__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .SeoIntro__dateBox--1 {
          left: 10%; } }
    .SeoIntro__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .SeoIntro__dateBox--2 {
          right: 10%; } }
  .SeoIntro__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .SeoIntro__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) {
  .SeoIntro--changeOrderMobile {
    flex-direction: column-reverse; } }

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

.SeoDoubleGraphic {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .SeoDoubleGraphic {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .SeoDoubleGraphic {
      flex-direction: column-reverse; } }
  .SeoDoubleGraphic__container {
    width: 35.00vw;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media screen and (max-width: 50em) {
      .SeoDoubleGraphic__container {
        width: 100%;
        padding: 2.5rem;
        padding-top: 0rem; } }
  .SeoDoubleGraphic__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #837a72; }
  .SeoDoubleGraphic__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: #574b41;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .SeoDoubleGraphic__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .SeoDoubleGraphic__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    color: #6e655c;
    color: #837a72;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .SeoDoubleGraphic__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .SeoDoubleGraphic__imageContainer {
        width: 30.00vw; } }
  .SeoDoubleGraphic__image {
    width: 100%; }
    @media screen and (max-width: 50em) {
      .SeoDoubleGraphic__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .SeoDoubleGraphic__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) {
      .SeoDoubleGraphic__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .SeoDoubleGraphic__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .SeoDoubleGraphic__dateBox--1 {
          left: 10%; } }
    .SeoDoubleGraphic__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .SeoDoubleGraphic__dateBox--2 {
          right: 10%; } }
  .SeoDoubleGraphic__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .SeoDoubleGraphic__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) {
  .SeoDoubleGraphic--changeOrderMobile {
    flex-direction: column-reverse; } }

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

.webdesignSEOforwarding {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  grid-column: full-start / full-end;
  background-color: #f9f7f6;
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font: arial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 50em) {
    .webdesignSEOforwarding {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 50em) {
    .webdesignSEOforwarding {
      flex-direction: column; } }
  .webdesignSEOforwarding__container {
    width: 60vw;
    height: 100%;
    padding-left: 0rem;
    padding-right: 4rem; }
    @media screen and (max-width: 50em) {
      .webdesignSEOforwarding__container {
        width: 100%;
        padding: 2.5rem; } }
  .webdesignSEOforwarding__preHead {
    font-weight: 200;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #837a72; }
  .webdesignSEOforwarding__headline2 {
    font-size: 2.3rem;
    text-align: left;
    color: #6898a6;
    color: #696969;
    color: #574b41;
    font-weight: 200;
    font-size: 5.2rem;
    line-height: 1.2;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .webdesignSEOforwarding__headline3 {
    text-align: left;
    padding-top: 3rem;
    font-size: 1.9rem;
    color: #6898a6;
    font-weight: 800; }
  .webdesignSEOforwarding__paragraph {
    padding-top: 2rem;
    font-size: 1.7rem;
    color: #54483A;
    color: grey;
    color: #362f28;
    color: #6e655c;
    color: #837a72;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.05rem; }
  .webdesignSEOforwarding__imageContainer {
    position: relative; }
    @media screen and (min-width: 50em) {
      .webdesignSEOforwarding__imageContainer {
        width: 40vw; } }
  .webdesignSEOforwarding__imageContainer2 {
    position: relative; }
    @media screen and (min-width: 50em) {
      .webdesignSEOforwarding__imageContainer2 {
        width: 100vw; } }
  .webdesignSEOforwarding__image {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem; }
    @media screen and (min-width: 50em) {
      .webdesignSEOforwarding__image {
        padding-top: 2rem;
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media screen and (max-width: 50em) {
      .webdesignSEOforwarding__image {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .webdesignSEOforwarding__image2 {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 3rem; }
    @media screen and (min-width: 50em) {
      .webdesignSEOforwarding__image2 {
        padding-top: 2rem;
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media screen and (max-width: 50em) {
      .webdesignSEOforwarding__image2 {
        width: 85vw;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0; } }
  .webdesignSEOforwarding__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) {
      .webdesignSEOforwarding__dateBox {
        font-size: 2.8rem;
        font-weight: 300;
        top: -2.5rem; } }
    .webdesignSEOforwarding__dateBox--1 {
      left: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignSEOforwarding__dateBox--1 {
          left: 10%; } }
    .webdesignSEOforwarding__dateBox--2 {
      right: 15%; }
      @media screen and (max-width: 50em) {
        .webdesignSEOforwarding__dateBox--2 {
          right: 10%; } }
  .webdesignSEOforwarding__dateBox__span {
    padding: 0.5rem 2.5rem;
    border: 2px solid white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .webdesignSEOforwarding__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));    
            */ }
  .webdesignSEOforwarding__buttonContainer {
    margin-top: 3rem;
    /*
        padding-top: 5rem;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-bottom: 2rem;
        border:2px solid $gray-dark;
        width: min-content;

        
*/ }
  .webdesignSEOforwarding__callLink {
    width: max-content;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.8rem;
    margin-left: 0rem;
    margin-right: 0rem;
    border: 1px solid #F3A81D;
    color: #F3A81D;
    font-size: 1.5rem;
    padding: 1.8rem 3rem;
    cursor: pointer;
    background: linear-gradient(120deg, #F3A81D 50%, white 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;
        }
        */ }
    .webdesignSEOforwarding__callLink:hover {
      background-position: left bottom;
      color: white; }

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

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

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .15;
  overflow: hidden; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }
