/* Special breaking points */
/* Colors */
@font-face {
  font-family: 'secondarybold';
  src: local("Arial");
  font-weight: 700;
}

@font-face {
  font-family: 'secondarylight';
  src: local("Arial");
  font-weight: 300;
}

@font-face {
  font-family: 'gbold';
  src: url("../fonts/subset-Gotham-Bold.eot");
  src: url("../fonts/subset-Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Gotham-Bold.woff2") format("woff2"), url("../fonts/subset-Gotham-Bold.woff") format("woff"), url("../fonts/subset-Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'g';
  src: url("../fonts/subset-Gotham-Book.eot");
  src: url("../fonts/subset-Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Gotham-Book.woff2") format("woff2"), url("../fonts/subset-Gotham-Book.woff") format("woff"), url("../fonts/subset-Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gmedium';
  src: url("../fonts/subset-Gotham-Medium.eot");
  src: url("../fonts/subset-Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Gotham-Medium.woff2") format("woff2"), url("../fonts/subset-Gotham-Medium.woff") format("woff"), url("../fonts/subset-Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
    font-family: 'gbold';
    src: url('../fonts/gothbt-webfont.eot');
    src: url('../fonts/gothbt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothbt-webfont.woff2') format('woff2'),
         url('../fonts/gothbt-webfont.woff') format('woff'),
         url('../fonts/gothbt-webfont.svg#gbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'g';
    src: url('../fonts/gobtmbok-webfont.eot');
    src: url('../fonts/gobtmbok-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gobtmbok-webfont.woff2') format('woff2'),
         url('../fonts/gobtmbok-webfont.woff') format('woff'),
         url('../fonts/gobtmbok-webfont.svg#g') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'glight';
    src: url('../fonts/gothbt-xlight-webfont.eot');
    src: url('../fonts/gothbt-xlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothbt-xlight-webfont.woff2') format('woff2'),
         url('../fonts/gothbt-xlight-webfont.woff') format('woff'),
         url('../fonts/gothbt-xlight-webfont.svg#glight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote:after, q::before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

strong {
  font-weight: 800;
}

sup {
  font-size: 11px;
  vertical-align: top;
  position: relative;
  top: 0;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

body {
  font-family: 'g', secondarylight;
  font-size: 18px;
  background: #fff;
  color: #000;
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.row.middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.CustomPage #content.grey {
  padding-bottom: 0;
}

.top_bar {
  height: 34px;
  background: #eeeeee;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.top_bar .row {
  height: 34px;
}

@media (max-width: 640px) {
  .top_bar .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top_bar a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  margin-left: 40px;
  padding: 9px 0;
}

@media (max-width: 640px) {
  .top_bar a {
    margin: 0;
  }
}

.header_main {
  background: rgba(255, 255, 255, 0.3);
  height: 149px;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 640px) {
  .header_main {
    height: 70px;
    background: rgba(255, 255, 255, 0);
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1680px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1740px) {
  .wrapper {
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .wrapper {
    padding: 0 15px;
  }
}

#logo {
  background: url(../img/logo.svg) no-repeat center center;
  background-size: 100%;
  width: 149px;
  height: 149px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 640px) {
  #logo {
    height: 70px;
    width: 70px;
  }
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1110px) {
  #main_nav {
    display: none;
  }
}

#main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#main_nav ul li {
  display: inline-block;
}

#main_nav ul li a {
  color: #fff;
  font-size: 20px;
  font-family: 'gbold', secondarybold;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 30px 24px;
  display: block;
}

#main_nav ul li:hover {
  background: #fff;
}

#main_nav ul li:hover a {
  color: #59b948;
}

#main_nav ul li:hover > ul.secondary {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  /*display: flex;
                    flex-flow: wrap;
                    align-items: flex-start;*/
}

#main_nav ul li ul:not(.thirdlevel) {
  position: absolute;
  background: #fff;
  display: none;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 280px;
  top: 117px;
  right: 0;
}

@media (min-width: 2200px) {
  #main_nav ul li ul:not(.thirdlevel) {
    max-width: 1680px;
  }
}

#main_nav ul li ul:not(.thirdlevel).count_1 {
  right: inherit;
}

@media (max-width: 2200px) {
  #main_nav ul li ul:not(.thirdlevel) {
    max-width: 89vw;
  }
}

#main_nav ul li ul:not(.thirdlevel) a {
  font-size: 17px;
  color: #000 !important;
}

#main_nav ul li ul:not(.thirdlevel) a:hover {
  color: #59b948 !important;
}

#main_nav ul li ul:not(.thirdlevel) .secondary_item {
  min-width: 280px;
}

#main_nav ul li ul:not(.thirdlevel) .secondary_item .subnavitem:hover {
  color: #fff !important;
  background: #59b948;
}

#main_nav ul li ul:not(.thirdlevel) .thirdlevel {
  display: block;
  position: relative;
  top: inherit;
  width: 100%;
  padding-bottom: 30px;
  background: transparent;
}

#main_nav ul li ul:not(.thirdlevel) .thirdlevel li {
  display: block;
}

#main_nav ul li ul:not(.thirdlevel) .thirdlevel li a {
  padding: 7px 24px;
  display: block;
  font-family: 'g', secondarylight;
}

#main_nav ul li ul:not(.thirdlevel) .thirdlevel li a:hover {
  background: #59b948;
  color: #fff !important;
}

header {
  position: fixed;
  width: 100%;
  height: 183px;
  top: 0;
  z-index: 11;
}

@media (max-width: 640px) {
  header {
    height: 70px;
  }
}

header.scrolled {
  height: 100px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  header.scrolled {
    height: 50px;
  }
}

header.scrolled .top_bar {
  top: -34px;
}

header.scrolled #mobile_menu_trigger {
  margin-top: 16px;
}

@media (max-width: 640px) {
  header.scrolled #mobile_menu_trigger {
    height: 50px;
    width: 50px;
    margin-top: 0;
  }
}

header.scrolled .header_main {
  background: white;
  top: 0;
  height: 100px;
}

@media (max-width: 640px) {
  header.scrolled .header_main {
    height: 50px;
  }
}

header.scrolled #main_nav ul li a {
  color: #000;
}

header.scrolled #main_nav ul li a:hover {
  color: #59b948;
}

header.scrolled #main_nav ul li:hover {
  background: #F6F6F6;
}

header.scrolled #main_nav ul li ul.secondary {
  top: 85px;
  background: #F6F6F6;
}

header.scrolled #logo {
  width: 100px;
  height: 100px;
}

@media (max-width: 640px) {
  header.scrolled #logo {
    height: 50px;
    width: 50px;
  }
}

#hero {
  position: relative;
  /*max-width: 1680px; 
    margin:0 auto;*/
}

#hero.novideo {
  background: url(../img/hero_bg.jpg) no-repeat center center;
  background-size: cover;
}

