/* 
Theme Name: Ecocurrent
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

strong {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

em {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic; }

.center {
  text-align: center; }

.bg-grey {
  background-color: #f1f1f1; }

.wrapper {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px; }

.container {
  width: 1400px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #002848;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #002848;
  color: #FFFFFF;
  /* Gecko Browsers */ }

h1, h2 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  color: #002848; }

h3 {
  font-size: 25px;
  line-height: 30px; }

.entry-header {
  margin-bottom: 30px; }
  .entry-header h1, .entry-header h2, .entry-header h3, .entry-header h4, .entry-header h5 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal; }
    .entry-header h1 span, .entry-header h2 span, .entry-header h3 span, .entry-header h4 span, .entry-header h5 span {
      font-family: "Rubik", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal; }

.entry-content p {
  margin-bottom: 30px; }
.entry-content ul, .entry-content ol {
  margin-bottom: 30px;
  margin-left: 20px; }
.entry-content a {
  color: #002848;
  text-decoration: underline; }
  .entry-content a:hover {
    text-decoration: none; }

.entry-image img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.entry-button a, .item-button a {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #002848;
  color: #FFFFFF;
  text-transform: uppercase;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 30px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block; }

.no-gutters {
  padding-right: 0;
  padding-left: 0; }

a {
  outline: none; }

a:focus {
  outline: none;
  box-shadow: none; }

.sr-only {
  display: none; }

/********************************************************
MAX-WIDTH: 1430px
********************************************************/
@media only screen and (max-width: 1430px) {
  .container {
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 1030px
********************************************************/
@media only screen and (max-width: 1030px) {
  .container {
    max-width: 100%; }
    .container.container-small {
      max-width: 100%; } }
/********************************************************
MAX-WIDTH: 991px
********************************************************/
/********************************************************
MAX-WIDTH: 767px
********************************************************/
@media only screen and (max-width: 767px) {
  h1, h2 {
    font-size: 30px;
    line-height: 40px; }

  h3 {
    font-size: 22px;
    line-height: 28px; } }
/********************************************************
MAX-WIDTH: 551px
********************************************************/
@media only screen and (max-width: 551px) {
  .wrapper {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px; }

  h1, h2 {
    font-size: 25px;
    line-height: 35px; }

  h3 {
    font-size: 20px;
    line-height: 25px; } }
#mainheader {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 30px 0; }
  #mainheader .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    overflow: visible;
    min-height: 80px;
    width: 100%;
    padding: 0; }
    #mainheader .container .logo {
      display: flex;
      align-items: center; }
      #mainheader .container .logo img {
        max-height: 150px;
        display: block; }
    #mainheader .container .navigation {
      display: flex;
      align-items: center;
      margin-left: auto; }
      #mainheader .container .navigation nav ul {
        overflow: hidden; }
        #mainheader .container .navigation nav ul li {
          list-style-type: none;
          float: left;
          margin-right: 20px;
          font-size: 18px; }
          #mainheader .container .navigation nav ul li:last-child {
            margin-right: 0; }
          #mainheader .container .navigation nav ul li a {
            color: #000000;
            text-decoration: none;
            font-weight: 700; }
            #mainheader .container .navigation nav ul li a:hover {
              color: #002848; }
    #mainheader .container .mobile-nav {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      margin-left: auto;
      display: none; }
      #mainheader .container .mobile-nav .menu-icon {
        float: right;
        position: relative;
        z-index: 202; }
        #mainheader .container .mobile-nav .menu-icon .menu-icon-svg {
          background-color: transparent;
          border: none;
          cursor: pointer;
          padding: 0;
          border: 0;
          width: 45px;
          height: 45px;
          text-align: center; }
          #mainheader .container .mobile-nav .menu-icon .menu-icon-svg svg {
            width: 40px;
            height: 40px;
            margin-top: 2px; }
          #mainheader .container .mobile-nav .menu-icon .menu-icon-svg .line {
            fill: none;
            stroke: #002848;
            stroke-width: 6;
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
          #mainheader .container .mobile-nav .menu-icon .menu-icon-svg .line1 {
            stroke-dasharray: 60 207;
            stroke-width: 6; }
          #mainheader .container .mobile-nav .menu-icon .menu-icon-svg .line2 {
            stroke-dasharray: 60 60;
            stroke-width: 6; }
          #mainheader .container .mobile-nav .menu-icon .menu-icon-svg .line3 {
            stroke-dasharray: 60 207;
            stroke-width: 6; }
        #mainheader .container .mobile-nav .menu-icon .menu-icon-svg.opened .line1 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
        #mainheader .container .mobile-nav .menu-icon .menu-icon-svg.opened .line2 {
          stroke-dasharray: 1 60;
          stroke-dashoffset: -30;
          stroke-width: 6; }
        #mainheader .container .mobile-nav .menu-icon .menu-icon-svg.opened .line3 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
      #mainheader .container .mobile-nav .menu-icon.clicked .menu-icon-svg .line {
        stroke: #FFFFFF; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainheader .container .logo img {
    max-height: 120px; }
  #mainheader .container .navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background-color: #002848;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    display: block; }
    #mainheader .container .navigation nav {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 200px 15px 15px 15px; }
      #mainheader .container .navigation nav ul li {
        float: none; }
        #mainheader .container .navigation nav ul li a {
          color: #FFFFFF; }
          #mainheader .container .navigation nav ul li a:hover {
            color: #FFFFFF; }
    #mainheader .container .navigation.nav-open {
      right: 0; }
  #mainheader .container .mobile-nav {
    display: inherit;
    z-index: 100; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 551px) {
  #mainheader .container .logo img {
    max-height: 80px; }
  #mainheader .container .navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background-color: #002848; }
    #mainheader .container .navigation nav ul li a {
      color: #FFFFFF; }
      #mainheader .container .navigation nav ul li a:hover {
        color: #FFFFFF; } }
