@charset "utf-8";
@import "compass/css3/user-interface";
/*
 320   320    320    für Desktop
 960
 */
body, figure {
  margin: 0; }

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

audio:not([controls]), [hidden] {
  display: none;
  height: 0; }

a:focus {
  outline: thin dotted; }

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: text-bottom; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::selection {
  background: #000;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #000;
  /* Gecko Browsers */ }

* html {
  font-size: 100%; }

html {
  padding: 0;
  margin: 0;
  font-size: 12px;
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-font-smoothing: antialiased;
  /* http://maxvoltar.com/archive/-Webkit-font-smoothing */ }

body {
  background: #fff;
  color: #555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  /* http://aestheticallyloyal.com/public/optimize-legibility/ */ }

div {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* 	LINKS
 ----------------- */
a {
  color: #666;
  text-decoration: none; }
  a:visited {
    color: #666; }
  a:hover {
    color: #4d4d4d;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }

a.gruenlink {
  color: #393; }

a.gruenlink:hover {
  color: #393; }

a.gruenlink:visited {
  color: #393; }

.last-col {
  float: right;
  padding-right: 0 !important; }

.clear {
  clear: both; }
/*
 Mobile Grid Styles
 These are the widths for the mobile grid.
 There are four types, but you can add or customize
 them however you see fit.
 */
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 1.75em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 1.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 1.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 1.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 1.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 1.75em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 1.75em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 1.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 1.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 1.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 1.75em;
    width: 25%; }

  .t-2of4 {
    float: left;
    padding-right: 1.75em;
    width: 50%; }

  .t-3of4 {
    float: left;
    padding-right: 1.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 1.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 1.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 1.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 1.75em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 1.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 1.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 1.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 1.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 1.75em;
    width: 25%; }

  .d-2of4 {
    float: left;
    padding-right: 1.75em;
    width: 50%; }

  .d-3of4 {
    float: left;
    padding-right: 1.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 1.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 1.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 1.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 1.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 1.75em;
    width: 16.66667%; }

  .d-2of6 {
    float: left;
    padding-right: 1.75em;
    width: 33, 33%; }

  .d-3of6 {
    float: left;
    padding-right: 1.75em;
    width: 50%; }

  .d-1of7 {
    float: left;
    padding-right: 1.75em;
    width: 14.28571%; }

  .d-2of7 {
    float: left;
    padding-right: 1.75em;
    width: 28.57143%; }

  .d-3of7 {
    float: left;
    padding-right: 1.75em;
    width: 42.85714%; }

  .d-4of7 {
    float: left;
    padding-right: 1.75em;
    width: 57.14286%; }

  .d-5of7 {
    float: left;
    padding-right: 1.75em;
    width: 71.42857%; }

  .d-6of7 {
    float: left;
    padding-right: 1.75em;
    width: 85.71429%; }

  .d-1of8 {
    float: left;
    padding-right: 1.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 1.75em;
    width: 11.11111%; }

  .d-1of10 {
    float: left;
    padding-right: 1.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 1.75em;
    width: 9.09091%; }

  .d-1of12 {
    float: left;
    padding-right: 1.75em;
    width: 8.33%; } }
/* 	HEADING
 ----------------- */
h1, .h1 {
  font-size: 36px;
  line-height: 1.3em; }

h2, .h2 {
  font-size: 24px;
  line-height: 1.3em; }

h3, .h3 {
  font-size: 18px;
  line-height: 1.5em; }

h4, .h4 {
  font-size: 16px;
  line-height: 1.5em; }

h5, .h5 {
  font-size: 14px;
  line-height: 1.5em; }

h6, .h6 {
  font-size: 14px;
  line-height: 1.5em; }
/* 	TEXT ELEMENT
 ----------------- */
p {
  margin: 0 0 rhythm(); }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

.contentText {
  font-size: 16px; }

ul.contentlinkBlack {
  list-style-type: none; }

li.contentlinkBlack {
  margin: 5px 0;
  padding: 0; }
/* 	BASE FORM STYLES
 ----------------- */
label {
  font-weight: normal;
  font-size: 12px; }

.input {
  margin: 10px 0;
  padding: 3px 3px;
  width: 60%;
  height: 30px;
  background-color: #fff;
  border: 1px solid #393; }

.inputContact {
  margin: 10px 0;
  padding: 3px 3px;
  width: 100%;
  height: 30px;
  background-color: #f0f0f0;
  border: 1px solid #393; }

select {
  margin: 10px;
  padding: 3px 3px;
  width: 60%;
  height: 30px;
  background-color: #fff;
  border: 1px solid #393; }

fieldset {
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 1.3em;
  margin: 0 0 30px 0;
  padding: 0 1.4em 1.4em 1.4em; }

legend {
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-weight: bold;
  display: block;
  left: 0;
  margin: 0;
  padding: rhythm(0.2) rhythm(0.8);
  position: relative;
  top: 0; }

fieldset {
  padding-top: 1.4em; }

legend {
  margin-top: 0;
  margin-bottom: 0; }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
  margin: 10px 20px 10px 0;
  padding: 3px 3px;
  background-color: #f0f0f0;
  border: 1px solid #393; }

.send {
  background-color: #393;
  color: #fff;
  border: 0;
  height: 30px;
  padding: 3px 3px;
  margin: 10px; }

#senden.sendProduktMail {
  background-color: #393;
  color: #fff;
  border: 0;
  height: 30px;
  padding: 3px 3px; }
/* -----------hidden field kontaktform--------------------------- */
.contentBoxNoSee {
  display: none; }

.home {
  font-family: ; }

#international-menu {
  width: 120px;
  padding: 0;
  margin: 0 0 0 15px;
  font-size: 12px;
  display: inline-block;
  z-index: 100; }

#international-menu ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 150px;
  list-style-type: none; }
/*--definiert die Block&uuml;berschriften--*/
#international-menu h4 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 0;
  line-height: 20px;
  height: 20px;
  color: #666;
  background: #fff; }
/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#international-menu a {
  text-decoration: none;
  line-height: 20px;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px #b6dfb4 solid;
  background: #fff;
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=80);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.8;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.8;
  /* Modern!
   /* Firefox 0.9+, Safari 2?, Chrome any?
   /* Opera 9+, IE 9+ */
  opacity: 0.8;
  color: #666; }
/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#international-menu a:hover {
  border-bottom: 1px #13a538 solid;
  cursor: pointer; }
/*verhindert im Zusammenhang mit position absolute bei ul ul
 *eine H&ouml;henvergr&ouml;&szlig;erung von #international-menu beim Hovern--
 */
#international-menu li {
  position: relative; }
/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#international-menu ul ul {
  position: absolute;
  z-index: 2000;
  display: none; }
/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#international-menu ul li:hover ul {
  display: block;
  cursor: pointer; }
/*--nur f&uuml;r IE-Versionen &lt;=6 erkennbar--*/
* html #international-menu ul li {
  float: left;
  width: 100%; }
/*--nur f&uuml;r IE 7 erkennbar--*/
* + html #international-menu ul li {
  float: left;
  width: 100%; }
/*--bewirkt Hover-Effekt f&uuml;r IE &lt;7 auch f&uuml;r ul- und li-Elemente--*/
.m-hide {
  display: none !important; }
  @media screen and (min-width: 768px) {
  .m-hide {
    display: block !important; } }