#hero .row {
  height: 700px;
}

@media (max-width: 640px) {
  #hero .row {
    height: 111vh;
  }
}

@media (max-width: 640px) {
  #hero {
    height: 111vh !important;
  }
}

#hero h1 {
  font-size: 5vw;
  color: #fff;
  padding-top: 8vw;
  font-family: 'gbold', secondarybold;
}

@media (min-width: 1680px) {
  #hero h1 {
    font-size: 55px;
  }
}

@media (max-width: 1280px) {
  #hero h1 {
    font-size: 7vw;
  }
}

@media (max-width: 640px) {
  #hero h1 {
    font-size: 30px;
    padding-top: 76px;
  }
}

#hero #hero_stamp {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
}

#hero #hero_stamp a {
  display: block;
}

#hero #hero_stamp a img {
  max-width: 200px;
  height: auto;
  display: block;
}

@media (max-width: 640px) {
  #hero #hero_stamp a img {
    max-width: 150px;
  }
}

#videoBG {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 36vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent;
}

@media (max-width: 640px) {
  #videoBG {
    height: 111vh !important;
  }
}

.btn {
  padding: 30px 30px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  font-family: 'gbold', secondarybold;
  border: 0;
  cursor: pointer;
}

.btn.green {
  background: #59b948;
}

@media (max-width: 1580px) {
  .btn {
    padding: 17px 20px;
  }
}

@media (max-width: 640px) {
  .btn {
    padding: 17px 15px;
    font-size: 14px;
  }
}

#content.grey {
  background: #eeeeee;
  padding-bottom: 4vw;
}

@media (min-width: 1680px) {
  #content.grey {
    padding-bottom: 40px;
  }
}

.section_title {
  font-size: 44px;
  margin: 20px 0 30px;
  font-family: 'gbold', secondarybold;
  /*@include desktop {
        padding-top: 20px;
    }*/
}

@media (max-width: 640px) {
  .section_title {
    font-size: 30px;
    padding: 0 15px;
  }
}

.info_text {
  font-size: 18px;
  font-family: 'gbold', secondarybold;
  line-height: 28px;
}

@media (max-width: 1080px) {
  .info_text {
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .info_text {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .info_text {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }
}

.padded {
  padding: 3vw 0 0;
}

@media (min-width: 1680px) {
  .padded {
    padding-top: 40px;
  }
}

.center .section_title {
  text-align: center;
  margin: 0 auto;
  max-width: 50rem;
  padding: 60px 0 30px;
}

@media (max-width: 640px) {
  .center .section_title {
    padding: 30px 15px 15px;
  }
}

.center .info_text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 2vw 20px;
}

@media (min-width: 1680px) {
  .center .info_text {
    padding: 40px 20px;
  }
}

@media (max-width: 640px) {
  .center .info_text {
    max-width: 100%;
    padding: 0 15px 30px;
  }
}

.center .subtitle {
  margin: 0 auto -40px;
  text-align: center;
  display: block;
}

@media (max-width: 640px) {
  .center .subtitle {
    margin-bottom: -10px;
  }
}

.subtitle {
  font-size: 18px;
  font-family: 'gbold', secondarybold;
}

.subtitle::before {
  content: '';
  width: 21px;
  height: 3px;
  background: #59b948;
  display: inline-block;
  margin-right: 15px;
  vertical-align: 5px;
}

@media (max-width: 640px) {
  .subtitle {
    font-size: 14px;
  }
}

.count {
  display: none;
}

.caption {
  font-size: 0.7em !important;
  font-style: italic;
  font-weight: lighter;
  line-height: 1.45 !important;
}

.dnadesign__elemental__models__elementgrid,
.dnadesign__elemental__models__elementmap,
.dnadesign__elemental__models__elementcontact {
  max-width: 1680px;
  margin: 0 auto;
}

.content_element.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1280px) {
  .content_element.grid {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (max-width: 640px) {
  .content_element.grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.content_element.grid .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  background-size: cover !important;
  height: 30vw;
}

@media (min-width: 1680px) {
  .content_element.grid .image {
    height: 500px;
  }
}

@media (max-width: 1280px) {
  .content_element.grid .image {
    height: inherit;
  }
}

@media (max-width: 640px) {
  .content_element.grid .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
    background-size: 100% !important;
  }
  .content_element.grid .image iframe {
    height: 300px;
  }
}

.content_element.grid .image iframe {
  width: 100% !important;
}

.content_element.grid .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  background-size: cover !important;
}

@media (min-width: 1680px) {
  .content_element.grid .map {
    height: 500px;
  }
}

@media (max-width: 1280px) {
  .content_element.grid .map {
    height: inherit;
  }
}

@media (max-width: 640px) {
  .content_element.grid .map {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
  }
  .content_element.grid .map iframe {
    height: 300px;
  }
}

.content_element.grid .map iframe {
  width: 100% !important;
}

.content_element.grid .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 6.51vw;
  padding-right: calc((100% - 1720px) / 2);
}

@media (max-width: 1780px) {
  .content_element.grid .text {
    padding: 0 30px 0 5vw;
  }
}

@media (max-width: 1280px) {
  .content_element.grid .text {
    padding: 30px 30px 30px 5vw;
  }
}

