/*rot*/
a.button {
  text-decoration: none;
  padding: 23px 10px;
  display: inline-block;
  width: auto; }

* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden;
  overflow-y: auto; }

img {
  border: none; }

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #555150; }

h1 {
  font-size: 18px;
  color: #e8443a; }

h2 {
  font-size: 14px;
  color: #e8443a; }

h3 {
  font-size: 13px;
  color: #e8443a; }

a {
  color: #151515; }

.button {
  /* z.B: .gradient(left, #663333, #333333);*/
  background-color: #777;
  background-image: -webkit-linear-gradient(top, #777, #585858);
  background-image: -moz-linear-gradient(top, #777, #585858);
  background-image: -o-linear-gradient(top, #777, #585858);
  background-image: -ms-linear-gradient(top, #777, #585858);
  background-image: linear-gradient(top, #777, #585858);
  /*fucking IE9 hat Pech gehabt*/
  width: 100%;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  padding: 23px 0;
  font-weight: normal; }
  .button:hover {
    color: #e8443a;
    /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
    /*z.B: .transition(all, 2s, linear, 0s);*/
    -webkit-transition: all linear 1s 0s;
    -moz-transition: all linear 1s 0s;
    -ms-transition: all linear 1s 0s;
    -o-transition: all linear 1s 0s; }

.clear {
  clear: both; }

.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both; }

.viernullvier {
  color: #e8443a;
  font-size: 200px;
  text-align: center; }

.inner {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto; }

.mazak {
  color: #ff6501; }
  .mazak.weiss {
    color: white; }

abbr[title='mazak'] {
  color: #ff6501;
  border: none;
  text-decoration: none; }

.bg {
  background-color: white; }

#wrapper_outer {
  width: 100%;
  background-image: url('/_intern/pics/bg_main.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  /*background-size: 100% 88%;*/
  background-position-y: -110px; }
  #wrapper_outer #wrapper {
    margin: 0 auto;
    width: 1260px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }

#header_outer {
  background-color: #241e1e; }
  #header_outer #header {
    padding: 20px; }
    #header_outer #header #burgerbutton {
      left: -4px;
      top: -3px;
      display: none;
      width: 40px;
      height: 20px;
      border-top: 5px solid #e8443a;
      border-bottom: 5px solid #e8443a;
      position: relative; }
      #header_outer #header #burgerbutton:after {
        content: '';
        position: absolute;
        width: 40px;
        border-top: 5px solid #e8443a;
        left: 0;
        top: 8px; }

#slogan {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 30px;
  text-align: center; }

#footer_outer {
  margin-top: 40px;
  margin-bottom: 40px; }

#footer {
  padding: 20px;
  /*nl_top_c*/ }
  #footer .cookies {
    position: relative; }
    #footer .cookies img {
      width: 25px;
      height: auto;
      position: absolute;
      top: 0px;
      left: 10px; }
  #footer #footernavi {
    float: left;
    padding-left: 60px;
    padding-top: 4px;
    width: 350px; }
    #footer #footernavi ul li {
      list-style-type: none;
      display: inline;
      position: relative;
      padding-right: 10px; }
      #footer #footernavi ul li:after {
        content: '';
        position: absolute;
        border-right: 1px solid #fff;
        right: 2px;
        top: 4px;
        height: 11px; }
      #footer #footernavi ul li:last-of-type:after {
        content: none; }
      #footer #footernavi ul li a {
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px; }
  #footer #adresse {
    float: left;
    color: white;
    font-size: 17px;
    margin-top: 3px; }
    #footer #adresse a {
      color: white;
      text-decoration: none; }
  #footer #nl_top_container {
    float: right; }
    #footer #nl_top_container #nl_abo {
      float: left;
      font-size: 12px;
      letter-spacing: 0.8;
      margin-right: 30px;
      letter-spacing: -0.05em; }
      #footer #nl_top_container #nl_abo .li {
        background-color: #e8443a;
        color: white;
        float: left;
        padding: 8px 9px; }
      #footer #nl_top_container #nl_abo .re {
        float: left;
        background-color: white;
        color: black;
        padding: 8px 25px 8px 9px;
        position: relative; }
      #footer #nl_top_container #nl_abo .re:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5.5px 0 5.5px 6px;
        border-color: transparent transparent transparent #000;
        top: 11px;
        right: 8px; }
    #footer #nl_top_container #to_top {
      float: right;
      margin-right: 60px;
      height: 30px;
      width: 30px;
      background-color: #241e1e;
      position: relative; }
      #footer #nl_top_container #to_top:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #fafcff transparent;
        top: 12px;
        left: 8px; }
  #footer #sm_icons {
    margin-top: 20px;
    padding-left: 60px; }
    #footer #sm_icons img {
      margin-right: 20px; }
    #footer #sm_icons a:last-of-type img {
      margin-right: 0; }

