/*CSS INDEX */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Quicksand/static/Quicksand-Regular.ttf") format("ttf");
}
:root {
  --hellLila: DarkMagenta;
  --RebeccaPurple: rgb(102, 51, 153);
}
/*****************************************DESKTOP Media ab 1024px*************/
@media (min-width: 1023px) and (max-width: 10000px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: Quicksand;
    background-color: #575a60;
  }
  #header_navi {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 1;
  }

  #ganze_seite {
    position: relative;
    top: -230px;
    width: 100%;
  }
  #banner_oben {
    position: relative;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
  }
  .flex-item_1 {
    padding-top: 10px;
  }
  .flex-item_1 img {
    width: 350px;
    height: 60px;
  }
  .flex-item_2 {
    padding: 25px 20px;
    border-right: 1px solid white;
  }
  .icon {
    height: 25px;
    padding-right: 10px;
    color: DarkMagenta;
    font-style: normal;
  }
  .icon_img {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .flex-item_3 {
    padding: 25px 20px;
    border-right: 1px solid white;
  }
  .flex-item_4 {
    padding: 25px 20px;
  }
  .nohyperlink {
    text-decoration: none;
    color: DarkMagenta;
  }

  /**************************** NAVIGATION ***********/

  #nav_box {
    position: relative;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    height: 120px;
  }
  .sticky {
    top: 0px;
    width: 100%;
    z-index: 3;
  }
  #mobile_navi {
    display: none;
  }
  #menu-trigger {
    display: none;
  }
  #navigation {
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 120px;
    max-width: 1440px;
    margin: 0 auto;
  }
  #navigation_rahmen {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
  #navi_left_container {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #navi_right_container {
    width: 30%;
    text-align: center;
  }
  .first {
    color: #34cfeb;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 20px;
    height: 70px;
  }
  .last {
    color: var(--RebeccaPurple);
    padding-top: 50px;
    padding-right: 20px;
    height: 70px;
  }

  .first:hover,
  .last:hover {
    color: #34cfeb;
    font-weight: 500;
    transition: color 0.3s linear;
    cursor: pointer;
  }
  #termin_vereinbaren {
    padding-top: 40px;
    padding-left: 100px;
  }
  .termin_button {
    padding: 15px 25px;
    color: #fff;
    background-color: var(--RebeccaPurple);
    border: none;
    border-radius: 4px 4px;
    font-size: 0.8em;
  }
  .termin_button a {
    color: #fff;
  }
  .termin_button:hover {
    background-color: rgba(200, 100, 255, 0.5);
    color: #ffffff;
    transition: background-color 0.5s, color 0.5s;
    cursor: pointer;
  }
  /*  ARZTBANNER BEGINN **********/
  #arztbanner {
    display: none;
    position: relative;
    margin-top: 0px;
    width: 100%;
    padding-bottom: 5px;
  }

  #arztbox {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #fff;
  }

  .arztbilder {
    position: relative;
    width: 24%;
  }
  .arztbilder:hover {
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.6);
  }
  .bildbox {
    width: 100%;
    height: 170px;
  }
  .bild {
    /* padding-top: 20px; */
    display: block;
    width: 100%;
    height: 170px;
    object-fit: contain;
  }
  .bildbox > .darkimg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 170px;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .bildbox:hover .darkimg {
    opacity: 0.7;
  }
  .darkimg img {
    width: 30%;
  }

  .figcap {
    display: block;
    width: 100%;
  }
  .figcap h1 {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    padding: 0px 20px 5px 20px;
    height: 47px;
    transition: color 0.6s ease-in-out;
  }
  .figcap h1:hover {
    color: DarkMagenta;
  }
  .figcap p {
    padding: 20px 20px;
    line-height: 150%;
    color: #777;
    font-size: 85%;
  }
  .figicon {
    color: #999;
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .close_div {
    background-color: #fff;
    width: 100%;
    color: var(--RebeccaPurple);
    padding: 10px 40px;
    text-align: center;
    border: 1px solid var(--RebeccaPurple);
    cursor: pointer;
    font-weight: 600;
  }
  /****************************** LEISTUNGEN NAVI BEGINN **********/
  #leistungen_navi {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 35px;
  }
  .canvas1 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    background: radial-gradient(#ccc 5%, #353535 95%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
  }

  #rahmen_wide {
    position: relative;
    display: block;
    width: 100%;
    top: 0px;
    background-image: linear-gradient(90deg, #a9a9a9, #f5f5f5);
  }
  #rahmen {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: 960px;
    overflow: hidden;
  }

  @keyframes nr1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes nr2 {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.2);
    }
  }

  /**************************************************/
  .bildSpruch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }

  .bildSpruch.active {
    opacity: 1;
  }
  .bildSpruch h1,
  h2,
  h3 {
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .bildSpruch h1 {
    font-size: 3em;
    color: #34cfeb;
  }
  .bildSpruch h2 {
    font-size: 2.5em;
  }
  .bildSpruch h3 {
    font-size: 2em;
    line-height: 150%;
  }
  #spruch1 {
    background-image: url("../Bilder/slide/1.jpg");
  }
  #spruch1 h2 {
    font-size: 1.5em;
    font-weight: 350;
    color: #34cfeb;
  }
  #spruch2 {
    background-image: url("../Bilder/slide/2.jpg");
  }
  #spruch3 {
    background-image: url("../Bilder/slide/3.jpg");
  }
  #spruch4 {
    background-image: url("../Bilder/slide/4.jpg");
  }
  #spruch5 {
    background-image: url("../Bilder/slide/5.jpg");
  }

  /***************************************************/

  #spruch1_text {
    color: white;
    margin-top: 35%;
    margin-left: 10%;
    width: 80%;
    padding:20px;
    animation-name: nr1;
    animation-duration: 2s;
    font-size: 135%;
    text-align:center;
  }
  #spruch2_text {
    margin-top: 25%;
    margin-left: 57%;
    width: 33%;
    animation-name: nr1;
    animation-duration: 2s;
  }

  #spruch3_text {
    margin-top: 40%;
    margin-left: 20%;
    width: 60%;
    animation-name: nr1;
    animation-duration: 2s;
  }
  #spruch4_text {
    margin-top: 40%;
    margin-left: 20%;
    width: 70%;
    animation-name: nr1;
    animation-duration: 2s;
  }
  #spruch5_text {
    margin-top: 30%;
    margin-left: 20%;
    width: 60%;
    text-align: center;
    animation-name: nr1;
    animation-duration: 2s;
  }
  #spruch6_text {
    padding-top: 30%;
    padding-left: 20%;
    animation-name: nr1;
    animation-duration: 2s;
  }
  /*********************************************************/
  #kontakt_button_unten {
    position: absolute;
    width: 100%;
    bottom: 80px;
    text-align: center;
    cursor: pointer;
  }
  .button_ohne_rahmen {
    padding: 15px 60px;
    margin-left: 50px;
    color: #555;
    border: 1px solid #555;
    border-radius: 4px 4px;
    font-size: 1.1em;
  }
  .button_mit_rahmen {
    padding: 15px 100px;
    color: #fff;
    background-color: var(--RebeccaPurple);
    border-radius: 4px 4px;
    font-size: 1.1em;
  }
  a {
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
  }

  #blauer_bereich {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    top: 0;
    background-color: var(--RebeccaPurple);
  }
  #weisser_bereich {
    position: relative;
    top: -50px;
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    background-color: #ffffff;
  }

  .flexboxen {
    width: 25%;
    box-sizing: border-box;
  }
  .flexboxen:nth-child(even) {
    background-color: #f5f5f5;
  }
  .flexbild {
    display: block;
    margin: 45px 15% 0 15%;
    width: 70%;
  }
  .flexboxen h2 {
    padding-top: 30px;
    font-family: "Quicksand", sans-serif;
    font-size: 1.1em;
    color: #666;
    text-align: center;
    letter-spacing: 1px;
  }
  .flexboxen p {
    padding: 30px 5% 5% 5%;
    font-family: "Quicksand", sans-serif;
    font-size: 1em;
    color: #666;
    text-align: center;
  }

  /************************* zwei geteilter Bereich *****************/
  #zweiGeteilterBereich {
    position: relative;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
  }
  .middle {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
  }
  #arztboxinfo {
    margin: 0;
    padding: 0;
    display: block;
    width: 50%;
    background-color: #fff;
  }
  #arztphoto_mobile {
    display: none;
  }
  #arztphoto img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #infoarzttext {
    padding-top: 50px;
    width: 50%;
    background: #fff;
  }
  .item {
    width: 50%;
  }

  .h2 {
    margin: 0;
    padding-left: 5%;
    width: 90%;
    font-size: 1.6em;
    color: #555;
    font-weight: 400;
  }
  blockquote {
    margin: 0;
    color: DarkMagenta;
    padding-left: 5%;
    padding-top: 1.15em;
    width: 90%;
    font-size: 1em;
    line-height: 150%;
  }
  .text1 {
    padding-top: 1em;
    padding-left: 5%;
    width: 90%;
    font-size: 1.25em;
    line-height: 125%;
  }
  .purpleButton {
    padding-top: 35px;
    font-size: 100%;
    border: 1px solid var(--RebeccaPurple);
    padding: 15px 50px;
    border-radius: 5px;
    color: var(--RebeccaPurple);
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  /********************************ICON BEREICH ******************/
  #icon_bereich {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    top: 0px;
    width: 100%;
    background: radial-gradient(#ccc 5%, #353535 95%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
  }
  .canvas {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: 450px;
    background-image: url(../Bilder/canvas.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .icons_top {
    display: flex;
    height: 50%;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .icons_bottom {
    display: flex;
    height: 50%;
    justify-content: center;
    box-sizing: border-box;
  }

  .icons {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
  }
  .icons:hover {
    background-color: rgba(102, 51, 153, 0.5);
    cursor: pointer;
    color: #000000;
    transition: color 1.2s;
  }
  .icon_text {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 110%;
  }
  .icons img {
    width: 45%;
  }

  #formular {
    position: relative;
    display: block;
    top: 0px;
    width: 100%;
    position: relative;
    background-color: WhiteSmoke;
  }
  #form_bereich {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background-image: url("../Bilder/FrauImKleid.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 3em;
  }

  #form {
    width: 50%;
    margin-left: 45%;
  }
  #formphoto img {
    height: 100%;
    object-fit: cover;
  }
  input[type="text"],
  input[type="email"] {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
    padding: 5px 0 5px 20px;
    color: #999;
    font-size: 1.1em;
    font-family: "Quicksand", sans-serif;
  }
  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  input:focus::placeholder,
  textarea:focus::placeholder {
    color: transparent;
  }
  input:hover::placeholder,
  textarea:hover::placeholder {
    color: transparent;
  }
  input:hover,
  textarea:hover {
    background-color: #fff0f0;
  }
  label[for="abfrage"] {
    font-size: 1em;
    line-height: 120%;
    color: #666;
    width: 100%;
  }
  textarea {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
    height: 180px;
    border: none;
    border-radius: 10px;
    color: #999;
    font-size: 1.1em;
    padding: 5px 0 5px 20px;
    font-family: "Quicksand", sans-serif;
  }
  #senden {
    margin-top: 20px;
    border: none;
  }
  #senden:hover {
    background-color: #ffa0a0;
    transition: background-color 1s ease-out;
  }
  /*******************************  KONTAKTDATEN ******************/
  #kontaktdaten {
    position: relative;
    display: block;
    top: 0px;
    width: 100%;
    background: var(--RebeccaPurple);
    box-sizing: border-box;
  }
  #kontaktdaten_innen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  #telefonnummer {
    width: 25%;
    margin-left: 2.5%;
  }
  #fax {
    width: 25%;
  }
  #email {
    width: 45%;
  }
  .kontaktdaten_flex {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .icons_kontaktdaten_phone {
    width: 4.68em;
    width: 4.68em;
    float: left;
    margin-right: 1em;
    margin-top: 3em;
    margin-left: 5%;
  }
  .icons_kontaktdaten {
    width: 4.68em;
    width: 4.68em;
    float: left;
    margin-right: 1em;
    margin-top: 3em;
  }
  .icons_kontaktdaten1 {
    width: 4.68em;
    width: 4.68em;
    float: left;
    margin-right: 1em;
    margin-top: 3em;
  }
  .kontaktdaten_span {
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 3em;
  }
  .span_unter {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 150%;
  }
  .span_unter_2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*  FOOTER **************/
  #footer {
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    background-color: #575a60;
    padding: 25px 0 35px 0px;
  }

  #footer_bereich {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
  }

  .schrift_footer {
    line-height: 150%;
    font-size: 1em;
    font-family: "Quicksand", sans-serif;
    color: #fff;
  }
  .schrift_footer a {
    color: #fff;
  }
  #spalte1 {
    margin: 0;
    width: 35%;
    padding-left: 2.5%;
  }
  #spalte1 p {
    padding-top: 10px;
    width: 100%;
  }
  #spalte1 img {
    margin-top: 15px;
    width: 100%;
  }
  #spalte2 {
    width: 25%;
    padding-left: 5%;
  }
  #spalte3 {
    width: 20%;
  }

  #spalte2 h1,
  #spalte3 h1,
  #spalte4 h1 {
    color: #fff;
    margin-top: 20px;
    font-size: 1.2em;
  }

  .footer_hr {
    width: 50%;
    border: none;
    border-top: 5px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*#spalte4 {
    }*/
  #spalte4 a {
    color: #fff;
  }
  #cookie_hinweis {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0px;
    z-index: 4;
    width: 100%;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #cookie_container {
    width: 100%;
    max-width: 1440px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #cookieText {
    width: 60%;
  }
  #co_button {
    padding-top: 10px;
    width: 40%;
  }
  #cookieText h1 {
    margin-top: 30px;
    padding-left: 10%;
    font-size: 200%;
  }
  #cookieText p {
    margin-top: 30px;
    padding-left: 10%;
    font-size: 125%;
  }
  .cookie_button {
    color: #fff;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    margin-top: 10%;
    height: 50px;
    background-color: var(--RebeccaPurple);
    border: none;
    font-size: 1.1em;
    cursor: pointer;
  }
  .cookie_button:hover {
    background-color: rgba(150, 10, 230, 0.5);
    transition: background-color 1s ease-in-out;
  }
}