@media (max-width: 1024px) {
  .content_element.grid .text {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .content_element.grid .text {
    padding: 15px 15px 30px;
  }
}

.content_element.grid .text h2 {
  font-size: 40px;
  margin: 16px 0 30px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1460px) {
  .content_element.grid .text h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .content_element.grid .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.content_element.grid .text p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 640px) {
  .content_element.grid .text p {
    font-size: 14px;
    line-height: 24px;
  }
}

.content_element.grid .text .btn {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .content_element.grid .text .btn {
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .content_element.grid .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.content_element.grid.right .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content_element.grid.right .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 6.51vw;
  padding-right: calc((100% - 1720px) / 2);
}

@media (min-width: 1680px) {
  .content_element.grid.right .text {
    padding: 0 30px 0 80px;
  }
}

@media (max-width: 1680px) {
  .content_element.grid.right .text {
    padding: 0 30px 0 5vw;
  }
}

@media (max-width: 1280px) {
  .content_element.grid.right .text {
    padding: 30px 30px 30px 5vw;
  }
}

@media (max-width: 1024px) {
  .content_element.grid.right .text {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .content_element.grid.right .text {
    padding: 15px 15px 30px;
  }
}

.content_element.grid.left .image,
.content_element.grid.left .map {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content_element.grid.left .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 6.51vw;
  padding-left: calc((100% - 1720px) / 2);
}

@media (min-width: 1680px) {
  .content_element.grid.left .text {
    padding: 0 80px 0 30px;
  }
}

@media (max-width: 1680px) {
  .content_element.grid.left .text {
    padding: 0 5vw 0 30px;
  }
}

@media (max-width: 1280px) {
  .content_element.grid.left .text {
    padding: 30px 5vw 30px 30px;
  }
}

@media (max-width: 1024px) {
  .content_element.grid.left .text {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .content_element.grid.left .text {
    padding: 15px 15px 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.content_element.contactbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1280px) {
  .content_element.contactbox {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (max-width: 640px) {
  .content_element.contactbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.content_element.contactbox .contact {
  background: #eeeeee;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1180px) {
  .content_element.contactbox .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content_element.contactbox .contact img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  .content_element.contactbox .contact {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .content_element.contactbox .contact img {
    width: 100%;
    display: block;
  }
}

.content_element.contactbox .contact .contact_text {
  padding: 40px;
}

@media (max-width: 1110px) {
  .content_element.contactbox .contact .contact_text {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .content_element.contactbox .contact .contact_text {
    padding: 15px;
  }
}

.content_element.contactbox .contact .subtitle {
  margin: 0;
  text-align: left;
}

.content_element.contactbox .contact .subtitle::before {
  display: none;
}

.content_element.contactbox .contact h2 {
  font-size: 40px;
  margin: 16px 0 30px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1370px) {
  .content_element.contactbox .contact h2 {
    font-size: 30px;
  }
}

@media (max-width: 1110px) {
  .content_element.contactbox .contact h2 {
    font-size: 25px;
  }
}

@media (max-width: 640px) {
  .content_element.contactbox .contact h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.content_element.contactbox .contact p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 640px) {
  .content_element.contactbox .contact p {
    font-size: 14px;
    line-height: 24px;
  }
}

.content_element.contactbox .contact a {
  color: #59b948;
  font-family: 'gbold', secondarybold;
}

.content_element.contactbox .contact .btn {
  margin-top: 30px;
  color: #fff;
}

@media (max-width: 1370px) {
  .content_element.contactbox .contact .btn {
    padding: 13px 16px;
  }
}

@media (max-width: 640px) {
  .content_element.contactbox .contact .btn {
    margin-top: 15px;
  }
}

.content_element.contactbox .newsletter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  background: #f6f6f6;
}

@media (max-width: 640px) {
  .content_element.contactbox .newsletter {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.content_element.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1160px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1220px) {
  .content_element.box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100% - 40px);
    margin: 0 20px 30px;
  }
}

@media (max-width: 640px) {
  .content_element.box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 0 15px 18px;
    padding: 0;
  }
}

.content_element.box .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  background-size: cover !important;
  height: 20vw;
}

@media (min-width: 1680px) {
  .content_element.box .image {
    max-height: 420px;
  }
}

@media (max-width: 1220px) {
  .content_element.box .image {
    height: inherit;
    min-height: 290px;
  }
}

@media (max-width: 640px) {
  .content_element.box .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
  }
}

.content_element.box .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

.content_element.box .text.noimage {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.content_element.box .text h2 {
  font-size: 25px;
  margin: 16px 0 30px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1110px) {
  .content_element.box .text h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .content_element.box .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.content_element.box .text p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 640px) {
  .content_element.box .text p {
    font-size: 14px;
    line-height: 24px;
  }
}

.content_element.box .text .btn {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .content_element.box .text .btn {
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .content_element.box .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.content_element.box.right .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content_element.box.right .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 30px;
}

@media (max-width: 1780px) {
  .content_element.box.right .text {
    padding: 0 30px;
  }
}

@media (max-width: 1280px) {
  .content_element.box.right .text {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .content_element.box.right .text {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .content_element.box.right .text {
    padding: 15px 15px 30px;
  }
}

.content_element.box.left .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content_element.box.left .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 1780px) {
  .content_element.box.left .text {
    padding: 0 30px;
  }
}

@media (max-width: 1280px) {
  .content_element.box.left .text {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .content_element.box.left .text {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .content_element.box.left .text {
    padding: 15px 15px 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#news,
#downloads,
#themen_downloads {
  padding: 60px 0;
}

#news.grey,
#downloads.grey,
#themen_downloads.grey {
  background: #eeeeee;
}

#news .section_title,
#downloads .section_title,
#themen_downloads .section_title {
  text-align: center;
}

#news .swiper-container,
#downloads .swiper-container,
#themen_downloads .swiper-container {
  padding-bottom: 30px;
}

#news .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
#downloads .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
#themen_downloads .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #59b948;
}

#news .wrapper,
#downloads .wrapper,
#themen_downloads .wrapper {
  position: relative;
}

#news .swiper-button-next,
#downloads .swiper-button-next,
#themen_downloads .swiper-button-next {
  right: -35px;
}

#news .swiper-button-next::after,
#downloads .swiper-button-next::after,
#themen_downloads .swiper-button-next::after {
  color: #59b948;
}

@media (max-width: 1780px) {
  #news .swiper-button-next,
  #downloads .swiper-button-next,
  #themen_downloads .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 640px) {
  #news .swiper-button-next,
  #downloads .swiper-button-next,
  #themen_downloads .swiper-button-next {
    display: none;
  }
}

#news .swiper-button-prev,
#downloads .swiper-button-prev,
#themen_downloads .swiper-button-prev {
  left: -35px;
}

#news .swiper-button-prev::after,
#downloads .swiper-button-prev::after,
#themen_downloads .swiper-button-prev::after {
  color: #59b948;
}

@media (max-width: 1780px) {
  #news .swiper-button-prev,
  #downloads .swiper-button-prev,
  #themen_downloads .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 640px) {
  #news .swiper-button-prev,
  #downloads .swiper-button-prev,
  #themen_downloads .swiper-button-prev {
    display: none;
  }
}

#news .news_container,
#downloads .news_container,
#themen_downloads .news_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 640px) {
  #news .news_container,
  #downloads .news_container,
  #themen_downloads .news_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#news .news_container.swiper-wrapper,
#downloads .news_container.swiper-wrapper,
#themen_downloads .news_container.swiper-wrapper {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

#news .news_container .news_item,
#downloads .news_container .news_item,
#themen_downloads .news_container .news_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1.16vw);
          flex: 0 0 calc(25% - 1.16vw);
  margin: calc(1.74vw / 2);
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

#news .news_container .news_item:nth-child(2n+4),
#downloads .news_container .news_item:nth-child(2n+4),
#themen_downloads .news_container .news_item:nth-child(2n+4) {
  margin-right: 0;
}

#news .news_container .news_item:nth-child(4n+1),
#downloads .news_container .news_item:nth-child(4n+1),
#themen_downloads .news_container .news_item:nth-child(4n+1) {
  margin-left: 0;
}

@media (min-width: 1720px) {
  #news .news_container .news_item,
  #downloads .news_container .news_item,
  #themen_downloads .news_container .news_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
    margin: 15px;
  }
}