.m-hide-inline {
  display: none !important; }
  @media screen and (min-width: 768px) {
  .m-hide-inline {
    display: inline !important; } }

.t-hide {
  display: none !important; }
  @media screen and (min-width: 1030px) {
  .t-hide {
    display: block !important; } }

.m-only {
  display: block !important; }
  @media screen and (min-width: 768px) {
  .m-only {
    display: none !important; } }

.m-only-inline {
  display: inline !important; }
  @media screen and (min-width: 768px) {
  .m-only-inline {
    display: none !important; } }

.t-only {
  display: none !important; }
  @media screen and (min-width: 768px) {
  .t-only {
    display: block !important; } }
  @media screen and (min-width: 1030px) {
  .t-only {
    display: none !important; } }

.mt-only {
  display: block !important; }
  @media screen and (min-width: 1030px) {
  .mt-only {
    display: none !important; } }

.l-only {
  display: none !important; }
  @media screen and (min-width: 1420px) {
  .l-only {
    display: block !important; } }

.deaktiviert {
  display: none !important; }

.wrap {
  /* das kleinste*/
  width: 100%;
  margin: 0 auto;
  padding: 12px 32px 32px 32px;
  /*@include responsive(largemobile) {
   width: $query-medium;
   }*/ }
  @media screen and (min-width: 768px) {
  .wrap {
    width: 768px;
    padding: 32px 32px 32px 32px; } }
  @media screen and (min-width: 1030px) {
  .wrap {
    width: 1030px; } }
  @media screen and (min-width: 1420px) {
  .wrap {
    width: 1420px; } }

#cd {
  background: #fff;
  width: 90%;
  font-size: 12px;
  line-height: 20px; }
  #cd span {
    display: block;
    float: left;
    margin-left: 15px;
    padding-top: 2px; }
  #cd span:nth-child(1) {
    background-color: #13a538;
    width: 40%;
    float: left;
    margin: 0;
    padding: 0; }
  #cd2 {
    background: #fff;
    padding: 0;
    margin: 0; }
  #cd2 #menu {
    filter: alpha(opacity=100);
    /* Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;
    /* Modern!
     /* Firefox 0.9+, Safari 2?, Chrome any?
     /* Opera 9+, IE 9+ */
    opacity: 1; }
  #cd2 #site_control {
    text-align: left;
    padding: 0 0 0 0; }
    @media screen and (min-width: 768px) {
 }
    @media screen and (min-width: 1030px) {
 }
    @media screen and (min-width: 1420px) {
  #cd2 #site_control {
    padding: 0 0 0 18px; } }
  #cd2 #quick_contact_close {
    display: none; }
  #cd2 #logo {
    text-align: right;
    right: 10%;
    padding: 0 0px 10px 0; }
    #cd2 #logo img {
      width: 80px; }
      @media screen and (min-width: 768px) {
  #cd2 #logo img {
    width: 115px;
    height: 76px; } }
    @media screen and (min-width: 768px) {
  #cd2 #logo {
    padding: 0 6px 15px 0; } }
    @media screen and (min-width: 1420px) {
  #cd2 #logo {
    padding: 0 30px 20px 0px; } }
  #cd2 img {
    border: 0;
    margin: 0;
    padding: 0; }
  #cd2 form {
    display: inline-block;
    margin: 0px 0 0 8px; }
    #cd2 form input {
      outline: none; }
    #cd2 form input:-moz-placeholder {
      color: red; }
    #cd2 form input::-webkit-input-placeholder {
      color: red; }
    #cd2 form input::-webkit-search-decoration, #cd2 form input::-webkit-search-cancel-button {
      display: none; }
    #cd2 form input[type=text] {
      -webkit-appearance: textfield;
      -webkit-box-sizing: content-box;
      font-family: inherit;
      font-size: 100%;
      width: 100px;
      color: transparent;
      cursor: pointer;
      background: #fff url(/de/img/search.gif) no-repeat 9px center;
      border: 0;
      padding: 10px 8px 8px 40px;
      width: 179px; }
    #cd2 form input[type=text]:focus {
      color: #666;
      background-color: #fff;
      cursor: auto;
      border-bottom: solid 1px #b6dfb4; }
    #cd2 form input:-moz-placeholder {
      color: transparent; }
    #cd2 form input::-webkit-input-placeholder {
      color: transparent; }
  #cd2 #search_btn_mobile {
    display: inline-block;
    margin: 10px 0 0 20px; }
    #cd2 #search_btn_mobile:hover {
      cursor: pointer; }

#searchfield_mobile {
  display: none; }
  #searchfield_mobile form {
    width: 100%;
    margin: 0;
    padding: 0; }
  #searchfield_mobile input {
    width: 100%;
    border: 0;
    padding: 10px 0;
    outline: none; }

#searchform_mobile {
  width: 100%;
  margin: 0;
  padding: 0; }

.active_mobile {
  display: inline-block !important;
  width: 100%; }

#home {
  margin-left: 16px; }

#cd_menu {
  width: 40%;
  text-align: right;
  display: inline; }
  @media screen and (min-width: 768px) {
  #cd_menu {
    width: 40%; } }
  @media screen and (min-width: 1030px) {
  #cd_menu {
    width: 40%; } }
  @media screen and (min-width: 1420px) {
  #cd_menu {
    width: 40%; } }

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 440px;
  padding: 32px 0; }
  .row img {
    padding: 0;
    display: block; }
  @media screen and (min-width: 768px) {
  .row {
    max-width: 750px; } }
  @media screen and (min-width: 1030px) {
  .row {
    max-width: 1000px;
    margin: 0 auto; } }
  @media screen and (min-width: 1420px) {
  .row {
    max-width: 678px;
    float: left;
    padding: 32px 0 0 0; } }

#menu:hover {
  cursor: pointer; }
/*#main {
 div.row:nth-of-type(even) {
 @include responsive(great) {
 padding-left: 60px;
 }
 }
 }*/
.menu-tooltip {
  background: white;
  color: #393;
  z-index: 800; }

.ui-tooltip-content {
  font-family: arial;
  color: #393 !important;
  font-size: 15px;
  padding: 1px 3px !important;
  margin: 2px !important; }

