body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito';
  font-weight: 300;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 20px;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-Regular.woff2') format('woff2'), url('../fonts/subset-Nunito-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-Italic.woff2') format('woff2'), url('../fonts/subset-Nunito-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-BoldItalic.woff2') format('woff2'), url('../fonts/subset-Nunito-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-SemiBold.woff2') format('woff2'), url('../fonts/subset-Nunito-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-ExtraLightItalic.woff2') format('woff2'), url('../fonts/subset-Nunito-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-ExtraBold.woff2') format('woff2'), url('../fonts/subset-Nunito-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-Light.woff2') format('woff2'), url('../fonts/subset-Nunito-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-SemiBoldItalic.woff2') format('woff2'), url('../fonts/subset-Nunito-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-Bold.woff2') format('woff2'), url('../fonts/subset-Nunito-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-LightItalic.woff2') format('woff2'), url('../fonts/subset-Nunito-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-BlackItalic.woff2') format('woff2'), url('../fonts/subset-Nunito-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/subset-Nunito-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-Black.woff2') format('woff2'), url('../fonts/subset-Nunito-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/subset-Nunito-ExtraLight.woff2') format('woff2'), url('../fonts/subset-Nunito-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
img {
  max-width: 100%;
}
.row {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 320px;
}
.row.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row.nopadding h2 {
  padding: 5px 10px;
}
div.fixedColumns {
  display: flex;
}
div.fixedColumns div.fixedCol {
  width: 50%;
}
div.fixedColumns div.fixedCol img.full {
  width: 100%;
}
div.fixedColumns div.fixedCol.right {
  text-align: right;
}
div.fixedColumns div.fixedCol div.imageTitle {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .row {
    max-width: 1200px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.columns {
    display: flex;
  }
  .row.columns .col {
    width: 50%;
  }
  .row.columns .col.left {
    padding-right: 15px;
  }
  .row.columns .col.right {
    padding-left: 15px;
  }
}
.row.header .logo {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 200px;
}
.row.header a.email {
  color: #333333;
  display: inline-block;
  text-decoration: none;
  font-size: 8px;
  background-image: url('../images/mail_icon.png');
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 25px;
  height: 29px;
  padding-right: 30px;
  font-weight: 700;
  margin-top: 15px;
}
.row.header a.email span {
  display: inline-block;
  margin-top: 7px;
}
.row.header div.phone {
  position: relative;
  top: -12px;
  font-weight: bold;
  padding-right: 30px;
}
.row.header div.phone a {
  color: black;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .row.header .logo {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 400px;
  }
  .row.header a.email {
    margin-top: 50px;
    background-size: auto !important;
    font-size: 20px;
    height: 50px;
    background-position: right top;
    padding-right: 65px;
  }
  .row.header a.email span {
    margin-top: 0px !important;
  }
  .row.header div.phone {
    position: relative;
    top: -25px;
    padding-right: 65px;
  }
}
.intro {
  min-width: 320px;
  background-color: #448432;
  color: white;
  text-align: center;
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
.intro p {
  max-width: 1200px;
  margin: auto;
  font-size: 20px;
}
.row.introtext p {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .intro {
    background-color: #448432;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .intro h1 {
    text-transform: uppercase;
    font-size: 72px;
    font-weight: normal;
    margin: 0 0 70px 0;
    padding: 0;
  }
  .intro p {
    max-width: 1200px;
    margin: auto;
    font-size: 55px;
  }
  .row.introtext p {
    font-size: 20px;
  }
}
div.infoBox {
  color: white;
  text-align: center;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
div.infoBox.blue {
  background-color: #277f98;
}
div.infoBox.red {
  background-color: #8e1821;
}
div.infoBox.green {
  background-color: #c2d23e;
}
div.infoBox.black {
  background-color: #333333;
}
div.infoBox .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.infoBox .content h2 {
  margin: 0;
  padding: 10px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2em;
}
div.infoBox .content p {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3em;
}
div.infoBox .content div.link {
  position: absolute;
  display: block;
  margin: auto;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
div.infoBox .content div.link a {
  color: white;
  text-decoration: none;
  display: inline-block;
  border: 1px solid white;
  border-radius: 10px;
  padding: 2px 15px;
}
@media only screen and (min-width: 769px) {
  div.infoBox .content h2 {
    margin: 0;
    padding: 20px 20px 20px 20px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
  }
  div.infoBox .content p {
    font-size: 18px;
    padding: 0 20px;
  }
  div.infoBox .content div.link {
    bottom: 20px;
  }
}
form input[type=text],
form textarea {
  font-size: 13px;
  font-family: 'Nunito';
  margin-bottom: 10px;
}
form input[type=text] {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 15px 15px 13px 15px;
}
form textarea {
  padding: 15px;
  border: 1px solid #c2d23e;
  border-radius: 10px;
  width: 100%;
  height: 190px;
}
form input[type=submit] {
  background: #c2d23e;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
}
form div.consent {
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  form input[type=text],
  form textarea {
    font-size: 20px;
  }
  form input[type=submit] {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  iframe.video {
    width: 450px;
    height: 253px;
  }
}
.row.map {
  background-image: url('../images/map.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 240px;
  margin-top: 20px;
}
.row.map .col {
  text-align: center;
}
.row.map span {
  font-size: 40px;
  font-weight: 700;
}
.row.columns {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.row.columns .col {
  max-width: 600px;
  flex-grow: 1;
}
h2.sectionTitle {
  color: white;
  text-align: center;
}
h2.sectionTitle.blue {
  background-color: #277f98;
}
h2.sectionTitle.red {
  background-color: #8e1821;
}
h2.sectionTitle.green {
  background-color: #c2d23e;
}
h2.sectionTitle.black {
  background-color: #333333;
}
h2.contactTitle {
  background: #949599;
  color: white;
}
.footer {
  margin-top: 30px;
  background-image: url('../images/footer_logo.png');
  background-repeat: no-repeat;
  background-color: #ededed;
  background-position: center 40px;
  padding-top: 185px;
  padding-bottom: 50px;
  text-align: center;
}
.footer a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}
.center {
  text-align: center;
}