@media (max-width: 1719px) {
  #news .news_container .news_item,
  #downloads .news_container .news_item,
  #themen_downloads .news_container .news_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 24px);
            flex: 0 0 calc(25% - 24px);
    margin: 12px;
  }
}

#news .news_container .news_item:first-child,
#downloads .news_container .news_item:first-child,
#themen_downloads .news_container .news_item:first-child {
  margin-left: 0;
}

#news .news_container .news_item:last-child,
#downloads .news_container .news_item:last-child,
#themen_downloads .news_container .news_item:last-child {
  margin-right: 0;
}

@media (max-width: 1110px) {
  #news .news_container .news_item,
  #downloads .news_container .news_item,
  #themen_downloads .news_container .news_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.16vw);
            flex: 0 0 calc(50% - 1.16vw);
    margin: calc(1.74vw / 2);
    margin-bottom: 1.74vw;
  }
  #news .news_container .news_item:nth-child(2n+2),
  #downloads .news_container .news_item:nth-child(2n+2),
  #themen_downloads .news_container .news_item:nth-child(2n+2) {
    margin-right: 0;
  }
  #news .news_container .news_item:nth-child(2n+1),
  #downloads .news_container .news_item:nth-child(2n+1),
  #themen_downloads .news_container .news_item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  #news .news_container .news_item,
  #downloads .news_container .news_item,
  #themen_downloads .news_container .news_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    margin: 0 0 15px;
  }
}

#news .news_container .news_item .image,
#downloads .news_container .news_item .image,
#themen_downloads .news_container .news_item .image {
  position: relative;
  z-index: 2;
}

#news .news_container .news_item .image img,
#downloads .news_container .news_item .image img,
#themen_downloads .news_container .news_item .image img {
  width: 100%;
  display: block;
}

#news .news_container .news_item .date a,
#downloads .news_container .news_item .date a,
#themen_downloads .news_container .news_item .date a {
  font-family: 'gbold', secondarybold;
  font-size: 14px;
  color: #818285;
  display: block;
  margin: 30px 30px 0;
}

@media (max-width: 1110px) {
  #news .news_container .news_item .date a,
  #downloads .news_container .news_item .date a,
  #themen_downloads .news_container .news_item .date a {
    margin: 20px 20px 0;
  }
}

@media (max-width: 640px) {
  #news .news_container .news_item .date a,
  #downloads .news_container .news_item .date a,
  #themen_downloads .news_container .news_item .date a {
    margin: 15px 15px 0 0;
  }
}

#news .news_container .news_item .date p,
#downloads .news_container .news_item .date p,
#themen_downloads .news_container .news_item .date p {
  font-family: 'gbold', secondarybold;
  font-size: 14px;
  color: #818285;
  display: block;
  margin: 0 30px 30px;
}

@media (max-width: 1110px) {
  #news .news_container .news_item .date p,
  #downloads .news_container .news_item .date p,
  #themen_downloads .news_container .news_item .date p {
    margin: 0 20px 20px;
  }
}

@media (max-width: 640px) {
  #news .news_container .news_item .date p,
  #downloads .news_container .news_item .date p,
  #themen_downloads .news_container .news_item .date p {
    margin: 0 15px 15px;
  }
}

#news .news_container .news_item h2,
#downloads .news_container .news_item h2,
#themen_downloads .news_container .news_item h2 {
  margin: 15px 30px;
}

#news .news_container .news_item h2 a,
#downloads .news_container .news_item h2 a,
#themen_downloads .news_container .news_item h2 a {
  font-size: 22px;
  color: #000;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1340px) {
  #news .news_container .news_item h2 a,
  #downloads .news_container .news_item h2 a,
  #themen_downloads .news_container .news_item h2 a {
    font-size: 20px;
  }
}

@media (max-width: 1110px) {
  #news .news_container .news_item h2,
  #downloads .news_container .news_item h2,
  #themen_downloads .news_container .news_item h2 {
    margin: 15px 20px;
  }
}

@media (max-width: 640px) {
  #news .news_container .news_item h2,
  #downloads .news_container .news_item h2,
  #themen_downloads .news_container .news_item h2 {
    margin: 15px 15px;
  }
}

#news .news_container .news_item .summary,
#downloads .news_container .news_item .summary,
#themen_downloads .news_container .news_item .summary {
  margin: 0 30px 30px;
}

@media (max-width: 1110px) {
  #news .news_container .news_item .summary,
  #downloads .news_container .news_item .summary,
  #themen_downloads .news_container .news_item .summary {
    margin: 0 20px 20px;
  }
}

@media (max-width: 640px) {
  #news .news_container .news_item .summary,
  #downloads .news_container .news_item .summary,
  #themen_downloads .news_container .news_item .summary {
    margin: 0 15px 15px;
  }
}

#news .news_container .news_item .btn,
#downloads .news_container .news_item .btn,
#themen_downloads .news_container .news_item .btn {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 640px) {
  #news .news_container .news_item .btn,
  #downloads .news_container .news_item .btn,
  #themen_downloads .news_container .news_item .btn {
    visibility: visible;
    position: relative;
    opacity: 1;
  }
}

#news .news_container .news_item:before,
#downloads .news_container .news_item:before,
#themen_downloads .news_container .news_item:before {
  content: '';
  top: -10px;
  background: #59b948;
  position: absolute;
  height: 10px;
  width: 100%;
  z-index: 1;
}

#news .news_container .news_item:hover .btn,
#downloads .news_container .news_item:hover .btn,
#themen_downloads .news_container .news_item:hover .btn {
  visibility: visible;
  opacity: 1;
}

#news .news_container .swiper-slide,
#downloads .news_container .swiper-slide,
#themen_downloads .news_container .swiper-slide {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  height: auto;
  margin-bottom: 20px;
}

#news .news_container .swiper-slide .news_item,
#downloads .news_container .swiper-slide .news_item,
#themen_downloads .news_container .swiper-slide .news_item {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-top: 10px;
  text-align: left;
}

#news .news_container .swiper-slide .news_item .date a,
#downloads .news_container .swiper-slide .news_item .date a,
#themen_downloads .news_container .swiper-slide .news_item .date a {
  margin: 30px 30px 0 0;
}

#news .news_container .swiper-slide .news_item::before,
#downloads .news_container .swiper-slide .news_item::before,
#themen_downloads .news_container .swiper-slide .news_item::before {
  z-index: 3;
  left: 0;
  top: 0;
}

#downloads.wrapper {
  max-width: 72.28vw;
  margin: 0 auto;
  padding: 3vw 0;
}

@media (max-width: 640px) {
  #downloads.wrapper {
    max-width: 100%;
    padding: 0;
  }
}

#downloads .news_container .news_item {
  padding-bottom: 90px;
}