.ui-tooltip {
  position: absolute !important;
  top: 60px !important;
  padding: 0 !important;
  margin: 1px !important;
  background: #fff !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

nav {
  display: none;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  height: 212px;
  max-width: 440px;
  padding: 0;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
  nav {
    max-width: 1030px;
    height: 330px; } }
  @media screen and (min-width: 1030px) {
  nav {
    height: 380px; } }
  @media screen and (min-width: 1420px) {
  nav {
    max-width: 1314px;
    margin: 0 0 30px 20px;
    height: 400px; } }
  nav img {
    clear: both;
    display: block;
    width: 100%;
    border-bottom: 2px solid #13a538; }
  nav div {
    margin: 0;
    padding: 0 3px 0 0 !important; }
  nav span.contact {
    display: block;
    border-top: 2px #13a538 solid;
    border-bottom: 2px #13a538 solid;
    padding: 10px;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
  nav span.contact {
    font-size: 12px;
    line-height: 17px;
    height: 136px; } }
    @media screen and (min-width: 1030px) {
  nav span.contact {
    height: 138px; } }
    @media screen and (min-width: 1420px) {
  nav span.contact {
    font-size: 11px;
    line-height: 18px;
    height: 150px; } }
  nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    list-style-position: outside;
    border-top: 2px #13a538 solid;
    border-bottom: 2px #13a538 solid; }
    @media screen and (min-width: 768px) {
  nav ul {
    height: 136px; } }
    @media screen and (min-width: 1030px) {
  nav ul {
    height: 138px; } }
    @media screen and (min-width: 1420px) {
  nav ul {
    height: 150px; } }
  nav li {
    list-style: none;
    border-top: 1px #b6dfb4 solid;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 21px; }
    @media screen and (min-width: 768px) {
  nav li {
    font-size: 12px;
    line-height: 18px; } }
    @media screen and (min-width: 1030px) {
 }
    @media screen and (min-width: 1420px) {
  nav li {
    font-size: 11px;
    line-height: 20px; } }
  nav h2 {
    font-size: 20px;
    color: #13a538;
    font-weight: normal;
    padding: 10px 0;
    margin: 0;
    line-height: 30px; }

.top {
  position: fixed;
  top: 20px;
  left: 35%;
  display: none;
  background-color: #fff;
  padding: 6px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 300; }
  @media screen and (min-width: 768px) {
  .top {
    left: 45%; } }

@media screen and (min-width: 1420px) {
    #quick_contact_close {
      padding: 0 0 30px 20px; } }

#directcontact {
  display: none; }
  @media screen and (min-width: 768px) {
  #directcontact {
    padding: 0 0 0 0; } }
  @media screen and (min-width: 1420px) {
 }

.dreier-box-top h2, .dreier-box h2, .gesamte-box h2, .zweier-box h2 {
  font-size: 15px;
  color: #666;
  padding: 0;
  font-weight: normal;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 1420px) {
    .dreier-box-top h2, .dreier-box h2, .gesamte-box h2, .zweier-box h2 {
      margin: 0 0 10px 20px; } }
  .dreier-box-top div.stretch, .dreier-box div.stretch, .gesamte-box div.stretch, .zweier-box div.stretch {
    /*height: $module-height_m;
     overflow: hidden;
     @include responsive(tablet) {
     height: $module-height_t;
     overflow: hidden;
     }
     @include responsive(desktop) {
     height: $module-height_d;
     overflow: hidden;
     }
     @include responsive(great) {
     height: $module-height_g;
     //min-height: $module-height_g;
     overflow: hidden;
     }*/
    display: block; }
  .dreier-box-top div.stretch div, .dreier-box div.stretch div, .gesamte-box div.stretch div, .zweier-box div.stretch div {
    padding: 0;
    margin: 0 0 0 0; }
  @media screen and (min-width: 768px) {
    .dreier-box-top div.stretch div, .dreier-box div.stretch div, .gesamte-box div.stretch div, .zweier-box div.stretch div {
      padding: 0;
      margin: 0 0 30px 0; } }
  @media screen and (min-width: 1420px) {
    .dreier-box-top div.stretch div, .dreier-box div.stretch div, .gesamte-box div.stretch div, .zweier-box div.stretch div {
      padding: 0;
      margin: 0 0 80px 0; } }
  .dreier-box-top div.stretch img, .dreier-box div.stretch img, .gesamte-box div.stretch img, .zweier-box div.stretch img {
    width: 100%; }

.dreier-box-top {
  /*height: $module-height_m;
   overflow: hidden;
   @include responsive(tablet) {
   height: $module-height_t;
   overflow: hidden;
   }
   @include responsive(desktop) {
   height: $module-height_d;
   overflow: hidden;
   }
   @include responsive(great) {
   height: $module-height_g;
   //min-height: $module-height_g;
   overflow: hidden;
   }*/ }
  .dreier-box-top div {
    padding: 0;
    margin: 0 0 0 0; }
  @media screen and (min-width: 768px) {
  .dreier-box-top div {
    padding: 0;
    margin: 0 0 30px 0; } }
  @media screen and (min-width: 1420px) {
  .dreier-box-top div {
    padding: 0;
    margin: 0 0 80px 0; } }
  .dreier-box-top img {
    width: 100%; }
  @media screen and (min-width: 1420px) {
    .dreier-box-top div {
      padding: 0 20px; } }

.gesamte-box {
  /*height: $module-height_m;
   overflow: hidden;
   @include responsive(tablet) {
   height: $module-height_t;
   overflow: hidden;
   }
   @include responsive(desktop) {
   height: $module-height_d;
   overflow: hidden;
   }
   @include responsive(great) {
   height: $module-height_g;
   //min-height: $module-height_g;
   overflow: hidden;
   }*/ }
  .gesamte-box div {
    padding: 0;
    margin: 0 0 0 0; }
  @media screen and (min-width: 768px) {
  .gesamte-box div {
    padding: 0;
    margin: 0 0 30px 0; } }
  @media screen and (min-width: 1420px) {
  .gesamte-box div {
    padding: 0;
    margin: 0 0 80px 0; } }
  .gesamte-box img {
    width: 100%; }
  @media screen and (min-width: 1420px) {
    .gesamte-box div {
      padding: 0 20px; } }
  .gesamte-box div:nth-child(1) {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    color: #666;
    font-size: 15px;
    font-weight: normal; }
  @media screen and (min-width: 1420px) {
    .gesamte-box div:nth-child(1) {
      padding: 0 0 2px 20px; } }
  .gesamte-box .textbox {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 15px 15px 15px 0; }

.dreier-box {
  /*height: $module-height_m;
   overflow: hidden;
   @include responsive(tablet) {
   height: $module-height_t;
   overflow: hidden;
   }
   @include responsive(desktop) {
   height: $module-height_d;
   overflow: hidden;
   }
   @include responsive(great) {
   height: $module-height_g;
   //min-height: $module-height_g;
   overflow: hidden;
   }*/ }
  .dreier-box div {
    padding: 0;
    margin: 0 0 0 0; }
  @media screen and (min-width: 768px) {
  .dreier-box div {
    padding: 0;
    margin: 0 0 30px 0; } }
  @media screen and (min-width: 1420px) {
  .dreier-box div {
    padding: 0;
    margin: 0 0 80px 0; } }
  .dreier-box img {
    width: 100%; }
  .dreier-box div:nth-child(1) {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    color: #666;
    font-size: 15px;
    font-weight: normal; }
  @media screen and (min-width: 1420px) {
    .dreier-box div:nth-child(1) {
      padding: 0 0 2px 20px; } }
  .dreier-box div:nth-child(2) {
    padding: 0 20px 0 0; }
  .dreier-box div:nth-child(2) img {
    padding: 10px 0; }
  @media screen and (min-width: 1420px) {
    .dreier-box div:nth-child(2) {
      padding: 0 6px 0 20px; }
      .dreier-box div:nth-child(2) img {
        padding: 7px 0; } }
  .dreier-box div:nth-child(3) {
    padding: 0 10px; }
  .dreier-box div:nth-child(3) img {
    padding: 10px 0; }
  @media screen and (min-width: 1420px) {
    .dreier-box div:nth-child(3) {
      padding: 0 13px; }
      .dreier-box div:nth-child(3) img {
        padding: 7px 0; } }
  .dreier-box div:nth-child(4) {
    padding: 0 0 0 20px; }
  .dreier-box div:nth-child(4) img {
    padding: 10px 0; }
  @media screen and (min-width: 1420px) {
    .dreier-box div:nth-child(4) {
      padding: 0 20px 0 6px; }
      .dreier-box div:nth-child(4) img {
        padding: 7px 0; } }