#yt_channel {
  float: right;
  width: 120px;
  margin: 25px 0; }
  #yt_channel img {
    width: 100%;
    height: auto; }

#sm_start {
  float: right;
  font-size: 12px;
  padding: 20px 0; }
  #sm_start img {
    margin-left: 20px; }

#start_vid {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center; }
  #start_vid h2 {
    margin-bottom: 10px; }
  #start_vid iframe {
    max-width: 100%; }

#content {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 1140px;
  max-width: 95%;
  padding-left: 60px;
  padding-right: 60px;
  color: #151515; }
  #content img {
    max-width: 100%;
    height: auto; }
  #content .video_ct {
    width: 90%;
    min-height: 100px;
    position: relative; }
    #content .video_ct img {
      width: 100%;
      height: auto; }
  #content .videobutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center; }
    #content .videobutton a {
      color: white; }
    #content .videobutton img {
      width: 50px;
      height: 50px; }
    #content .videobutton a {
      text-decoration: none; }
  #content.produkt {
    background-color: transparent;
    padding-top: 0; }
  #content ul {
    margin-left: 19px; }
  #content .text {
    width: 730px;
    max-width: 100%;
    float: left; }
  #content .bildklein {
    margin-bottom: 20px;
    float: right;
    width: 400px;
    max-width: 100%;
    margin-left: 40px; }
    #content .bildklein img {
      max-width: 100%;
      height: auto; }
  #content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.highlight {
  background-color: #fff; }

#start .li, #start .re {
  float: left;
  width: 50%;
  min-width: 300px; }
  #start .li a, #start .re a {
    text-decoration: none; }
  #start .li .box {
    background-color: #e8443a;
    font-size: 18px;
    padding: 20px 0 18px 15px;
    width: 435px;
    margin-bottom: 25px;
    color: black;
    position: relative;
    /*z.B. .roundcustom(10px, 20px, 30px, 40px);*/
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
    #start .li .box a {
      color: black; }
    #start .li .box abbr[title='mazak'] {
      color: white;
      border: none;
      text-decoration: none; }
    #start .li .box .pfeilbox {
      background-color: black;
      position: absolute;
      right: -60px;
      top: 0;
      /*z.B. .roundcustom(10px, 20px, 30px, 40px);*/
      -webkit-border-radius: 0px 5px 5px 0px;
      -moz-border-radius: 0px 5px 5px 0px;
      border-radius: 0px 5px 5px 0px;
      /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      height: 100%;
      width: 60px; }
    #start .li .box .pfeilbox:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12.5px 0 12.5px 12px;
      border-color: transparent transparent transparent #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #start .li #starttext {
      border-top: 1px dashed black;
      margin-top: 40px;
      padding-top: 36px;
      width: 509px;
      max-width: 100%; }
  #start #startslider {
    width: 100%;
    max-width: 100%; }
  #start #startslider .item {
    position: relative;
    line-height: 0; }
    #start #startslider .item img {
      max-width: 100%;
      height: auto; }
    #start #startslider .item .text {
      line-height: 1.3em;
      font-size: 14px;
      line-height: initial;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 93.5%;
      height: 100px;
      padding: 25px 20px 25px 18px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5); }
    #start #startslider .item .text h3 {
      font-weight: normal;
      margin-bottom: 15px;
      font-size: 18px;
      color: white; }