@media (max-width: 640px) {
  #downloads .news_container .news_item {
    padding-bottom: 0;
  }
}

#downloads .news_container .news_item .btn {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 640px) {
  #downloads .news_container .news_item .btn {
    visibility: visible;
    position: relative;
    opacity: 1;
  }
}

#themen_downloads {
  padding: 60px 0;
}

#themen_downloads .news_container .news_item:nth-child(3n) {
  margin-left: 0;
}

#themen_downloads .news_container .news_item:nth-child(2n) {
  margin-right: 0;
}

#themen_downloads .news_container .news_item:nth-child(4n) {
  margin-left: 0;
}

#themen_downloads .news_container .news_item .btn {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 640px) {
  #themen_downloads .news_container .news_item .btn {
    visibility: visible;
    position: relative;
    opacity: 1;
  }
}

#themen_downloads .downloads_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 640px) {
  #themen_downloads .downloads_container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}

#themen_downloads .download_item {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(51% - 30px) !important;
          flex: 0 0 calc(51% - 30px) !important;
  padding-bottom: 90px;
}

@media (max-width: 640px) {
  #themen_downloads .download_item {
    padding-bottom: 0;
  }
}

#themen_downloads .themen_description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 30px);
          flex: 0 0 calc(40% - 30px);
  margin-right: 30px;
}

@media (max-width: 640px) {
  #themen_downloads .themen_description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

#themen_downloads .themen_description h2 {
  font-size: 30px;
  margin: 16px 0 30px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1110px) {
  #themen_downloads .themen_description h2 {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  #themen_downloads .themen_description h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

#themen_downloads .themen_description p {
  line-height: 1.6;
}

#themen_downloads .themen_description h3 {
  color: #818285;
  font-size-adjust: 24px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1110px) {
  #themen_downloads .themen_description h3 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #themen_downloads .themen_description h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#themen_downloads .themen_description a {
  color: #59b948;
  font-family: 'gbold', secondarybold;
  text-decoration: underline;
}

#themen_downloads .themen_description ul {
  margin: 30px 0;
}

#themen_downloads .themen_description ul li {
  margin-bottom: 10px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 640px) {
  #themen_downloads .themen_description ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

#themen_downloads .themen_description ul li:before {
  content: '';
  background: url(../img/bullet.jpg) no-repeat center center;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 11px;
}

@media (max-width: 640px) {
  #themen_downloads .themen_description ul li:before {
    top: 8px;
  }
}

@media (max-width: 1800px) {
  #downloads,
  #themen_downloads {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}

@media (max-width: 1110px) {
  #downloads,
  #themen_downloads {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  #downloads .download_item,
  #themen_downloads .download_item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 20px) !important;
            flex: 0 0 calc(50% - 20px) !important;
    margin-left: 0 !important;
    margin-right: 20px;
  }
  #downloads .download_item:last-child,
  #themen_downloads .download_item:last-child {
    margin-right: 0;
  }
  #downloads .themen_description,
  #themen_downloads .themen_description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-bottom: 30px;
  }
}

@media (max-width: 640px) {
  #downloads,
  #themen_downloads {
    margin-bottom: 20px;
  }
  #downloads .download_item,
  #themen_downloads .download_item {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 auto !important;
            flex: 1 0 auto !important;
    margin-left: 0;
    margin-right: 0;
  }
}

#campagne {
  background: #eeeeee;
  padding: 60px 0;
}

#campagne .campagne_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#campagne .campagne_container .campagne_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1.16vw);
          flex: 0 0 calc(25% - 1.16vw);
  margin: calc(1.74vw / 2);
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

#campagne .campagne_container .campagne_item:nth-child(4n+1) {
  margin-left: 0;
}

@media (min-width: 1720px) {
  #campagne .campagne_container .campagne_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
    margin: 15px;
  }
}

@media (max-width: 1719px) {
  #campagne .campagne_container .campagne_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 24px);
            flex: 0 0 calc(25% - 24px);
    margin: 12px;
  }
}

#campagne .campagne_container .campagne_item:first-child {
  margin-left: 0;
}

#campagne .campagne_container .campagne_item:last-child {
  margin-right: 0;
}

#campagne .campagne_container .campagne_item img {
  width: 100%;
}

#campagne .campagne_container .campagne_item .summary {
  margin: 20px 20px 15px;
}

@media (max-width: 640px) {
  #campagne .campagne_container .campagne_item .summary {
    margin: 15px 15px 10px;
  }
}

@media (max-width: 1110px) {
  #campagne .campagne_container .campagne_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.16vw);
            flex: 0 0 calc(50% - 1.16vw);
    margin: calc(1.74vw / 2);
    margin-bottom: 1.74vw;
  }
  #campagne .campagne_container .campagne_item:nth-child(2n+2) {
    margin-right: 0;
  }
  #campagne .campagne_container .campagne_item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  #campagne .campagne_container .campagne_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    margin: 0 0 15px;
  }
}

#petition {
  background-size: cover !important;
  min-height: 500px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

#petition .subtitle {
  color: #eeeeee;
}

#petition .info_text {
  max-width: 450px;
}

#petition .btn {
  padding-right: 100px;
  padding-left: 100px;
}

@media (max-width: 640px) {
  #petition .btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.floating_box {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .floating_box {
    padding-bottom: 0;
  }
}

.floating_box h2 {
  font-size: 22px;
  color: #000;
  font-family: 'gbold', secondarybold;
  padding: 30px;
}

@media (max-width: 1110px) {
  .floating_box h2 {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .floating_box h2 {
    padding: 15px;
  }
}

.floating_box p {
  margin: 0 30px 30px;
}

@media (max-width: 1110px) {
  .floating_box p {
    margin: 0 20px 20px;
  }
}

@media (max-width: 640px) {
  .floating_box p {
    margin: 0 15px 15px;
  }
}

.floating_box .btn {
  display: block;
  margin-top: 30px;
}

#about {
  background: #eeeeee;
  padding: 60px 0 160px;
}

@media (max-width: 1110px) {
  #about {
    padding-bottom: 20px;
  }
}

#about .alignment_box {
  position: relative;
  padding-top: 57px;
}

@media (max-width: 1110px) {
  #about .alignment_box {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#about .floating_box {
  width: 27.67vw;
  max-width: 470px;
}

@media (max-width: 1440px) {
  #about .floating_box {
    width: 36.67vw;
    max-width: 950px;
  }
}

@media (max-width: 1110px) {
  #about .floating_box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  #about .text {
    -webkit-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 1300px) {
  #about .text {
    -webkit-columns: 1;
            columns: 1;
  }
}

#about .bg_box {
  width: 82.26vw;
  min-height: 500px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1280px;
}