.zweier-box-links-gross {
  /*height: $module-height_m;
   overflow: hidden;
   @include responsive(tablet) {
   height: $module-height_t;
   overflow: hidden;
   }
   @include responsive(desktop) {
   height: $module-height_d;
   overflow: hidden;
   }
   @include responsive(great) {
   height: $module-height_g;
   //min-height: $module-height_g;
   overflow: hidden;
   }*/ }
  .zweier-box-links-gross div {
    padding: 0;
    margin: 0 0 0 0; }
  @media screen and (min-width: 768px) {
  .zweier-box-links-gross div {
    padding: 0;
    margin: 0 0 30px 0; } }
  @media screen and (min-width: 1420px) {
  .zweier-box-links-gross div {
    padding: 0;
    margin: 0 0 80px 0; } }
  .zweier-box-links-gross img {
    width: 100%; }
  .zweier-box-links-gross div:nth-child(1) {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    color: #666;
    font-size: 15px;
    font-weight: normal; }
  @media screen and (min-width: 1420px) {
    .zweier-box-links-gross div:nth-child(1) {
      padding: 0 0 2px 20px; } }
  @media screen and (min-width: 1420px) {
    .zweier-box-links-gross div:nth-child(2), .zweier-box-links-gross div:nth-child(3) {
      padding: 0 0 0 20px; } }
  @media screen and (min-width: 1420px) {
    .zweier-box-links-gross div:nth-child(3) {
      padding: 0 20px 0 0; } }
  .zweier-box-links-gross .textbox_l {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px 10px 10px 0; }
  .zweier-box-links-gross .textbox_r {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 15px 15px 15px 0; }
  .zweier-box-links-gross .bildbox_g {
    display: block;
    margin: 0;
    padding: 0 0 0 0; }
  @media screen and (min-width: 1420px) {
    .zweier-box-links-gross .bildbox_g {
      padding: 0px 0 0px 0; } }
  .zweier-box-links-gross .bildbox_k {
    display: block;
    margin: 0;
    padding: 0 0 0 0; }
  @media screen and (min-width: 1420px) {
    .zweier-box-links-gross .bildbox_k {
      padding: 5px 0 5px 0; } }

.zweier-box-rechts-gross {
  /*height: $module-height_m;
   overflow: hidden;
   @include responsive(tablet) {
   height: $module-height_t;
   overflow: hidden;
   }
   @include responsive(desktop) {
   height: $module-height_d;
   overflow: hidden;
   }
   @include responsive(great) {
   height: $module-height_g;
   //min-height: $module-height_g;
   overflow: hidden;
   }*/ }
  .zweier-box-rechts-gross div {
    padding: 0;
    margin: 0 0 0 0; }
  @media screen and (min-width: 768px) {
  .zweier-box-rechts-gross div {
    padding: 0;
    margin: 0 0 30px 0; } }
  @media screen and (min-width: 1420px) {
  .zweier-box-rechts-gross div {
    padding: 0;
    margin: 0 0 80px 0; } }
  .zweier-box-rechts-gross img {
    width: 100%; }
  .zweier-box-rechts-gross div:nth-child(1) {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    border: 0; }
  @media screen and (min-width: 1420px) {
    .zweier-box-rechts-gross div:nth-child(1) {
      padding: 0 0 2px 20px; } }
  @media screen and (min-width: 1420px) {
    .zweier-box-rechts-gross div:nth-child(2) {
      padding: 0 0 0 20px; } }
  @media screen and (min-width: 1420px) {
    .zweier-box-rechts-gross div:nth-child(3) {
      padding: 0 20px 0 0; } }
  .zweier-box-rechts-gross .textbox {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px 10px 10px 0; }
  .zweier-box-rechts-gross .bildbox {
    display: block;
    margin: 0;
    padding: 0 0 0 0; }
  @media screen and (min-width: 1420px) {
    .zweier-box-rechts-gross .bildbox {
      padding: 0 0 0 0; } }

@media screen and (min-width: 1420px) {
    .gesamte-teaserbox div {
      margin: 0 0 30px 0; } }

.bigTeaserNav {
  color: #ccc; }
  @media screen and (min-width: 768px) {
  .bigTeaserNav {
    font-size: 12px; } }
  @media screen and (min-width: 1030px) {
  .bigTeaserNav {
    font-size: 14px; } }
  @media screen and (min-width: 1420px) {
  .bigTeaserNav {
    font-size: 16px; } }

.bigTeaserNav a {
  color: #666; }
  @media screen and (min-width: 768px) {
  .bigTeaserNav a {
    margin: 0 14px; } }
  @media screen and (min-width: 1030px) {
  .bigTeaserNav a {
    margin: 0 20px; } }
  @media screen and (min-width: 1420px) {
  .bigTeaserNav a {
    margin: 0 28px; } }

#products, #applications {
  width: 100%; }
  #products #box1, #applications #box1, #products #box2, #applications #box2, #products #box3, #applications #box3 {
    width: 99%;
    height: 470px; }
  @media screen and (min-width: 768px) {
    #products #box1, #applications #box1, #products #box2, #applications #box2, #products #box3, #applications #box3 {
      width: 232px;
      height: 228px; } }
  @media screen and (min-width: 1030px) {
    #products #box1, #applications #box1, #products #box2, #applications #box2, #products #box3, #applications #box3 {
      width: 320px;
      height: 320px; } }
  @media screen and (min-width: 1420px) {
    #products #box1, #applications #box1, #products #box2, #applications #box2, #products #box3, #applications #box3 {
      width: 210px;
      height: 210px; } }
  #products #box1 .overlay, #applications #box1 .overlay, #products #box2 .overlay, #applications #box2 .overlay, #products #box3 .overlay, #applications #box3 .overlay {
    width: 99%;
    height: 470px; }
  @media screen and (min-width: 768px) {
    #products #box1 .overlay, #applications #box1 .overlay, #products #box2 .overlay, #applications #box2 .overlay, #products #box3 .overlay, #applications #box3 .overlay {
      width: 232px;
      height: 228px;
      line-height: 14px; } }
  @media screen and (min-width: 1030px) {
    #products #box1 .overlay, #applications #box1 .overlay, #products #box2 .overlay, #applications #box2 .overlay, #products #box3 .overlay, #applications #box3 .overlay {
      width: 322px;
      height: 322px;
      line-height: 19px; } }
  @media screen and (min-width: 1420px) {
    #products #box1 .overlay, #applications #box1 .overlay, #products #box2 .overlay, #applications #box2 .overlay, #products #box3 .overlay, #applications #box3 .overlay {
      width: 212px;
      height: 212px;
      line-height: 13px; } }
  #products #box1, #applications #box1, #products #box2, #applications #box2, #products #box3, #applications #box3 {
    border-bottom: 2px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0;
    background-size: cover;
    float: left;
    margin-bottom: 30px; }
  @media screen and (min-width: 1420px) {
    #products #box1, #applications #box1, #products #box2, #applications #box2, #products #box3, #applications #box3 {
      margin-bottom: 80px; } }
  #products #box1, #applications #box1 {
    border-top: 2px #3fb5e8 solid; }
  #products #box2, #applications #box2 {
    border-top: 2px #81be63 solid; }
  #products #box3, #applications #box3 {
    border-top: 2px #f3934a solid; }
  #products .overlay, #applications .overlay {
    background: rgba(255, 255, 255, .95);
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease; }
  #products #box1:hover .link1, #applications #box1:hover .link1 {
    background: #3fb5e8;
    padding-left: 4px; }
  #products #box1:hover .link1 a, #applications #box1:hover .link1 a {
    color: #fff;
    display: block; }
  #products #box2:hover .link2, #applications #box2:hover .link2 {
    background: #81be63;
    padding-left: 4px; }
  #products #box2:hover .link2 a, #applications #box2:hover .link2 a {
    color: #fff;
    display: block; }
  #products #box3:hover .link3, #applications #box3:hover .link3 {
    background: #f3934a;
    padding-left: 4px; }
  #products #box3:hover .link3 a, #applications #box3:hover .link3 a {
    color: #fff;
    display: block; }
  #products .link1, #applications .link1, #products .link2, #applications .link2, #products .link3, #applications .link3 {
    padding: 2px 0; }
  @media screen and (min-width: 768px) {
    #products .link1, #applications .link1, #products .link2, #applications .link2, #products .link3, #applications .link3 {
      font-size: 14px; } }
  @media screen and (min-width: 1030px) {
    #products .link1, #applications .link1, #products .link2, #applications .link2, #products .link3, #applications .link3 {
      font-size: 19px; } }
  @media screen and (min-width: 1420px) {
    #products .link1, #applications .link1, #products .link2, #applications .link2, #products .link3, #applications .link3 {
      font-size: 15px; } }
  #products .link1, #applications .link1 {
    border-top: 2px #3fb5e8 solid; }
  #products .link1 a, #applications .link1 a {
    color: #3fb5e8; }
  #products .link2, #applications .link2 {
    border-top: 2px #81be63 solid; }
  #products .link2 a, #applications .link2 a {
    color: #81be63; }
  #products .link3, #applications .link3 {
    border-top: 2px #f3934a solid; }
  #products .link3 a, #applications .link3 a {
    color: #f3934a; }
  #products .plus, #applications .plus {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    color: rgba(0, 0, 0, .75); }
  #products .plus ul, #applications .plus ul {
    margin: 0;
    list-style: none;
    padding: 0;
    z-index: 1000;
    list-style-position: outside; }
  #products .plus li, #applications .plus li {
    list-style: none;
    border-bottom: 1px #b6dfb4 solid;
    margin: 0;
    padding: 2px;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
    #products .plus li, #applications .plus li {
      font-size: 12px; } }
    @media screen and (min-width: 1030px) {
    #products .plus li, #applications .plus li {
      font-size: 15px; } }
    @media screen and (min-width: 1420px) {
    #products .plus li, #applications .plus li {
      font-size: 11px; } }
  #products .plus li:last-child, #applications .plus li:last-child {
    border: 0; }