.phonebutton {
  float: right;
  opacity: 1 !important;
  top: -13px;
  position: relative;
  padding: 9px 13px 6px 11px;
  margin-left: 5px;
  margin-right: 0;
  fill: #e8443a;
  border: 2px solid #e8443a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.125rem;
  display: inline;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: background-color linear 1s 0s;
  -moz-transition: background-color linear 1s 0s;
  -ms-transition: background-color linear 1s 0s;
  -o-transition: background-color linear 1s 0s; }
  .phonebutton:hover {
    background-color: #f8c6c3;
    /*z.B: .transition(all, 2s, linear, 0s);*/
    -webkit-transition: background-color linear 1s 0s;
    -moz-transition: background-color linear 1s 0s;
    -ms-transition: background-color linear 1s 0s;
    -o-transition: background-color linear 1s 0s; }
  .phonebutton svg {
    color: #e8443a;
    height: 25px; }

#quicklink {
  margin-top: 70px;
  margin-bottom: 80px; }
  #quicklink .item {
    float: left;
    margin-bottom: -160px;
    width: 269px;
    margin-right: 21px;
    background-color: #e6e6e6;
    color: black;
    height: 165px;
    /*z.B. .roundcustom(10px, 20px, 30px, 40px);*/
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px; }
  #quicklink .item.last {
    margin-right: 0; }
  #quicklink .item h3 {
    /*
     background-color:#3c3636;
     width:100%;
     text-align:center;
     color:white;
     text-transform:uppercase;
     font-size:18px;
     padding:23px 0;
     font-weight:normal;
     &:hover
     {
     color:$schmuckfarbe1;
     .transition(all, 1s, linear, 0s);
     }
     */
    /* z.B: .gradient(left, #663333, #333333);*/
    background-color: #777;
    background-image: -webkit-linear-gradient(top, #777, #585858);
    background-image: -moz-linear-gradient(top, #777, #585858);
    background-image: -o-linear-gradient(top, #777, #585858);
    background-image: -ms-linear-gradient(top, #777, #585858);
    background-image: linear-gradient(top, #777, #585858);
    /*fucking IE9 hat Pech gehabt*/
    width: 100%;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #424242;
    border-bottom: 1px solid #424242;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 23px 0;
    font-weight: normal; }
    #quicklink .item h3:hover {
      color: #e8443a;
      /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
      -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      /*z.B: .transition(all, 2s, linear, 0s);*/
      -webkit-transition: all linear 1s 0s;
      -moz-transition: all linear 1s 0s;
      -ms-transition: all linear 1s 0s;
      -o-transition: all linear 1s 0s; }
  #quicklink .item .quick_txt {
    padding: 25px; }

#quicklink_inhalt {
  margin-top: 70px;
  margin-left: 300px; }
  #quicklink_inhalt .item {
    float: left;
    margin-bottom: -40px;
    width: 269px;
    margin-right: 125px;
    color: black;
    height: 50px; }
  #quicklink_inhalt .item.last {
    margin-right: 0; }
  #quicklink_inhalt .item a {
    text-decoration: none; }
  #quicklink_inhalt .item h3 {
    /*
     background-color:#3c3636;
     width:100%;
     text-align:center;
     color:white;
     text-transform:uppercase;
     font-size:18px;
     padding:23px 0;
     font-weight:normal;
     &:hover
     {
     color:$schmuckfarbe1;
     .transition(all, 1s, linear, 0s);
     }
     */
    /* z.B: .gradient(left, #663333, #333333);*/
    background-color: #777;
    background-image: -webkit-linear-gradient(top, #777, #585858);
    background-image: -moz-linear-gradient(top, #777, #585858);
    background-image: -o-linear-gradient(top, #777, #585858);
    background-image: -ms-linear-gradient(top, #777, #585858);
    background-image: linear-gradient(top, #777, #585858);
    /*fucking IE9 hat Pech gehabt*/
    width: 100%;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #424242;
    border-bottom: 1px solid #424242;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 23px 0;
    font-weight: normal; }
    #quicklink_inhalt .item h3:hover {
      color: #e8443a;
      /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
      -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      /*z.B: .transition(all, 2s, linear, 0s);*/
      -webkit-transition: all linear 1s 0s;
      -moz-transition: all linear 1s 0s;
      -ms-transition: all linear 1s 0s;
      -o-transition: all linear 1s 0s; }

#standard_uebersicht .item {
  background-color: #e8443a;
  font-size: 18px;
  padding: 20px 0 18px 15px;
  width: 250px;
  float: left;
  margin-right: 85px;
  margin-bottom: 25px;
  color: black;
  position: relative; }
  #standard_uebersicht .item a {
    color: black;
    text-decoration: none; }
  #standard_uebersicht .item .pfeilbox {
    background-color: black;
    position: absolute;
    right: -60px;
    top: 0;
    height: 100%;
    width: 60px; }
    #standard_uebersicht .item .pfeilbox:after {
      top: 19px;
      left: 25px;
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12.5px 0 12.5px 12px;
      border-color: transparent transparent transparent #fff; }

