@charset "UTF-8";
/* =============================================================================
 * body
 * ========================================================================== */
body {
  color: #6e6d6d;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500; }

/* =============================================================================
 * logo size
 * ========================================================================== */
.logo {
  width: 150px; }

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */
@media only screen and (max-width: 767px) {
  .logo {
    width: 100px; } }

/* =============================================================================
 * logo
 * ========================================================================== */
.logo {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease; }

.logo a {
  background-image: url(../img/logo.png);
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left; }

/* =============================================================================
 * header-height
 * ========================================================================== */
#header .inside {
  line-height: 78px;
  min-height: 78px; }

#top-wrapper.fixed #header .inside {
  line-height: 63px;
  min-height: 63px; }

/* =============================================================================
 * fix-wrapper
 * ========================================================================== */
#fix-wrapper {
  position: fixed;
  z-index: 1000;
  width: 100%; }

/* =============================================================================
 * header
 * ========================================================================== */
#header {
  width: 100%;
  top: 0px;
  z-index: 1;
  position: relative; }

#top-wrapper #top-wrapper {
  background-color: white; }

#header .inside {
  padding-left: 40px;
  padding-right: 40px;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease; }
  
#header a {
	text-decoration: none;
}

/* =============================================================================
 * contentwrapper
 * ========================================================================== */
#contentwrapper {
  padding-top: 78px;
  background: white; }

/* =============================================================================
 * headlines
 * ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px; }

h1 {
  font-size: 32px;
  padding-top: 0; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 19px; }

h6 {
  font-size: 17px; }

/* =============================================================================
 * page-width + mod_article
 * ========================================================================== */
#top .inside,
#header .inside,
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.autogrid),
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.mod_breadcrumb_inside {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

#main .mod_article.fullwidth,
#main .mod_article.smallwidth {
  max-width: 100%; }

#top .inside,
#header .inside,
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth),
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_bgimage-inside,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.mod_breadcrumb_inside {
  padding-left: 40px;
  padding-right: 40px; }

#main .mod_article {
  margin-top: 100px;
  margin-bottom: 100px; }

#main .mod_article.fullwidth:not(.boxed-content) {
  margin-top: 0;
  margin-bottom: 0; }

/* =============================================================================
 * ce_revolutionslider fullscreen arrow down
 * ========================================================================== */
.ce_revolutionslider #linkToContent {
  position: relative;
  width: 32px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 15px;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100; }

.ce_revolutionslider #linkToContent .wheel {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  left: 0;
  right: 0;
  -webkit-animation: mousewheel 1.7s infinite ease;
  animation: mousewheel 1.7s infinite ease; }

@keyframes mousewheel {
  0% {
    margin-top: 6px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 18px;
    opacity: 0; } }

@-webkit-keyframes mousewheel {
  0% {
    margin-top: 6px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 18px;
    opacity: 0; } }

/* =============================================================================
 * mod_socials
 * ========================================================================== */
#header .mod_socials {
  float: right;
  margin-left: 40px; }

#header .mod_socials .social-icons {
  position: absolute;
  top: 0;
  right: 90px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  margin-right: 30px; }

#header .mod_socials .social-icons.show {
  opacity: 1;
  visibility: visible;
  margin-right: 0; }

#header .mod_socials .social-icons a {
  margin: 0 5px; }

#header .mod_socials .social-icons i {
  padding: 10px 5px;
  width: 33px;
  text-align: center;
  font-size: 15px; }

#header .social-trigger {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  margin-bottom: 1px; }

#header .social-trigger:hover {
  opacity: 0.8;
  cursor: pointer; }

/* =============================================================================
 * top
 * ========================================================================== */
#top-wrapper {
  width: 100%;
  z-index: 1000;
  position: fixed;
  background: white;
  top: 0; }

#top-wrapper.fixed {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }

/* =============================================================================
 * mod_breadcrumb
 * ========================================================================== */
body.hide_breadcrumb .mod_breadcrumb {
  display: none; }

.mod_breadcrumb {
  background: black;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px; }

.mod_breadcrumb .last {
	text-transform: none;
}

.mod_breadcrumb a {
  color: white; }

.mod_breadcrumb a:hover {
  text-decoration: underline; }

.mod_breadcrumb .pagetitle {
  float: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase; }

.mod_breadcrumb ul {
  float: right; }

.mod_breadcrumb ul li {
  display: inline-block;
  line-height: 25px;
  margin-right: 5px; }

.mod_breadcrumb ul li:after {
  content: "/";
  margin-left: 5px; }

.mod_breadcrumb ul li.last:after {
  display: none; }

/* =============================================================================
 * wrapper
 * ========================================================================== */
#wrapper {
  background-color: white; }

/* =============================================================================
 * bottom
 * ========================================================================== */
#bottom {
  background: white;
  border-top: 1px solid #efeaea;
  letter-spacing: 3px; }

#bottom .inside {
  margin: 0 auto;
  padding: 30px 40px;
  overflow: hidden;
  font-size: 13px; }

#bottom .inside .left {
  float: left; }

#bottom .inside .right {
  float: right; }

#bottom .inside {
  color: #686868; }