#content .hero {
  min-height: 600px;
  height: 60vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 40px; }
  #content .hero picture, #content .hero .entry-image {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center !important;
    display: flex; }
    #content .hero picture img, #content .hero .entry-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #content .hero picture:before, #content .hero .entry-image:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2); }
  #content .hero .container {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 50px; }
    #content .hero .container .hero-title {
      flex: 0 0 35%; }
      #content .hero .container .hero-title h1 {
        color: #FFFFFF;
        font-size: 70px;
        line-height: 80px;
        text-shadow: 2px 2px 4px #000000; }
    #content .hero .container .hero-text {
      flex: 0 0 65%; }
      #content .hero .container .hero-text p {
        color: #FFFFFF;
        margin-bottom: 30px;
        text-shadow: 2px 2px 4px #000000;
        font-size: 20px;
        line-height: 38px;
        font-weight: bold; }
      #content .hero .container .hero-text a {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        background-color: #002848;
        color: #FFFFFF;
        text-decoration: none;
        display: inline-block; }
#content .text-full {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 40px 0;
  background-color: #FFFFFF; }
#content .services {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 40px 0;
  background-color: #FFFFFF; }
  #content .services .container .products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    #content .services .container .products .product {
      flex: 0 0 calc((100% - 3 * 30px) / 4);
      max-width: calc((100% - 3 * 30px) / 4);
      box-sizing: border-box;
      margin-bottom: 30px; }
      #content .services .container .products .product .entry-image {
        margin-bottom: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden; }
        #content .services .container .products .product .entry-image img {
          width: 100%;
          height: auto; }
      #content .services .container .products .product h3 {
        margin-bottom: 15px; }
#content .productsdiv {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 40px 0;
  background-color: #FFFFFF; }
  #content .productsdiv .container .entry-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    #content .productsdiv .container .entry-content .product {
      flex: 0 0 calc((100% - 3 * 30px) / 4);
      max-width: calc((100% - 3 * 30px) / 4);
      box-sizing: border-box;
      margin-bottom: 30px; }
      #content .productsdiv .container .entry-content .product .entry-image {
        margin-bottom: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        aspect-ratio: 1 / 1; }
        #content .productsdiv .container .entry-content .product .entry-image img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          display: block; }
      #content .productsdiv .container .entry-content .product .product-name {
        margin-bottom: 15px;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 25px;
        line-height: 30px; }
#content .usp {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 40px 0;
  background-color: #f1f1f1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  #content .usp .container .text .items .item {
    display: flex;
    align-items: flex-start;
    gap: 20px; }
    #content .usp .container .text .items .item .icon {
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      #content .usp .container .text .items .item .icon i {
        color: #002848;
        font-size: 35px; }
    #content .usp .container .text .items .item .text {
      flex: 1; }
  #content .usp .container .image .entry-image {
    margin-bottom: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden; }
    #content .usp .container .image .entry-image img {
      width: 100%;
      height: auto; }
#content .about {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 40px 0;
  background-color: #FFFFFF; }
  #content .about .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #content .about .container .entry-header {
      flex: 0 0 35%; }
      #content .about .container .entry-header h2 {
        font-size: 50px;
        line-height: 60px; }
    #content .about .container .entry-content {
      flex: 0 0 65%; }
      #content .about .container .entry-content p {
        margin-bottom: 30px; }
      #content .about .container .entry-content a {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        background-color: #002848;
        color: #FFFFFF;
        text-decoration: none;
        display: inline-block; }
#content .contact {
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden; }
  #content .contact picture, #content .contact .entry-image {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center !important;
    display: flex; }
    #content .contact picture img, #content .contact .entry-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #content .contact .container {
    min-height: 600px;
    height: 60vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
    #content .contact .container .contact-inner {
      width: 40%;
      background-color: #FFFFFF;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 50px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      overflow: hidden; }
      #content .contact .container .contact-inner h2 {
        margin-bottom: 30px; }
      #content .contact .container .contact-inner p {
        margin-bottom: 30px; }
      #content .contact .container .contact-inner a {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        background-color: #002848;
        color: #FFFFFF;
        text-decoration: none;
        display: inline-block; }