@media (max-width: 1110px) {
  #about .bg_box {
    width: 100%;
    min-height: 200px;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#whatisgreengas {
  background: #eeeeee;
  padding: 60px 0 100px;
}

@media (max-width: 1110px) {
  #whatisgreengas {
    padding-bottom: 50px;
  }
}

#whatisgreengas .wrapper {
  position: relative;
}

@media (max-width: 1110px) {
  #whatisgreengas .alignment_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#whatisgreengas .floating_box {
  width: 55.87vw;
  padding-bottom: 30px;
  max-width: 950px;
}

@media (max-width: 1110px) {
  #whatisgreengas .floating_box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  #whatisgreengas .floating_box {
    padding-bottom: 20px;
  }
}

#whatisgreengas .bg_box {
  width: 55.87vw;
  min-height: 760px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1024px;
}

@media (max-width: 1110px) {
  #whatisgreengas .bg_box {
    background-size: 100% !important;
    min-height: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    position: relative;
  }
}

#whatisgreengas .text {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 0;
          column-gap: 0;
}

@media (max-width: 1440px) {
  #whatisgreengas .text {
    -webkit-columns: 1;
            columns: 1;
  }
}

@media (max-width: 1100px) {
  #whatisgreengas .text {
    -webkit-columns: 2;
            columns: 2;
  }
}

@media (max-width: 640px) {
  #whatisgreengas .text {
    -webkit-columns: 1;
            columns: 1;
  }
}

#whatisgreengas .btn {
  margin: 30px 30px 0;
  display: inline-block;
}

@media (max-width: 640px) {
  #whatisgreengas .btn {
    margin: 15px;
  }
}

#whatisgreengas .link {
  font-family: 'gbold', secondarybold;
  color: #59b948;
  margin: 20px 30px;
  text-decoration: underline;
}

@media (max-width: 1110px) {
  #whatisgreengas .link {
    margin: 20px;
  }
}

@media (max-width: 640px) {
  #whatisgreengas .link {
    margin: 0 15px;
  }
}

.subpage_hero {
  height: 500px;
  background-size: cover !important;
}

@media (max-width: 640px) {
  .subpage_hero {
    height: 300px;
  }
}

.blog-entry {
  max-width: 72.28vw;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .blog-entry {
    max-width: 100%;
    padding: 0;
  }
}

.dnadesign__elemental__models__elementcontent.grey {
  background: #eeeeee;
}

.dnadesign__elemental__models__elementcontent .content-element__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 3vw 0;
}

@media (min-width: 1680px) {
  .dnadesign__elemental__models__elementcontent .content-element__content {
    padding: 40px 0;
  }
}

@media (max-width: 990px) {
  .dnadesign__elemental__models__elementcontent .content-element__content {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementcontent .content-element__content {
    max-width: 100%;
    padding: 15px;
  }
}

.dnadesign__elemental__models__elementcontent .content-element__content.pos_1 {
  padding-top: 0;
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementcontent .content-element__content iframe {
    max-width: 100%;
  }
}

.dnadesign__elemental__models__elementcontent .content-element__content img.image {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.dnadesign__elemental__models__elementcontent .content-element__content img.image.center {
  text-align: center;
  margin: 0 auto;
}

.dnadesign__elemental__models__elementcontent .content-element__content h2 {
  font-size: 30px;
  margin: 16px 0 30px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementcontent .content-element__content h2 {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementcontent .content-element__content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.dnadesign__elemental__models__elementcontent .content-element__content h3 {
  color: #818285;
  font-size-adjust: 24px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementcontent .content-element__content h3 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementcontent .content-element__content h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.dnadesign__elemental__models__elementcontent .content-element__content p {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementcontent .content-element__content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.dnadesign__elemental__models__elementcontent .content-element__content a {
  color: #59b948;
  font-family: 'gbold', secondarybold;
  text-decoration: underline;
}

.dnadesign__elemental__models__elementcontent .content-element__content ul {
  margin: 30px 0;
}

.dnadesign__elemental__models__elementcontent .content-element__content ul li {
  margin-bottom: 10px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementcontent .content-element__content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

.dnadesign__elemental__models__elementcontent .content-element__content ul li:before {
  content: '';
  background: url(../img/bullet.jpg) no-repeat center center;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 11px;
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementcontent .content-element__content ul li:before {
    top: 8px;
  }
}

#mobile_menu_trigger {
  height: 70px;
  width: 70px;
  display: none;
  cursor: pointer;
  margin-right: 0;
  background-size: 100%;
  overflow: hidden;
  margin-top: 38px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 1120px) {
  #mobile_menu_trigger {
    display: block;
  }
}

@media (max-width: 640px) {
  #mobile_menu_trigger {
    margin-top: 0;
    height: 70px;
    width: 70px;
  }
}

#mobile_menu_trigger span {
  background: url(../img/icon_burger.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.image.center,
.captionImage.center {
  margin: 0 auto;
}

#menu_wrapper {
  width: 50%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.9s cubic-bezier(1, 0.02, 0.38, 0.96);
  transition: all 0.9s cubic-bezier(1, 0.02, 0.38, 0.96);
  z-index: 100;
  background: #59b948;
  overflow: scroll;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menu_wrapper.loaded {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 640px) {
  #menu_wrapper {
    width: 100%;
  }
}

#menu_wrapper .close {
  right: 16px;
  top: 12px;
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 10;
  cursor: pointer;
}

#menu_wrapper .close::before {
  height: 2px;
  width: 18px;
  background: #fff;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 15px;
  top: 20px;
}

#menu_wrapper .close::after {
  height: 2px;
  width: 18px;
  background: #fff;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 15px;
  top: 20px;
}

#menu_wrapper ul {
  margin: 5vw 0;
  padding: 0 30px;
}

@media (min-width: 1680px) {
  #menu_wrapper ul {
    margin: 40px 0;
  }
}

#menu_wrapper ul li {
  margin-bottom: 10px;
  text-align: left;
}

#menu_wrapper ul li a {
  font-size: 29px;
  line-height: 1.5;
  font-family: 'g', secondarylight;
  color: #fff;
  position: relative;
}

#menu_wrapper ul li .mobile_secondlevel {
  padding: 0;
}

#menu_wrapper ul li .mobile_secondlevel li {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#menu_wrapper ul li .mobile_secondlevel li a {
  font-size: 20px;
}

.overlay.loaded::after {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  opacity: 1;
  z-index: 19;
}

.overlay::after {
  content: '';
  opacity: 0;
}

.element.grey {
  background: #eeeeee;
}

.element.grey #testimonials {
  background: #f6f6f6 url(../img/testimonials_comp.png) no-repeat 23% center;
  background-blend-mode: multiply;
}

#social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f6f6f6;
}

@media (max-width: 1110px) {
  #social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #social .follow_us_box {
    text-align: center;
    width: 100%;
  }
}