#bottom .inside a {
  color: #686868; }

#bottom .inside a:hover {
  color: rgba(104, 104, 104, 0.8); }

#bottom .inside a:hover {
  text-decoration: underline; }

#bottom .inside .left a {
  margin-right: 15px; }

#bottom .inside .right a {
  margin-left: 15px; }

/* =============================================================================
 * set colors
 * ========================================================================== */
.bg-accent {
  background-color: #09968f; }

p a {
  color: #09968f; }

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
  color: #09968f; }

.subnav a {
  color: #09968f; }

#nav-open-btn:before {
  background: #09968f; }

.ce_table table th {
  background: #09968f; }

blockquote a {
  color: #09968f; }

.ce_accordion .toggler:before {
  color: #09968f; }

.mod_calendar th.head {
  background: #09968f;
  border-top: 1px solid #09968f;
  border-right: 1px solid #09968f;
  border-left: 1px solid #09968f; }

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color: #09968f; }

.pagination li span.current {
  background: #09968f; }

.pagination li a:hover {
  color: #09968f; }

.mod_faqpage h3:before {
  color: #09968f; }

.mod_search .submit {
  border: 1px solid #09968f; }

input:focus,
textarea:focus {
  border: 1px solid #09968f; }

form fieldset legend {
  background-color: #09968f; }

input.submit[type="submit"] {
  background: #09968f; }

input.submit[type="submit"]:hover {
  background: rgba(9, 150, 143, 0.9); }

.label-accent {
  background: #09968f; }

.ce_hyperlink a.link-white,
a.btn.link-white {
  color: #09968f; }

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
  background: #09968f; }

.newslist h2,
.newslist h2 a {
  color: #09968f; }

.newslist .news-left .news-date {
  background: #09968f; }

#portfolio_filter a.selected,
#portfolio_filter a:hover {
  background: #09968f; }

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
  color: #09968f; }

blockquote {
  border-color: #09968f; }

.ce_gallery .content {
  background: rgba(9, 150, 143, 0.8); }

.newslist-v3 .date {
  background: #09968f; }

.newsteaser_v3 .news-overlay i {
  background-color: #09968f; }

.newslist-v3 .subheadline {
  color: #09968f; }

.mod_portfoliolist .item figure {
  background-color: #09968f; }

.mainmenu ul ul li a:hover, .mainmenu ul ul li a.trail, .mainmenu ul ul li a.active {
  color: #09968f; }

body #header .mainmenu ul li ul li a:hover {
  color: #09968f; }

/* =============================================================================
 * custom colors: background
 * ========================================================================== */
.bg-custom-1 {
  background: #191919; }

.bg-custom-2 {
  background: #1f1f1f; }

.bg-custom-3 {
  background: #282828; }

.bg-custom-4 {
  background: #09968f; }

/* =============================================================================
 * mainmenu
 * ========================================================================== */
.mainmenu {
  opacity: 1;
  visibility: visible; }

.mainmenu.hide {
  opacity: 0;
  visibility: hidden; }

.mainmenu ul {
  position: static; }

.mainmenu ul li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400; }

.fixed .mainmenu ul li ul li a:not(.active):not(.trail) {
  color: #393939; }

.mainmenu ul li a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease; }

.mainmenu ul ul li a {
  border-bottom: 0;
  letter-spacing: 1px;
  font-size: 12px !important;
  line-height: 40px !important; }

.mainmenu ul li a:after {
  content: '';
  width: 2px;
  background: #000;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%; }

.mainmenu ul li.last a:after,
.mainmenu ul li ul li a:after {
  display: none; }

.mainmenu ul ul {
  border-top: 1px solid white;
  margin-top: 0; }

body .mainmenu ul li a:not(.active):not(.trail) {
  color: #393939; }

body #header .mainmenu ul li ul li a:hover,
.mainmenu ul ul li a.active {
  background: none; }

.mainmenu ul .megamenu-wrapper {
  left: 40px;
  right: auto; }

.mainmenu ul ul li a:hover,
.mainmenu ul ul li a.trail,
.mainmenu ul ul li a.active {
  background: none; }

/* =============================================================================
 * overwrite framework defaults
 * ========================================================================== */
.ce_revolutionslider .fullwidthbanner-container {
  height: 0; }

.ce_revolutionslider_hyperlink {
  font-size: 13px;
  border: 2px solid #6e6d6d;
  color: #6e6d6d;
  background: none;
  line-height: 35px;
  padding: 0 20px; }

.ce_revolutionslider_text.bold {
  letter-spacing: 10px; }

.ce_revolutionslider_text {
  letter-spacing: 4px; }

.ce_revolutionslider_text.italic {
  font-style: italic;
  font-family: 'Crimson Text', serif; }

.ce_revolutionslider .tp-bannertimer {
  top: auto;
  bottom: 0;
  height: 5px; }

.ce_leadertext.version1 p {
  color: #adaeb0;
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  font-family: 'Crimson Text', serif; }

.ce_text_image_bar {
  background: #787878;
  color: white; }

.mod_portfoliolist .item a {
  border-radius: 0; }

.mod_portfoliolist .info {
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -50%; }

.mod_portfoliolist .item figure:hover .info {
  left: 0;
  bottom: 10%; }

.mod_portfoliolist .item figure:hover img {
  opacity: 0.2; }

body .autogrid_wrapper {
  margin-left: -2%;
  margin-right: -2%; }

body .autogrid {
  padding-left: 2%;
  padding-right: 2%; }

.newsteaser .info {
  display: none; }

.newsteaser .date {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.newsteaser:hover .date {
  opacity: 1; }

.newsteaser .date .day {
  display: block;
  margin-top: 70px; }

.mt-xxl {
  margin-top: 130px !important; }

.mb-xxl {
  margin-bottom: 130px !important; }

.mod_portfoliolist .item a:hover {
  background: white; }

.mod_portfoliolist .item a:hover {
  color: #09968f; }

.mod_portfoliolist .subline {
  text-transform: uppercase;
  font-weight: bold; }

.ce_portfoliofilter.default a {
  border: 0; }

#slider .ce_leadertext.version1 {
  margin-top: 100px; }

.ce_hyperlink a,
a.btn {
  background: black;
  border-color: black; }

.ce_countup i {
  color: #646464; }

.ce_hyperlink a.outline,
a.btn.outline {
  color: black; }

nav.mainmenu a.menuheader {
  text-transform: uppercase;
  font-weight: normal; }

.portfolio-teaser.mod_portfoliolist .item .image_container {
  margin: 15px; }

.ce_download {
  background: #5a5a5a; }

.ce_iconbox_v2 {
  background: #333333;
  margin-bottom: 1px; }

.ce_iconbox_v2:nth-child(2) {
  background: #474747; }

.ce_iconbox_v2 .ce_iconbox_v2_outside {
  background: none; }

.ce_iconbox_v2 .headline {
  font-size: 28px;
  text-transform: none; }

.ce_iconbox_v2 i {
  font-size: 50px; }

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */
@media only screen and (max-width: 767px) {
  #main .mod_article,
  #main .mod_article.fullwidth.boxed-content .contentwrap,
  #main .autogrid_wrapper.article,
  #main .mod_article .ce_parallax .contentwrap,
  #main .mod_article .ce_bgimage .ce_bgimage-inside,
  #main .mod_article .ce_youtube_background .contentwrap,
  body.sidebar.left #main .mod_article,
  body.sidebar.right #main .mod_article,
  .ce_headerimage .inside {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  #main .autogrid_wrapper.article .mod_article,
  #main .mod_article.fullwidth,
  #main .mod_article.smallwidth {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .logo {
    left: 20px; }
  #header {
    padding-bottom: 0;
    padding-top: 0; }
  #header .mod_socials {
    display: none !important; }
  #bottom .inside .left,
  #bottom .inside .right {
    float: none; }
  #bottom .inside .right a {
    margin-left: 0;
    margin-right: 15px; }
  #top .inside {
    padding-left: 20px;
    padding-right: 20px; }
  #bottom .inside {
    padding-left: 20px;
    padding-right: 20px; }
  h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 25px; }
  h5 {
    font-size: 16px;
    margin-bottom: 10px; }
  h6 {
    font-size: 16px;
    margin-bottom: 10px; }
  .mt-xxl {
    margin-top: 60px !important; }
  .mb-xxl {
    margin-bottom: 60px !important; }
  .mod_breadcrumb {
    display: none; }
  #contentwrapper {
    padding-top: 0 !important; }
  #top-wrapper,
  #fix-wrapper {
    position: static; }
  #main .mod_article {
    margin-top: 50px;
    margin-bottom: 50px; } }

/**
 * Uniform Theme: Uniform Default
 *
 * @author Josh Pyles
 */
/* General settings */
div.selector,
div.selector span,
div.checker span,
div.radio span, div.uploader,
div.uploader span.action, div.button,
div.button span {
  background: url("../img/uniform/sprite.png") no-repeat;
  -webkit-font-smoothing: antialiased; }

div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }

div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("../img/uniform/bg-input.png") repeat-x 0 0;
  width: 0;
  height: 0; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../img/uniform/bg-input.png") repeat-x 0 0;
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("../img/uniform/bg-input-focus.png") repeat-x 0 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  appearance: none; }

/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0;
    width: 100%;
    appearance: none; }
  div.selector.active {
    background-position: 0 -156px; }
    div.selector.active span {
      background-position: right -26px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -182px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right -52px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -208px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -78px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -104px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background-position: -76px -260px; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -19px -260px; }
    div.checker.active span.checked {
      background-position: -95px -260px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -114px -260px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -133px -260px; }
  div.checker.disabled span, div.checker.disabled.active span {
    background-position: -152px -260px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -171px -260px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
    div.radio span.checked {
      background-position: -72px -279px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -279px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -521px;
    height: 30px;
    margin-left: 13px;
    padding: 0 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: 100% -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777777;
  border: 1px solid #aaaaaa;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-radius: 3px;
  background-color: white; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-color: #999999; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background-color: white; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }

div.button.hover span, div.button.focus span {
  color: #555555; }

div.button.disabled span, div.button.disabled.active span {
  color: #bbbbbb; }

/* Select */
div.selector {
  font-size: 12px; }
  div.selector span {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff; }
  div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbbbbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader span.action {
  text-shadow: #ffffff 0 1px 0;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold; }

div.uploader span.filename {
  color: #777777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaaaaa; }

div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #dddddd;
  color: #aaaaaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #ffffff; }

/* sonst wird retina-funktionalität nicht geladen! */
@media only screen and (min-resolution: 124dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  div.selector,
  div.selector span,
  div.checker span,
  div.radio span, div.uploader,
  div.uploader span.action, div.button,
  div.button span {
    background-image: url("../img/uniform/sprite-retina.png");
    background-size: 493px; }
  input.uniform-input,
  select.uniform-multiselect,
  textarea.uniform {
    background-image: url("../img/uniform/bg-input-retina.png");
    background-size: 1px; }
    input.uniform-input.active,
    select.uniform-multiselect.active,
    textarea.uniform.active {
      background-image: url("../img/uniform/bg-input-focus-retina.png"); } }

/* standards
--------------------------------------------------------------------------------------------------------------------- */
body, #contentwrapper, #wrapper, #container {
  background: #f2f2f2;
  color: #314855; }

#header {
  background: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35); }

#bottom {
  background: #000; }
  #bottom .inside {
    padding-top: 50px;
    padding-bottom: 55px; }
    #bottom .inside a {
      font-size: 12px; }
      #bottom .inside a:hover {
        text-decoration: none;
        color: #5DAB45; }

#top-wrapper #header .inside, #top-wrapper.fixed #header .inside {
  line-height: 110px;
  min-height: 110px; }

nav.mainmenu li.megamenu > .last {
  border-bottom: none; }

body #header .mainmenu ul li ul li a:hover {
  color: #5DAB45; }

.mod_breadcrumb {
  background: #e4e4e4;
  padding-top: 80px;
  padding-bottom: 50px; }
  .mod_breadcrumb .pagetitle {
    color: #314855;
    font-size: 34px;
    display: none; }
  .mod_breadcrumb ul {
    display: inherit;
    font-size: 25px;
    font-weight: normal;
    float: left; }
    .mod_breadcrumb ul li, .mod_breadcrumb ul a, .mod_breadcrumb ul span {
      color: #314855; }

.mainmenu ul li a.trail, .mainmenu ul li a.active,
.mainmenu ul ul li a:hover, .mainmenu ul ul li a.trail, .mainmenu ul ul li a.active {
  color: #5DAB45; }

.mainmenu ul li a:after {
  display: none; }

.mainmenu ul li a, .mainmenu ul li span {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 20px; }

.mainmenu ul.level_1 li a, .mainmenu ul.level_1 li span {
  position: relative;
  top: 15px;
  display: inline;
}

.mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span {
  position: relative;
  top: 0; }

.mainmenu ul ul li a {
  line-height: 38px !important; }

.mod_socials {
  padding-top: 15px;
  margin-bottom: -15px; }

#nav-open-btn:before {
  background: #5DAB45; }

#nav-open-btn:before {
  line-height: 36px;
  height: 36px;
  width: 36px; }

form#f6 input[type=text] {
  border: none;
  text-align: center;
  background: #F2F2F2;
  height: 13px;
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  top: 15px; }

form#f6 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  font-size: 13px;
  font-weight: 500; }

form#f6 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 13px;
  font-weight: 500; }

form#f6 :-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  font-size: 13px;
  font-weight: 500; }

form#f6 :-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 13px;
  font-weight: 500; }

#bottom {
  letter-spacing: 0; }
  #bottom strong, #bottom strong a {
    color: #CCCCCC !important; }
  #bottom p {
    margin-bottom: 25px; }
  #bottom .col_1 {
    width: 30%; }
    #bottom .col_1 p:nth-child(2) {
      margin-bottom: 6px; }
    #bottom .col_1 p:nth-child(3) {
      margin-bottom: 23 px; }
  #bottom .col_2 {
    width: 25%; }
  #bottom .col_3 {
    width: 17%; }
  #bottom .col_4 {
    width: 15%; }
  #bottom .col_5 {
    width: 10%; }
  @media screen and (max-width: 767px) {
    #bottom .subcolumns {
      display: flex;
      flex-wrap: wrap; }
      #bottom .subcolumns .c20l, #bottom .subcolumns .c20r {
        width: 49% !important; }
      #bottom .subcolumns p {
        margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    #bottom .subcolumns .c20l, #bottom .subcolumns .c20r {
      width: 100% !important; }
    #bottom .subcolumns p {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    #bottom .ce_colsetStart > div {
      margin-bottom: 30px !important; }
      #bottom .ce_colsetStart > div:first-child {
        margin-bottom: 60px !important; }
      #bottom .ce_colsetStart > div:last-child {
        margin-bottom: 0 !important; } }
  #bottom .social-icons {
    margin-top: 0; }
    #bottom .social-icons li {
      float: left;
      background: #666666;
      text-align: center;
      width: 24px;
      line-height: 24px;
      margin-right: 10px; }
      #bottom .social-icons li:last-child {
        margin-right: 0; }
      #bottom .social-icons li.linkedin:hover {
        background: #007bb5; }
      #bottom .social-icons li.xing:hover {
        background: #00605e; }
      #bottom .social-icons li.facebook:hover {
        background: #3a579e; }
      #bottom .social-icons li.googleplus:hover {
        background: #d34835; }
      #bottom .social-icons li.twitter:hover {
        background: #00acee; }
      #bottom .social-icons li a {
        display: block;
        width: 24px;
        height: 24px; }
        #bottom .social-icons li a:hover i {
          color: #fff; }
      #bottom .social-icons li i {
        color: #A1A1A1; }

