/***
 * Variables for configuring the actual styling of the page
 */
/***
 * Some snippets ready to use
 */
nav ul li a .new-icon, .second-nav ul li a .new-icon, .third-nav ul li a .new-icon, .fixed-navigation .menu li a .new-icon {
  font-size: 0.47em;
  color: #fff;
  background: rgb(43, 39, 31);
  padding: 2px 5px;
  border-radius: 1000px;
  font-weight: 200;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 25px;
}

/**
 * Base element styling
 */
body, html {
  font-size: 16px;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 400;
  color: rgb(81, 72, 56);
}

body {
  transition: 0.1s font-size;
}

p, .p {
  margin: 0 auto 1.5em;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, .p:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 600;
  color: rgb(81, 72, 56);
  line-height: 1.2;
  margin: 0 auto 0.5em;
}

h1, .h1 {
  font-size: 1.8em;
}

h2, .h2 {
  font-size: 1.8em;
}

h3, .h3 {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.2em;
}

strong, b {
  font-weight: 900;
}

sub, sup {
  display: inline;
  font-size: 0.8em;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

.color-green {
  color: #C3BE2D;
}

@media (min-width: 600px) {
  h1, .h1 {
    font-size: 2em;
  }
  h2, .h2 {
    font-size: 2em;
  }
  h3, .h3 {
    font-size: 1.8em;
  }
  h4, .h4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 2em;
    margin-bottom: 26px;
  }
  h2, .h2 {
    font-size: 2em;
  }
  h3, .h3 {
    font-size: 1.8em;
  }
  h4, .h4 {
    font-size: 1.3em;
  }
}
a {
  color: inherit;
  text-decoration: none;
  font-weight: 700 !important;
}
a[class*=link-button] {
  direction: ltr;
}
a.link-button {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
}
a.link-button:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/pin.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-anfahrt {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
}
a.link-button-anfahrt:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/anfahrt.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-parkplatz {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
}
a.link-button-parkplatz:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/parkplatz.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-wke-icon {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
}
a.link-button-wke-icon:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/logo-waldkliniken-white.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-programm {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
}
a.link-button-programm:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/programm.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-stift {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
}
a.link-button-stift:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/stift.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-info {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
}
a.link-button-info:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/info_white.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-phone {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  background: white;
  color: rgb(81, 72, 56);
  border-width: 0;
}
a.link-button-phone:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/phone.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-phone:before {
  width: 18px;
}
a.link-button-mail {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  background: white;
  color: rgb(81, 72, 56);
  border-width: 0;
}
a.link-button-mail:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/mail2.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-mail:before {
  width: 22px;
}
a.link-text {
  display: inline;
  font-weight: normal;
  color: #FDC300;
}
a.link-button-level5 {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding: 2px 10px 2px 0px;
  font-weight: 500;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0px;
  border-radius: 0;
  border: none;
  color: inherit;
}
a.link-button-level5:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/logo-waldkliniken-green.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-matteo {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  border-color: #AC9751;
  font-weight: normal;
  padding: 7px 16px 8px 16px;
  margin-right: 15px;
  letter-spacing: 1px;
}
a.link-button-matteo:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Buttons/ORT_MatteoRestaurant_Monogram_CMYK.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
a.link-button-matteo:before {
  width: 22px;
  height: 44px;
}
a.link-button-matteo-reservierung {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 13px 20px 13px 20px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid white;
  color: white;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding: 2px 10px 2px 0px;
  font-weight: 500;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0px;
  border-radius: 0;
  border: none;
  color: inherit;
}
a.link-button-matteo-reservierung:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  width: 14px;
  height: 20px;
  background: url("../Icons/Menu/logo-waldkliniken-green.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.text-big {
  font-size: 126.7%;
}

input {
  padding: 13px;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}

