@charset "UTF-8";
/* --------------------------------
HoLo Typography
---------------------------------*/
@font-face {
  font-family: "Oswald";
  src: url("../fonts/hl2.woff2");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/hl1.woff2");
}
body {
  color: #793710;
  font-size: 16px;
  font-family: "OpenSans-Light", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

a {
  color: #E86C05;
  text-decoration: none;
  transition: all 0.3s;
  outline: 0 none;
}
a:hover {
  text-decoration: none;
  color: #87B50F;
}

.btn {
  font-family: "Oswald", serif;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 0.04em;
}

h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.4em;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 1.6em;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.2em;
  letter-spacing: 0.03em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.4em;
  }
}

h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 1.2em;
  }
}

h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.7em;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: 800;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 1.2em;
  }
}

h5 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.3em;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 1.2em;
  }
}

.headline {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-weight: 500;
}

/* --------------------------------
HoLo Layout
---------------------------------*/
#btt-btn {
  display: none;
  position: fixed;
  width: 3em;
  height: 3em;
  bottom: 2em;
  right: 2em;
  z-index: 99998;
  border: none;
  border-radius: 0em 1em;
  outline: none;
  background-color: #CECECE;
  color: white;
  cursor: pointer;
  padding: 15px;
  font-size: 20px;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 767px) {
  #btt-btn {
    bottom: 1em;
    right: 1em;
  }
}

#btt-btn:hover {
  background-color: #793710;
  box-shadow: 0 0.5em 1em 0 rgba(121, 55, 16, 0.2);
}

.page-section {
  padding-top: 4em;
  padding-bottom: 2em;
}
@media (max-width: 1199px) {
  .page-section {
    padding: 4em 0.5em;
  }
}

.flat {
  list-style: none;
  padding-left: 0;
}

.btn {
  margin: 2em 0em;
  color: #793710;
  border: solid 1px #793710;
  border-radius: 0;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #fff;
  color: #87B50F;
  border: solid 1px #87B50F;
}

.img-responsive {
  width: 100%;
  height: auto;
  border-radius: 0em 7em;
}
@media (max-width: 991px) {
  .img-responsive {
    border-radius: 0em 4em;
    margin: 2em 0em;
  }
}

.modal {
  color: #793710;
}
.modal .modal-title {
  color: #87B50F;
}
.modal ul {
  list-style: none;
}
.modal ul li::before {
  content: "̶";
  color: #CECECE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.modal .maps {
  margin-top: 3em;
  filter: grayscale(100%);
  box-shadow: 0.5em 0em 0.5em 0em rgba(121, 55, 16, 0.2);
}
.modal .img-modal {
  max-width: 100%;
}
.modal p {
  line-height: 1;
}

.cookiealert {
  z-index: 99999;
  background: #87B50F;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .cookiealert {
    text-align: left;
  }
}
.cookiealert .btn {
  margin: 0;
}
.cookiealert a {
  color: #793710;
  text-decoration: none;
}
.cookiealert a:hover {
  color: #E86C05;
}

.editinfomodal-confirmation {
  display: none;
}

.cardInfoEdit {
  margin-top: 3em;
  align-self: center;
}

/* --------------------------------
HoLo Navigation
---------------------------------*/
#mainNav {
  background-color: #fff;
  box-shadow: 1em 0em 1em 0em rgba(121, 55, 16, 0.2);
  /* ============ desktop view ============ */
  /* ============ desktop view .end// ============ */
}
@media (min-width: 992px) {
  #mainNav .dropdown-menu {
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 0;
    border: none;
    box-shadow: 0em 1em 1em 0em rgba(121, 55, 16, 0.2);
    margin-top: -1px;
  }
  #mainNav .nav-item .dropdown-menu {
    display: none;
  }
  #mainNav .nav-item .dropdown-menu .nav-link {
    width: 100%;
    margin: 0;
    padding: 0.5em;
  }
  #mainNav .nav-item .dropdown-menu .nav-link:hover {
    background-color: #fff;
    transform: none;
  }
  #mainNav .nav-item:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  #mainNav {
    box-shadow: 0.5em 0em 0.5em 0em rgba(121, 55, 16, 0.2);
  }
  #mainNav .navbar-brand svg {
    height: 3em;
  }
  #mainNav .animated-nav-icon {
    width: 20px;
    height: 10px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #mainNav .animated-nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #mainNav .animated-nav-icon span {
    background: #87B50F;
  }
  #mainNav .animated-nav-icon span:nth-child(1) {
    top: 0px;
  }
  #mainNav .animated-nav-icon span:nth-child(2),
  #mainNav .animated-nav-icon span:nth-child(3) {
    top: 7px;
  }
  #mainNav .animated-nav-icon span:nth-child(4) {
    top: 14px;
  }
  #mainNav .animated-nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
  }
  #mainNav .animated-nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #mainNav .animated-nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #mainNav .animated-nav-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
  #mainNav .navbar-toggler {
    font-size: 1.2em;
    padding: 0.75rem;
    color: #fff;
    border: none;
  }
  #mainNav .navbar-toggler:focus {
    outline: none;
  }
}
#mainNav .navbar-nav .nav-item {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 0em 2em;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
}
@media (max-width: 991px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1.1em;
    transition: 0.3s ease-in-out;
    color: #793710;
  }
  #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #87B50F;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #87B50F;
  }
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #mainNav .navbar-brand svg {
    transition: all 0.3s;
    width: 70%;
    margin: 0.5em 0em;
  }
  #mainNav .navbar-brand svg:hover {
    transform: scale(1.03);
  }
  #mainNav .nav-link {
    transition: all 0.3s;
    color: #793710;
  }
  #mainNav .nav-link:hover {
    color: #87B50F;
  }
  #mainNav .nav-link.active {
    color: #87B50F;
  }
}