.letzte_aenderung {
  font-size: 12px;
  text-align: right;
  margin-right: 40px;
  margin-bottom: 10px; }

#produkt h2 {
  color: #e8443a;
  font-size: 16px;
  text-transform: uppercase; }
  #produkt #produkt_head {
    padding: 20px 60px 0px 60px;
    height: 58px;
    width: 1140px;
    max-width: 100%;
    margin-left: -60px;
    margin-top: -40px;
    margin-bottom: 40px;
    background-color: #e6e6e6; }
  #produkt #produkt_head .li {
    float: left; }
    #produkt #produkt_head .li .backlink {
      width: 130px;
      /* z.B: .gradient(left, #663333, #333333);*/
      background-color: #777;
      background-image: -webkit-linear-gradient(top, #777, #585858);
      background-image: -moz-linear-gradient(top, #777, #585858);
      background-image: -o-linear-gradient(top, #777, #585858);
      background-image: -ms-linear-gradient(top, #777, #585858);
      background-image: linear-gradient(top, #777, #585858);
      /*fucking IE9 hat Pech gehabt*/
      width: 100%;
      border-top: 1px solid #888;
      border-left: 1px solid #888;
      border-right: 1px solid #424242;
      border-bottom: 1px solid #424242;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-size: 18px;
      padding: 23px 0;
      font-weight: normal;
      padding: 10px 15px 10px 0;
      width: 230px;
      background-color: #241e1e;
      color: white;
      position: relative;
      font-size: 14px;
      /*z.B. .roundcustom(10px, 20px, 30px, 40px);*/
      -webkit-border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px; }
    #produkt #produkt_head .li .backlink:hover {
      color: #e8443a;
      /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
      -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
      /*z.B: .transition(all, 2s, linear, 0s);*/
      -webkit-transition: all linear 1s 0s;
      -moz-transition: all linear 1s 0s;
      -ms-transition: all linear 1s 0s;
      -o-transition: all linear 1s 0s; }
    #produkt #produkt_head .li .backlink a {
      color: white;
      text-decoration: none; }
    #produkt #produkt_head .li .backlink:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 7.5px 7px 0;
      border-color: transparent #fff transparent transparent;
      top: 13px;
      left: 8px; }
  #produkt #produkt_head .re {
    float: left; }
  #produkt .li {
    float: left;
    width: 250px; }
  #produkt .li #subnav li {
    list-style-type: none;
    width: 230px;
    border-bottom: 1px dashed black;
    padding-top: 12px; }
    #produkt .li #subnav li a {
      color: #151515;
      text-decoration: none; }
      #produkt .li #subnav li a abbr[title='mazak'] {
        color: inherit; }
      #produkt .li #subnav li a.aktiv {
        color: #e8443a; }
    #produkt .li #subnav li:first-of-type {
      padding-top: 0; }
  #produkt .re {
    margin-left: 40px;
    float: left;
    width: 850px; }
  #produkt .re h1 {
    color: #151515;
    font-weight: normal; }
  #produkt .re h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px; }
  #produkt .re h3 {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #151515; }
  #produkt .re .uebersicht {
    float: left;
    width: 300px; }
    #produkt .re .uebersicht .row {
      margin-bottom: 20px; }
    #produkt .re .uebersicht .row .bez {
      font-weight: bold; }
      #produkt .re .uebersicht .row .bez:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
  #produkt .re #produktslider, #produkt .re #produktbild {
    float: left;
    width: 550px;
    background-color: #e6e6e6; }
    #produkt .re #produktslider div, #produkt .re #produktbild div {
      position: relative; }
    #produkt .re #produktslider img, #produkt .re #produktbild img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      position: relative; }
  #produkt .re .tech_daten {
    margin-top: 60px; }
    #produkt .re .tech_daten .block {
      width: 47%;
      float: left;
      margin-bottom: 20px; }
    #produkt .re .tech_daten .block.li {
      margin-right: 6%; }
    #produkt .re .tech_daten .block.breit {
      width: 100%; }
    #produkt .re .tech_daten .block ul li {
      list-style-type: none;
      position: relative;
      padding-left: 9px; }
      #produkt .re .tech_daten .block ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #e8443a;
        position: absolute;
        top: 6px;
        left: 0; }
    #produkt .re .tech_daten h3 {
      border-bottom: 1px dashed black; }
    #produkt .re .tech_daten .row:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #produkt .re .tech_daten .row .bez {
      float: left;
      width: 200px; }
    #produkt .re .tech_daten .row .val {
      float: left;
      width: 160px;
      text-align: right; }
  #produkt .bg_produkt {
    background-image: url('/_intern/pics/bg_produkte.jpg'); }