#social .follow_us_box {
  padding-left: calc((100% - 1620px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#social .follow_us_box .section_title {
  font-size: 30px;
}

@media (max-width: 1680px) {
  #social .follow_us_box {
    padding: 0 30px 30px;
  }
}

@media (max-width: 1024px) {
  #social .follow_us_box {
    padding: 0 20px 30px;
  }
}

@media (max-width: 640px) {
  #social .follow_us_box {
    padding: 0 15px 20px;
  }
}

#social .follow_us_box a {
  color: #59b948;
  font-family: 'gbold', secondarybold;
  text-decoration: underline;
}

#social .insta_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

@media (max-width: 640px) {
  #social .insta_block {
    margin: 0;
  }
}

#social .insta_item {
  max-width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#social .insta_item a {
  display: block;
}

#social .insta_item a img {
  display: block;
  width: 100%;
}

.Blog #news .news_container .news_item:nth-child(2n+4) {
  margin-right: 15px;
}

.Blog #news .news_container .news_item .date a {
  margin-left: 0;
}

.BlogPost .footer {
  margin-top: 70px;
}

@media (max-width: 640px) {
  .BlogPost .footer {
    margin-top: 20px;
  }
}

#footer_bottom {
  background: #262626;
  padding: 40px 0;
  font-size: 14px;
}

#footer_bottom .bottom_content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer_bottom .bottom_content .bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

@media (max-width: 640px) {
  #footer_bottom .bottom_content .bottom_right .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #footer_bottom .bottom_content .bottom_right .holder .text {
    margin-bottom: 20px;
  }
}

@media (max-width: 1110px) {
  #footer_bottom .bottom_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#footer_bottom a {
  color: #fff;
}

#footer_bottom #footer_logo {
  background: url(../img/logo.svg) no-repeat center center;
  background-size: 100%;
  width: 127px;
  height: 127px;
}

#footer_bottom #footer_nav {
  padding-left: 30px;
}

#footer_bottom #footer_nav li {
  margin-bottom: 10px;
}

#footer_bottom #footer_nav li a {
  font-size: 15px;
  font-family: 'gbold', secondarybold;
  white-space: nowrap;
}

@media (max-width: 1110px) {
  #footer_bottom .bottom_right {
    margin-top: 30px;
    width: 100%;
  }
}

#footer_bottom .bottom_right .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  #footer_bottom .bottom_right .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#footer_bottom .bottom_right .logos a {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 640px) {
  #footer_bottom .bottom_right .logos a {
    margin-left: 0;
  }
}

#footer_bottom .bottom_right .logos img {
  max-width: 190px;
}

#footer_bottom .bottom_right .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer_bottom .bottom_right .holder ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  #footer_bottom .bottom_right .holder ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
}

#footer_bottom .bottom_right .holder ul li {
  padding-left: 30px;
}

@media (max-width: 1110px) {
  #footer_bottom .bottom_right .holder ul li {
    padding-left: 0;
    padding-right: 20px;
  }
}

#footer_bottom .bottom_right .holder .text {
  padding-left: 30px;
}

@media (max-width: 1110px) {
  #footer_bottom .bottom_right .holder .text {
    padding-left: 0;
  }
}

#footer_bottom .bottom_right .holder .text p {
  line-height: 1.6;
}

#footer_bottom .bottom_right .holder.contacts {
  margin-top: 30px;
}

@media (max-width: 640px) {
  #footer_bottom .bottom_right .holder.contacts ul {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

#footer_bottom .bottom_right .holder.contacts li {
  white-space: nowrap;
}

#footer_bottom .bottom_right .holder.contacts li a {
  line-height: 37px;
  display: inline-block;
}

#footer_bottom .bottom_right .holder.contacts li.footer_address a {
  background: url(../img/icon_marker.svg) no-repeat center left;
  background-size: 37px;
  padding-left: 45px;
}

#footer_bottom .bottom_right .holder.contacts li.footer_fb a {
  background: url(../img/fbicon.png) no-repeat center left;
  background-size: 37px;
  padding-left: 25px;
}

#footer_bottom .bottom_right .holder.contacts li.footer_insta a {
  background: url(../img/icon_insta.svg) no-repeat center left;
  background-size: 37px;
  width: 37px;
  height: 37px;
  display: inline-block;
}

#footer_bottom .bottom_right .holder.contacts li.footer_phone a {
  background: url(../img/icon_phone.svg) no-repeat center left;
  padding-left: 45px;
  background-size: 37px;
}

#footer_bottom .bottom_right .holder.contacts li.footer_mail a:first-child {
  background: url(../img/icon_mail.svg) no-repeat center left;
  padding-left: 45px;
  background-size: 37px;
}

#footer_bottom .bottom_right .holder.contacts li.footer_fb a {
  background: url(../img/icon_fb.svg) no-repeat center center;
  background-size: 33px;
  width: 37px;
  height: 37px;
  display: inline-block;
}

#footer_bottom .bottom_right .holder.contacts li.footer_li a {
  background: url(../img/icon_li.svg) no-repeat center left;
  background-size: 37px;
  width: 37px;
  height: 37px;
  display: inline-block;
}

#footer_bottom .petition_stamp {
  width: 118px;
  height: 118px;
}

#footer_bottom .petition_stamp img {
  display: block;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#testimonials {
  background: #fff url(../img/testimonials_comp.png) no-repeat 23% center;
  padding: 120px 0;
  text-align: center;
  font-size: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 640px) {
  #testimonials {
    font-size: 18px;
    padding: 40px 0;
  }
}

#testimonials .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#testimonials .testimonial_text {
  max-width: 800px;
  margin: 0 auto;
}

#testimonials .testimonial_text p {
  font-family: 'g', secondarylight;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  #testimonials .testimonial_text {
    font-size: 18px;
    padding: 0 40px;
  }
  #testimonials .testimonial_text p {
    font-size: 15px;
    padding: 0 19px;
  }
}

#testimonials .testimonial_title {
  font-size: 18px;
  font-family: 'gbold', secondarybold;
  color: #59b948;
  margin-top: 20px;
  padding: 0 50px;
}

@media (max-width: 640px) {
  #testimonials .testimonial_title {
    font-size: 14px;
  }
}

#testimonials .swiper-button-next, #testimonials .swiper-button-prev {
  width: 115px;
  height: 115px;
  top: 50%;
  -webkit-transform: translateY(-28%);
          transform: translateY(-28%);
}

@media (max-width: 640px) {
  #testimonials .swiper-button-next, #testimonials .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-28%);
            transform: translateY(-28%);
  }
}

#testimonials .swiper-button-next:after, #testimonials .swiper-button-prev:after {
  content: "" !important;
}

#testimonials .swiper-button-next {
  background: url(../img/arrow_right.png) no-repeat;
  background-size: 100%;
}

