html {
  overflow-y: scroll;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.66em;
  color: #343636;
  background: #FFF;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.inner-wrapper:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
#header div.mod-languages.advanced-dropdown,
.mm-menu div.mod-languages.advanced-dropdown {
  display: inline-block;
  vertical-align: middle;
}
#header div.mod-languages.advanced-dropdown a.langChoose:link,
#header div.mod-languages.advanced-dropdown a.langChoose:visited,
.mm-menu div.mod-languages.advanced-dropdown a.langChoose:link,
.mm-menu div.mod-languages.advanced-dropdown a.langChoose:visited {
  display: block;
  text-align: center;
  border-radius: 0;
  border-bottom: 2px solid #3fa534;
  background: #094289;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  padding: 0 0.2em;
  margin: 0;
}
#header div.mod-languages.advanced-dropdown a.langChoose:link span.caret,
#header div.mod-languages.advanced-dropdown a.langChoose:visited span.caret,
.mm-menu div.mod-languages.advanced-dropdown a.langChoose:link span.caret,
.mm-menu div.mod-languages.advanced-dropdown a.langChoose:visited span.caret {
  display: none;
}
#header div.mod-languages.advanced-dropdown ul,
.mm-menu div.mod-languages.advanced-dropdown ul {
  background: #094289;
  border: none;
  border-bottom: 2px solid #3fa534;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
#header div.mod-languages.advanced-dropdown ul li,
.mm-menu div.mod-languages.advanced-dropdown ul li {
  margin: 0;
  text-align: center;
  width: 100%;
}
#header div.mod-languages.advanced-dropdown ul li.lang-active,
.mm-menu div.mod-languages.advanced-dropdown ul li.lang-active {
  display: none;
}
#header div.mod-languages.advanced-dropdown ul li a,
.mm-menu div.mod-languages.advanced-dropdown ul li a {
  display: block;
  padding: 0.2em;
  color: #FFF;
  text-decoration: none;
  width: 100%;
}
#header div.mod-languages.advanced-dropdown ul li a:hover,
.mm-menu div.mod-languages.advanced-dropdown ul li a:hover {
  background: #0c59b9;
}
#header div.mod-languages.advanced-dropdown ul li a i,
.mm-menu div.mod-languages.advanced-dropdown ul li a i {
  display: none;
}
#content .timeline {
  max-width: 800px;
  margin: 0 auto;
}
#content .timeline .item h3 {
  color: #FFF;
  font-size: 1.3em;
  background: #3fa534;
  font-weight: 900;
  text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  font-style: italic;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 20px;
}
#content .timeline .item .content .inner-content:after {
  content: '';
  clear: both;
  float: none;
  display: block;
}
#content .timeline .item .content h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.6em;
}
#content .timeline .item .content p {
  text-align: justify;
  line-height: 1.4em;
  margin: 0;
}
#content .timeline .item .content.free img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#content .timeline .item .content.free h4 {
  text-align: center;
}
#content .timeline .item .content.free p {
  position: relative;
  margin-top: 30px;
}
#content .timeline .item .content.free p:before {
  content: '';
  position: absolute;
  display: block;
  background: #094289;
  height: 2px;
  width: 100%;
  left: 0;
  top: -15px;
}
#content .timeline .item .content.free p:after {
  content: '';
  position: absolute;
  display: block;
  background: #777;
  width: 7px;
  height: 7px;
  left: 50%;
  top: -15px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 14px;
  border: 7px solid #f5f5f5;
}
#content .timeline .item .content.free .inner {
  padding: 40px 80px;
  overflow: hidden;
}
#content .timeline .item .content.free.no-content .inner {
  padding: 10px 80px;
}
#content .timeline .item .content.box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#content .timeline .item .content.box h4 {
  text-align: center;
}
#content .timeline .item .content.box p {
  position: relative;
  margin-top: 30px;
}
#content .timeline .item .content.box p:before {
  content: '';
  position: absolute;
  display: block;
  background: #094289;
  height: 2px;
  width: 100%;
  left: 0;
  top: -15px;
}
#content .timeline .item .content.box p:after {
  content: '';
  position: absolute;
  display: block;
  background: #777;
  width: 7px;
  height: 7px;
  left: 50%;
  top: -15px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 14px;
  border: 7px solid #f5f5f5;
}
#content .timeline .item .content.box .inner {
  padding: 40px 80px;
  border: 1px solid #AAA;
  border-top: none;
  overflow: hidden;
}
#content .timeline .item .content.sbs-l {
  position: relative;
}
#content .timeline .item .content.sbs-l:before {
  content: '';
  position: absolute;
  display: block;
  background: #094289;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
}
#content .timeline .item .content.sbs-l:after {
  content: '';
  position: absolute;
  display: block;
  background: #777;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 14px;
  border: 7px solid #f5f5f5;
}
#content .timeline .item .content.sbs-l .inner {
  width: 48%;
  float: right;
}
#content .timeline .item .content.sbs-l img {
  width: 48%;
  float: left;
}
#header .header-actions .custom,
.mm-menu .header-actions .custom {
  vertical-align: middle;
  display: inline-block;
}
#header .header-actions .custom p,
.mm-menu .header-actions .custom p {
  margin: 0;
}
#header .header-actions .custom a,
.mm-menu .header-actions .custom a {
  display: block;
  min-width: 40px;
  text-align: center;
  border-radius: 0;
  border-bottom: 2px solid #3fa534;
  background: #094289;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  padding: 0 0.2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .header-actions .custom a:hover,
.mm-menu .header-actions .custom a:hover {
  background: #0c59b9;
}
#header {
  height: 250px;
  border-bottom: 4px solid #3fa534;
  position: relative;
  padding-top: 45px;
}
#header .mobile-logo {
  display: none;
}
#header .menutoggle {
  display: none;
}
#header .logo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#header .logo:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
#header .logo p {
  margin: 0;
}
#header .header-actions {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
#header .header-actions .wrapper {
  text-align: right;
}
#header .main-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #094289;
  text-transform: uppercase;
  font-size: 1.2em;
}
#header .main-nav a {
  color: inherit;
  text-decoration: none;
}
#header .main-nav > ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  word-spacing: 0;
}
#header .main-nav > ul:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
#header .main-nav > ul > li {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
#header .main-nav > ul > li > a {
  display: block;
  padding: 0.1em 1em;
  border-bottom: 0 solid transparent;
  padding-bottom: 0.76em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .main-nav > ul > li.active > a {
  padding: 0.1em 1em;
  border-bottom: 0.66em solid #3fa534;
  font-weight: 700;
}
#header .main-nav > ul > li:hover > a {
  padding: 0.1em 1em;
  border-bottom: 0.66em solid #3fa534;
}
#header .main-nav > ul > li:hover > ul {
  display: block;
}
#header .main-nav > ul > li > ul {
  display: none;
  padding: 0;
  margin: 0;
  background: rgba(63,165,52,0.8);
  color: #FFF;
  font-size: 0.77em;
  list-style: none;
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 90%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 200px;
  border-top: 2em solid rgba(255,255,255,0.01);
  background-clip: padding-box;
}
#header .main-nav > ul > li > ul:before {
  content: '';
  display: block;
  height: 3em;
  position: absolute;
  left: 0;
  top: -3em;
  width: 100%;
  background: transparent;
  z-index: 100;
}
#header .main-nav > ul > li > ul > li > a {
  display: block;
  padding: 0.4em 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.2em;
}
#header .main-nav > ul > li > ul > li:hover > a {
  background: #3fa534;
}
#header .main-nav > ul > li > ul > li.active > a {
  font-weight: 700;
}
#rokajaxsearch {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
#rokajaxsearch .rokajaxsearch .roksearch-wrapper .inputbox {
  width: 100%;
  -webkit-appearance: none;
  box-shadow: none;
  display: block;
  min-width: 40px;
  text-align: left;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #3fa534;
  background: #094289;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  padding: 0 1em;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#rokajaxsearch .rokajaxsearch .roksearch-wrapper .inputbox:focus {
  background: #0c59b9;
}
#roksearch_results {
  width: 200px;
  z-index: 100;
}
#roksearch_results .roksearch_wrapper1 {
  margin-top: 10px;
  background: #0b4ea1;
  color: #FFF;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