/* --------------------------------
HoLo Willkommen Content
---------------------------------*/
#willkommen {
  background-color: #fff;
}
#willkommen .holo-img {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 3em;
}
@media (max-width: 991px) {
  #willkommen .holo-img {
    width: 100%;
    margin-top: 3em;
  }
}
#willkommen .holo-img-full img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0em 7em;
}
@media (max-width: 991px) {
  #willkommen .holo-img-full img {
    border-radius: 0em 4em;
    margin: 2em 0em;
  }
}
#willkommen .front-page-begruessung {
  font-size: 1.5em;
}

/* --------------------------------
HoLo Praxis Content
---------------------------------*/
#aerzteteam .arzt-profile {
  margin-bottom: 4em;
}
#aerzteteam .img-responsive {
  padding-right: 2em;
}
@media (max-width: 767px) {
  #aerzteteam .img-responsive {
    padding-bottom: 2em;
    padding-right: 0;
  }
}

/* --------------------------------
HoLo Leistungen
---------------------------------*/
#uebersicht .img-responsive {
  padding-top: 2em;
}

#kassenleistungen ul {
  list-style: none;
}
#kassenleistungen ul li::before {
  content: "̶";
  color: #CECECE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#kassenleistungen .img-responsive {
  padding-bottom: 2em;
}

#igel ul {
  list-style: none;
}
#igel ul li::before {
  content: "̶";
  color: #CECECE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#dmp ul {
  list-style: none;
}
#dmp ul li::before {
  content: "̶";
  color: #CECECE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* --------------------------------
HoLo Service Content
---------------------------------*/
#termine ul {
  list-style: none;
}
#termine ul li::before {
  content: "̶";
  color: #CECECE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#rezeptservice ul {
  list-style: none;
}
#rezeptservice ul li::before {
  content: "̶";
  color: #CECECE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#downloads ul {
  list-style: none;
}
#downloads ul li::before {
  content: "̶";
  color: #CECECE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* --------------------------------
HoLo Kontakt Content
---------------------------------*/
#kontakt {
  padding-bottom: 0;
}
#kontakt .maps {
  margin-top: 3em;
  filter: grayscale(100%);
  box-shadow: 1em 0em 1em 0em rgba(121, 55, 16, 0.2);
}

.kontakt {
  text-align: center;
}
.kontakt a:hover .kontakt-icon {
  color: #E86C05;
  transform: scale(1.05);
  transition: all 0.3s;
}
.kontakt a:hover .kontakt-info {
  color: #E86C05;
  transform: scale(1.05);
  transition: all 0.3s;
}
.kontakt .kontakt-item {
  text-align: center;
  margin: 1em;
}
.kontakt .kontakt-icon {
  font-size: 3em;
}

/* --------------------------------
MmIT Footer
---------------------------------*/
footer {
  background-color: #E86C05;
  color: #fff;
  width: 100%;
  padding: 3em 0em;
  margin-top: 3em;
}
footer .kontaktblock-item {
  padding: 1em;
}
footer .kontaktblock-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
footer .kontaktblock-item a:hover {
  color: #87B50F;
}
footer .kontaktblock-item .modal a {
  color: #E86C05;
  text-transform: none;
  font-weight: normal;
}
footer .kontaktblock-item .modal a:hover {
  color: #87B50F;
}
footer .kontaktblock-item span {
  display: block;
}
footer .kontaktblock-head {
  text-transform: uppercase;
  font-weight: bold;
}

.footer-copyright {
  border-top: 0.1em solid #CECECE;
}
.footer-copyright p {
  color: #793710;
  margin-top: 1.5em;
  bottom: 1.5em;
}

.corona-icon svg {
  transform: rotate(15deg);
  fill: #87B50F;
  width: 6em;
  left: 0;
  bottom: -25%;
  transition: all 0.3s;
}
.corona-icon svg:hover {
  transform: scale(1.02);
}
@keyframes move {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.corona-icon .circle {
  animation-name: move;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}/*# sourceMappingURL=style.css.map */