#applications #box1, #applications #box2 {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 2px #fff solid; }
  #applications #box1 .overlay {
    border-top: 2px #3fb5e8 solid; }
  #applications #box2 .overlay {
    border-top: 2px #81be63 solid; }
  #applications #box3 .overlay {
    border-top: 2px #f3934a solid; }
  #applications .link1, #applications .link2, #applications .link3 {
    border-top: 0;
    padding-left: 2px; }

#products #box1:hover .overlay, #products #box2:hover .overlay, #products #box3:hover .overlay {
  opacity: 1; }

#company {
  width: 100%; }
  #company #box1, #company #box2, #company #box3 {
    width: 100%; }
  #company #box1 .slider, #company #box2 .slider, #company #box3 .slider {
    -ms-touch-action: pan-y;
    /* Prevent default touch actions on Windows 8. Only required for IE10 */
    overflow: auto;
    /* Not required but recommended for accessibility when JavaScript is turned off */
    position: relative;
    touch-action: pan-y;
    /* Prevent default touch actions on Windows 8. Supported in IE11+ */
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 768px) {
    #company #box1, #company #box2, #company #box3 {
      width: 232px;
      height: 232px; }
      #company #box1 .as-slide-inner div, #company #box2 .as-slide-inner div, #company #box3 .as-slide-inner div {
        margin: 0;
        padding: 0; }
      #company #box1 .slider, #company #box2 .slider, #company #box3 .slider, #company #box1 .slider-wrapper, #company #box2 .slider-wrapper, #company #box3 .slider-wrapper, #company #box1 .as-slide-inner, #company #box2 .as-slide-inner, #company #box3 .as-slide-inner {
        margin: 0;
        padding: 0;
        height: 340px; }
        #company #box1 .slider img, #company #box2 .slider img, #company #box3 .slider img, #company #box1 .slider-wrapper img, #company #box2 .slider-wrapper img, #company #box3 .slider-wrapper img, #company #box1 .as-slide-inner img, #company #box2 .as-slide-inner img, #company #box3 .as-slide-inner img {
          display: block;
          width: 100%; } }
  @media screen and (min-width: 1030px) {
    #company #box1, #company #box2, #company #box3 {
      width: 320px;
      height: 320px; }
      #company #box1 .as-slide-inner div, #company #box2 .as-slide-inner div, #company #box3 .as-slide-inner div {
        margin: 0;
        padding: 0; }
      #company #box1 .slider, #company #box2 .slider, #company #box3 .slider, #company #box1 .slider-wrapper, #company #box2 .slider-wrapper, #company #box3 .slider-wrapper, #company #box1 .as-slide-inner, #company #box2 .as-slide-inner, #company #box3 .as-slide-inner {
        margin: 0;
        padding: 0;
        height: 360px; }
        #company #box1 .slider img, #company #box2 .slider img, #company #box3 .slider img, #company #box1 .slider-wrapper img, #company #box2 .slider-wrapper img, #company #box3 .slider-wrapper img, #company #box1 .as-slide-inner img, #company #box2 .as-slide-inner img, #company #box3 .as-slide-inner img {
          display: block;
          width: 100%; } }
  @media screen and (min-width: 1420px) {
    #company #box1, #company #box2, #company #box3 {
      width: 33%;
      height: 480px;
      background-color: #fff;
      text-align: left;
      padding: 0;
      margin: 0; }
      #company #box1 .as-slide-inner div, #company #box2 .as-slide-inner div, #company #box3 .as-slide-inner div {
        margin: 0;
        padding: 0; }
      #company #box1 .slider, #company #box2 .slider, #company #box3 .slider, #company #box1 .slider-wrapper, #company #box2 .slider-wrapper, #company #box3 .slider-wrapper, #company #box1 .as-slide-inner, #company #box2 .as-slide-inner, #company #box3 .as-slide-inner {
        margin: 0;
        padding: 0;
        height: 450px; }
        #company #box1 .slider img, #company #box2 .slider img, #company #box3 .slider img, #company #box1 .slider-wrapper img, #company #box2 .slider-wrapper img, #company #box3 .slider-wrapper img, #company #box1 .as-slide-inner img, #company #box2 .as-slide-inner img, #company #box3 .as-slide-inner img {
          display: block;
          width: 100%; } }
  #company #box1 p, #company #box2 p, #company #box3 p {
    margin-top: 5px; }
  #company .as-prev-arrow {
    display: none; }
  #company .as-next-arrow {
    cursor: pointer;
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 100; }
  #company #box1, #company #box2, #company #box3 {
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 30px; }
  #company #box1 {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 3px #fff solid; }
  #company #box2 {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 3px #fff solid; }
  #company #box3 {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 3px #fff solid; }