#produktuebersicht .item, #archiv .item {
  width: 530px;
  max-width: 100%;
  min-height: 350px;
  position: relative;
  float: left;
  line-height: 0;
  margin-bottom: 40px; }
  #produktuebersicht .item:nth-of-type(1n+0), #archiv .item:nth-of-type(1n+0) {
    margin-right: 40px; }
  #produktuebersicht .item img, #archiv .item img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  #produktuebersicht .item .text, #archiv .item .text {
    line-height: 1.3em;
    font-size: 14px;
    line-height: initial;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 93.5%;
    padding: 25px 15px 18px 18px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); }
    #produktuebersicht .item .text:hover h3, #archiv .item .text:hover h3 {
      color: #e8443a;
      /*z.B: .transition(all, 2s, linear, 0s);*/
      -webkit-transition: all linear 1s 0s;
      -moz-transition: all linear 1s 0s;
      -ms-transition: all linear 1s 0s;
      -o-transition: all linear 1s 0s; }
    #produktuebersicht .item .text h3, #archiv .item .text h3 {
      font-weight: normal;
      margin-bottom: 10px;
      font-size: 16px;
      color: white; }

#archiv .item {
  width: 300px;
  max-width: 100%;
  min-height: 200px;
  margin: 0 20px 20px 0; }
  #archiv .item .bild {
    float: left;
    width: 300px;
    position: relative;
    line-height: 0; }
  #archiv .item .text {
    margin-left: 0px;
    float: left;
    width: 267px;
    padding: 12px 15px 0px 18px; }
    #archiv .item .text h3 {
      font-size: 14px; }
  #archiv .li {
    float: none;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px; }
  #archiv .li .pag {
    width: 200px;
    max-width: 100%; }
    #archiv .li .pag img {
      width: 30px;
      height: auto;
      position: relative;
      top: 10px; }
    #archiv .li .pag.next img {
      transform: rotate(-90deg); }
    #archiv .li .pag.back img {
      transform: rotate(90deg); }
/* -------------------
 NAVIGATION
 ----------------------*/
#mainmenu {
  position: relative;
  float: left;
  width: 700px;
  padding: 0 40px; }
  #mainmenu.fr {
    padding-left: 0; }
  #mainmenu.fr #nav a {
    padding: 3px 10px; }

#header.fr #mainmenu {
  width: 770px;
  padding-left: 0; }
  #header.fr #mainmenu #nav a {
    padding: 3px 10px; }
  #header.fr #logo {
    width: 250px; }
  #header.fr #flaggen {
    width: 180px; }

