/* dm-sans-regular - latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v4-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("DM Sans Regular"), local("DMSans-Regular"), url("../fonts/dm-sans-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans-v4-latin-regular.woff2") format("woff2"), url("../fonts/dm-sans-v4-latin-regular.woff") format("woff"), url("../fonts/dm-sans-v4-latin-regular.ttf") format("truetype"), url("../fonts/dm-sans-v4-latin-regular.svg#DMSans") format("svg"); /* Legacy iOS */
}
/* dm-sans-italic - latin */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dm-sans-v4-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("DM Sans Italic"), local("DMSans-Italic"), url("../fonts/dm-sans-v4-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans-v4-latin-italic.woff2") format("woff2"), url("../fonts/dm-sans-v4-latin-italic.woff") format("woff"), url("../fonts/dm-sans-v4-latin-italic.ttf") format("truetype"), url("../fonts/dm-sans-v4-latin-italic.svg#DMSans") format("svg"); /* Legacy iOS */
}
/* dm-sans-700 - latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v4-latin-700.eot"); /* IE9 Compat Modes */
  src: local("DM Sans Bold"), local("DMSans-Bold"), url("../fonts/dm-sans-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans-v4-latin-700.woff2") format("woff2"), url("../fonts/dm-sans-v4-latin-700.woff") format("woff"), url("../fonts/dm-sans-v4-latin-700.ttf") format("truetype"), url("../fonts/dm-sans-v4-latin-700.svg#DMSans") format("svg"); /* Legacy iOS */
}
@media (min-width: 0) and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .mobile-only {
    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: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pseudo-h1,
.pseudo-h2,
.pseudo-h3 {
  font-family: "Ovo", Serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
}

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

html {
  font-size: 17px;
}

h1,
.pseudo-h1 {
  font-size: 2rem;
}

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

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

em {
  color: #333;
}

a {
  color: #156a90;
}

a:hover {
  color: #009900;
}

a:focus,
a:active {
  color: #009900;
}

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

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

.uk-background-primary {
  background-color: #9ba5b1;
}

.uk-background-secondary {
  background-color: #ffefd5;
}

.uk-button-primary,
.uk-button-primary:focus,
.uk-button-primary:active {
  background-color: #156a90;
}

.uk-button-primary:hover {
  background-color: #747d8c;
}

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

.uk-button-secondary:hover {
  background-color: #cbafa3;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding-top: 80px;
}

#stage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

.show-banner .privacywire .allow-all {
  color: inherit;
  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.5s all;
  transition: 0.5s all;
  width: 100%;
}

.show-banner .privacywire .allow-all:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.privacywire .allow-necessary,
.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: #156a90;
  padding: 45px 0;
}

.glb-footer,
.glb-footer a,
.glb-footer p,
.glb-footer div,
.glb-footer li {
  color: #fff;
}

.glb-mobilemenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #156a90;
}

.glb-mobilemenu > div {
  padding: 10px 10px 10px 10px;
}

.glb-mobilemenu .toggle-icon {
  color: #fff;
}

#toggle-animation {
  background-color: #156a90;
}

.glb-mobilemenu .uk-nav-default > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 50px;
}

.glb-mobilemenu .uk-nav-default > li > a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

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

.glb-centermenu li.active a {
  color: #156a90;
}

.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 {
  background-color: #156a90;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.glb-logomenu .uk-navbar-container {
  margin: 0 auto;
  max-width: 1200px;
}

.uk-navbar-right {
  padding-right: 20px;
}

.logo-container {
  max-width: 200px;
  padding: 20px 0 20px 0;
}
@media (min-width: 1020px) {
  .logo-container {
    max-width: 300px;
  }
}

.orangeline {
  height: 10px;
  width: 100%;
  background-color: #ffe6bc;
}

.blueline {
  height: 10px;
  width: 100%;
  background-color: #156a90;
}

.uk-navbar-nav > li > a {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 1020px) {
  .uk-navbar-nav > li > a {
    font-size: 17px;
  }
}

.uk-navbar-nav > li > a:hover {
  font-size: 17px;
  color: #cbafa3;
}

.uk-navbar-nav > li.uk-active > a {
  color: #ffe6bc;
}

.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-formattext,
.cmp-formattext p,
.cmp-formattext div,
.cmp-formattext h1,
.cmp-formattext h2,
.cmp-formattext h3,
.cmp-formattext h4,
.cmp-formattext li {
  color: #000;
}

.cmp-formattext a {
  text-decoration: underline;
}

.no .cmp-formattext li {
  background: url(../images/logoicon.png) no-repeat left center;
  background-size: 15px 15px;
  padding: 1px 0px 3px 20px;
  list-style: none;
  margin: 0;
}

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

.content-container {
  position: relative;
  width: 100%;
}

.overlay {
  position: relative;
  text-align: center;
}
@media (min-width: 800px) {
  .overlay {
    text-align: left;
    padding-left: 13%;
    padding-top: 3%;
  }
}

.pseudo-h1 {
  font-size: 24px;
  color: #156a90;
}
@media (min-width: 400px) {
  .pseudo-h1 {
    font-size: 30px;
  }
}
@media (min-width: 530px) {
  .pseudo-h1 {
    font-size: 40px;
  }
}
@media (min-width: 670px) {
  .pseudo-h1 {
    font-size: 50px;
  }
}
@media (min-width: 800px) {
  .pseudo-h1 {
    font-size: 50px;
  }
}
@media (min-width: 1000px) {
  .pseudo-h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .pseudo-h1 {
    font-size: 50px;
  }
}

#section-hero {
  background-color: #9ba5b1;
  background-image: url("../images/home-background-color.jpg");
  background-size: cover;
  background-position: right center;
  background-position: 75% 50%;
  min-height: 100vh;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 90px;
}

#section-about {
  background-color: #fff;
  background-color: #ffefd5;
  padding-top: 90px;
  padding-bottom: 90px;
}

#section-leistungen {
  background-color: #ffefd5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 30px;
}

#section-referenzen {
  background-color: #9ba5b1;
  background-image: url("../images/elefantanauge-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 50vh;
  padding-bottom: 90px;
}

.referenzen-slider .uk-card-default {
  background-color: rgba(116, 123, 132, 0.7);
  background-color: #156a90;
  background-color: transparent;
}

.referenzen-slider .uk-card-body {
  font-family: "Ovo", Serif;
  padding: 60px;
}

#section-referenzen h2 {
  color: #000 !important;
}

.referenzen-slider .uk-card-body,
.referenzen-slider .uk-card-body p {
  font-family: "Ovo", Serif;
  font-size: 21px;
  color: #000 !important;
}

#section-kontakt {
  background-color: #fff;
  background-color: #ffefd5;
  min-height: 50vh;
  padding-top: 90px;
  padding-bottom: 90px;
}/*# sourceMappingURL=app.css.map */