* {
  box-sizing: border-box;
}
.section.header .row.first {
  border-bottom: 5px solid #006a40;
  position: relative;
}
.section.header .row.first .mainMenuButton {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  border: 1px solid black;
  color: black;
  text-decoration: none;
}
.section.header .row.first .social {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
}
.section.header .row.first .social a {
  display: block;
  margin-left: 5px;
}
.section.header .row.first .language {
  position: absolute;
  right: 90px;
  top: 20px;
  font-size: 15px;
}
.section.header .row.first .language a {
  color: #444;
}
.section.header .row.first .language a.selected {
  text-decoration: none;
  font-weight: bold;
}
.section.header .mainMenu {
  max-width: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.section.header .mainMenu ul {
  width: 100%;
  margin: 0 auto 0 auto;
  list-style: none;
  padding: 0;
  font-size: 20px;
}
.section.header .mainMenu ul li {
  border-top: 1px solid black;
  text-transform: uppercase;
  text-align: center;
  background: #f5f5f5;
}
.section.header .mainMenu ul li:first-child {
  border-top: none !important;
}
.section.header .mainMenu ul li a {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  text-decoration: none;
}
.section.header .mainMenu ul li a.active {
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  .section.header .row.first {
    border: none;
  }
  .section.header .row.first .columns .in {
    border-bottom: 5px solid #006a40;
  }
  .section.header .row.first .language {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
  }
  .section.header .row.first .language a {
    color: #444;
  }
  .section.header .row.first .language a.selected {
    text-decoration: none;
    font-weight: bold;
  }
  .section.header .mainMenu ul {
    display: flex;
  }
  .section.header .mainMenu ul li {
    flex: 1;
    border-right: 1px solid black;
    border-top: none !important;
    text-transform: uppercase;
    text-align: center;
  }
  .section.header .mainMenu ul li:first-child {
    border-left: 1px solid black;
  }
  .section.header .mainMenu ul li a {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    text-decoration: none;
  }
  .section.header .mainMenu ul li a:hover {
    background: #ddd;
  }
}
@media only screen and (min-width: 960px) {
  div.products {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  div.products div.product {
    position: relative;
    padding-bottom: 20px;
    width: 48%;
  }
  div.products div.product h3 {
    margin-top: 20px;
  }
  div.products div.product h3 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.25turn,#ccc,rgba(255,255,255,0));
    padding: 15px 15px;
    text-decoration: none;
  }
  div.products div.product p {
    text-align: left;
    line-height: 1.4em;
    margin-top: 10px;
  }
  div.products div.product .readMore {
    position: absolute;
    bottom: 0px;
  }
  div.columns.news div.newsBox {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: #eee;
    padding: 10px 20px 10px 20px;
  }
  div.columns.news div.newsBox.green {
    background: #006a40;
    color: white;
  }
  div.columns.news div.newsBox.green h2 {
    color: #ddd;
    text-align: center;
  }
  div.columns.news div.newsBox.green a {
    color: white;
  }
  div.columns.news div.newsBox h2 {
    font-size: 20px;
  }
  div.columns.news div.newsBox div.newsItem div.date {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  div.columns.news div.newsBox div.newsItem h3 {
    font-size: 18px;
    margin: 0px;
  }
  div.columns.news div.newsBox div.newsItem p {
    margin-top: 10px;
    font-size: 18px;
    text-align: left;
    line-height: 1.4em;
  }
  div.columns.news div.newsBox div.eventItem {
    margin-top: 20px;
  }
  div.columns.news div.newsBox div.eventItem h3 {
    text-align: center;
  }
  div.columns.news div.newsBox div.eventItem div.date {
    margin: 10px 0 0 0 !important;
    text-align: center;
  }
  div.columns.news div.newsBox div.eventItem p.register {
    text-align: center;
    padding-top: 10px;
  }
  h2 {
    margin: 0;
  }
  .banner {
    padding-bottom: 30% !important;
  }
}
.banner {
  width: 100%;
  padding-bottom: 70%;
  background-color: #ddd;
  background-image: url('../../images/layout/cover1.jpg');
  background-position: bottom;
  position: relative;
}
.banner .claim {
  color: white;
  background: rgba(0,0,0,0.75);
  padding: 20px;
  position: absolute;
  bottom: 20px;
  right: 0px;
  max-width: 600px;
  padding: 30px 30px;
}
.banner .claim h1 {
  margin: 0;
  font-size: 32px;
}
.banner .claim p {
  font-size: 24px;
  margin: 30px 0 0 0;
}
.homepage .hpReferences {
  margin-top: 20px;
}
.homepage .hpReferences a {
  display: block;
}
.homepage .hpReferences img {
  width: 100%;
}
.section.footer {
  border-top: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  margin-top: 30px;
}
.section.footer a {
  color: #444;
}
@media only screen and (min-width: 960px) {
  .section.footer .columns.right {
    text-align: right;
  }
}
div.sideMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.sideMenu ul li {
  margin-bottom: 5px;
  font-size: 20px;
}
div.sideMenu ul li:last-child {
  margin-bottom: 20px !important;
}
div.sideMenu ul li a {
  display: block;
  background: #eee;
  color: #444;
  text-decoration: none;
  padding: 15px 20px;
}
div.sideMenu ul li.selected {
  border-left: 5px solid #006a40;
}
div.sideMenu ul.dark li a {
  background-color: #333 !important;
  color: white;
}
.breadcrumbs ul {
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
#breadcrumb li + li:before {
  content: " \00BB ";
  margin: 0 2px;
}
.section.content h1 {
  font-size: 32px;
}
.section.content p {
  margin-top: 30px;
  text-align: justify;
  font-size: 18px;
}
.section.content p:first-child {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.section.content p.bold {
  font-weight: bold;
}
.section.content p.quote {
  font-style: italic;
  padding-left: 30px;
  padding-right: 30px;
}
.section.content ul li {
  line-height: 1.6em;
}
.section.content .bannerTitle {
  margin-top: 10px;
  height: 300px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.section.content .bannerTitle h1 {
  font-size: 40px;
  background: rgba(0,106,64,0.8);
  color: white;
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 10px 150px 10px 30px;
}
.section.content .product {
  margin-bottom: 50px;
}
.section.content .product .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.section.content .product .buttons .button {
  margin-left: 10px;
  margin-right: 10px;
}
.section.content .latestProductNews {
  background: #eee;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.section.content .latestProductNews h2 {
  margin: 0 0 20px 0;
}
.section.content .latestProductNews h3 {
  margin: 0;
}
.section.content .latestEvent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #006a40;
  padding: 20px 20px;
  color: white;
  margin-bottom: 20px;
}
.section.content form.requestInformationForm {
  background: #eee;
  padding: 30px;
}
.section.content form.requestInformationForm .formItem {
  margin-bottom: 10px;
}
.section.content form.requestInformationForm select {
  font-size: 18px;
  padding: 10px;
  width: 350px;
  font-family: Roboto;
}
.section.content form.requestInformationForm input[type=submit] {
  background: #333;
  color: white;
  border: none;
  padding: 10px 30px;
  font-family: Roboto;
  font-size: 18px;
}
.section.content form.requestInformationForm input[type=text] {
  padding: 10px;
  font-size: 18px;
  width: 350px;
  font-family: Roboto;
}
.section.content form.requestInformationForm textarea {
  padding: 10px;
  font-size: 18px;
  font-family: Roboto;
}
.section.content .contentColumns .contentColumn.center p {
  text-align: center !important;
}
@media only screen and (min-width: 960px) {
  .section.content .contentColumns {
    display: flex;
    justify-content: space-between;
  }
  .section.content .contentColumns .contentColumn {
    margin-right: 30px;
    flex: 1;
  }
  .section.content .contentColumns .contentColumn img {
    width: 100%;
  }
  .section.content .contentColumns .contentColumn:last-child {
    margin-right: 0px !important;
  }
}
div.sideColumn {
  padding-left: 20px;
}
div.sideColumn .infoBox {
  margin-bottom: 20px;
  padding: 20px;
}
div.sideColumn .infoBox.green {
  background: #cce1d9;
}
div.sideColumn .infoBox.gray {
  background: #ddd;
}
div.sideColumn .infoBox h2 {
  font-size: 18px;
  text-align: center;
}
div.sideColumn .infoBox p {
  text-align: center;
}
.downloads .downloadItem {
  background: #eee;
  padding: 10px;
  display: flex;
  align-self: stretch;
  margin-bottom: 20px;
}
.downloads .downloadItem .title {
  font-weight: bold;
  width: 50%;
  padding-right: 20px;
}
.downloads .downloadItem .description {
  padding-right: 20px;
  width: 100%;
}
.cestarForm {
  display: grid;
  max-width: 500px;
  margin: auto;
}
.cestarForm input,
.cestarForm textarea {
  margin-bottom: 10px;
  padding: 5px;
  font-family: Roboto;
  font-size: 15px;
}
body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: Roboto;
  font-size: 18px;
}
a {
  color: #006a40;
}
div.row {
  max-width: 1200px;
  margin: auto;
}
div.row.spaceBottom {
  margin-bottom: 20px;
}
div.columns,
div.column {
  padding: 0 10px 0;
}
div.columns:first-child,
div.column:first-child {
  margin-left: 0px !important;
}
div.columns:last-child,
div.column:last-child {
  margin-right: 0px !important;
}
div.columns.three,
div.columns.nine,
div.column.three,
div.column.nine {
  width: 100%;
  margin: 0 !important;
}
@media only screen and (min-width: 960px) {
  div.row {
    display: flex;
  }
  div.row.reverse {
    flex-direction: row-reverse;
  }
  div.columns.nine,
  div.column.nine {
    flex: 9;
  }
  div.columns.three,
  div.column.three {
    flex: 3;
  }
  div.columns.four,
  div.column.four {
    flex: 4;
    flex-basis: 100%;
    min-width: 0;
  }
  div.columns.six,
  div.column.six {
    flex: 6;
  }
  div.columns.twelve,
  div.column.twelve {
    flex: 1;
  }
}
div.section.header {
  margin-bottom: 20px;
}
.button.dark {
  display: inline-block;
  background: #333;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
}