#logo {
  float: left;
  width: 275px; }
  #logo img {
    max-width: 100%;
    height: auto; }

#flaggen {
  padding-top: 13px;
  float: left;
  margin-right: 0;
  margin-left: 10px;
  width: 190px;
  position: relative; }
  #flaggen div {
    display: inline;
    width: 20px;
    margin-right: 3px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5; }
  #flaggen div.aktiv {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  #nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 25px;
    /*/ul*/ }
  #nav li {
    float: left;
    position: relative;
    color: white; }
  #nav a {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    color: white;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px; }
  #nav a.aktiv, #nav a:hover {
    color: #e8443a;
    /*z.B: .transition(all, 2s, linear, 0s);*/
    -webkit-transition: all linear 0.5s 0s;
    -moz-transition: all linear 0.5s 0s;
    -ms-transition: all linear 0.5s 0s;
    -o-transition: all linear 0.5s 0s; }
  #nav ul {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 20px;
    position: absolute;
    display: none;
    top: 31px;
    z-index: 1001; }
  #nav ul a {
    float: left;
    font-size: 12px;
    width: 250px;
    padding: 10px; }
  #nav ul li ul {
    top: auto; }
  #nav ul ul {
    left: 12em;
    margin: 0px 0 0 10px; }
  #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none; }
  #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block; }

#to_desktop {
  display: none;
  background-color: #e8443a;
  color: white;
  width: 200px;
  padding: 7px 5px;
  margin: 20px auto 0 auto; }
  #to_desktop a {
    text-decoration: none;
    color: white; }
/* -------------------
 NAVIGATION ENDE
 ----------------------*/
/*-------------------------
 Mobile Navigation
 --------------------------*/
@bgcolor2 :#C3C3C3;/*fastschwarz*/
#mobilenav li.head {
  cursor: pointer;
  .home {
    padding-top: 5px;
    height: 31px; } }

#mobile_menuicon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3; }

#mobilemenu {
  display: none;
  position: absolute;
  left: -1%;
  top: 0px;
  top: 14px;
  padding-left: 12px;
  z-index: 5; }

#mobilemenu ul {
  margin: 0px;
  padding: 0px; }

#mobilenav li {
  list-style-type: none;
  margin-left: 0; }

#mobilenav {
  border-right: 1px solid #ccc;
  position: absolute;
  top: 0px;
  background-color: #e8443a;
  width: 250px;
  left: -250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }
  #mobilenav ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.dlevel1, .ulevel2 {
  display: none; }

#mobilenav li .icon {
  float: left;
  width: 20px;
  height: 20%;
  margin-right: 7px;
  margin-top: 1px; }
  #mobilenav li .icon img {
    width: 100%;
    height: auto; }

#mobilenav li.head {
  color: #e8443a;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  height: 64px;
  line-height: 64px;
  padding: 0px 8px;
  /* z.B: .gradient(left, #663333, #333333);*/
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
  background-image: -moz-linear-gradient(top, #fff, #e8e8e8);
  background-image: -o-linear-gradient(top, #fff, #e8e8e8);
  background-image: -ms-linear-gradient(top, #fff, #e8e8e8);
  background-image: linear-gradient(top, #fff, #e8e8e8);
  /*fucking IE9 hat Pech gehabt*/ }
  #mobilenav li.head div {
    float: left; }
  #mobilenav li.head div.menu {
    margin-left: 50px; }
  #mobilenav li.head div.close {
    float: right;
    color: #e8443a; }

#mobilenav li {
  border-bottom: 1px solid #ccc; }
  #mobilenav li a {
    font-size: 18px;
    display: block;
    color: black;
    text-decoration: none;
    padding: 0px 15px;
    line-height: 45px; }

input[type='button'] {
  margin-bottom: 20px; }

#mobilenav .dlevel1 li {
  border: none; }

#mobilenav .dlevel1 li > a {
  font-size: 15px;
  color: #e6e6e6;
  text-decoration: none;
  display: block;
  padding: 9px 15px 9px 25px;
  line-height: 1.3em; }

#mobilenav li ul li ul li a {
  background-color: #ed6f68 !important;
  padding-left: 35px !important; }

