.animated-icon {
  width: 40px;
  height: 16px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon span {
  background: #9bad3c;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2) {
  top: 8px;
}

.animated-icon span:nth-child(3) {
  top: 16px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.navbar-toggler {
  margin-top: -2rem;
  margin-right: 0.5rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

@font-face {
  font-family: "Maax-Medium";
  src: url("../font/Maax-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Maax-Regular";
  src: url("../font/Maax-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merlo-Medium";
  src: url("../font/Merlo-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  /*padding-top: 65px;*/
  font-size: 1rem;
}

strong,
em {
  font-family: "Maax Medium", sans-serif;
}

.lead {
  font-family: "Maax Medium", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 150%;
}

h1 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-weight: normal;
  font-family: "Maax-regular", sans-serif;
  font-size: 1.8rem;
}

h2 {
  font-family: "Maax-regular", sans-serif;
  color: #7eb3c1;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 800;
  font-weight: normal;
}

a {
  color: #9bad3c;
}

#logo-text {
  font-size: 2rem;
  font-family: "Merlo-Medium";
  color: #9bad3c;
}
#logo-text a {
  color: #9bad3c;
}
#logo-text span {
  margin-top: 0.5rem;
  display: block;
  font-size: 1rem;
}

#logo {
  max-width: 350px;
  margin-top: 1rem;
}

.header-phone {
  padding-top: 0.2rem;
}
.header-phone a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.5rem;
}
.header-phone i {
  color: #9bad3c;
}

#mainnavbar {
  /*position:fixed;
  width: 100%;
  z-index: 10;
  top:0;*/
  margin: auto;
  background: white;
  height: auto;
  transition: all 1s ease-out;
}
#mainnavbar .nav-link {
  text-align: left;
  font-family: "Maax-Medium", sans-serif;
  margin-right: 0.75rem;
}

.navbar-toggler {
  border-radius: 0;
  border: none;
}

#mainnavbar.shrinked {
  background: rgba(255, 255, 255, 0.8);
}
#mainnavbar.shrinked .navbar {
  padding: 0.5rem 1rem;
  transition: all 0.6s ease-out;
}

.navbar {
  margin-right: -1rem;
  padding-left: 0;
  padding-right: 0;
}
.navbar a {
  color: #686868;
}
.navbar a:hover,
.navbar a:active,
.navbar a:focus {
  color: #9bad3c;
}
.navbar .active a {
  color: #9bad3c;
}

hr {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid black;
}

.hero {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 3 / 4 = 0.75 */
  height: 0;
}
.hero .heroimage {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*min-height: 30vh;
  max-height: 600px;*/
  background-position: center;
  color: #9bad3c;
  font-weight: 800;
  font-weight: normal;
}
.hero .heroimage h1,
.hero .heroimage h2 {
  font-family: "Maax Medium", sans-serif;
  font-size: 1.4rem;
  line-height: 140%;
}
.hero .heroimage p {
  font-family: "Maax Medium", sans-serif;
  font-size: 1rem;
}

.footer {
  background: #cadbe2;
}
.footer a {
  color: #686868;
  text-decoration: none;
}

section.default {
  padding: 2rem 0;
}

section.headline {
  background: #fff9f1;
  padding: 1rem 0;
}
section.headline h1 {
  font-size: 1.8rem;
  color: #9bad3c;
  font-weight: 800;
  font-weight: normal;
  margin: 0;
}

ul.colored-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.colored-list li {
  padding: 0.6rem 1rem;
  background: #f6eed7;
  margin-bottom: 0.5rem;
}
ul.colored-list li ul {
  margin: 1rem 0;
}
ul.colored-list li ul li {
  padding: 0.3rem 1rem;
  margin-bottom: 0;
}

ul.colored-list.bg-list-blue li {
  background: #cadbe2;
}

ul.colored-list.bg-list-green li {
  background: #ebeedb;
}

input.form-control,
textarea.form-control {
  background: #cadbe2;
}

.btn.btn-primary {
  background-color: white;
  border: 1px solid #686868;
}

.cw-100 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .cw-80 {
    width: 80%;
  }
  .cw-75 {
    width: 75%;
  }
  .cw-66 {
    width: 66%;
  }
  .cw-50 {
    width: 50%;
  }
}
.bg-yellow {
  background: #fff9f1;
}

.page-home h2 {
  color: #686868;
}

cite {
  float: right;
  color: #686868;
}

@media (min-width: 768px) {
  #logo {
    margin-top: 2rem;
  }
  .header-phone {
    padding-top: 1.1rem;
  }
  .hero {
    position: relative;
    width: 100%;
    padding-bottom: 0; /* 3 / 4 = 0.75 */
    height: auto;
  }
  .hero .heroimage {
    position: relative;
    height: 50vh;
  }
  .hero .heroimage h1,
  .hero .heroimage h2 {
    font-size: 1.8rem;
  }
  .hero .heroimage p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-left: 0;
  }
  .navbar {
    padding-bottom: 16px;
  }
}/*# sourceMappingURL=styles.css.map */