#roksearch_results .roksearch_wrapper1 .roksearch_wrapper2 {
  padding: 20px;
}
#roksearch_results .roksearch_header {
  display: none;
}
#roksearch_results .roksearch_result_wrapper1 {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
#roksearch_results .roksearch_result_wrapper1 a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0 5px;
}
#roksearch_results .roksearch_result_wrapper1 a h3 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.66em;
}
#roksearch_results .roksearch_result_wrapper1 a:hover {
  background: #094289;
}
#roksearch_results .viewall {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #FFF;
  text-decoration: none;
  padding: 0 5px;
}
#feature .tp-bullets.simplebullets.round {
  margin-right: 50px;
}
#feature .tp-bullets.simplebullets.round .bullet {
  background: #FFF;
  opacity: 0.8;
  border-radius: 20px;
  float: none;
  margin: 5px 0;
}
#feature .tp-bullets.simplebullets.round .bullet:hover {
  opacity: 1;
}
#feature .tp-bullets.simplebullets.round .bullet.selected {
  background: transparent;
  border: 4px solid #FFF;
  opacity: 1;
}
#feature .custom {
  height: 300px;
  background: center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#feature .custom p {
  position: absolute;
  left: 70%;
  bottom: 0;
  color: #FFF;
  font-size: 1.3em;
  background: #3fa534;
  font-weight: 900;
  text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  font-style: italic;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