#main .mod_article {
  margin-top: 25px;
  margin-bottom: 30px; }

.img-responsive {
  width: 100%;
  height: auto; }

/* elements: typo
--------------------------------------------------------------------------------------------------------------------- */
h2 {
  color: #314855;
  margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

#main ul {
  margin: 0 0 30px 0px; }
  #main ul li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400; }
    #main ul li:before {
      font-family: 'FontAwesome';
      font-size: 18px;
      line-height: 13px;
      content: "\f054";
      margin: 0 10px 0 -15px;
      position: relative;
      top: 2px; }
    #main ul li a {
      color: #5dab45; }
      #main ul li a:hover {
        text-decoration: none;
        color: #314855; }
  #main ul.arrow li a {
    /* TODO: set ::before to LI */
    position: relative;
    color: #5DAB45; }
    #main ul.arrow li a::before {
      font-family: 'FontAwesome';
      font-size: 12px;
      top: 0;
      font-weight: 400;
      content: '\f054';
      margin-right: 8px;
      color: #314855; }

.row {
  margin-bottom: 30px; }
  .row p {
    font-size: 13px;
    font-weight: 400; }

.infolabel h3 {
  font-size: 18px;
  text-align: left; }
  .infolabel h3 b {
    font-weight: normal; }

/* elements: inputtable
--------------------------------------------------------------------------------------------------------------------- */
.inputTable {
  margin-bottom: 25px; }
  .inputTable table {
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate; }
    .inputTable table td {
      background: #fff;
      font-weight: 400;
      text-align: center;
      font-size: 20px;
      padding: 15px 5px;
      vertical-align: middle;
      width: 20%; }
    .inputTable table td:first-child {
      color: #314855;
      font-size: 16px;
      line-height: 24px;
      background: none;
      text-align: left;
      padding-left: 0;
      min-width: 250px; }
    .inputTable table .header td {
      background: none;
      font-size: 22px;
      color: #314855;
      font-weight: 400; }
    .inputTable table .inputs {
      background: none; }
    .inputTable table input {
      cursor: hand;
      cursor: pointer;
      position: relative;
      top: 0px;
      left: 20px; }