#mobilenav .desktopbutton {
  text-align: center; }
  #mobilenav .desktopbutton a {
    color: black;
    background-color: #ed6f68 !important; }
  #mobilenav select {
    position: relative;
    top: -12px;
    width: 215px;
    color: black; }
/*-------------------------
 Ende mobile Navigation
 ---------------------------*/
.suchergebnis {
  margin-bottom: 15px; }

#formular {
  width: 40%;
  float: left; }
  #formular .req {
    color: red; }
  #formular .row {
    margin: 3px 0px; }
  #formular .row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #formular .row .value {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 100%; }
  #formular .row .binweg {
    display: none; }
  #formular .row .desc {
    float: left;
    width: 130px; }
  #formular input[type="text"], #formular input[type="url"], #formular input[type="email"], #formular textarea, #formular select.webselect {
    background-color: #fff;
    border: 1px solid #000;
    width: 300px;
    max-width: 95%;
    padding: 10px 4px; }
  #formular input[type="checkbox"], #formular input[type="radio"] {
    margin-right: 3px; }
  #formular select.webselect {
    width: 311px; }
  #formular textarea {
    height: 150px; }
  #formular input[type="submit"] {
    background-color: #e8443a;
    border: 1px solid #000;
    width: 311px;
    max-width: 100%;
    font-weight: bold;
    margin-top: 8px;
    padding: 10px 8px; }
  #formular .hidden {
    display: none; }
  #formular .abhaengig {
    display: none; }
  #formular .radio_ul, #formular .checkbox_ul {
    list-style-type: none;
    list-style-position: outside; }
  #formular .maschinenanfrage {
    padding: 10px 0;
    font-weight: bold; }
/*/formular*/
.form_edit_container {
  background-color: white;
  border: 1px solid #3b3b3b;
  padding-bottom: 20px; }

.form_controller {
  background-color: #ef8c11;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px; }

#sitemap {
  padding-left: 15px; }
  #sitemap ul {
    padding-left: 15px; }
/* -------------------
 FORM VALIDATOR START
 ----------------------*/
#formular input.error, #formular textarea.error, #formular select.error {
  border: 1px solid rgba(255, 0, 0, 0.9); }

#formular input.valid, #formular textarea.valid, #formular select.valid {
  /* border: 1px solid green; */ }

#formular label.error {
  width: 240px;
  position: absolute;
  right: -280px;
  top: -8px;
  padding: 8px;
  border: 1px solid #000;
  background-color: rgba(255, 0, 0, 0.9);
  color: #151515;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*z.B.   .schatten(5px, 5px, 6px, 0.3);*/
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }
/* -------------------
 FORM VALIDATOR ENDE
 ----------------------*/
#cookiezeug a {
  color: #000;
  text-decoration: none; }

#cookiezeug a:hover {
  text-decoration: underline; }

#cookiezeug div {
  padding: 10px;
  padding-right: 40px; }

#cookiezeug {
  outline: 1px solid black;
  text-align: right;
  border-top: 1px solid black;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  font-size: 12px;
  line-height: 16px; }

#cookiezeugCloser {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
  background: #ced6df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ced6df 0%, #f2f6f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ced6df), color-stop(100%, #f2f6f9));
  background: -webkit-linear-gradient(top, #ced6df 0%, #f2f6f9 100%);
  background: -o-linear-gradient(top, #ced6df 0%, #f2f6f9 100%);
  background: -ms-linear-gradient(top, #ced6df 0%, #f2f6f9 100%);
  background: linear-gradient(to bottom, #ced6df 0%, #f2f6f9 100%); }

#cookiezeugCloser:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid #7b92a9;
  border-left: 1px solid #7b92a9; }

.cookie_hinweis {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-align: center;
  width: 95%; }

.cookie_hinweis > div {
  padding: 7px 10px;
  background-image: -moz-linear-gradient(top, #777, #585858);
  background: #5a5a5a;
  color: #fff;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.cookie_hinweis > p {
  padding: 7px 10px; }

.cookie_hinweis button {
  padding: 7px 10px; }
