/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-symbols-outlined-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-symbols-outlined-v100-latin-200.eot"); /* IE9 Compat Modes */
  src: url("../fonts/material-symbols-outlined-v100-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/material-symbols-outlined-v100-latin-200.woff2") format("woff2"), url("../fonts/material-symbols-outlined-v100-latin-200.woff") format("woff"), url("../fonts/material-symbols-outlined-v100-latin-200.ttf") format("truetype"), url("../fonts/material-symbols-outlined-v100-latin-200.svg#MaterialSymbolsOutlined") format("svg"); /* Legacy iOS */
}
.symbol {
  position: relative;
  display: inline-block;
  top: 9px;
  padding-right: 7px;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 30;
}

:root {
  --cigreen: #acca57;
}

@media (min-width: 0) and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 999px) {
  .desktop-menu-area {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .mobile-menu-area {
    display: none !important;
  }
}

html, body,
p, span, a, td, li, div, label .uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

div, p, td, li, label {
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6, .pseudo-h1, .pseudo-h2, .pseudo-h3 {
  font-family: "Roboto", "Arial", serif;
  font-weight: 300;
  font-style: normal;
}

strong, b, .strong, .bold {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
}

h1,
.pseudo-h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #00447b;
}

h1 strong {
  color: #00447b;
  letter-spacing: 1px;
}

h2,
.pseudo-h2 {
  font-size: 1.6rem;
}

h3,
.pseudo-h3 {
  font-size: 1.3rem;
}

em {
  color: #00447b;
}

a {
  color: #759291;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

a:hover {
  color: #495d5c;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

a:focus,
a:active {
  color: #495d5c;
}

.uk-section {
  padding: 0;
  margin: 0;
}

.uk-background-muted {
  background-color: hsl(0, 0%, 70%);
}

.uk-background-primary {
  background-color: #00447b;
}

.uk-background-secondary {
  background-color: hsl(120, 100%, 90%);
}

.uk-button {
  border-radius: 8px;
}

.uk-button-primary,
.uk-button-primary:focus,
.uk-button-primary:active {
  background-color: var(--cigreen);
}

.uk-button-primary:hover {
  background-color: #5e7676;
}

.uk-button-secondary,
.uk-button-secondary:focus,
.uk-button-secondary:active {
  background-color: #759291;
}

.uk-button-secondary:hover {
  background-color: hsl(120, 80%, 45%);
}

.uk-link-reset {
  -webkit-transition: 0;
  transition: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.align_left {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.align_right {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.align_center {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

body {
  background-color: #fffef7;
  background-color: #fffefc;
  background-color: #fcfdff;
  background-color: #fbfcff;
  background-color: #eff8fd;
  min-height: 100vh;
}

#main-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 840px) {
  #main-container {
    padding: 0 3%;
  }
}
#main-stage {
  background-color: #fff;
}

.show-banner > .privacywire-page-wrapper,
.show-options > .privacywire-page-wrapper,
.show-message > .privacywire-page-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.privacywire {
  display: none;
}

.show-banner .privacywire.privacywire-banner,
.show-options .privacywire.privacywire-options,
.show-message .privacywire.privacywire-message {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 450px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.privacywire {
  background: #ffffff;
  border: 1px solid #00447b;
}

.privacywire .privacywire-header {
  text-align: center;
  margin-bottom: 15px;
}

div.privacywire-ask-consent {
  background-color: #666;
  padding: 90px 15px;
  text-align: center;
}

div.privacywire-ask-consent p {
  color: #fff !important;
}

.privacywire .allow-necessary,
.privacywire .allow-all,
.privacywire .choose,
.privacywire-consent-button,
.privacywire .toggle,
.privacywire .save {
  margin: 0 0 10px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  width: 100%;
}

.privacywire .allow-necessary:hover,
.privacywire .choose:hover,
.privacywire-consent-button:hover,
.privacywire .toggle:hover,
.privacywire .save:hover {
  background-color: #ddd;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.glb-footer {
  min-height: 100px;
  background-color: #f9fbfc;
  color: #fff;
  color: #00447b;
  padding-top: 70px;
  padding-bottom: 45px;
}

.glb-footer a {
  color: #00447b;
  text-decoration: underline;
}

.glb-footer a:hover {
  color: #759291;
  text-decoration: none;
}

.glb-footer div,
.glb-footer p,
.glb-footer td,
.glb-footer li {
  font-size: 14px;
}

.glb-mobilemenu {
  border-bottom: 2px solid var(--cigreen);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}

.glb-mobilemenu-gap {
  height: 60px;
  width: 100%;
}

.glb-mobilemenu > div {
  padding: 10px 10px 10px 10px;
  background-color: #fff;
}

.glb-mobilemenu .toggle-icon {
  color: var(--cigreen);
  display: inline-block;
  margin-top: 7px;
  margin-right: 15px;
}

.glb-mobilemenu,
.glb-mobilemenu a,
.glb-mobilemenu div,
.glb-mobilemenu li {
  color: var(--cigreen);
}

.glb-mobilemenu .mobilelogo {
  max-width: 220px;
}

@media (min-width: 800px) {
  .glb-mobilemenu .mobilelogo {
    max-width: 300px;
  }
}
#toggle-animation {
  margin-top: 20px;
}

.glb-mobilemenu .uk-background-muted {
  background-color: #f9fbfc;
}

.glb-mobilemenu .uk-nav-default > li.uk-active > a {
  color: #00447b;
}

.glb-mobilemenu .uk-nav-default > li > a {
  color: var(--cigreen);
}

.glb-centermenu {
  background-color: hsl(0, 0%, 97%);
}

.glb-centermenu li.active a {
  color: #00447b;
}

.glb-infologoinfo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.glb-infologoinfo .toplogo {
  max-width: 50%;
}

.glb-infologoinfo a,
.glb-infologoinfo a:focus,
.glb-infologoinfo a:active {
  color: hsl(0, 0%, 50%);
}

.glb-infologoinfo a:hover {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}

.glb-logomenu .navbar-container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 2% 17px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glb-logomenu {
  background-color: #fff;
  border-bottom: 10px solid var(--cigreen);
}

.glb-logomenu .uk-navbar-container {
  margin: 0 auto;
  padding: 30px 2%;
}

.glb-logomenu .toplogo {
  max-width: 400px;
}

.glb-logomenu .navbar-right {
  text-align: right;
}

.glb-logomenu .topinfo {
  text-align: right;
  width: 100%;
  height: 65px;
  margin: 0;
}

.glb-logomenu ul.menu-items {
  display: inline-block;
  margin: 0 0 0 0;
}

.glb-logomenu ul.menu-items li {
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
}

.glb-logomenu ul.menu-items li a {
  color: #00447b;
}

.glb-logomenu li.active a {
  color: #00447b;
}

.glb-logomenu .uk-navbar-item,
.glb-logomenu .uk-navbar-nav > li > a,
.glb-logomenu .uk-navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 40px;
  min-height: 40px;
}

.glb-logomenu .topinfo {
  color: #759291;
  color: #759291;
  font-size: 13px;
}

.glb-logomenu .topinfo a {
  color: #759291;
}

#page-team .childrenlist-item:hover {
  text-decoration: none;
}

#page-team .childrenlist-item-name {
  color: #00447b;
  font-size: 19px;
}

#page-leistungen .childrenlist-item:hover {
  text-decoration: none;
}

#page-leistungen .uk-card-body {
  padding: 15px;
  min-height: 50px;
}

#page-leistungen .childrenlist-item-name {
  color: #00447b;
  font-size: 17px;
}

.uk-card {
  border-radius: 5px;
  overflow: hidden;
}

#page-praxisrundgang .uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
  background: rgba(255, 255, 255, 0.8);
}

#page-praxisrundgang .praxisrundgang-caption {
  color: #00447b;
}

.cardbox {
  background-color: #eeeeee;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cardbox-header {
  padding: 5px 0 5px 10px;
  background-color: #00447b;
  color: #fff;
}

.cardbox-body {
  padding: 10px;
}

.cmp-faq .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}

.cmp-faq .uk-accordion-title {
  background-color: yellow;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.cmp-faq .uk-accordion-content {
  background-color: yellowgreen;
  margin: 0;
  padding: 10px;
}

.cmp-iconlinks {
  background-color: #ffeeee;
}

.cmp-iconlinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cmp-iconlinks li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.cmp-iconlinks .iconlinkicon {
  width: 30px;
  height: 30px;
  color: green;
}

.cmp-iconlinks a:hover .iconlinkicon {
  color: greenyellow;
}/*# sourceMappingURL=app.css.map */