video {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.close {
  width: 12px;
  height: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.close span {
  background: url("../Icons/Menu/x-close.svg");
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s transform;
}

main ul li {
  list-style-position: inside;
}

.no-scroll {
  overflow: hidden;
}

@-webkit-keyframes pulsar {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes pulsar {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-o-keyframes pulsar {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes pulsar {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.fixed-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgb(43, 39, 31);
  color: rgb(255, 255, 255);
  z-index: 23;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fixed-navigation ul li a, .fixed-navigation ul li span {
  padding: 15px 11px;
  display: block;
  font-weight: 700;
}
.fixed-navigation .rootline ul {
  flex-direction: row-reverse;
}
.fixed-navigation .rootline ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.fixed-navigation .rootline ul li:after {
  content: "";
  position: relative;
  width: 10px;
  height: 17px;
  background-image: url(../Icons/Menu/doppelpfeil_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed-navigation .rootline ul li:first-child:after {
  display: none;
}
.fixed-navigation .cookie-settings-button {
  width: 30px;
  height: 30px;
  background-image: url(/typo3conf/ext/c3local/Resources/Public/Icons/cookie.svg);
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
.fixed-navigation .menu {
  padding-right: 54px;
}
.fixed-navigation .menu li {
  position: relative;
}
.fixed-navigation .menu li a.new {
  padding-left: 46px;
}
.fixed-navigation .menu li a .new-icon {
  left: 11px;
  background: #fff;
  color: #2b271f;
}

footer {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0;
  margin-bottom: 36px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul a {
  display: block;
  padding: 20px;
}

span.arrow-icon {
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 16px;
  position: absolute;
  left: 0;
  transition: 0.3s left;
  display: block;
  top: 50%;
  margin-top: -8px;
}
span.arrow-icon svg {
  width: 100%;
  height: 100%;
}
span.arrow-icon svg .arrow-left {
  fill: rgb(196, 188, 10);
}

nav, .second-nav, .third-nav {
  font-weight: 800;
  box-sizing: border-box;
  position: fixed;
  transition: 0.5s all;
  left: 100%;
  width: 25%;
  height: 100%;
}
nav .sub span.arrow-icon, .second-nav .sub span.arrow-icon, .third-nav .sub span.arrow-icon {
  display: block;
}
nav .page-type-4, .second-nav .page-type-4, .third-nav .page-type-4 {
  position: relative;
}
nav .page-type-4:after, .second-nav .page-type-4:after, .third-nav .page-type-4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  z-index: -1;
  -webkit-animation: pulsar 3s infinite; /* Safari 4+ */
  -moz-animation: pulsar 3s infinite; /* Fx 5+ */
  -o-animation: pulsar 3s infinite; /* Opera 12+ */
  animation: pulsar 3s infinite; /* IE 10+, Fx 29+ */
  background: rgba(100, 75, 103, 0.5); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(100, 75, 103, 0) 0%, rgb(100, 75, 103) 20%, rgba(100, 75, 103, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(100, 75, 103, 0) 0%, rgb(100, 75, 103) 20%, rgba(100, 75, 103, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(100, 75, 103, 0) 0%, rgb(100, 75, 103) 20%, rgba(100, 75, 103, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(100,75,103,0.5)", endColorstr="rgba(100,75,103,0.5)",GradientType=1 ); /* IE6-9 */
}
nav .page-type-4 span.arrow-icon, .second-nav .page-type-4 span.arrow-icon, .third-nav .page-type-4 span.arrow-icon {
  display: block;
  width: 12px;
  height: 18px;
  margin-top: -9px;
}
nav .page-type-4 span.arrow-icon svg .cls-1, .second-nav .page-type-4 span.arrow-icon svg .cls-1, .third-nav .page-type-4 span.arrow-icon svg .cls-1 {
  fill: white;
}
nav span.arrow-icon, .second-nav span.arrow-icon, .third-nav span.arrow-icon {
  display: none;
}
nav .menu-header, .second-nav .menu-header, .third-nav .menu-header {
  font-size: 20px;
  margin-bottom: 42px;
}
nav .submenu, .second-nav .submenu, .third-nav .submenu {
  display: none;
}
nav .submenu.open, .second-nav .submenu.open, .third-nav .submenu.open {
  display: block;
}
nav .nav-height, .second-nav .nav-height, .third-nav .nav-height {
  padding: 96px 50px 70px;
  max-height: 100vh;
  overflow: auto;
  scrollbar-width: thin;
}
nav ul li, .second-nav ul li, .third-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid #C4BC0A;
}
nav ul li:last-child, .second-nav ul li:last-child, .third-nav ul li:last-child {
  border-bottom: 2px solid #C4BC0A;
}
nav ul li:first-child, .second-nav ul li:first-child, .third-nav ul li:first-child {
  border-top: 2px solid #C4BC0A;
}
nav ul li:hover a, .second-nav ul li:hover a, .third-nav ul li:hover a {
  color: white;
}
nav ul li:hover a span.arrow-icon svg .arrow-left, .second-nav ul li:hover a span.arrow-icon svg .arrow-left, .third-nav ul li:hover a span.arrow-icon svg .arrow-left {
  fill: white;
}
nav ul li.highlighting a, .second-nav ul li.highlighting a, .third-nav ul li.highlighting a {
  margin-left: -25px;
}
nav ul li.active, .second-nav ul li.active, .third-nav ul li.active {
  color: white;
}
nav ul li.active a, .second-nav ul li.active a, .third-nav ul li.active a {
  color: white;
}
nav ul li.active a span.arrow-icon, .second-nav ul li.active a span.arrow-icon, .third-nav ul li.active a span.arrow-icon {
  transform: rotate(180deg);
}
nav ul li.active a span.arrow-icon svg .arrow-left, .second-nav ul li.active a span.arrow-icon svg .arrow-left, .third-nav ul li.active a span.arrow-icon svg .arrow-left {
  fill: white;
}
nav ul li.page-type-4 a, .second-nav ul li.page-type-4 a, .third-nav ul li.page-type-4 a {
  color: white;
}
nav ul li a, .second-nav ul li a, .third-nav ul li a {
  padding: 11px 0 11px 25px;
  color: #C4BC0A;
  display: block;
  position: relative;
  margin-left: 0;
  transition: 0.3s all;
  width: 100%;
}
nav ul li a.new, .second-nav ul li a.new, .third-nav ul li a.new {
  padding-left: 60px;
}
nav ul li a.open-a, .second-nav ul li a.open-a, .third-nav ul li a.open-a {
  color: white;
}
nav ul li a.open-a span.arrow-icon, .second-nav ul li a.open-a span.arrow-icon, .third-nav ul li a.open-a span.arrow-icon {
  transform: rotate(180deg);
  top: 5px;
}
nav ul li a.open-a span.arrow-icon svg .arrow-left, .second-nav ul li a.open-a span.arrow-icon svg .arrow-left, .third-nav ul li a.open-a span.arrow-icon svg .arrow-left {
  fill: white;
}
nav .nav-height {
  padding: 96px 0 70px;
}
nav .mobile-controls {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50%;
  display: flex;
  justify-content: space-between;
  max-width: 120px;
  height: 29px;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
}
nav .mobile-controls .spacer {
  width: 2px;
  background: #DAD004;
  display: block;
  height: 69%;
}
nav .mobile-controls .language-menu {
  position: relative;
}
nav .mobile-controls .text-size-option {
  position: relative;
  top: 1px;
}
nav .mobile-controls .text-size-option .neutral {
  font-size: 18px;
}
nav .mobile-controls .text-size-option .plus {
  font-size: 20px;
}
nav ul li {
  background-color: rgba(81, 72, 56, 0.3);
  margin: 5px 0;
  border: none;
}
nav ul li:first-child, nav ul li:last-child {
  border: none;
}
nav ul li a {
  color: white;
  text-align: center;
  padding: 20px;
}
nav ul li a.open-a {
  margin-left: 0;
  background: rgba(232, 221, 12, 0.81);
}
nav ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}
nav ul li .image-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
nav ul li .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
nav span.arrow-icon svg .arrow-left {
  fill: white;
}
nav .sub span.arrow-icon {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-top: 0;
  margin-right: 15px;
}

body.fixed {
  position: fixed;
  width: 100%;
}
body > header {
  position: fixed;
  z-index: 2;
  left: 50%;
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #514838;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 30px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  transition: 0.1s background;
}
body > header.colored-bg {
  background: rgba(216, 206, 11, 0.8);
}
body > header .left, body > header .middle, body > header .menu {
  display: flex;
  align-items: center;
}
body > header .middle {
  font-weight: 400;
  width: 100%;
}
body > header .menu {
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  padding: 4px 56px 4px 44px;
  box-shadow: 0 9px 16px rgba(143, 139, 33, 0.51);
  color: #707070;
}
body > header .language-menu {
  margin-right: 50px;
  font-weight: normal;
  color: #fff;
}
body > header .language-menu a, body > header .language-menu div {
  font-weight: 100;
}
body > header .language-menu a.active, body > header .language-menu div.active {
  font-weight: 700;
}
body > header .language-menu a.notAvailable, body > header .language-menu div.notAvailable {
  color: #888888;
  display: inline;
}
body > header .language-menu a span, body > header .language-menu div span {
  margin: 0 5px;
}
body > header .text-size-option {
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 700;
  color: #fff;
}
body > header .text-size-option span:hover {
  color: white;
}
body > header .text-size-option .neutral {
  font-size: 18px;
}
body > header .text-size-option .plus {
  font-size: 20px;
}
body > header .burger-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}
body > header .burger-icon > * {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  background: transparent;
}
body > header .burger-icon .circle {
  background-image: url("../Icons/Menu/circle-gray.svg");
}
body > header .burger-icon .burger {
  display: none;
}
body .menu-overlay {
  content: "";
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  opacity: 0.5;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=1 ); /* IE6-9 */
}
body > nav {
  transition-timing-function: cubic-bezier(0.71, -0.01, 0.35, 1.01);
  background: #1F1B15; /* Old browsers */
  background: -moz-linear-gradient(45deg, #1F1B15 0%, #3D372A 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1F1B15 0%, #3D372A 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1F1B15 0%, #3D372A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1F1B15", endColorstr="#3D372A",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: white;
  z-index: 25;
}
body > nav.open {
  left: 75%;
}
body > nav .rootpage {
  margin: 0 0 42px;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
body > nav .rootpage a {
  position: relative;
  padding-left: 30px;
}
body > nav .rootpage .menu-logo {
  position: absolute;
  top: 3px;
  left: 0;
}
body > nav .rootpage .menu-logo svg {
  width: 18px;
  height: 28px;
}
body > nav .rootpage .menu-logo svg .cls-1 {
  fill: rgb(255, 255, 255);
}
body > nav .menu-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 21px 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
body > nav .cross {
  background: url("../Icons/Menu/cross.svg") center no-repeat;
  background-size: cover;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
body > .second-nav {
  transition-timing-function: cubic-bezier(0.71, -0.01, 0.35, 1.01);
  background: rgba(232, 221, 12, 0.9);
  background: -moz-linear-gradient(-45deg, rgba(232, 221, 12, 0.9) 0%, rgba(196, 187, 10, 0.9) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(232, 221, 12, 0.9) 0%, rgba(196, 187, 10, 0.9) 100%);
  background: linear-gradient(135deg, rgba(232, 221, 12, 0.9) 0%, rgba(196, 187, 10, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E8DD0C", endColorstr="#C4BB0A",GradientType=1 );
  z-index: 20;
}
body > .second-nav.open {
  left: calc(50% + 1px);
}
body > .second-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid rgb(43, 39, 31);
}
body > .second-nav ul li:last-child {
  border-bottom: 2px solid rgb(43, 39, 31);
}
body > .second-nav ul li:first-child {
  border-top: 2px solid rgb(43, 39, 31);
}
body > .second-nav ul li a {
  color: rgb(43, 39, 31);
}
body > .second-nav span.arrow-icon svg .arrow-left {
  fill: rgb(61, 55, 42);
}
body > .third-nav {
  transition-timing-function: cubic-bezier(0.71, -0.01, 0.35, 1.01);
  background: rgba(232, 221, 12, 0.8);
  background: -moz-linear-gradient(-45deg, rgba(232, 221, 12, 0.8) 0%, rgba(196, 187, 10, 0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(232, 221, 12, 0.8) 0%, rgba(196, 187, 10, 0.8) 100%);
  background: linear-gradient(135deg, rgba(232, 221, 12, 0.8) 0%, rgba(196, 187, 10, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E8DD0C", endColorstr="#C4BB0A",GradientType=1 );
  z-index: 19;
}
body > .third-nav.open {
  left: calc(25% + 1px);
}
body > .third-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid rgb(43, 39, 31);
}
body > .third-nav ul li:last-child {
  border-bottom: 2px solid rgb(43, 39, 31);
}
body > .third-nav ul li:first-child {
  border-top: 2px solid rgb(43, 39, 31);
}
body > .third-nav ul li a {
  color: rgb(43, 39, 31);
}

.social-media {
  text-align: center;
  margin-top: 30px;
}
.social-media a {
  background-color: white;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.social-media a svg {
  width: 20px;
  height: 20px;
}

.search-icon {
  fill: rgb(81, 72, 56);
}

.doctor-search {
  position: relative;
  cursor: pointer;
  width: 200px;
  padding: 9px 16px 9px 44px;
  border-radius: 29px;
  background: #fff;
  box-shadow: 0 9px 16px rgba(143, 139, 33, 0.51);
  color: #707070;
}
.doctor-search .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 8px;
}
.doctor-search .icon svg {
  width: 100%;
  height: 100%;
}
.doctor-search .icon svg path {
  fill: #707070;
}

.back-to-main {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.back-to-main .icon {
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}

.extbase-debugger {
  display: none;
}

.static-pages {
  margin-top: 30px;
}
.static-pages .menu-button a {
  display: block;
  border-radius: 6px;
  border: 2px solid;
  color: #C4BC0A;
  padding: 12px 5px;
  text-align: center;
  transition: 0.3s color;
  margin: 0 20px;
  font-size: 1.4em;
}
.static-pages .menu-button a:hover {
  color: white;
}
.static-pages .menu-button a:hover svg .cls-1 {
  fill: white;
}
.static-pages .menu-button a span {
  display: inline-block;
  top: 3px;
  height: 22px;
  position: relative;
  width: 18px;
  margin-right: 9px;
}
.static-pages .menu-button a svg .cls-1 {
  transition: 0.3s all;
}

.fixed-dot-navigation {
  position: fixed;
  right: 20px;
  bottom: 115px;
}
.fixed-dot-navigation ul li {
  border-radius: 50%;
  border: 2px solid white;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  cursor: pointer;
}
.fixed-dot-navigation ul li.active {
  background: white;
}
.fixed-dot-navigation ul li.arrow-down {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1350px) {
  .doctor-search {
    width: auto;
  }
  body > header .menu {
    padding: 4px 20px 4px 16px;
  }
}

/*# sourceMappingURL=navigation.css.map */