/********************************************************
MAX-WIDTH: 1500
********************************************************/
@media only screen and (max-width: 1500px) {
  #content .hero .container {
    display: unset;
    flex-wrap: unset;
    justify-content: unset;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 20%; }
    #content .hero .container .hero-title {
      flex: unset;
      width: 100%;
      margin-bottom: 30px;
      text-align: center; }
      #content .hero .container .hero-title h1 {
        color: #FFFFFF;
        font-size: 60px;
        line-height: 70px; }
    #content .hero .container .hero-text {
      flex: unset;
      width: 100%;
      text-align: center; } }
/********************************************************
MAX-WIDTH: 1199
********************************************************/
@media only screen and (max-width: 1199px) {
  #content .about .container .entry-header {
    flex: 0 0 100%; }
    #content .about .container .entry-header h2 {
      font-size: 50px;
      line-height: 60px; }
  #content .about .container .entry-content {
    flex: 0 0 100%; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .hero .container {
    padding: 100px 10%; }
    #content .hero .container .hero-title h1 {
      font-size: 45px;
      line-height: 50px; }
    #content .hero .container .hero-text p {
      font-size: 20px;
      line-height: 28px; }
  #content .services .container .products .product {
    flex: 0 0 calc((100% - 2 * 30px) / 3);
    max-width: calc((100% - 2 * 30px) / 3); }
	#content .productsdiv .container .entry-content .product {
      flex: 0 0 calc((100% - 2 * 30px) / 3);
      max-width: calc((100% - 2 * 30px) / 3);
      box-sizing: border-box;
      margin-bottom: 30px; }
  #content .contact {
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden; }
    #content .contact picture, #content .contact .entry-image {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      overflow: hidden; }
      #content .contact picture img, #content .contact .entry-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #content .contact .container {
      min-height: unset;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      overflow: hidden;
      position: relative;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px; }
      #content .contact .container .contact-inner {
        width: 100%;
        background-color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        overflow: hidden; }
        #content .contact .container .contact-inner h2 {
          margin-bottom: 30px; }
        #content .contact .container .contact-inner p {
          margin-bottom: 30px; }
        #content .contact .container .contact-inner a {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 8px 20px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px;
          background-color: #002848;
          color: #FFFFFF;
          text-decoration: none;
          display: inline-block; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .hero {
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
    #content .hero picture, #content .hero .entry-image {
      position: relative;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      overflow: hidden; }
      #content .hero picture img, #content .hero .entry-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      #content .hero picture:before, #content .hero .entry-image:before {
        background: rgba(0, 0, 0, 0); }
    #content .hero .container {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      overflow: hidden;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 50px 0px; }
      #content .hero .container .hero-title {
        flex: unset; }
        #content .hero .container .hero-title h1 {
          color: #000000;
          font-size: 40px;
          line-height: 45px;
          text-shadow: unset; }
      #content .hero .container .hero-text {
        flex: unset; }
        #content .hero .container .hero-text p {
          color: #000000;
          margin-bottom: 30px;
          text-shadow: unset;
          font-size: 18px;
          line-height: 28px; }
  #content .services .container .products .product {
    flex: 0 0 calc((100% - 1 * 30px) / 2);
    max-width: calc((100% - 1 * 30px) / 2); } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content {
    padding-top: 30px; }
    #content .hero {
      min-height: auto; }
      #content .hero .container {
        padding: 20px 0; }
        #content .hero .container .hero-title h1 {
          font-size: 25px;
          line-height: 35px; }
    #content .services .container .products .product {
      flex: 0 0 100%;
      max-width: 100%; }
	#content .productsdiv .container .entry-content .product {
      flex: 0 0 100%;
      max-width: 100%; }
	   #content .productsdiv .container .products .product {
      flex: 0 0 100%;
      max-width: 100%; }
    #content .usp .container .text .items .item .icon {
      width: 30px; }
      #content .usp .container .text .items .item .icon i {
        font-size: 20px; }
    #content .text-full {
      padding-top: 30px; }
    #content .about {
      padding-top: 30px; }
      #content .about .container .entry-header h2 {
        font-size: 25px;
        line-height: 35px; } }
#mainfooter {
  margin-top: 50px; }
  #mainfooter .container {
    overflow: hidden; }
    #mainfooter .container .logo {
      margin-bottom: 30px;
      float: left; }
      #mainfooter .container .logo img {
        max-height: 70px;
        display: block; }
    #mainfooter .container .button {
      margin-bototm: 30px;
      float: right; }
      #mainfooter .container .button a {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        background-color: #002848;
        color: #FFFFFF;
        text-decoration: none;
        display: inline-block; }
    #mainfooter .container .copyright {
      float: left; }
    #mainfooter .container .web {
      float: right; }
      #mainfooter .container .web a {
        color: #000000;
        text-decoration: none; }
        #mainfooter .container .web a:hover {
          text-decoration: underline; }

/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #mainfooter .container {
    text-align: center; }
    #mainfooter .container .logo {
      float: none; }
    #mainfooter .container .button {
      float: none; }
    #mainfooter .container .copyright {
      float: none;
      margin-bottom: 20px; }
    #mainfooter .container .web {
      float: none; } }

/*# sourceMappingURL=style.css.map */
