/* Fonts */
/* Colors */
@font-face {
  font-family: "AS Grammatika";
  src: url("../webfonts/ASGrammatika-Regular.eot");
  src: url("../webfonts/ASGrammatika-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/ASGrammatika-Regular.woff2") format("woff2"), url("../webfonts/ASGrammatika-Regular.woff") format("woff"), url("../webfonts/ASGrammatika-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AS Grammatika";
  src: url("../webfonts/ASGrammatika-Light.eot");
  src: url("../webfonts/ASGrammatika-Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/ASGrammatika-Light.woff2") format("woff2"), url("../webfonts/ASGrammatika-Light.woff") format("woff"), url("../webfonts/ASGrammatika-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AS Grammatika";
  src: url("../webfonts/ASGrammatika-Medium.eot");
  src: url("../webfonts/ASGrammatika-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/ASGrammatika-Medium.woff2") format("woff2"), url("../webfonts/ASGrammatika-Medium.woff") format("woff"), url("../webfonts/ASGrammatika-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body,
html {
  font-size: 16px;
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

body {
  background: #eee;
  color: #000;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "AS Grammatika", sans-serif;
}
body.active {
  overflow-y: hidden;
}

a {
  outline: none;
}
a:hover,
a :focus {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AS Grammatika", sans-serif;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

.content {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  #wrapper {
    padding-top: 90px;
  }
}

p {
  margin-bottom: 16px;
}
p + p {
  margin-top: 16px;
}
p + h3 {
  margin-top: 16px;
}
p + h2 {
  margin-top: 16px;
}

strong {
  font-weight: 500;
}

#main-content {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 48px;
  text-align: center;
  background: #fff;
}
#main-content h2 {
  font-size: 24px;
  color: #5bb132;
  margin-bottom: 32px;
}
#main-content p {
  font-size: 18px;
}

.button {
  display: inline-block;
  padding: 8px 12px;
  background: transparent;
  color: #fff;
  margin: 15px 0;
  position: relative;
}
.button:hover {
  color: #fff;
}
.button::after {
  background: #5bb132;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.button::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #5bb132;
  transition: all 0.2s ease-in-out;
}
.button:hover::before {
  width: 100%;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 5;
}
header .content {
  padding: 15px;
  height: 100px;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  border-top: 8px solid #5bb132;
}
@media (max-width: 575.98px) {
  header .content {
    height: 90px;
    border-top: 6px solid #5bb132;
  }
}
header * {
  transition: all 0.3s ease-in-out;
}
header h1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  max-width: 180px;
}
@media (max-width: 575.98px) {
  header h1 {
    min-width: 100%;
    text-align: center;
  }
}
header h1 img {
  max-width: 160px;
}
@media (max-width: 575.98px) {
  header h1 img {
    max-width: 150px;
  }
}
.bg-fixed header h1 img {
  max-width: 125px;
}
.bg-fixed header .content {
  height: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
header .main-nav-top {
  position: absolute;
  right: 30px;
  top: 10px;
}
@media (max-width: 575.98px) {
  header .main-nav-top {
    display: none;
  }
}
header .main-nav-top ul {
  list-style: none;
}
header .main-nav-top ul li {
  display: inline-block;
  margin-right: 15px;
}
header .main-nav-top ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
header .main-nav-top ul li a:hover {
  color: #5bb132;
}

#slide {
  border-bottom: 10px solid #5bb132;
  max-width: 1280px;
  margin: 0 auto;
}
#slide .uk-overlay {
  padding: 155px 50px 30px;
}
@media (max-width: 767.98px) {
  #slide .uk-overlay {
    padding: 95px 30px 30px;
  }
}
@media (max-width: 575.98px) {
  #slide .uk-overlay {
    padding: 50px 20px 0 15px;
  }
}
#slide .uk-overlay p {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #000;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.98px) {
  #slide .uk-overlay p {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  #slide .uk-overlay p {
    font-size: 16px;
  }
}
#slide .uk-overlay h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.98px) {
  #slide .uk-overlay h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  #slide .uk-overlay h2 {
    font-size: 24px;
  }
}

footer {
  padding: 12px 0 0;
  max-width: 1280px;
  margin: 0 auto;
  background: #5bb132;
  color: #fff;
}
footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 32px 0 16px;
}
footer h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 6px 0 0;
}
@media (max-width: 575.98px) {
  footer h4 {
    margin: 24px 0 8px;
  }
}
footer p {
  font-size: 14px;
  margin: 0;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
footer .copyright {
  margin: 24px 0 0;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 12px;
  text-align: center;
}

.main-teaser {
  margin-top: 64px;
}
.main-teaser .item {
  position: relative;
}
.main-teaser .item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5bb132;
  color: #fff;
  padding: 10px;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}

.uk-modal-dialog .uk-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  background: #5bb132;
  padding: 5px;
}
.uk-modal-dialog h2.uk-modal-title {
  font-size: 26px;
  margin: 0 0 16px;
}
.uk-modal-dialog h2.uk-modal-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #5bb132;
  margin: 6px 0 0;
}
.uk-modal-dialog h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px;
}
.uk-modal-dialog h3 + p {
  margin-top: 8px;
}
.uk-modal-dialog a {
  color: #000;
}
.uk-modal-dialog a:hover {
  color: #5bb132;
}

/* @import "scss/module/header";
@import "scss/module/menu";
*//*# sourceMappingURL=styles.css.map */