#company_text {
  font-size: 15px;
  margin: 0;
  padding: 0; }
  #company_text div {
    width: 33%;
    padding: 0 30px 0 0;
    float: left; }

footer {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1000;
  background-color: #f1f1f1;
  color: #999;
  border-bottom: 25px solid #13a538;
  padding: 0 0 80px 0;
  margin: 30px 0 0 0;
  font-size: 14px; }
  @media screen and (min-width: 1030px) {
    footer .row {
      max-width: 100%; } }
  footer h2 {
    font-size: 14px;
    border-bottom: 1px solid #999; }
  @media screen and (min-width: 1420px) {
  footer {
    padding: 0 0 80px 20px; } }

.footerImgKlass {
  float: left;
  margin: 0 14px 20px 0; }

.footersocialImgKlass {
  float: left;
  margin: 0 14px 20px 0;
  height: 30px; }

.footerImgMit {
  float: left;
  margin: 0 14px 0 0; }

.fixheight {
  height: 400px; }
  @media screen and (min-width: 768px) {
  .fixheight {
    height: 239px; } }
  @media screen and (min-width: 1030px) {
  .fixheight {
    height: 326px; } }
  @media screen and (min-width: 1420px) {
  .fixheight {
    height: 220px; } }

.fixheightTeaser {
  height: 400px; }
  @media screen and (min-width: 768px) {
  .fixheightTeaser {
    height: 275px; } }
  @media screen and (min-width: 1030px) {
  .fixheightTeaser {
    height: 365px; } }
  @media screen and (min-width: 1420px) {
  .fixheightTeaser {
    height: 485px; } }

#messe {
  margin: 0;
  padding: 0;
  color: #777; }
  #messe ul {
    margin: 0;
    list-style: none;
    padding: 0;
    list-style-position: outside; }
  #messe li {
    list-style: none;
    border-bottom: 1px #fff solid;
    margin: 0;
    padding: 5px 0 5px 15px;
    font-size: 12px; }

.typo_ticker {
  line-height: 22px;
  color: #13a538;
  font-weight: normal;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
  .typo_ticker {
    margin-left: 80px;
    line-height: 28px;
    color: #13a538;
    font-weight: normal;
    font-size: 15px; }
    .typo_ticker a:nth-of-type(1) {
      color: #393;
      font-weight: normal;
      font-size: 28px;
      padding-bottom: 20px;
      display: inline-block; } }
  @media screen and (min-width: 1030px) {
  .typo_ticker {
    margin-left: 80px;
    line-height: 28px;
    color: #13a538;
    font-weight: normal;
    font-size: 18px; }
    .typo_ticker a:nth-of-type(1) {
      font-size: 40px; } }
  @media screen and (min-width: 1420px) {
  .typo_ticker {
    line-height: 21px;
    color: #13a538;
    font-weight: normal;
    font-size: 14px; }
    .typo_ticker a:nth-of-type(1) {
      font-size: 30px; } }

