@charset "UTF-8";
/* TODO */
body {
  text-transform: none !important;
  font-weight: 300 !important;
}

h1 {
  font-size: 50px;
  font-weight: 300 !important;
  line-height: 75px;
  text-transform: none !important;
}

h2 {
  font-size: 45px;
  font-weight: 300 !important;
  line-height: 66px;
  text-transform: none !important;
}

h3 {
  font-size: 40px;
  font-weight: 300 !important;
  line-height: 60px;
  text-transform: none !important;
}

p,
li,
a,
span,
button {
  font-size: 18px;
  line-height: 27px;
}

.neo-icon-seperator span.av-seperator-icon {
  font-size: 25px;
}

/* Header */
#header {
  position: fixed !important;
}

/* Top Menu */
#header #header_meta {
  height: 40px;
  background: #21b2c9 !important;
  color: #fff;
}

#header .neo-topmenu {
  display: inline;
}

#header .neo-topmenu .neo-topmenu-item {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}

#header .neo-topmenu .neo-topmenu-item span.av-icon-char {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

#header .neo-topmenu .neo-topmenu-item a:hover {
  color: #000000;
  text-decoration: none;
}

/* Main Menu */
#header #header_main {
  background: #ffffff !important;
}

#header #avia-menu li > a {
  color: #000000;
}

#header #avia-menu li > a:hover {
  color: #21b2c9;
}

#top .av_header_transparency #header_meta .sub_menu li {
  border-style: none !important;
}

/* Hero Area */
.hero-area {
  width: 100% !important;
}

/* Leistungen */
#leistungen .avia-icongrid-icon.avia-font-orion-font span {
  font-size: 50px;
}

/* Footer */
#footer .footer-title {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}

#footer .footer-title {
  text-align: center !important;
}

#footer .neo-footer-1 strong,
#footer .neo-footer-2 strong,
#footer .neo-footer-1 a,
#footer .neo-footer-2 a,
#footer .neo-footer-2 p,
#footer .neo-footer-1 p {
  color: #ffffff;
  text-align: center;
}

#footer .neo-footer-social {
  display: inline;
  text-align: center;
}

#footer .neo-footer-social .neo-footer-social-items {
  text-align: center;
}

#footer .neo-footer-social .neo-footer-social-item {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}

#footer .neo-footer-social .neo-footer-social-item span.av-icon-char {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}

#footer .neo-footer-social .neo-footer-social-item span:hover {
  color: #000000 !important;
  text-decoration: none;
}

#footer .neo-footer-social .neo-footer-social-item-img {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}

#footer .neo-footer-social .neo-footer-social-item-img img {
  width: 30px;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
}

#socket .copyright {
  font-size: 18px;
  line-height: 27px;
}

#socket .menu {
  margin-top: 0px;
}

/* Kontaktformular */
/* Schriftgröße Datenschutzerklärung-Einwilligung */
.gform_wrapper .gfield_consent_label {
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 27px;
}

.gform_wrapper .gfield_consent_label > a {
  text-decoration: underline !important;
}

/* Mobil */
/* Mobile Menu */
@media only screen and (max-width: 990px) {
  .av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
    background-color: #000000 !important;
  }

  h1 {
    font-size: 45px;
    font-weight: 300 !important;
    line-height: 66px;
    text-transform: none !important;
  }

  h2 {
    font-size: 40px;
    font-weight: 300 !important;
    line-height: 60px;
    text-transform: none !important;
  }

  h3 {
    font-size: 36px;
    font-weight: 300 !important;
    line-height: 54px;
    text-transform: none !important;
  }

  p,
li,
a,
span,
button {
    font-size: 16px;
    line-height: 24px;
  }

  .neo-impressum-container,
.neo-datenschutz-container {
    margin-top: 150px;
  }

  .av-burger-overlay .av-burger-overlay-bg {
    background: #000000;
    opacity: 0.8;
  }

  #av-burger-menu-ul .avia-menu-text {
    font-size: 36px;
    line-height: 54px;
    color: #ffffff;
  }

  /* Leistungskacheln umbrechen */
  #leistungen .avia-icongrid-wrapper {
    color: #21b2c9 !important;
  }

  #leistungen .avia-icon-grid-container li {
    display: block;
  }

  #leistungen .avia-icon-grid-container .avia-icongrid-wrapper {
    display: block;
    width: 100%;
    height: auto;
    border: none;
  }

  #team .avia-team-member .team-member-name,
#team .avia-team-member .team-member-job-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
    background-color: #000000 !important;
  }

  h1 {
    font-size: 40px;
    font-weight: 300 !important;
    line-height: 60px;
    text-transform: none !important;
  }

  h2 {
    font-size: 35px;
    font-weight: 300 !important;
    line-height: 45px;
    text-transform: none !important;
  }

  h3 {
    font-size: 30px;
    font-weight: 300 !important;
    line-height: 40px;
    text-transform: none !important;
  }

  p,
li,
a,
span,
button {
    font-size: 16px;
    line-height: 24px;
  }

  #header #header_meta {
    height: 90px;
  }

  .hero-area-img {
    margin-top: 90px;
  }

  .hero-area-info {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  #header .neo-topmenu {
    text-align: center;
  }

  #header .neo-topmenu .neo-topmenu-item {
    display: inline-block;
    width: 100%;
    padding: 5px;
  }

  #socket .copyright {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
  }

  #socket .sub_menu_socket {
    text-align: center;
    margin: 0 !important;
  }

  #socket #avia3-menu {
    display: inline-block;
  }

  #socket #avia3-menu li {
    width: 100%;
    padding: 5px;
  }
}
/* Neo Events */
.neo-events-box {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
}

.neo-events-box .events_single {
  width: 31%;
  background-color: #fff;
  border-width: 2px;
  border-color: #21b3c9;
  border-style: solid;
  padding: 5px 30px 5px 30px;
  border-radius: 0px;
  margin: 0 3% 3% 0;
  text-align: center;
  box-shadow: 0px 30px 60px -20px rgba(47, 25, 6, 0.6);
  cursor: pointer;
  transform: scale(1);
  transition: all 0.275s linear;
}

@media only screen and (max-width: 768px) {
  .neo-events-box .events_single {
    width: 100%;
    margin: 0 0 8% 0;
  }
}
.neo-events-box .events_single a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000 !important;
}

.neo-events-box .events_single:hover {
  background-color: #21b3c9 !important;
  transform: scale(1.05);
}

.neo-events-box .events_single:hover a {
  color: #fff !important;
}

.neo-events-box .events_single:nth-child(3n+3) {
  margin-right: 0;
}

.neo-events-box .events_single.expired {
  background-color: #ccc;
  opacity: 0.75;
}

.neo-events-box .events_single.today {
  background-color: #21b3c9;
  color: #fff !important;
}

.neo-events-box .events_single .events_single__icon {
  margin-top: 50px;
  font-size: 2em;
}

.neo-events-box .events_single .events_single__date {
  font-size: 24px !important;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: none;
}

.neo-events-box .events_single .events_single__title {
  font-size: 16px !important;
}

/*# sourceMappingURL=/wp-content/themes/enfold-child/app.css.map */