body, wrapper {
   min-height:100vh;
}

.flex-fill {
   flex:1 1 auto;
}

.ennenheader {
    background-image: url("mountains.png");
    background-repeat: repeat-x;
    height: 273px;
}

.ennenfooter {
  width: 100%;
  background: linear-gradient(0deg, #D7D2BE 0%, #FBF5DE 100%);  
  height: 148px;
  text-align: center;
}

.ennenlogo {
  max-width: 20%;
  height: auto;
}

.ennentitletext {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: calc(16px + 5vw);   
  font-weight: 700;
  text-shadow: 0px 4px 4px #000000;
  letter-spacing: 5%;
  text-align: center;
}

.ennensubtitletext {
  color: #034170;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0px 4px 4px #000000;
  letter-spacing: -4%;
  text-align: center;
}

.ennenstyle {
    color: #000;
    background-color: #eee4d6;
    font-family: 'Montserrat';
    font-size: 20px;
}

.ennenwhitestyle {
    color: #000;
    background-color: #ffffff;
    font-family: 'Montserrat';
    font-size: 20px;
}

hr.whitehr {
  border: 4px solid white;
}

hr.orangehr {
  border: 4px solid #f69b14;
}

strong {
  font-family: 'Montserrat';
  font-weight:bold;
}

li::marker {
  color: #f69b14;
}