/* elements: form
--------------------------------------------------------------------------------------------------------------------- */
form table {
  width: 100%; }
  form table td {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px; }
    form table td input, form table td select {
      width: 100%;
      max-width: 190px; }

input[type=text] {
  border: 2px solid #77b73b;
  height: 36px;
  font-size: 13px;
  text-align: center;
  color: #999999; }
  input[type=text]:hover {
    border: 2px solid #77b73b; }

.ce_hyperlink a, a.btn, input[type=submit] {
  background: transparent;
  border: 2px solid #77b73b;
  font-size: 13px;
  padding: 12px 35px;
  text-transform: uppercase;
  color: #314855;
  font-weight: 400;
  margin: 40px 10px 50px 10px; }
  .ce_hyperlink a:hover, a.btn:hover, input[type=submit]:hover {
    color: #fff;
    background: #314855;
    border: 2px solid #77b73b;
    text-decoration: none; }
  .ce_hyperlink a:focus, a.btn:focus, input[type=submit]:focus {
    text-decoration: none; }

/* elements: optionstable
--------------------------------------------------------------------------------------------------------------------- */
#main .options-table table {
  width: 100%; }

#main .options-table h4 {
  font-size: 16px; }

#main .options-table li {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400; }

#main .options-table td {
  vertical-align: top;
  padding-bottom: 20px; }
  #main .options-table td:first-child {
    width: 60px; }
  #main .options-table td:last-child {
    width: 120px; }