.typo_slider_table {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 14px; }
  @media screen and (min-width: 1030px) {
  .typo_slider_table {
    font-size: 20px; } }
  @media screen and (min-width: 1420px) {
  .typo_slider_table {
    font-size: 14px; } }
  .typo_slider_table img {
    position: relative;
    right: 0;
    width: 30px !important; }
  .typo_slider_table p:nth-of-type(1) {
    margin: 3px 0 0 0;
    padding: 3px 0 0 0;
    display: inline-block;
    float: left;
    width: 160px; }
  @media screen and (min-width: 1030px) {
    .typo_slider_table p:nth-of-type(1) {
      width: 260px; } }
  @media screen and (min-width: 1420px) {
    .typo_slider_table p:nth-of-type(1) {
      width: 160px; } }
  .typo_slider_table table {
    background-color: red;
    padding: 3px;
    color: #333; }
  .typo_slider_table table tr:nth-child(even) {
    background-color: #fff; }
  .typo_slider_table table tr:nth-child(odd) {
    background-color: #d3e3ce; }
  .typo_slider_table table tr:nth-child(1) {
    background-color: #98cb98; }
  @media screen and (min-width: 768px) {
    .typo_slider_table table {
      height: 115px; } }
  @media screen and (min-width: 1030px) {
    .typo_slider_table table {
      height: 200px; } }
  @media screen and (min-width: 1420px) {
    .typo_slider_table table {
      height: 118px; } }
  @media screen and (min-width: 768px) {
 }
  @media screen and (min-width: 1030px) {
    .typo_slider_table p:nth-of-type(2) {
      height: 100px; } }
  @media screen and (min-width: 1420px) {
    .typo_slider_table p:nth-of-type(2) {
      height: 2px; } }

.typo_slider_text {
  float: left;
  width: 33%;
  margin: 0; }
  .typo_slider_text p:nth-of-type(1) {
    font-size: 14px;
    padding: 6px 8px 0 0;
    display: block; }
  @media screen and (min-width: 1030px) {
    .typo_slider_text p:nth-of-type(1) {
      font-size: 20px;
      padding: 6px 15px 0 0; } }
  @media screen and (min-width: 1420px) {
    .typo_slider_text p:nth-of-type(1) {
      font-size: 14px;
      padding: 6px 8px 0 0; } }
  .typo_slider_text p:nth-of-type(2) {
    padding: 2px 5px 0 0; }
  @media screen and (min-width: 768px) {
 }
  @media screen and (min-width: 1030px) {
 }
  @media screen and (min-width: 1420px) {
 }

.typo_app {
  font-size: 16px;
  color: #666; }

.typo_messe {
  font-size: 15px;
  color: #fff; }

.typo_vc {
  color: #666;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
  .typo_vc {
    font-size: 16px; } }
  @media screen and (min-width: 1030px) {
  .typo_vc {
    font-size: 22px; } }
  @media screen and (min-width: 1420px) {
  .typo_vc {
    font-size: 16px; } }

.border-green {
  border-top: 2px #b6dfb4 solid;
  border-bottom: 2px #b6dfb4 solid; }

.border-top-green {
  border-top: 2px #b6dfb4 solid; }

.border-cryogenic {
  border-top: 2px #3fb5e8 solid;
  border-bottom: 2px #3fb5e8 solid; }

.border-top-cryogenic {
  border-top: 2px #3fb5e8 solid; }

.border-industry {
  border-top: 2px #81be63 solid;
  border-bottom: 2px #81be63 solid; }

.border-top-industry {
  border-top: 2px #81be63 solid; }

.border-energy {
  border-top: 2px #f3934a solid;
  border-bottom: 2px #f3934a solid; }

.border-top-energy {
  border-top: 2px #f3934a solid; }

.no-border {
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid; }

.slider {
  margin: 0;
  padding: 0;
  -ms-touch-action: pan-y;
  /* Prevent default touch actions on Windows 8. Only required for IE10 */
  overflow: auto;
  /* Not required but recommended for accessibility when JavaScript is turned off */
  position: relative;
  touch-action: pan-y;
  /* Prevent default touch actions on Windows 8. Supported in IE11+ */ }
  .slider td {
    padding: 2px; }

.as-slide-inner {
  margin: 0;
  padding: 0; }
  .as-slide-inner div {
    margin: 0;
    padding: 0 !important; }

.slider_startseite {
  margin: 0;
  padding: 0 20px 0 0; }
  .slider_startseite img {
    width: 100%; }
  .slider_startseite div {
    margin: 0;
    padding: 0; }

.slider_auto {
  position: relative;
  padding: 0 0 0 0; }
  @media screen and (min-width: 1420px) {
 }
  .slider_auto div {
    margin: 0;
    padding: 0; }
  .slider_auto div img {
    width: 100%;
    padding: 0; }
/* Bare minimum styles */
.neuheiten .as-nav {
  bottom: 0px;
  right: 10px;
  margin-left: -27px;
  position: absolute;
  text-align: right;
  z-index: 200; }
  .neuheiten .as-nav a {
    background: url(/de/img/bullets.png) no-repeat;
    height: 16px;
    display: inline-block;
    margin: 0 1px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 16px;
    text-align: right; }
  @media screen and (min-width: 1420px) {
  .neuheiten .as-nav a:last-child {
    margin: 0 20px 0 0; } }
  .neuheiten a.as-active {
    /*, .as-nav a:hover*/
    background: url(/de/img/bullets_active.png) no-repeat; }
  .neuheiten a.as-nav a:hover {
    cursor: pointer;
    outline: none; }

.products_mobile {
  font-size: 12px;
  color: #666; }
  .products_mobile span {
    display: block;
    padding: 6px;
    margin: 0;
    color: #fff; }

.company_mobile {
  font-size: 12px;
  color: #666; }
  .company_mobile .slider {
    height: 100%;
    -ms-touch-action: pan-y;
    /* Prevent default touch actions on Windows 8. Only required for IE10 */
    overflow: auto;
    /* Not required but recommended for accessibility when JavaScript is turned off */
    position: relative;
    touch-action: pan-y;
    /* Prevent default touch actions on Windows 8. Supported in IE11+ */
    margin: 0;
    padding: 0; }
  .company_mobile .as-slide-inner div {
    margin: 0;
    padding: 0; }
  .company_mobile .slider, .company_mobile .slider-wrapper, .company_mobile .as-slide-inner {
    margin: 0;
    padding: 0; }
  .company_mobile .slider img, .company_mobile .slider-wrapper img, .company_mobile .as-slide-inner img {
    display: block;
    width: 100%; }
  .company_mobile .as-prev-arrow {
    display: none; }
  .company_mobile .as-next-arrow {
    cursor: pointer;
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 99; }

.neuheiten_mobile {
  font-size: 12px;
  color: #666; }
  .neuheiten_mobile .slider {
    height: 100%;
    -ms-touch-action: pan-y;
    /* Prevent default touch actions on Windows 8. Only required for IE10 */
    overflow: auto;
    /* Not required but recommended for accessibility when JavaScript is turned off */
    position: relative;
    touch-action: pan-y;
    /* Prevent default touch actions on Windows 8. Supported in IE11+ */
    margin: 0;
    padding: 0; }
  .neuheiten_mobile .as-slide-inner div {
    margin: 0;
    padding: 0; }
  .neuheiten_mobile .slider, .neuheiten_mobile .slider-wrapper, .neuheiten_mobile .as-slide-inner {
    margin: 0;
    padding: 0; }
  .neuheiten_mobile .slider img, .neuheiten_mobile .slider-wrapper img, .neuheiten_mobile .as-slide-inner img {
    display: block;
    width: 100%; }
  .neuheiten_mobile .as-prev-arrow {
    display: none; }
  .neuheiten_mobile .as-next-arrow {
    cursor: pointer;
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 99; }

.row-m {
  margin-bottom: 50px; }
  .row-m h2:nth-child(1) {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    color: #666;
    font-size: 15px;
    font-weight: bold; }

#directcontact textarea {
  font-size: 20px;
  width: 100%;
  border: 1px #b6dfb4 solid;
  height: 60%;
  padding: 30px; }
  #directcontact div:nth-of-type(1) {
    margin: 0 0 40px 0; }
  @media screen and (min-width: 768px) {
  #directcontact {
    font-size: 20px; } }
  @media screen and (min-width: 1030px) {
 }
  @media screen and (min-width: 1420px) {
  #directcontact {
    padding: 0 0 0 20px; } }
/*.clicked-once:before {
 content: "X ";
 }*/
#international-menu {
  width: 120px;
  padding: 2px 0 0 0;
  margin: 0 0 0 15px;
  font-size: 12px;
  display: inline-block;
  z-index: 100;
  /*--definiert die Block&uuml;berschriften--*/
  /*--definiert die "Drop-Down-Links" im Normalzustand--*/
  /*--definiert die "Drop-Down-Links" im Hoverzustand--*/
  /*verhindert im Zusammenhang mit position absolute bei ul ul
   *eine H&ouml;henvergr&ouml;&szlig;erung von #international-menu beim Hovern--
   */
  /*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/ }
  #international-menu ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 150px;
    list-style-type: none; }
  #international-menu h4 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 0;
    line-height: 20px;
    height: 20px;
    color: #666;
    background: #fff; }
  #international-menu a {
    text-decoration: none;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px #b6dfb4 solid;
    background: #fff;
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=80);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.8;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.8;
    /* Modern!
     /* Firefox 0.9+, Safari 2?, Chrome any?
     /* Opera 9+, IE 9+ */
    opacity: 0.8;
    color: #666; }
  #international-menu a:hover {
    border-bottom: 1px #13a538 solid;
    cursor: pointer; }
  #international-menu li {
    position: relative; }

#international-menu ul ul {
  position: absolute;
  z-index: 2000;
  display: none; }
/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#international-menu ul li:hover ul {
  display: block;
  cursor: pointer; }
/*--nur f&uuml;r IE-Versionen &lt;=6 erkennbar--*/
* html #international-menu ul li {
  float: left;
  width: 100%; }
/*--nur f&uuml;r IE 7 erkennbar--*/
* + html #international-menu ul li {
  float: left;
  width: 100%; }
/*--bewirkt Hover-Effekt f&uuml;r IE &lt;7 auch f&uuml;r ul- und li-Elemente--*/
.applications-cryogenic {
  padding: 0;
  margin: 0;
  /*div:nth-child(3) {
   width: 100%;
   padding: 0;
   @include responsive(tablet) {
   width: 203px;
   //display: none;
   }
   @include responsive(desktop) {
   //width: 480px;
   width: 345px;
   }
   @include responsive(great) {
   //width:700 100%;
   width: 395px;
   }
   padding: 0;
   background-color: #f1f1f1;
   img { 
   //padding: 0 30px; 
   width: 100%; 
   //position: relative; 
   //top: 30%; 
   }
   }*/ }
  .applications-cryogenic br {
    line-height: 3px;
    padding: 0;
    margin: 0;
    height: 2px; }
  @media screen and (min-width: 768px) {
 }
  @media screen and (min-width: 1030px) {
 }
  @media screen and (min-width: 1420px) {
  .applications-cryogenic {
    padding: 0 0 0 20px; } }
  .applications-cryogenic h3 {
    margin: 0 0 15px 0;
    padding: 10px 0 0 0;
    color: #3fb5e8;
    font-size: 17px; }
  @media screen and (min-width: 768px) {
    .applications-cryogenic h3 {
      padding: 0; } }
  @media screen and (min-width: 1420px) {
    .applications-cryogenic h3 {
      font-size: 20px; } }
  .applications-cryogenic p {
    font-size: 12px; }
  @media screen and (min-width: 1420px) {
    .applications-cryogenic p {
      font-size: 17px; } }
  .applications-cryogenic div:nth-child(1) {
    width: 100%;
    padding: 0 0 10px 0; }
  .applications-cryogenic div:nth-child(1) img {
    width: 100%; }
    @media screen and (min-width: 768px) {
    .applications-cryogenic div:nth-child(1) img {
      width: 48%; } }
  @media screen and (min-width: 768px) {
    .applications-cryogenic div:nth-child(1) {
      width: 350px; } }
  @media screen and (min-width: 1030px) {
    .applications-cryogenic div:nth-child(1) {
      width: 430px; } }
  @media screen and (min-width: 1420px) {
    .applications-cryogenic div:nth-child(1) {
      width: 550px; } }
  .applications-cryogenic div:nth-child(2) {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .applications-cryogenic div:nth-child(2) {
      padding: 0 20px 50px 2px;
      width: 340px; } }
  @media screen and (min-width: 1030px) {
    .applications-cryogenic div:nth-child(2) {
      padding: 0 5px;
      width: 480px; } }
  @media screen and (min-width: 1420px) {
    .applications-cryogenic div:nth-child(2) {
      padding: 0 20px 70px 5px;
      width: 680px; } }

.applications-industry {
  padding: 0;
  margin: 0;
  /*div:nth-child(3) {
   width: 100%;
   padding: 0;
   @include responsive(tablet) {
   width: 203px;
   //display: none;
   }
   @include responsive(desktop) {
   //width: 480px;
   width: 345px;
   }
   @include responsive(great) {
   //width:700 100%;
   width: 395px;
   }
   padding: 0;
   background-color: #f1f1f1;
   img { 
   //padding: 0 30px; 
   width: 100%; 
   //position: relative; 
   //top: 30%; 
   }
   }*/ }
  .applications-industry br {
    line-height: 3px;
    padding: 0;
    margin: 0;
    height: 2px; }
  @media screen and (min-width: 768px) {
 }
  @media screen and (min-width: 1030px) {
 }
  @media screen and (min-width: 1420px) {
  .applications-industry {
    padding: 0 0 0 20px; } }
  .applications-industry h3 {
    margin: 0 0 15px 0;
    padding: 10px 0 0 0;
    color: #81be63;
    font-size: 17px;
    line-height: 19px; }
  @media screen and (min-width: 768px) {
    .applications-industry h3 {
      padding: 0; } }
  @media screen and (min-width: 1420px) {
    .applications-industry h3 {
      font-size: 20px; } }
  .applications-industry p {
    font-size: 12px; }
  @media screen and (min-width: 1420px) {
    .applications-industry p {
      font-size: 17px; } }
  .applications-industry div:nth-child(1) {
    width: 100%;
    padding: 0 0 10px 0; }
  .applications-industry div:nth-child(1) img {
    width: 100%; }
    @media screen and (min-width: 768px) {
    .applications-industry div:nth-child(1) img {
      width: 48%; } }
  @media screen and (min-width: 768px) {
    .applications-industry div:nth-child(1) {
      width: 350px; } }
  @media screen and (min-width: 1030px) {
    .applications-industry div:nth-child(1) {
      width: 430px; } }
  @media screen and (min-width: 1420px) {
    .applications-industry div:nth-child(1) {
      width: 550px; } }
  .applications-industry div:nth-child(2) {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .applications-industry div:nth-child(2) {
      padding: 0 20px 50px 2px;
      width: 340px; } }
  @media screen and (min-width: 1030px) {
    .applications-industry div:nth-child(2) {
      padding: 0 5px;
      width: 480px; } }
  @media screen and (min-width: 1420px) {
    .applications-industry div:nth-child(2) {
      padding: 0 20px 70px 5px;
      width: 680px; } }

.applications-energy {
  padding: 0;
  margin: 0;
  /*div:nth-child(3) {
   width: 100%;
   padding: 0;
   @include responsive(tablet) {
   width: 203px;
   //display: none;
   }
   @include responsive(desktop) {
   //width: 480px;
   width: 345px;
   }
   @include responsive(great) {
   //width:700 100%;
   width: 395px;
   }
   padding: 0;
   background-color: #f1f1f1;
   img { 
   //padding: 0 30px; 
   width: 100%; 
   //position: relative; 
   //top: 30%; 
   }
   }*/ }
  .applications-energy br {
    line-height: 3px;
    padding: 0;
    margin: 0;
    height: 2px; }
  @media screen and (min-width: 768px) {
 }
  @media screen and (min-width: 1030px) {
 }
  @media screen and (min-width: 1420px) {
  .applications-energy {
    padding: 0 0 0 20px; } }
  .applications-energy h3 {
    margin: 0 0 15px 0;
    padding: 10px 0 0 0;
    color: #f3934a;
    font-size: 17px;
    line-height: 19px; }
  @media screen and (min-width: 768px) {
    .applications-energy h3 {
      padding: 0; } }
  @media screen and (min-width: 1420px) {
    .applications-energy h3 {
      font-size: 20px; } }
  .applications-energy p {
    font-size: 12px; }
  @media screen and (min-width: 1420px) {
    .applications-energy p {
      font-size: 17px; } }
  .applications-energy div:nth-child(1) {
    width: 100%;
    padding: 0 0 10px 0; }
  .applications-energy div:nth-child(1) img {
    width: 100%; }
    @media screen and (min-width: 768px) {
    .applications-energy div:nth-child(1) img {
      width: 95%; } }
  @media screen and (min-width: 768px) {
    .applications-energy div:nth-child(1) {
      width: 350px; } }
  @media screen and (min-width: 1030px) {
    .applications-energy div:nth-child(1) {
      width: 430px; } }
  @media screen and (min-width: 1420px) {
    .applications-energy div:nth-child(1) {
      width: 550px; } }
  .applications-energy div:nth-child(2) {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .applications-energy div:nth-child(2) {
      padding: 0 20px 50px 2px;
      width: 340px; } }
  @media screen and (min-width: 1030px) {
    .applications-energy div:nth-child(2) {
      padding: 0 5px;
      width: 480px; } }
  @media screen and (min-width: 1420px) {
    .applications-energy div:nth-child(2) {
      padding: 0 20px 70px 5px;
      width: 680px; } }

.application-fixheight {
  height: 190px;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
  .application-fixheight {
    height: 150px; } }
  @media screen and (min-width: 1030px) {
  .application-fixheight {
    height: 150px; } }
  @media screen and (min-width: 1420px) {
  .application-fixheight {
    height: 200px; } }

.oldie html body {
  behavior: url(csshover3-source.htc);
  font-size: 100%; }
  .oldie html #international-menu ul li a {
    height: 1%; }
  .oldie div, .oldie header, .oldie footer, .oldie #page, .oldie .row-m, .oldie #masthead, .oldie .m-only, .oldie #cd, .oldie .m-1of2 {
    display: none;
    /*width: 400px; margin: 0;*/ }
  .oldie #cd {
    width: 400px; }
  .oldie p {
    padding: 50px; }
/* 	colors
 ----------------- */
.color-is-corporate-green {
  background-color: #13a538; }

.color-is-light-green {
  background-color: #b6dfb4; }

.color-is-cryogenic {
  background-color: #3fb5e8; }

.color-is-industry {
  background-color: #81be63; }

.color-is-energy {
  background-color: #f3934a; }

.color-is-grey {
  background-color: #666 !default; }

.color-is-white {
  background-color: #fff; }