#content {
  background: #f5f5f5;
}
#content .col-2 {
  width: 50%;
  float: left;
}
#content .col-2.left {
  border-right: 1px solid #343636;
  padding-right: 100px;
}
#content .col-2.right {
  padding-left: 100px;
}
#content .inner-wrapper {
  padding: 75px 0;
  padding-top: 35px;
}
#content .jobs .none {
  text-align: center;
  margin-top: 4em;
  font-family: 'Rubik', sans-serif;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 400;
  border: 3px solid rgba(9,66,137,0.85);
  color: #094289;
  padding: 20px 50px;
  text-transform: uppercase;
}
#content .jobs .jobtable {
  margin-top: 4em;
  background: rgba(9,66,137,0.85);
  color: #FFF;
  padding: 20px 50px;
}
#content .jobs .jobtable .job .head {
  position: relative;
  padding: 20px 0;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .jobs .jobtable .job .head:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 0;
  background: #3fa534;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .jobs .jobtable .job .head h2 {
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0;
  color: #FFF;
  text-align: left;
  padding-right: 2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .jobs .jobtable .job .head h2:after {
  display: block;
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .jobs .jobtable .job .content {
  display: none;
  border-bottom: 2px solid rgba(255,255,255,0.3);
}
#content .jobs .jobtable .job .content .actions {
  vertical-align: top;
  float: right;
  font-size: 2em;
  margin-left: 1em;
}
#content .jobs .jobtable .job .content .actions ul.action-items {
  margin: 0;
}
#content .jobs .jobtable .job .content .actions ul.action-items li {
  vertical-align: top;
  display: inline-block;
  padding: 0 0.1em;
}
#content .jobs .jobtable .job .content .actions ul.action-items li:before {
  display: none;
}
#content .jobs .jobtable .job .content .actions a {
  color: inherit;
  text-shadow: 0 0 0 rgba(0,0,0,0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .jobs .jobtable .job .content .actions a:after {
  display: none;
}
#content .jobs .jobtable .job .content .actions a:hover {
  text-shadow: 0 1px 5px rgba(255,255,255,0.8);
}
#content .jobs .jobtable .job .content .description a {
  color: inherit;
  text-decoration: underline;
}
#content .jobs .jobtable .job.active .head {
  border-bottom-color: #3fa534;
}
#content .jobs .jobtable .job.active .head:after {
  height: 10px;
}
#content .jobs .jobtable .job.active .head h2 {
  font-weight: 500;
}
#content .jobs .jobtable .job.active .head h2:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#content .jobs .jobtable .job:last-child .head {
  border: none;
}
#teaser {
  text-align: center;
  padding-bottom: 75px;
  word-spacing: 0;
}
#teaser .teaser-box {
  display: inline-block;
  text-align: justify;
  background: #094289 no-repeat center top;
  background-size: cover;
  border: 5px solid #FFF;
  color: #FFF;
  width: 22%;
  margin: 0 calc(1.5% - 10px);
  height: 340px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