/* elements: related products
--------------------------------------------------------------------------------------------------------------------- */
.related-products h2 {
  margin-bottom: 25px; }

.related-products h3 {
  margin: 30px 0 25px;
  font-weight: 500; }
  .related-products h3 a:hover {
    text-decoration: none;
    color: #66cc00; }

.related-products p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400; }

/* elements: logoslider
--------------------------------------------------------------------------------------------------------------------- */
#logoSlider {
  background: #fff;
  width: 100%;
  height: 100px;
  overflow: hidden; }
  #logoSlider .inside {
    max-width: 1100px;
    padding: 20px 40px;
    margin-left: auto;
    margin-right: auto; }
  #logoSlider .bx-controls {
    display: none; }

/* elements: configuration added
--------------------------------------------------------------------------------------------------------------------- */
.configuration-added {
  padding: 40px 0 0 0; }
  .configuration-added p {
    font-weight: 400;
    font-size: 13px; }

/* elements: slide table
--------------------------------------------------------------------------------------------------------------------- */
.slideTable {
  margin-bottom: 25px; }
  .slideTable table {
    margin-top: 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px; }
    .slideTable table > * {
      font-weight: 400; }
    .slideTable table tr.no-padding td:last-child, .slideTable table tr.color td:last-child {
      width: inherit; }
  .slideTable td {
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    width: 143px;
    height: 95px; }
    .slideTable td a:hover {
      transform: translate(-143px, 0); }
    .slideTable td li {
      font-size: 12px !important; }
  .slideTable .no-padding td {
    padding: 5px 0; }
  .slideTable .big {
    font-size: 22px; }
  .slideTable .small {
    font-size: 10px; }
  .slideTable hr {
    border-bottom: 2px solid #bcbcbc;
    width: 100%;
    margin: 5px 0 2px 0; }
  .slideTable .type {
    font-size: 20px;
    float: left; }
  .slideTable .sup {
    font-size: 20px;
    float: right; }
  .slideTable .clb {
    clear: both; }
  .slideTable a {
    width: 190px;
    height: 95px;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0; }
    .slideTable a:hover {
      text-decoration: none; }
  .slideTable .filled {
    background: #fff;
    width: 143px;
    height: 95px;
    padding: 5px 10px; }
    .slideTable .filled span {
      text-transform: uppercase;
      color: #4bac5e;
      font-size: 12px; }
    .slideTable .filled.white {
      position: absolute;
      left: 0;
      top: 0; }
      .slideTable .filled.white .big {
        margin-bottom: 25px; }
    .slideTable .filled.color {
      position: absolute;
      left: 143px;
      top: 0; }
      .slideTable .filled.color .big {
        margin-bottom: 10px; }
      .slideTable .filled.color li {
        margin-bottom: 0 !important; }
  .slideTable .color1 td {
    color: #fff; }
    .slideTable .color1 td .filled.white {
      border-bottom: 2px solid; }
    .slideTable .color1 td .filled.color {
      background: #aeaeae;
      color: #fff; }
    .slideTable .color1 td:last-child {
      background: #aeaeae;
      width: 108px; }
      .slideTable .color1 td:last-child .big {
        margin-bottom: 25px; }
      .slideTable .color1 td:last-child .small {
        margin: 0;
        font-size: 12px; }
  .slideTable .color2 td {
    color: #fff; }
    .slideTable .color2 td .filled.white {
      border-bottom: 2px solid; }
    .slideTable .color2 td .filled.color {
      background: #6ab84b;
      color: #fff; }
    .slideTable .color2 td:last-child {
      background: #6ab84b;
      width: 108px; }
      .slideTable .color2 td:last-child .big {
        margin-bottom: 25px; }
      .slideTable .color2 td:last-child .small {
        margin: 0;
        font-size: 12px; }
  .slideTable .color3 td {
    color: #fff; }
    .slideTable .color3 td .filled.white {
      border-bottom: 2px solid; }
    .slideTable .color3 td .filled.color {
      background: #797979;
      color: #fff; }
    .slideTable .color3 td:last-child {
      background: #797979;
      width: 108px; }
      .slideTable .color3 td:last-child .big {
        margin-bottom: 25px; }
      .slideTable .color3 td:last-child .small {
        margin: 0;
        font-size: 12px; }
  .slideTable .color4 td {
    color: #fff; }
    .slideTable .color4 td .filled.white {
      border-bottom: 2px solid; }
    .slideTable .color4 td .filled.color {
      background: #5e5e5e;
      color: #fff; }
    .slideTable .color4 td:last-child {
      background: #5e5e5e;
      width: 108px; }
      .slideTable .color4 td:last-child .big {
        margin-bottom: 25px; }
      .slideTable .color4 td:last-child .small {
        margin: 0;
        font-size: 12px; }
  .slideTable .color5 td {
    color: #fff; }
    .slideTable .color5 td .filled.white {
      border-bottom: 2px solid; }
    .slideTable .color5 td .filled.color {
      background: #434343;
      color: #fff; }
    .slideTable .color5 td:last-child {
      background: #434343;
      width: 108px; }
      .slideTable .color5 td:last-child .big {
        margin-bottom: 25px; }
      .slideTable .color5 td:last-child .small {
        margin: 0;
        font-size: 12px; }
  .slideTable .color6 td {
    color: #fff; }
    .slideTable .color6 td .filled.white {
      border-bottom: 2px solid; }
    .slideTable .color6 td .filled.color {
      background: #282828;
      color: #fff; }
    .slideTable .color6 td:last-child {
      background: #282828;
      width: 108px; }
      .slideTable .color6 td:last-child .big {
        margin-bottom: 25px; }
      .slideTable .color6 td:last-child .small {
        margin: 0;
        font-size: 12px; }
  .slideTable .color7 td {
    color: #fff; }
    .slideTable .color7 td .filled.white {
      border-bottom: 2px solid; }
    .slideTable .color7 td .filled.color {
      background: #0d0d0d;
      color: #fff; }
    .slideTable .color7 td:last-child {
      background: #0d0d0d;
      width: 108px; }
      .slideTable .color7 td:last-child .big {
        margin-bottom: 25px; }
      .slideTable .color7 td:last-child .small {
        margin: 0;
        font-size: 12px; }

/* elements: fullwidth kachel sektion
--------------------------------------------------------------------------------------------------------------------- */
.lcol {
  width: 50%;
  float: left; }
  .lcol .fw-inner {
    float: right; }
  .lcol.color {
    background: #526972; }
    .lcol.color .fw-inner {
      padding: 30px 0; }
  .lcol.black {
    background: #000; }
  .lcol.white {
    background: #fff; }

.rcol {
  width: 50%;
  float: right; }
  .rcol.color {
    background: #526972; }
    .rcol.color .fw-inner {
      padding: 30px; }
  .rcol .fw-inner.image {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    height: auto;
    background-position: center center; }
  .rcol.black {
    background: #000; }
  .rcol.white {
    background: #fff; }

.fullwidth.portfolio {
  background-color: #fff; }
  .fullwidth.portfolio .bg-grau {
    background-color: #f2f2f2; }

.fullwidth.predefined-models {
  background-color: #000; }

@media screen and (max-width: 992px) {
  #teaser {
    position: relative;
    top: -30px; }
  .lcol, .rcol {
    width: 100%;
    float: none;
    display: block; }
    .lcol .fw-inner, .rcol .fw-inner {
      float: none; }
  .lcol {
    background: #526972; }
    .lcol .fw-inner {
      margin-left: 20px; }
  #teaser {
    display: flex;
    flex-direction: column-reverse; } }

.clb {
  clear: both; }

.black img, .white img {
  max-height: 370px; }

.fw-inner {
  max-width: 510px;
  width: 95%;
  color: #fff;
  min-height: 370px;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .fw-inner h2 {
    color: #fff;
    align-self: flex-start; }
  .fw-inner p {
    margin-bottom: 0; }
  .fw-inner .flexbox {
    align-self: flex-end;
    margin-right: auto;
    width: 100%; }
  @media screen and (max-width: 992px) {
    .fw-inner {
      min-height: 0;
      max-width: 100%; } }

@media screen and (max-width: 992px) {
  .fullwidth .black, .fullwidth .white {
    display: none; }
  .home .fw-inner {
    min-height: 370px; }
  .home .fullwidth .black, .home .fullwidth .white {
    display: block; } }

.black .fw-inner, .white .fw-inner {
  display: block; }

.elem-box,
.range-box {
  display: block;
  color: #fff;
  border: 2px solid #6ab84b;
  padding: 6px;
  width: 78px;
  height: 78px;
  float: left;
  margin: 12px 12px 0 0; }
  .elem-box .big,
  .range-box .big {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 18px;
    position: relative; }
  .elem-box .small, .elem-box .rcol,
  .range-box .small,
  .range-box .rcol {
    font-size: 10px; }
  .elem-box .rcol,
  .range-box .rcol {
    text-align: right;
    position: absolute;
    top: -3px;
    right: 0;
    line-height: 1.5em; }
  .elem-box .range,
  .range-box .range {
    font-size: 16px;
    width: 100%;
    display: block; }
  .elem-box .unit,
  .range-box .unit {
    font-size: 10px; }
  .elem-box:hover, .elem-box:focus,
  .range-box:hover,
  .range-box:focus {
    color: #fff;
    text-decoration: none;
    background: #2e4854; }

.range-box-double {
  position: relative;
  display: block;
  color: #fff;
  border: 2px solid #6ab84b;
  padding: 6px;
  width: 148px;
  height: 78px;
  float: left;
  margin: 12px 12px 0 0; }
  .range-box-double .name-short {
    font-size: 28px;
    line-height: 20px; }
  .range-box-double .name-long {
    display: block;
    font-size: 12px; }
  .range-box-double .frequenz {
    position: absolute;
    bottom: 0; }
  .range-box-double:hover, .range-box-double:focus {
    color: #fff;
    text-decoration: none;
    background: #2e4854; }

@media screen and (max-width: 992px) {
  .elem-box {
    margin-bottom: 20px; } }

.range-box .lcol {
  width: 100%; }

.range-box .big {
  line-height: 12px;
  margin-bottom: 10px;
  margin-top: 4px; }

.slideTable tr td:last-child .big {
  margin-bottom: 30px; }

.slideTable td .filled.white, .slideTable td .filled.color {
  border-bottom: 2px solid;
  overflow: hidden; }

/* mods home
--------------------------------------------------------------------------------------------------------------------- */
.bigIcon {
  text-align: center;
  font-size: 50px;
  margin-bottom: 15px;
  color: #5DAB45; }

.newslist-v3.news-cat-1 .news-overlay,
.newslist-v3.news-cat-2 .news-overlay,
.newslist-v3.news-cat-3 .news-overlay {
  display: none; }

.newslist-v3-inside .image_container {
  border-radius: 0 !important; }
  .newslist-v3-inside .image_container img {
    border-radius: 0 !important; }

.newslist-v3-inside .content {
  text-align: left;
  background: none;
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px; }
  /*.newslist-v3-inside .content h6 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px; }
    .newslist-v3-inside .content h6 a:hover, .newslist-v3-inside .content h6 a:active, .newslist-v3-inside .content h6 a:focus {
      color: #5DAB45;
      text-decoration: none; }*/

/* cart/inquiry overview */
.cart-headline {
  border-bottom: 2px solid #555555;
  padding-bottom: 15px; }

.cart-unit,
.cart-configuration {
  font-size: 14px;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%; }

.cart-unit {
  font-weight: bold; }

.cart-main-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%; }

.cart-main-item:last-child {
  width: 50%; }

.cart-secondary-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: auto;
  padding-bottom: 10px; }

.cart-main-configuration {
  border-bottom: 2px solid #555555;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.cart-secondary-configuration {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.cart-quantity label {
  font-weight: normal;
  padding-bottom: 5px; }

.cart-delete-inquiry {
  width: 100%;
  height: 67px;
  display: block;
  position: relative; }

.cart-delete-inquiry > a {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  text-align: right; }

@media screen and (max-width: 992px) {
  .cart-items {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .cart-names {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden; }
  .cart-actions {
    width: 100%;
    overflow: hidden; }
  .cart-items {
    float: left; }
  .cart-quantity label {
    width: 100%;
    text-align: right; }
  .cart-quantity input {
    width: 70px;
    float: right; } }

/* styling distributors */
.distributors > .distributor-col span {
  display: block; }

.distributors .distributor-headline h3 {
  margin-top: 30px;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .distributor-headline,
  .distributor-logo {
    padding-bottom: 15px; }
  .distributor-headline h3 {
    margin-top: 30px;
    margin-bottom: 5px; } }

/*  news pagination  */
#main ul li:before {
  display: none !important; }

#main ul li a {
  color: #09968f; }

/*  submit button styling */
input.submit,
input.submit:hover {
  border-radius: 0;
  border: none;
  color: #fff; }

/*  team styling */
.team-member-name h3 {
  margin-bottom: 0; }

.team-member-name span {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
  display: block; }

.team-member-details span {
  display: block;
  float: left;
  width: 100%; }

.team-member-details li {
  position: relative; }

.team-member-details li i {
  position: absolute;
  left: -18px;
  top: 3px; }

.team-member img {
  width: 100%; }

@media screen and (max-width: 992px) {
  .team-member {
    margin-bottom: 25px; }
  .team-data {
    margin-top: 15px; } }

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .team img {
    width: 100%; } }

.career-block {
  margin-bottom: 20px; }

/* make table scrollable */
.inputTable table {
  display: block;
  overflow-x: auto; }

@media screen and (max-width: 848px) {
  .slideTable {
    display: block;
    overflow-x: scroll; }
  .slideTable table {
    min-width: 800px; } }

/* responsiveness for predefined models */
#predefined-models-for-specific-applications {
  background: #526972; }

@media screen and (max-width: 848px) {
  #predefined-models-for-specific-applications div:nth-child(4) {
    display: none; } }

.mod_search input.submit {
  margin: 0 0 0 30px; }

/*  Four column product teaser   */
.product-teaser h3 {
  margin: 30px 0 25px;
  font-weight: 500; }

.product-teaser h3 a:hover {
  text-decoration: none;
  color: #66cc00; }

/* EVENTS */
.mod_eventlist h2 {
  margin-bottom: 0; }

.mod_eventlist p.info time {
  font-size: 12px; }

.mod_eventlist .event {
  margin-bottom: 50px; }

.pagination li span.current {
  background: #66cc00 !important; }

.pagination li a {
  color: #66cc00 !important; }

/* CTA Link */
.ce_hyperlink {
  text-align: center; }
  .ce_hyperlink a {
    background: #fff;
    font-weight: 700;
    font-size: 13px; }
    .ce_hyperlink a:hover {
      background: #556973; }

.ce_hyperlink.button-more a {
  background: #5dab45;
  border-color: #5dab45;
  color: #fff; }
  .ce_hyperlink.button-more a:hover {
    background: #5dab45; }

/* Teaser Home */
.teaser-box-home h1 {
  font-size: 34px;
  line-height: 38px; }
  @media screen and (max-width: 992px) {
    .teaser-box-home h1 {
      margin-top: 0; } }
  .teaser-box-home h1:after {
    background: #fff;
    height: 2px;
    width: 25px;
    display: block;
    content: " ";
    margin-top: 23px; }

.teaser-box-home p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px; }

.teaser-box-home .ce_hyperlink {
  text-align: left; }
  .teaser-box-home .ce_hyperlink a {
    background: transparent;
    color: #fff;
    margin: 0; }
    .teaser-box-home .ce_hyperlink a:hover {
      background: #314855; }

/* Product Teaser Home */
.product-teaser .elem-box {
  width: 46%; }

@media screen and (max-width: 430px) {
  .product-teaser .elem-box {
    width: 95%; } }

.tr_hidden {
  display: none !important; }

.tableItemDetails {
  position: absolute;
  bottom: 0.6rem; }
  
/* =============================================================================
 * desktop (xxl / wide screens)
 * ========================================================================== */

@media only screen and (max-width: 1680px) {

#header .mod_socials {
	display: none!important;
}


}
