
/* DEFAULTS */
body {
  font-family: var(--font-text);
  font-weight: 300;
  font-size: 20px;
}

#top {
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: var(--c-green);
}

#top-logo {
  max-height: 60px;
  max-width: 100% !important;
}
  
#top .btn-default,
.languageSwitch {
  font-family: var(--font-heading);
  color: var(--c-white);
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

#top .btn-default:hover,
.languageSwitch:hover {
  color: var(--c-white);
  background-color: transparent;
  text-decoration: underline;
}

.row.flexi {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
#top {
  padding: 10px 30px;
  margin-bottom: 30px;
}
}

.abm-navbar {
  position: relative;
}

#container_base1_modules {
  background-color: rgba(245, 234, 216, 1);
  margin-top: 150px;
  padding-bottom: 50px;
  position: relative;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover !important;
  scroll-margin-top: 200px;
}

#container_base1_modules:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/template/img/mountains.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  top: -100px;
  left: 0;
  right: 0;
}

#container_base1_modules .row {
  position: relative;
}

#container_base1_modules p,
#container_base1_modules p a {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  color: var(--c-text);
  line-height: 30px;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

@media screen and (min-width:768px) {
  #container_base1_modules:before {
    top: -150px;
  } 
}

@media screen and (min-width:1400px) {
  #container_base1_modules {
    padding-top: 50px;
  } 
}