#teaser .teaser-box .content {
  position: absolute;
  border-top: 5px solid #FFF;
  left: 0;
  bottom: -60%;
  width: 100%;
  height: 100%;
  background: #094289;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#teaser .teaser-box .content .headline {
  height: 40%;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 0 solid #3fa534;
}
#teaser .teaser-box .content .headline h6 {
  margin: 0;
  font-size: 1.33em;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#teaser .teaser-box .content .headline:after {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  height: 0;
  bottom: 0;
  background: #3fa534;
}
#teaser .teaser-box .content .description {
  height: 60%;
  padding: 10px 20px;
  font-size: 0.8em;
  line-height: 1.6em;
  overflow-y: auto;
}
#teaser .teaser-box:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.5);
  box-shadow: 0 10px 15px rgba(0,0,0,0.5);
}
#teaser .teaser-box:hover .content {
  bottom: 0;
  border-top: 0;
  background: rgba(9,66,137,0.8);
}
#teaser .teaser-box:hover .content .headline {
  border-bottom: 5px solid #3fa534;
}
#teaser .teaser-box:hover .content .headline:after {
  height: 10px;
}
#teaser .teaser-box:hover .content .headline h6 {
  bottom: 20px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.videos h2 {
  text-align: left;
  margin-bottom: 10px;
}
.videos .video {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.videos .video .playbtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/play_btn.png') no-repeat center;
  background-size: 25% auto;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videos .video:hover .playbtn {
  background-size: 30% auto;
}
.videos .featured .video {
  height: 230px;
  border: 5px solid #FFF;
  background: #3fa534 center no-repeat;
  background-size: cover;
}
.videos .thumbs {
  padding: 20px;
  background: #3fa534;
}
.videos .thumbs .thumb {
  float: left;
  width: 29.33%;
  margin: 0 2%;
}
.videos .thumbs .thumb .video {
  width: 100%;
  height: 70px;
  border: 2px solid #FFF;
  background: #094289 center no-repeat;
  background-size: cover;
}
.videos .thumbs .thumb .video::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9,66,137,0.5);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videos .thumbs .thumb .video .playbtn {
  -webkit-filter: grayscale(100%) brightness(200%);
  -moz-filter: grayscale(100%) brightness(200%);
  -ms-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%);
}
.videos .thumbs .thumb .video:hover .playbtn {
  -webkit-filter: grayscale(0) brightness(100%);
  -moz-filter: grayscale(0) brightness(100%);
  -ms-filter: grayscale(0) brightness(100%);
  filter: grayscale(0) brightness(100%);
}
.videos .thumbs .thumb .video:hover::after {
  background: rgba(9,66,137,0);
}
.videos .thumbs:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#footer {
  background: url('../images/bgpattern.png') center no-repeat #3fa534;
  background-size: cover;
}
#footer #upper-footer {
  padding: 30px 0;
}
#footer #upper-footer .werke {
  text-align: center;
  margin-bottom: 2em;
}
#footer #upper-footer .werke .werk {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 10px 20px;
  border-right: 1px solid #FFF;
}
#footer #upper-footer .werke .werk:last-child {
  border: none;
}
#footer #upper-footer .werke .werk img {
  margin-bottom: 1em;
}
#footer #upper-footer .werke .werk .infos {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #FFF;
}
#footer #upper-footer .werke .werk .infos strong {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: block;
}
#footer #upper-footer .werke .werk .infos a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer #upper-footer .werke .werk .infos a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer #upper-footer .werke .werk .infos a:hover:after {
  width: 100%;
}
#footer #upper-footer .werke .werk .infos p {
  margin: 0;
}
#footer #upper-footer .werke .werk .infos .left {
  width: 50%;
  float: left;
  padding: 0 5px;
  border-right: 1px solid #FFF;
  text-transform: uppercase;
}
#footer #upper-footer .werke .werk .infos .right {
  width: 50%;
  float: left;
  padding: 0 5px;
}
#footer #upper-footer .werke .werk .infos:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#footer #upper-footer .custom {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
#footer #upper-footer .custom p {
  margin: 0;
}
#footer #upper-footer .custom a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer #upper-footer .custom a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer #upper-footer .custom a:hover:after {
  width: 100%;
}
#footer #lower-footer {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 50px;
  background: #094289;
  padding: 0 20px;
  color: #FFF;
  font-size: 1em;
}
#footer #lower-footer:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
#footer #lower-footer .copyright {
  line-height: 50px;
  float: left;
}
#footer #lower-footer .copyright p {
  margin: 0;
}
#footer #lower-footer .right {
  float: right;
}
#footer #lower-footer .right .social {
  display: inline-block;
  line-height: 50px;
}
#footer #lower-footer .right .social .icon {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
#footer #lower-footer .right .footer-nav {
  display: inline-block;
}
#footer #lower-footer .right .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer #lower-footer .right .footer-nav ul li {
  display: inline-block;
  margin: 0 5px;
}
#footer #lower-footer .right .footer-nav ul li a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
#content h1,
#content h2,
.editor h1,
.editor h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #094289;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#content h3,
.editor h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 500;
}
#content p.intro,
.editor p.intro {
  font-style: italic;
  font-weight: 600;
  color: #4d5050;
}
#content .jobs .intro a,
.editor .jobs .intro a {
  position: relative;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
#content .jobs .intro a:after,
.editor .jobs .intro a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  background: #FFF;
  width: 0;
  background: #3fa534;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .jobs .intro a:hover:after,
.editor .jobs .intro a:hover:after {
  width: 100%;
}
#content a.btn,
.editor a.btn {
  display: block;
  border: 5px solid #ececec;
  background: #FFF;
  color: #094289;
  font-family: 'Rubik', sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 0.3em 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content a.btn:hover,
.editor a.btn:hover {
  background: #ececec;
  border-color: #d6d6d6;
  letter-spacing: 1px;
}
#content ul,
.editor ul {
  list-style: none;
  padding: 0;
}
#content ul li,
.editor ul li {
  position: relative;
  padding-left: 1em;
}
#content ul li::before,
.editor ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f0da';
  font-family: FontAwesome;
}
#content .subslider {
  margin: 2em 0;
}
#content .subslider .tabs {
  background: rgba(63,165,52,0.85);
  padding: 10px;
}
#content .subslider .tabs:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}
#content .subslider .tabs .tab {
  display: block;
  float: left;
  width: 33.33%;
}
#content .subslider .tabs .tab .tab-body {
  display: none;
}
#content .subslider .tabs .tab .header a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  height: 4em;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
#content .subslider .tabs .tab .header a:hover {
  background: #3fa534;
}
#content .subslider .tabs .tab .header a span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.2em;
  padding: 10px 20px;
}
#content .subslider .tabs .tab .header.lastrow a {
  border-bottom: none;
}
#content .subslider .tabs .tab.active .header a {
  font-weight: 700;
}
#content .subslider .tabs .tab:nth-child(3n) .header a {
  border-right: none;
}
#content .subslider .body {
  border: 10px solid #FFF;
  background: rgba(9,66,137,0.85);
  padding: 30px 100px;
  color: #FFF;
  text-align: center;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  position: relative;
}
#content .subslider .body .icon {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .subslider .body h3 {
  color: #FFF;
  display: inline-block;
  border-bottom: 10px solid #3fa534;
  margin-bottom: 0;
  padding: 0 1em;
  padding-bottom: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .subslider .body .content {
  margin-top: 0;
  border-top: 4px solid #3fa534;
  text-align: justify;
  padding-top: 1.6em;
  height: 0;
  overflow: hidden;
}
#content .subslider .slides {
  margin: 2em 0;
  position: relative;
  overflow: hidden;
}
#content .subslider .slides .slide {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#content .subslider .slides .slide:first-child {
  display: block;
}
#content .subslider .slides .slide.out .body h3 {
  padding-bottom: 30px;
  border-bottom-width: 0;
}
#content .subslider .slides .slide.out .body .content {
  border-top-width: 0;
}
#content .subslider .slidewrapper {
  position: relative;
}
#content .subslider .slidenav a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #094289;
  font-size: 3em;
  text-decoration: none;
  opacity: 0;
}
#content .subslider .slidenav .left {
  left: -1em;
}
#content .subslider .slidenav .right {
  right: -1em;
}
.item-page a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
.item-page a:hover {
  color: #094289;
}
#content .blog .category-desc {
  margin-bottom: 80px;
}
#content .blog .items-row .item {
  border-bottom: 1px solid #CCC;
  position: relative;
  margin-bottom: 3em;
}
#content .blog .items-row .article-info {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  border: 1px solid #CCC;
  border-bottom: none;
  margin: 0;
  text-align: center;
  color: #3fa534;
  text-transform: uppercase;
}
#content .blog .items-row .article-info .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content .blog .items-row .article-info .day {
  font-size: 4em;
  font-weight: 800;
  line-height: 1.2em;
}
#content .blog .items-row .article-info .date {
  font-size: 1.2em;
  line-height: 1.2em;
}
#content .blog .items-row .page-header,
#content .blog .items-row p {
  padding-left: 25%;
  padding-right: 25%;
}
#content .blog .items-row .readmore {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 0;
}
#content .blog .items-row .readmore a.btn {
  display: block;
  border: none;
  background: #094289;
  color: #FFF;
  font-style: normal;
  font-size: 1em;
  width: 100%;
  padding: 0.5em 1em;
}
#content .blog .items-row .page-header h2 {
  font-size: 1.3em;
  font-weight: 500;
  text-align: left;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 2px solid #094289;
}
#content .blog .items-row .page-header h2 a {
  color: #094289;
  text-transform: uppercase;
  text-decoration: none;
}
.news .item-page {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #3fa534;
  overflow: hidden;
}
.news .item-page div {
  padding: 20px;
}
.news .item-page div p:first-child {
  margin: -20px;
  margin-bottom: 0;
}
#content .item-page .article-info {
  display: none;
}
#content .item-page .page-header {
  display: none;
}
#content .item-page h3 {
  color: #343636;
  font-weight: 500;
  font-size: 1.7em;
  line-height: 1.3em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #3fa534;
  margin: 0 40px;
  margin-bottom: 0.3em;
}
#content .item-page .pager {
  padding: 0 20px;
}
#content .item-page .pager li {
  padding: 0;
}
#content .item-page .pager li::before {
  display: none;
}
#content .item-page .pager li.next {
  float: right;
}
#content .item-page .pager li.prev {
  float: left;
}
#content .item-page .pager:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#content .item-page .pager a {
  display: inline-block;
  border: none;
  background: #094289;
  color: #FFF;
  font-style: normal;
  font-size: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
}
.pagination {
  padding: 0 20px;
  text-align: center;
}
.pagination .counter {
  display: none;
}
.pagination .pagination-start,
.pagination .pagination-end {
  display: none;
}
.pagination li {
  display: inline-block;
  padding: 0;
}
.pagination li::before {
  display: none;
}
.pagination li.next {
  float: right;
}
.pagination li.prev {
  float: left;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
.pagination a {
  display: inline-block;
  border: none;
  background: #094289;
  color: #FFF;
  font-style: normal;
  font-size: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
}
.pagination span {
  display: inline-block;
  border: none;
  background: #CCC;
  color: #FFF;
  font-style: normal;
  font-size: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
}
.mm-menu {
  background: #3fa534;
}
.mm-menu .mm-navbar {
  border: none;
}
.mm-menu .mm-panels > .mm-panel {
  padding: 0 15%;
}
.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
  text-transform: uppercase;
  color: #FFF;
}
.mm-menu .mm-listview > li {
  border-color: #FFF;
}
.mm-menu .mm-listview li.active a {
  font-weight: 800;
}
.mm-menu .mm-listview .mm-next:before {
  display: none;
}
.mm-menu .mm-next:after {
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  content: '+';
  font-size: 2.5em;
  font-weight: 300;
  width: 1em;
  height: 40px;
  line-height: 40px;
  right: 0;
  text-align: center;
  display: block;
}
.mm-menu .mm-prev:before {
  border-color: #FFF;
  width: 10px;
  height: 10px;
}
.mm-menu .mm-navbar .mm-btn:first-child {
  top: 20px;
}
.mm-menu .mm-navbar .mm-btn:last-child {
  top: 20px;
}
.mm-menu .mm-close:after,
.mm-menu .mm-close:before {
  border-color: #FFF;
  width: 10px;
  height: 10px;
}
.mm-menu .mm-close:after {
  right: 32px;
}
.mobile-logo {
  max-height: 75px;
}
.mobile-logo p {
  margin: 0;
  padding: 10px 0;
}
.mobile-logo img {
  height: 50px;
  width: auto;
}
#content .image-slider {
  padding: 0 80px;
}
#content .image-slider .slider {
  width: 100%;
  height: 400px;
  position: relative;
}
#content .image-slider .slider .slides {
  width: 100%;
  height: 100%;
  position: relative;
}
#content .image-slider .slider .slides .image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: no-repeat center;
  background-size: cover;
}
#content .image-slider .slider .slides .image:first-child {
  opacity: 1;
  z-index: 1;
}
#content .image-slider .slider .slides .image:after {
  display: block;
  content: '\f00e';
  font-family: FontAwesome;
  color: #FFF;
  opacity: 0.01;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8,0.8);
  -moz-transform: translateY(-50%) scale(0.8,0.8);
  -ms-transform: translateY(-50%) scale(0.8,0.8);
  -o-transform: translateY(-50%) scale(0.8,0.8);
  transform: translateY(-50%) scale(0.8,0.8);
  width: 100%;
  text-align: center;
  font-size: 6em;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .image-slider .slider .slides .image:hover:after {
  opacity: 0.8;
  -webkit-transform: translateY(-50%) scale(1,1);
  -moz-transform: translateY(-50%) scale(1,1);
  -ms-transform: translateY(-50%) scale(1,1);
  -o-transform: translateY(-50%) scale(1,1);
  transform: translateY(-50%) scale(1,1);
}
#content .image-slider .slider .prev,
#content .image-slider .slider .next {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  color: #FFF;
  background: rgba(9,66,137,0.8);
  text-align: center;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .image-slider .slider .prev i,