#testimonials .swiper-button-prev {
  background: url(../img/arrow_left.png) no-repeat;
  background-size: 100%;
}

#form_holder {
  padding: 60px 0;
  background: #eeeeee;
}

#form_holder #form {
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

@media (max-width: 840px) {
  #form_holder #form {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100% - 40px);
    margin: 0 20px 30px;
    padding: 20px;
  }
}

@media (max-width: 640px) {
  #form_holder #form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 0 15px 18px;
    padding: 15px;
  }
}

#form_holder #form h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 50rem;
  padding: 30px 0 30px;
  font-size: 44px;
  font-family: 'gbold', secondarybold;
}

@media (max-width: 640px) {
  #form_holder #form h2 {
    font-size: 30px;
    padding: 30px 0 15px;
  }
}

#form_holder #form .info_text {
  text-align: center;
  margin-bottom: 30px;
}

.btn-toolbar .action {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='text'], input[type='email'] {
  font-family: 'g', secondarylight;
  display: block;
  background: #eee;
  border: 1px solid #ccc;
  font-weight: 400;
  border-radius: 0;
  padding: 12px 48px 11px 12px;
  font-size: 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  min-height: 30px;
  margin-bottom: 3px;
}

textarea {
  font-weight: 400;
  border-radius: 0;
  padding: 12px 48px 11px 12px;
  font-size: 18px;
  width: 100%;
  background: #eee;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearer2, .clearer {
  margin-bottom: 20px;
}

.sicherheitsnotice {
  font-size: 14px;
  margin-bottom: 20px;
}

.CompositeField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.CompositeField .half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.CompositeField .field {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .CompositeField {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .CompositeField .half {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
  .CompositeField .field {
    margin-bottom: 20px;
  }
}

.field {
  margin-bottom: 20px;
}

.action {
  display: inline-block;
  margin-top: 20px;
  padding: 30px 70px;
}

@media (max-width: 640px) {
  .action {
    padding: 17px 40px;
    margin-top: 10px;
  }
}

.dnadesign__elemental__models__elementnewsletter {
  background: #fff;
  padding-bottom: 3vw;
}

@media (min-width: 1680px) {
  .dnadesign__elemental__models__elementnewsletter {
    padding-bottom: 40px;
  }
}

.dnadesign__elemental__models__elementnewsletter .info_text {
  padding-bottom: 0;
}

.rights {
  font-size: 14px;
}

.rights a {
  color: #59b948;
  font-size: 14px;
  text-decoration: underline;
}

.prevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  margin: 30px 0;
}

@media (max-width: 640px) {
  .prevnext {
    margin: 15px 0;
    padding: 0 15px;
  }
}

#Form_QuizForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 30px;
}

@media (max-width: 640px) {
  #Form_QuizForm {
    margin: 0 20px 30px;
    padding: 20px 0;
    width: calc(100% - 40px);
  }
}

#Form_QuizForm .CompositeField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#Form_QuizForm .CompositeField#Form_QuizForm_section1_Holder, #Form_QuizForm .CompositeField#Form_QuizForm_section2_Holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

@media (max-width: 640px) {
  #Form_QuizForm .CompositeField#Form_QuizForm_section1_Holder, #Form_QuizForm .CompositeField#Form_QuizForm_section2_Holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#Form_QuizForm .CompositeField#Form_QuizForm_section1_Holder {
  margin-top: 30px;
}

#Form_QuizForm ul.optionset {
  padding-bottom: 30px;
}

@media (max-width: 640px) {
  #Form_QuizForm ul.optionset li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Form_QuizForm ul.optionset li input {
    position: relative;
    top: 3px;
  }
  #Form_QuizForm ul.optionset li label {
    margin-left: 10px;
  }
}

#Form_QuizForm .clearer {
  font-size: 14px;
}

#Form_QuizForm .question_hint {
  padding-bottom: 45px;
}

#Form_QuizForm .question_label {
  font-family: 'gbold', secondarybold;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  #Form_QuizForm .question_label {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #Form_QuizForm label {
    font-size: 14px;
  }
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total,
.mejs__time-hovered {
  height: 2px !important;
}

.mejs__container {
  width: 100% !important;
}

.mejs__time-total {
  margin-top: 9px !important;
}

.mejs__time-handle {
  left: -5px !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  top: -5px !important;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
  border: none !important;
}

.mejs__time-handle-content {
  top: 0 !important;
  left: 0 !important;
  width: 12px !important;
  height: 12px !important;
}

.mejs__controls:not([style*="display: none"]) {
  background: #54BE37 !important;
}

.align_middle .campagne_container {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.Blog .pagination span {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #59b948;
  padding: 4px;
}

.Blog .pagination a {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 4px;
  color: #59b948;
}

.dnadesign__elemental__models__elementvideo {
  padding: 60px 0 145px;
  position: relative;
}

.dnadesign__elemental__models__elementvideo::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  z-index: -2;
  top: 0;
  left: 0;
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementvideo {
    padding: 50px 0;
  }
}

.dnadesign__elemental__models__elementvideo .wrapper {
  position: relative;
}

.dnadesign__elemental__models__elementvideo .floating_box {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementvideo .floating_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.dnadesign__elemental__models__elementvideo .video_embed {
  position: relative;
  display: block;
  width: 55.87vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.87vw;
          flex: 0 0 55.87vw;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 950px;
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementvideo .video_embed {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .dnadesign__elemental__models__elementvideo .video_embed {
    padding-bottom: 20px;
  }
}

.dnadesign__elemental__models__elementvideo .video_embed::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.dnadesign__elemental__models__elementvideo .video_embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dnadesign__elemental__models__elementvideo .text {
  color: #fff;
}

.dnadesign__elemental__models__elementvideo .text p {
  padding-right: 4vw;
  line-height: 1.4;
}

@media (max-width: 1420px) {
  .dnadesign__elemental__models__elementvideo .text p {
    padding-right: 0;
  }
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementvideo .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementvideo .section_title {
    text-align: center;
    color: #fff;
  }
  .dnadesign__elemental__models__elementvideo .subtitle {
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 30px;
  }
}

.dnadesign__elemental__models__elementvideo .bg_box {
  width: 55.87vw;
  min-height: 760px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1024px;
  z-index: -1;
}

@media (max-width: 1680px) {
  .dnadesign__elemental__models__elementvideo .bg_box {
    min-height: 47vw;
  }
}

@media (max-width: 1280px) {
  .dnadesign__elemental__models__elementvideo .bg_box {
    min-height: 53vw;
  }
}

@media (max-width: 1110px) {
  .dnadesign__elemental__models__elementvideo .bg_box {
    min-height: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    position: absolute;
  }
}
/*# sourceMappingURL=grunesgas_style.css.map */