#content .image-slider .slider .next i {
  font-size: 3em;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content .image-slider .slider .prev:hover,
#content .image-slider .slider .next:hover {
  width: 50px;
  background: #094289;
}
#content .image-slider .slider .prev {
  left: 0;
}
#content .image-slider .slider .next {
  right: 0;
}
#content .image-slider .content {
  border: 1px solid #3fa534;
  border-top: none;
  overflow: hidden;
  padding: 20px 80px;
}
#content .image-slider .content:first-child {
  margin-top: 0;
}
#content .image-slider .content h2 {
  color: #343636;
  font-weight: 500;
  font-size: 1.7em;
  line-height: 1.3em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #3fa534;
  margin: 0 40px;
  margin-bottom: 0.3em;
}
#content .image-slider .content p {
  text-align: justify;
}
#content .image-slider .content a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .image-slider .content a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 0;
  background: #3fa534;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .image-slider .content a:hover:after {
  width: 100%;
}
iframe {
  max-width: 100%;
}
#content .downloads .item {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 23%;
  margin: 20px 1%;
  float: left;
  position: relative;
}
#content .downloads .item .icon {
  width: 75px;
  height: 75px;
  float: left;
  background: #3fa534 no-repeat center;
  color: #FFF;
  background-size: cover;
  position: relative;
}
#content .downloads .item .icon.pdf {
  background-image: url('../images/pdf.png');
}
#content .downloads .item .icon.other:before {
  display: block;
  font-family: FontAwesome;
  content: '\f016';
  font-size: 3em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content .downloads .item .inner {
  height: 75px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #094289;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 10px;
}
#content .downloads .item .title {
  position: absolute;
  left: 75px;
  right: 0;
  top: 0;
  overflow: hidden;
  background: rgba(9,66,137,0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .downloads .item:hover .title {
  background: #094289;
  color: #FFF;
}
#w357_cpnb #w357_cpnb_inner {
  padding: 0 !important;
}
#w357_cpnb #w357_cpnb_inner #w357_cpnb_message {
  padding: 10px 20px;
}
#w357_cpnb #w357_cpnb_inner a#w357_cpnb_button_more {
  display: none;
}
#w357_cpnb #w357_cpnb_inner a#w357_cpnb_button_ok {
  background: #094289;
  color: #FFF;
  text-shadow: none;
  border: none;
  border-radius: 0;
  height: 100%;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#w357_cpnb #w357_cpnb_inner a#w357_cpnb_button_ok:hover {
  background: #0c59b9;
}
@media (max-width: 1200px) {
  #content .downloads .item {
    width: 31%;
    margin: 20px 1%;
  }
  #content {
    padding: 20px;
  }
  #content .inner-wrapper {
    padding-top: 25px;
  }
  #content .col-2.left {
    padding-right: 20px;
  }
  #content .col-2.right {
    padding-left: 20px;
  }
  #content .image-slider {
    padding: 0 40px;
  }
  #content .image-slider .slider {
    height: 300px;
  }
  #content .image-slider .content {
    padding: 20px 40px;
  }
  #content .subslider .tabs {
    background: none;
    padding: 0;
  }
  #content .subslider .tabs .tab {
    width: 100%;
    float: none;
  }
  #content .subslider .tabs .tab .header {
    background: rgba(63,165,52,0.85);
  }
  #content .subslider .tabs .tab .header a {
    border: none;
    border-bottom: 2px solid #FFF;
  }
  #content .subslider .tabs .tab .header.lastrow a {
    border-bottom: 2px solid #FFF;
  }
  #content .subslider .tabs .tab .tab-body {
    overflow: hidden;
    height: 0;
    display: block;
  }
  #content .subslider .tabs .tab .body {
    padding: 10px;
    border-width: 5px;
    margin: 20px 0;
  }
  #content .subslider .tabs .tab .body .icon {
    max-width: 30%;
  }
  #content .subslider .tabs .tab .body h3 {
    font-size: 1.3em;
    padding-bottom: 10px;
    display: block;
    border: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  #content .subslider .tabs .tab .body .content {
    height: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  #content .subslider .tabs .tab:last-child .header a {
    border-bottom: none;
  }
  #content .subslider .slidewrapper {
    display: none;
  }
  #teaser .teaser-box {
    width: 47%;
  }
  #header {
    padding: 0;
    height: 75px;
    border: none;
    position: relative;
  }
  #header .logo {
    padding: 12px;
  }
  #header .logo img {
    height: 50px;
    width: auto;
  }
  #header .header-actions {
    display: none;
  }
  #header .main-nav {
    display: none;
  }
  #header .menutoggle {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 50px;
    height: 50px;
    background: #3fa534;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 2em;
  }
  #header .menutoggle {
    display: block;
  }
  #footer #upper-footer .werke {
    padding: 0 10px;
  }
  #footer #upper-footer .werke .werk {
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #FFF;
  }
  #footer #lower-footer {
    height: auto;
    padding: 20px;
    text-align: center;
  }
  #footer #lower-footer .copyright {
    line-height: 1.66em;
    float: none;
  }
  #footer #lower-footer .right {
    float: none;
  }
}
@media (max-width: 750px) {
  #content .downloads .item {
    width: 48%;
    margin: 20px 1%;
  }
  #content .timeline .item .content h4 {
    font-size: 1.2em;
    line-height: 1.3em;
  }
  #content .timeline .item .content.free .inner {
    padding: 20px 20px;
  }
  #content .timeline .item .content.free.no-content .inner {
    padding: 10px 20px;
  }
  #content .timeline .item .content.box .inner {
    padding: 20px 20px;
  }
  #content .timeline .item .content.sbs-l:before,
  #content .timeline .item .content.sbs-l:after {
    display: none;
  }
  #content .timeline .item .content.sbs-l h4 {
    text-align: center;
  }
  #content .timeline .item .content.sbs-l .inner {
    width: 100%;
    float: none;
    margin-top: 30px;
    position: relative;
  }
  #content .timeline .item .content.sbs-l .inner:before {
    content: '';
    position: absolute;
    display: block;
    background: #094289;
    height: 2px;
    width: 100%;
    left: 0;
    top: -15px;
  }
  #content .timeline .item .content.sbs-l .inner:after {
    content: '';
    position: absolute;
    display: block;
    background: #777;
    width: 7px;
    height: 7px;
    left: 50%;
    top: -15px;
    margin-left: -9px;
    margin-top: -9px;
    border-radius: 14px;
    border: 7px solid #f5f5f5;
  }
  #content .timeline .item .content.sbs-l img {
    width: 100%;
    float: none;
  }
  #content .blog .items-row .article-info {
    position: relative;
    height: auto;
    width: 100%;
    border: 1px solid #CCC;
    margin: 0;
    text-align: center;
    color: #3fa534;
    text-transform: uppercase;
  }
  #content .blog .items-row .article-info .inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #content .blog .items-row .page-header,
  #content .blog .items-row p {
    padding-left: 0;
    padding-right: 0;
  }
  #content .blog .items-row .readmore {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0;
  }
  #content .blog .items-row .readmore a.btn {
    display: block;
    border: none;
    background: #094289;
    color: #FFF;
    font-style: normal;
    font-size: 1em;
    width: 100%;
    padding: 0.5em 1em;
  }
  #content .blog .items-row .page-header h2 {
    font-size: 1.3em;
    font-weight: 500;
    text-align: left;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    border-bottom: 2px solid #094289;
  }
  #content .blog .items-row .page-header h2 a {
    color: #094289;
    text-transform: uppercase;
    text-decoration: none;
  }
  #feature .custom {
    height: 200px;
    background: center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  #feature .custom p {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    font-size: 1.3em;
    background: #3fa534;
    font-weight: 900;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    font-style: italic;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
  }
  #content {
    padding: 20px;
  }
  #content .inner-wrapper {
    padding: 0;
  }
  #content .col-2 {
    width: 100%;
    float: none;
  }
  #content .col-2.left {
    padding: 0;
    border: none;
    border-bottom: 1px solid #343636;
    padding-bottom: 25px;
  }
  #content .col-2.right {
    padding: 0;
    padding-top: 25px;
  }
  #content .image-slider {
    padding: 0;
  }
  #content .image-slider .slider {
    height: 200px;
  }
  #content .image-slider .content {
    padding: 20px;
  }
  #content .image-slider .content h2 {
    margin-right: 0;
    margin-left: 0;
    font-size: 1.3em;
  }
  #content .image-slider .content li {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  #content .jobs .none {
    text-align: center;
    margin-top: 4em;
    font-family: 'Rubik', sans-serif;
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: 400;
    border: 3px solid rgba(9,66,137,0.85);
    color: #094289;
    padding: 20px 50px;
    text-transform: uppercase;
  }
  #content .jobs .jobtable {
    margin-top: 4em;
    background: rgba(9,66,137,0.85);
    color: #FFF;
    padding: 10px 20px;
  }
  #content .jobs .jobtable .job .head {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #content .jobs .jobtable .job .head:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 0;
    background: #3fa534;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #content .jobs .jobtable .job .head h2 {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
    color: #FFF;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-right: 1.5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #content .jobs .jobtable .job .head h2:after {
    display: block;
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #content .jobs .jobtable .job .content {
    display: none;
    border-bottom: 2px solid rgba(255,255,255,0.3);
  }
  #content .jobs .jobtable .job .content .actions {
    vertical-align: top;
    float: right;
    font-size: 2em;
    margin-left: 1em;
  }
  #content .jobs .jobtable .job .content .actions ul.action-items {
    margin: 0;
  }
  #content .jobs .jobtable .job .content .actions ul.action-items li {
    vertical-align: top;
    display: inline-block;
    padding: 0 0.1em;
  }
  #content .jobs .jobtable .job .content .actions ul.action-items li:before {
    display: none;
  }
  #content .jobs .jobtable .job .content .actions a {
    color: inherit;
    text-shadow: 0 0 0 rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #content .jobs .jobtable .job .content .actions a:after {
    display: none;
  }
  #content .jobs .jobtable .job .content .actions a:hover {
    text-shadow: 0 1px 5px rgba(255,255,255,0.8);
  }
  #content .jobs .jobtable .job.active .head {
    border-bottom-color: #3fa534;
  }
  #content .jobs .jobtable .job.active .head:after {
    height: 10px;
  }
  #content .jobs .jobtable .job.active .head h2 {
    font-weight: 500;
  }
  #content .jobs .jobtable .job.active .head h2:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #content .jobs .jobtable .job:last-child .head {
    border: none;
  }
  #content h1,
  #content h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #094289;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  #content h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500;
  }
  #content p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .videos .featured .video {
    height: 180px;
  }
  .videos .thumbs {
    padding: 10px;
  }
  .videos .thumbs .thumb .video {
    height: 50px;
  }
  #teaser .teaser-box {
    width: 100%;
    margin: 1em 0;
  }
}
@media (max-width: 500px) {
  #content .downloads .item {
    width: 100%;
    margin: 20px 0;
  }
}
