/*====================================================================*/
/* MEDIA QUERIES */
/*====================================================================*/

/* für 320px */
@media only screen and (min-width: 20px) {
  .red_dot {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    position: absolute;
    top: 580px;
    right: 430px;
    cursor: pointer;
  }

  .btn-filter {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #6da32e;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .btn-filter:hover {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #6da32e;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .teambox_con {
    width: 90%;
    height: 660px;
    background-color: #6da32e;
    margin: 0 0 40px 0;
  }

  .teambox_con_pic {
    width: 100%;
    height: 440px;
    overflow: hidden;
  }

  .teambox_con_pic img {
    width: 100%;
  }

  .teambox_con_info {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .teambox_con_info1 {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }

  .menu.active {
    outline: none;
  }

  .marg_ln_back {
    margin-top: 0;
  }

  .overlay_action1 {
    display: none;
  }

  .overlay_action {
    display: block;
  }

  .openBtn {
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #006cae;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 300;
    height: 59px;
  }

  .openBtn:hover {
    background: #005b93;
  }

  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.9);
    background-image: url(../images/bg_dots.png),
      url(../images/logo_cds_weiss.svg);
    background-size: auto, 150px auto;
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, 98% 96%;
  }

  .overlay2 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay3 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay2 a {
    font-family: 'corporate-s', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    outline: 0;
  }
  .overlay2 a:link {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:active {
    text-decoration: none;
    color: #fff;
  }
  .overlay2 a:visited {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:hover {
    text-decoration: none;
    color: #fff;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay2 .closebtn:hover {
    color: #ccc;
  }

  .overlay2 input::-webkit-outer-spin-button,
  .overlay2 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .overlay2 input[type='text'],
  .overlay2 input[type='email'],
  .overlay2 input[type='number'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -moz-appearance: textfield;
  }

  .overlay2 input[type='text']:hover,
  .overlay2 input[type='email']:hover,
  .overlay2 input[type='number']:hover {
    background: none;
  }

  .overlay2 textarea {
    padding: 15px;
    font-size: 26px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 96%;
    background: none;
    resize: none;
  }

  .overlay2 textarea:hover {
    background: none;
  }

  .overlay2 .select-wrapper {
    position: relative;
    width: 100%;
  }

  .overlay2 .select-wrapper::before {
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 22px;
  }

  .overlay2 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #6da32e;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    outline: none;
    padding-left: 10px;
    width: 100%;
    height: 55px;
  }

  .overlay2 select option {
    color: #666;
  }

  .overlay2 select::-ms-expand {
    display: none;
  }

  .overlay2 select:focus::-ms-value {
    background-color: transparent;
  }

  .overlay input[type='password'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    font-size: 18px;
    width: 100%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overlay input[type='password']:hover {
    background: none;
  }

  .overlay button {
    float: left;
    width: 100%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: #538717;
  }

  .overlay input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay input[type='text']::placeholder {
    color: #6da32e;
  }

  .overlay2 button {
    float: left;
    width: 80%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay2 button:hover {
    background: #538717;
  }

  .overlay2 input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay2 input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay2 input[type='text']::placeholder {
    color: #6da32e;
  }

  a.del_down_pos i:hover {
    color: #fff;
  }

  a.del_down_name i:hover {
    color: #fff;
  }

  .show_mobile_sidebar {
    display: block;
  }

  .content-toggle1 {
    display: none;
  }

  .show_std_sidebar {
    display: none;
  }

  .pic_contact_page {
    width: 100%;
    height: 240px;
    margin: 0 20px 0 0;
  }

  .trenner_ansprech_map {
    width: 100%;
    clear: both;
    color: #fefefe;
    margin: 40px 0 0 0;
  }

  .txt_ansprech_map {
    width: 300px;
  }

  .pic_ansprech_map {
    width: 300px;
    height: 380px;
    margin: 0 0 40px 0;
  }

  .scroll-downs {
    display: none;
  }

  .width_news_index {
    width: 100%;
  }

  .headline_box_slide {
    font-family: corporate-s-std-urw, sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
    padding: 20px 15px 22px 30px;
    color: #323233;
    background-color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    max-width: 360px;
    display: inline-block;
  }

  .box_gal_top_pos {
    margin: 330px 0 0 20px;
  }

  .box_gal_top_ln_pos {
    margin: 15px 0 0 20px;
  }

  .welcome_b {
    padding: 100px 0 100px 0;
    background-image: url(../images/dots_gross.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .txt_welcome_box {
    width: 300px;
    margin: 30px 0 0 0;
  }

  .b1 {
    margin-top: -40px;
    overflow: visible;
    width: 100%;
  }

  .b1_span {
    display: block;
    position: absolute;
    bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
    padding: 0 40px 0 0;
  }

  .b2_span {
    display: block;
    bottom: 80px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
  }

  .b2_i {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 40px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 22px;
    font-weight: 900;
  }

  .b_ansprech {
    padding: 40px 0 40px 0;
    margin: 0 0 0 0;
    background-image: none;
  }

  .b_germany {
    margin: -960px 0 0 0;
    pointer-events: none;
  }

  .inner_germany {
    margin: -340px 0 0 0;
    height: 0;
    width: 0;
    background-image: none;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .width_foot {
    width: 100%;
    color: #fff;
    margin: 0 0 40px 0;
  }

  .tabelle_anfrage {
    width: 100%;
    display: inline;
    position: relative;
    float: left;
    margin: 40px 0 0 0;
  }

  .tabelle_anfrage tr,
  .tabelle_anfrage td,
  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 20px;
  }

  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 18px;
  }

  .show_map {
    display: inline;
  }

  .show_drop {
    display: none;
  }

  .st0 {
    fill: #323334;
  }
  .st1 {
    fill: #323334;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .meckpom:hover path,
  .swh:hover path,
  .nds:hover path,
  .ham:hover path,
  .brem:hover path,
  .ber:hover path,
  .brand:hover path,
  .sah:hover path,
  .hs:hover path,
  .thue:hover path,
  .nrw:hover path,
  .rlp:hover path,
  .sl:hover path,
  .sas:hover path,
  .bw:hover path,
  .bn:hover path,
  .bs:hover path {
    fill: #6da32e;
  }

  .meckpom,
  .swh,
  .nds,
  .ham,
  .brem,
  .ber,
  .brand,
  .sah,
  .hs,
  .thue,
  .nrw,
  .rlp,
  .sl,
  .sas,
  .bw,
  .bn,
  .bs {
    cursor: pointer;
  }

  .active_map_path {
    fill: #6da32e;
  }

  .svgmap {
    width: 90%;
    clear: both;
    margin: 40px 0 0 0;
  }

  .systeme_buehne_txt {
    width: 100%;
  }

  .width_con_systeme {
    width: 100%;
  }

  .sidebar_head {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px 13px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #6da32e;
  }

  .sidebar {
    width: 300px;
    background-color: #f0f0f0;
  }

  .accordion {
    background-color: #f0f0f0;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
  }

  a.accordion_sys_prod:link,
  a.accordion_sys_prod:visited {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: none;
  }

  a.accordion_sys_prod:hover,
  a.accordion_sys_prod:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: underline;
  }

  a.accordion_sys_prod_active:link,
  a.accordion_sys_prod_active:visited,
  a.accordion_sys_prod_active:hover,
  a.accordion_sys_prod_active:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 600;
    text-decoration: none;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active,
  .accordion:hover {
    background-color: #acacac;
  }

  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden;
  }

  .font_dat_1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    color: #fff;
    font-family: corporate-s-std-urw, sans-serif;
  }

  .font_dat_2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: -4px 0 0 0;
    display: block;
  }

  .box_datum {
    padding: 10px 12px;
    background-color: #6da32e;
    margin: 8px 10px 10px 0;
    text-align: center;
  }

  .sp_ansprech {
    width: 300px;
  }

  .icon_leistungen {
    color: rgba(255, 255, 255, 0.5);
    font-size: 48px;
  }

  .box_gruen_detail_second {
    width: 300px;
    height: 220px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_detail_first {
    width: 300px;
    height: 220px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_detail_first:hover,
  .box_gruen_detail_second:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .outter_anwendung_list {
    width: 340px;
  }

  .box_gruen_leistung_1 {
    width: 100%;
    height: 200px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_2 {
    width: 100%;
    height: 200px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_3 {
    width: 100%;
    height: 200px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_1:hover,
  .box_gruen_leistung_2:hover,
  .box_gruen_leistung_3:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gruen_leistung_4 {
    width: 100%;
    height: 200px;
    background-color: #006cae;
    padding: 40px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_4:hover {
    background-color: #005a91;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  a.menu-link {
    background-color: transparent !important;
  }

  .show_drop {
    display: inline;
  }

  .show_map {
    display: none;
  }

  .margin_box_weiss_head {
    margin: -300px 0 0 0;
  }

  .link_bigpicbox {
    cursor: pointer;
    width: 300px;
    height: auto;
    margin: 20px 0 0 0;
  }

  .h1_index {
    width: 300px;
    margin: 0 0 120px 0;
  }

  .box_weiss_header {
    background-color: #fff;
    height: 300px;
    width: 300px;
  }

  .box_weiss_header_inner {
    margin: 40px 0 0 40px;
  }

  .trenner_pecht_head {
    margin: 36px 40px 0 40px;
    height: 2px;
    width: 169px;
    background: url(../images/trenner_pecht.png) no-repeat center;
  }

  .span_head1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .span_head2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #2f2e2c;
  }

  .span_head3 {
    font-size: 24px;
    line-height: 58px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_head {
    font-size: 30px;
    line-height: 58px !important;
    padding: 0 0 0 40px;
  }

  .bigpicbox {
    cursor: pointer;
    width: 480px;
    height: 615px;
    margin: 0 0 0 20px;
  }

  .overlaypic_big_thumb {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.4);
  }

  .box_weiss_txt {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    width: 260px;
    position: absolute;
    display: block;
    bottom: 140px;
    left: 180px;
  }

  .box_weiss_link {
    width: 105px;
    height: 105px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .i_head2 {
    font-size: 30px;
    padding: 40px 0 0 0;
  }

  .box_outter_thumb {
    width: 300px;
    height: 90px;
    margin: 20px 0 0 0;
  }

  .box_pic_thumb {
    width: 90px;
    height: 90px;
    margin: 0 5px 0 5px;
  }

  .link_pic_big {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }

  .pic_index_welcome {
    width: 260px;
    height: 300px;
    margin: 0 40px 0 0;
  }

  .text_welcome_sp1 {
    width: 300px;
    height: auto;
    margin: 65px 0 0 0;
  }

  .text_welcome_sp2 {
    width: 300px;
    height: auto;
    margin: -16px 0 0 0;
  }

  .span_foot_slide {
    font-size: 16px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2d2d;
  }

  .trenner_foot_slide {
    margin: 20px 10px 0 0;
    height: 2px;
    width: 50px;
  }

  .span_foot_slide2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_foot_slide {
    font-size: 30px;
    line-height: 24px;
    padding: 0 0 0 30px;
  }

  .box_weiss_txt_slide {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    display: block;
    bottom: 115px;
    left: 40px;
  }

  .box_weiss_link_slide {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .bg_foot_pecht {
    height: 240px;
    background: none;
  }

  .sp_pecht1 {
    margin: 0 80px 0 0;
  }

  .sp_pecht2 {
    margin: 80px 0 0 0;
  }

  .sp_pecht2 img {
    width: 255px;
  }

  .ansprech_pic {
    width: 300px;
    height: 300px;
    display: inline;
    position: relative;
    float: left;
    margin: -20px 0 20px -20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ansprech_inner {
    margin: 20px;
    width: 300px;
  }

  .ansprech_outter {
    width: 300px;
    height: 500px;
    background-color: #fff;
    margin: 40px 40px 0 0;
  }

  .ansprech_overflow {
    width: 340px;
    overflow: hidden;
  }

  .show_placeholder {
    display: none;
  }

  .con_std {
    margin-top: 20px;
  }

  .pic_index {
    height: 420px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-top: 0;
  }

  .height_welcome {
    height: 480px;
    padding: 60px 0;
    box-sizing: border-box;
  }

  .box_modell_head {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
  }

  .box_modell:hover .box_modell_head {
    background-color: #f0f0f0;
  }

  .box_modell_pic {
    height: 195px;
    width: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box_modell {
    width: 300px;
    height: 285px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    cursor: pointer;
  }

  .box_modell_last {
    width: 300px;
    height: 285px;
    margin: 0 20px 20px 0;
    text-align: center;
    padding: 100px 0 0 0;
    box-sizing: border-box;
  }

  .box_modell_last:hover {
    background-color: #f0f0f0;
  }

  .overflow_boxen_modelle {
    clear: both;
    margin-top: 30px;
    width: 320px;
  }

  .pic {
    width: 100%;
    height: 160px;
    background-color: black;
    margin: 0 0 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .overflow_index {
    width: 300px;
  }

  .inner_index {
    margin: 10px 0 10px 0;
  }

  .show_blau {
    display: none;
  }

  .overflow_referenzen {
    width: 340px;
  }

  html {
    overflow-x: hidden;
  }

  .slider_abdecker_video {
    margin: 0 0 0 0;
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(62, 69, 67, 0.6);
  }

  .headervideo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: auto;
    min-height: auto;
    width: auto;
    height: 100%;
    overflow: hidden;
  }

  .bg_slider {
    height: 550px;
    width: 100%;
    margin: -550px 0 0 0;
    z-index: 9;
    position: relative;
  }

  .maps_foot {
    margin: 0 0 0 0;
  }

  .i_tel_cta {
    font-size: 50px;
    display: inline;
    float: left;
    position: relative;
    color: #cbe253;
    margin: 0 10px 0 0;
  }

  .tel_cta {
    width: 280px;
    clear: both;
    margin: -170px 0 0 0;
    display: none;
  }

  .cta_slogan_svg svg {
    width: 700px;
    height: 200px;
    margin: -100px -500px 0 0;
    display: inline;
    position: relative;
    float: right;
  }

  .cta_slogan_weiss {
    font-size: 42px;
    color: #f0f0f0;
    line-height: 48px;
    font-weight: 500;
  }

  .cta_slogan_gruen {
    font-size: 42px;
    color: #2d2d2c;
    line-height: 48px;
    font-weight: 500;
  }

  .box_leistung_slider {
    height: 320px;
    width: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 40px 0 0;
    cursor: pointer;
    background: #fff;
  }

  .box_leistung_slider:hover a {
    background-color: #fff;
    border: 1px solid #2d2d2c;
    color: #2d2d2c;
  }

  .text_box_leistung {
    width: 320px;
    height: 110px;
    box-sizing: border-box;
    padding: 25px;
  }

  .pic_box_leistung {
    width: 300px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .callbacks_nav {
    float: left;
    display: inline;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 40px;
    margin: 0 0 0 0;
    margin-top: -24px;
  }

  .callbacks_nav.next {
    margin-left: 40px;
    background-position: right top;
    background-image: url(../images/caret-circle-right-solid.svg);
    margin-right: 125px;
  }

  .callbacks_nav.prev {
    background-position: right top;
    background-image: url(../images/caret-circle-left-solid.svg);
  }

  .bg_bullets {
    display: inline;
    width: 450px;
    float: right;
    margin: -220px -100px 0 0;
  }

  .box_text_slider {
    width: 300px;
    margin: 60px 0 120px 0;
    z-index: 99;
  }

  .show_nav_foot {
    display: none;
  }

  .show_initiatoren {
    display: none;
  }

  .show_foot_1 {
    display: none;
  }

  .box_angebot {
    width: 300px;
    height: 280px;
    margin: 20px 40px 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .box_angebot span {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }

  .box_angebot i {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    right: 40px;
    font-size: 26px;
    font-weight: 300;
    color: #2d2d2c;
  }

  .box_angebot:hover span {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .box_angebot:hover i {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .width_txt_box {
    width: 230px;
  }

  .margin40 {
    margin: 0 40px 0 0;
  }

  .overflow_boxen {
    width: 340px;
  }

  .margin_gruen_box {
    margin: -470px 0 -20px 0;
    z-index: 9999;
  }

  .bg_card {
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url(../images/bg_card.png);
    margin: -370px 0 0 0;
    z-index: 99;
  }

  .halb {
    width: 100%;
    background-color: #2d2d2c;
    height: 500px;
    float: left;
    position: relative;
    display: inline;
    margin: -160px 0 0 0;
    padding: 0 0 0 0;
    z-index: 9999;
  }

  .show_box_top {
    display: none;
  }

  .display_btn {
    display: none;
  }

  .bg_icon_tiles {
    background-image: url(../images/bg_icon_tiles.png);
    background-size: 260px 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  .box_leistung_slider_overlay {
    height: 360px;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0 40px 0 0;
    padding: 40px 20px 0 20px;
    cursor: pointer;
    display: none;
    box-sizing: border-box;
  }

  .box_leistung_slider:hover .box_leistung_slider_overlay {
    display: inline;
  }

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

  .box_leistungen_index {
    height: 260px;
    padding: 40px 20px 0 20px;
  }

  .bgdiv_nav_top_z3 {
    display: none;
  }

  .div_iframe iframe {
    height: 260px;
    width: 100%;
  }

  h1 {
    font-size: 34px;
    line-height: 42px;
  }
  h1.h1_marker {
    font-size: 24px;
    line-height: 32px;
  }
  h1.h1_weiss {
    font-size: 24px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  h2.h2_slogan {
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  h3.h3_slogan {
    font-size: 20px;
    line-height: 28px;
  }

  h3.h3_h1_marker {
    font-size: 24px;
    line-height: 32px;
  }
  h3.h3_galery {
    font-size: 24px;
    line-height: 32px;
  }
  h3.h3_h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h3.h3_testimonial_marker {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h4.h4_teaser {
    font-size: 20px;
    line-height: 22px;
  }
  h4.h4_news {
    font-size: 20px;
    line-height: 22px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .bgdiv_nav_top_z1,
  .bgdiv_nav_top_z2,
  .nav_scroll_bg {
    display: none;
  }

  .bgdiv_nav_top_z1_mobile {
    display: inline;
  }

  /* header contentseiten :: start */

  .bgdiv_con_100_header_con {
    display: inline;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .header_con_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0 40px 0;
  }

  .box_icons {
    width: 300px;
    height: 75px;
    margin: 0 0 0 0;
    text-align: left;
    overflow: hidden;
  }

  .box_icons img {
    width: 300px;
    max-height: 75px;
  }

  .box_headline {
    width: 300px;
    margin: 0 0 0 0;
    padding: 50px 0 10px 0;
  }

  /* header contentseiten :: ende */

  /* slider startseite :: start */

  /*
		.bgdiv_con_100_header_slider,
		.rslides,
		.rslides_navi_pos{
			display:none;
		}

		.bgdiv_con_100_header_slider_mobile{
			height:20px;
			background-color:#20a64b;
		}
		*/

  .bgdiv_con_100_header_slider {
    display: block;
    height: 600px;
    margin-top: 0;
  }

  .bgdiv_slider {
    width: 100%;
    height: 600px;
    float: left;
    display: inline;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .slider_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .rslides {
    display: inline;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 600px;
    padding: 0;
    margin: 0;
  }

  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }

  /*
			.rslides img {
			  display: block;
			  height: auto;
			  float: left;
			  width: 100%;
			  border: 0;
			  }
			 */

  .large-btns_tabs {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .large-btns_tabs li {
    display: inline;
    float: none;
    margin: 0 20px 0 0;
  }

  .large-btns_tabs a {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
  }

  .large-btns_here a {
    background-color: #20a64b;
  }

  .rslides_navi_pos {
    display: none;
  }

  .bg_slogan {
    display: block;
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    color: #323232;
    width: 300px;
    bottom: 340px;
  }

  .bg_slogan_pic {
    display: none;
  }

  /* slider startseite :: ende */

  /* keyfacts - produktteaser - welcome :: start */

  .bgdiv_con_100_produktteaser {
    background-image: url(../images/bg_teaser_produkte.gif);
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0 0 0 0;
    z-index: 900;

    display: inline;
  }

  .produkt_teaser {
    width: 300px;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }

  .produkt_teaser_box {
    box-sizing: border-box;
    width: 300px;
    height: 200px;
    border: 1px solid #d1d1d1;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
  }

  .produkt_teaser_box img {
    max-width: 298px;
    height: 198px;
  }

  .produkt_teaser_lupe {
    width: 40px;
    height: 40px;
    display: inline;
    background-image: url(../images/icon_lupe_01.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: -40px 0 0 0;
  }

  .produkt_teaser_abdecker {
    width: 298px;
    height: 198px;
    display: none;
    background-image: url(../images/bg_abdecker_zoom.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: -198px 0 0 0;
    padding: 80px 0 0 0;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
  }

  h4.h4_teaser {
    font-size: 20px;
    line-height: 24px;
  }

  .produkt_teaser_box:hover .produkt_teaser_abdecker {
    display: inline;
  }

  .produkt_teaser_box:hover .produkt_teaser_lupe {
    display: none;
  }

  .bgdiv_keyfacts {
    display: none;
  }

  .welcome_txt {
    float: left;
    width: 300px;
    padding: 60px 0 60px 0;
  }

  /* keyfacts - produktteaser - welcome :: ende */

  /* content bühne :: start */

  .sp_50p_buehne {
    width: 298px;
    height: 197px;
    overflow: hidden;
    border: 0px solid #e3e3e3;
    float: right;
    margin: 0 0 40px 0;
  }

  .sp_50p_buehne_txt {
    width: 300px;
    float: left;
  }

  .jcarousel-wrapper-buehne {
    width: 298px;
    height: 195px;
  }

  /*.jcarousel-wrapper-buehne img {
			width:300px;
		}*/

  .buehne_table {
    width: 298px;
    height: 195px;
  }

  .buehne_resize_width {
    width: 300px;
  }

  .buehne_resize_height {
    height: 195px;
  }

  .iframe_buehne {
    width: 298px;
    height: 197px;
  }

  .jcarousel-control-prev_buehne,
  .jcarousel-control-next_buehne {
    position: absolute;
    top: 80px;
    width: 40px;
    height: 40px;
  }

  .jcarousel-control-prev_buehne {
    left: 10px;
    background-image: url(../images/icon_arrow_left_rot.png);
    background-repeat: no-repeat;
  }

  .jcarousel-control-next_buehne {
    right: 10px;
    background-image: url(../images/icon_arrow_right_rot.png);
    background-repeat: no-repeat;
  }

  /* content bühne :: ende */

  /* galery slider :: start */

  .jcarousel-wrapper-gal {
    width: 100vw;
    height: 620px;
    padding: 0 0 0 0;
    margin: 80px 0 0 -40px;
  }

  .jcarousel-wrapper-gal img {
    height: 600px;
    width: auto;
  }

  .jcarousel-control-next-gal {
    top: 725px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    top: 725px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    background-image: url(../images/icon_arrow_left_gal.png);
    left: 30px;
  }

  .jcarousel-control-next-gal {
    background-image: url(../images/icon_arrow_right_gal.png);
    left: 100px;
  }

  .jcarousel-wrapper-marken {
    width: 713px;
    height: 90px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .jcarousel-wrapper-marken img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .jcarousel-control-prev-marken,
  .jcarousel-control-next-marken {
    top: -46px;
    z-index: 800;
  }

  .jcarousel-control-prev-marken {
    background-image: url(../images/icon_arrow_left_gal.png);
    right: 30px;
  }

  .jcarousel-control-next-marken {
    background-image: url(../images/icon_arrow_right_gal.png);
    right: 0px;
  }

  .box_marken {
    width: 206px;
    height: 100px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 40px 0 0;
  }

  .box_marken_pic {
    width: 208px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }

  .jcarousel li {
    margin: 0 0 5px 0;
  }

  .box_gal {
    width: 400px;
    height: 550px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 20px 0 0;
  }

  .box_gal_pic {
    width: 400px;
    height: 550px;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center; /* Centering y-axis */
    align-items: center; /* Centering x-axis */
  }

  .box_gal_hover {
    width: 400px;
    height: 550px;
    margin: -550px 0 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gal:hover .box_gal_hover {
    display: inline;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  /* galery slider :: ende */

  /* footer :: start */

  .bgdiv_con_100_testimonials {
    display: inline;
    height: 623px;
    background-color: #3c3c3c;
  }

  .testimonial_rahmen {
    float: left;
    display: inline;
    width: 280px;
    height: 623px;
    background-color: #3c3c3c;
    box-sizing: border-box;
    padding: 60px 0 60px 0;
    z-index: 500;
    color: #ffffff;
  }

  .testimonial_txt {
    width: 280px;
    height: 391px;
    color: #ffffff;
  }

  .testimonial_txt p {
    color: #ffffff;
  }

  /*slider testimonial :: start */

  .jcarousel-wrapper-testimonial {
    display: inline;
    width: 300px;
    height: 320px;
    padding: 0 0 0 0;
    margin: 40px 0 20px 0;
  }

  .jcarousel-control-prev-testimonial,
  .jcarousel-control-next-testimonial {
    top: 720px;
    z-index: 800;
    width: 11px;
    height: 40px;
  }

  .jcarousel-control-prev-testimonial {
    background-image: url(../images/icon_arrow_left.png);
    right: 290px;
  }

  .jcarousel-control-next-testimonial {
    background-image: url(../images/icon_arrow_right.png);
    right: 0px;
  }

  /*slider testimonial :: ende */

  .rahmen_cta {
    margin-top: 0px;
  }

  .bgdiv_con_100_pic_footer {
    display: none;
  }

  .bgdiv_con_100_pic_footer_abdecker {
    display: none;
  }

  .cta_txt {
    display: inline;
    width: 300px;
    padding: 40px 0 0 0;
  }

  .cta_adresse {
    display: inline;
    width: 300px;
    padding: 0 0 40px 0;
  }

  .footer_z1_copy {
    font-size: 15px;
    color: #ffffff;
    margin: 13px 0 0 0;
  }

  .footer_z1_links {
    display: none;
  }

  /* footer :: ende */
}

@media only screen and (max-device-width: 568px) and (orientation: portrait) {
  .overlay_action {
    display: none;
  }

  .overlay_action1 {
    display: block;
    background-color: #fff;
    margin: 0 0 0 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 560px) {
  .red_dot {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    position: absolute;
    top: 580px;
    right: 430px;
    cursor: pointer;
  }

  .btn-filter {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #6da32e;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .btn-filter:hover {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #6da32e;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .teambox_con {
    width: 48%;
    height: 660px;
    background-color: #6da32e;
    margin: 0 1% 40px 0;
  }

  .teambox_con_pic {
    width: 100%;
    height: 440px;
    overflow: hidden;
  }

  .teambox_con_pic img {
    width: 100%;
  }

  .teambox_con_info {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .teambox_con_info1 {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }

  .marg_ln_back {
    margin-top: 0;
  }

  .overlay_action {
    display: block;
  }

  .openBtn {
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #006cae;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 300;
    height: 59px;
  }

  .openBtn:hover {
    background: #005b93;
  }

  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.9);
    background-image: url(../images/bg_dots.png),
      url(../images/logo_cds_weiss.svg);
    background-size: auto, 150px auto;
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, 98% 96%;
  }

  .overlay2 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay3 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay2 a {
    font-family: 'corporate-s', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    outline: 0;
  }
  .overlay2 a:link {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:active {
    text-decoration: none;
    color: #fff;
  }
  .overlay2 a:visited {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:hover {
    text-decoration: none;
    color: #fff;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay2 .closebtn:hover {
    color: #ccc;
  }

  .overlay input[type='text'] {
    padding: 15px;
    font-size: 30px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overlay input[type='text']:hover {
    background: none;
  }

  .overlay2 input[type='text'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
  }

  .overlay2 input[type='text']:hover {
    background: none;
  }

  .overlay2 textarea {
    padding: 15px;
    font-size: 26px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 96%;
    background: none;
    resize: none;
  }

  .overlay2 textarea:hover {
    background: none;
  }

  .overlay2 .select-wrapper {
    position: relative;
    width: 100%;
  }

  .overlay2 .select-wrapper::before {
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 22px;
  }

  .overlay2 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #6da32e;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    outline: none;
    padding-left: 10px;
    width: 100%;
    height: 70px;
  }

  .overlay2 select option {
    color: #666;
  }

  .overlay2 select::-ms-expand {
    display: none;
  }

  .overlay2 select:focus::-ms-value {
    background-color: transparent;
  }

  .overlay input[type='password'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    font-size: 30px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overlay input[type='password']:hover {
    background: none;
  }

  .overlay button {
    float: left;
    width: 50%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: #538717;
  }

  .overlay input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay input[type='text']::placeholder {
    color: #6da32e;
  }

  .overlay2 button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay2 button:hover {
    background: #538717;
  }

  .overlay2 input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay2 input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay2 input[type='text']::placeholder {
    color: #6da32e;
  }

  a.del_down_pos i:hover {
    color: #fff;
  }

  a.del_down_name i:hover {
    color: #fff;
  }

  .pic_contact_page {
    width: 100%;
    height: 240px;
    margin: 0 20px 0 0;
  }

  .trenner_ansprech_map {
    width: 100%;
    clear: both;
    color: #fefefe;
    margin: 40px 0 0 0;
  }

  .txt_ansprech_map {
    width: 280px;
  }

  .pic_ansprech_map {
    width: 240px;
    height: 340px;
    margin: 0 20px 0 0;
  }

  .scroll-downs {
    display: none;
  }

  .width_news_index {
    width: 100%;
  }

  .headline_box_slide {
    font-family: corporate-s-std-urw, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 32px;
    padding: 20px 30px 25px 30px;
    color: #323233;
    background-color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    max-width: 440px;
    display: inline-block;
  }

  .box_gal_top_pos {
    margin: 320px 0 0 20px;
  }

  .box_gal_top_ln_pos {
    margin: 15px 0 0 20px;
  }

  .welcome_b {
    padding: 100px 0 100px 0;
    background-image: url(../images/dots_gross.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .txt_welcome_box {
    width: 540px;
    margin: 30px 0 0 0;
  }

  .b1 {
    margin-top: -40px;
    overflow: visible;
    width: 100%;
  }

  .b1_span {
    display: block;
    position: absolute;
    bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
    padding: 0 40px 0 0;
  }

  .b2_span {
    display: block;
    position: absolute;
    bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
  }

  .b2_i {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 40px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 22px;
    font-weight: 900;
  }

  .b_ansprech {
    padding: 40px 0 40px 0;
    margin: 0 0 0 0;
    background-image: none;
  }

  .b_germany {
    margin: -960px 0 0 0;
    pointer-events: none;
  }

  .inner_germany {
    margin: -340px 0 0 0;
    height: 0;
    width: 0;
    background-image: none;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .width_foot {
    width: 540px;
    color: #fff;
    margin: 0 0 40px 0;
  }

  .tabelle_anfrage {
    width: 100%;
    display: inline;
    position: relative;
    float: left;
    margin: 40px 0 0 0;
  }

  .tabelle_anfrage tr,
  .tabelle_anfrage td,
  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 20px;
  }

  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 26px;
  }

  .show_map {
    display: none;
  }

  .show_drop {
    display: inline;
  }

  .st0 {
    fill: #323334;
  }
  .st1 {
    fill: #323334;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .meckpom:hover path,
  .swh:hover path,
  .nds:hover path,
  .ham:hover path,
  .brem:hover path,
  .ber:hover path,
  .brand:hover path,
  .sah:hover path,
  .hs:hover path,
  .thue:hover path,
  .nrw:hover path,
  .rlp:hover path,
  .sl:hover path,
  .sas:hover path,
  .bw:hover path,
  .bn:hover path,
  .bs:hover path {
    fill: #6da32e;
  }

  .meckpom,
  .swh,
  .nds,
  .ham,
  .brem,
  .ber,
  .brand,
  .sah,
  .hs,
  .thue,
  .nrw,
  .rlp,
  .sl,
  .sas,
  .bw,
  .bn,
  .bs {
    cursor: pointer;
  }

  .active_map_path {
    fill: #6da32e;
  }

  .svgmap {
    width: 90%;
    clear: both;
    margin: 40px 0 0 0;
  }

  .systeme_buehne_txt {
    width: 100%;
  }

  .width_con_systeme {
    width: 100%;
  }

  .sidebar_head {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px 13px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #6da32e;
  }

  .sidebar {
    width: 300px;
    background-color: #f0f0f0;
  }

  .accordion {
    background-color: #f0f0f0;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
  }

  a.accordion_sys_prod:link,
  a.accordion_sys_prod:visited {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: none;
  }

  a.accordion_sys_prod:hover,
  a.accordion_sys_prod:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: underline;
  }

  a.accordion_sys_prod_active:link,
  a.accordion_sys_prod_active:visited,
  a.accordion_sys_prod_active:hover,
  a.accordion_sys_prod_active:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 600;
    text-decoration: none;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active,
  .accordion:hover {
    background-color: #acacac;
  }

  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden;
  }

  .font_dat_1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    color: #fff;
    font-family: corporate-s-std-urw, sans-serif;
  }

  .font_dat_2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: -4px 0 0 0;
    display: block;
  }

  .box_datum {
    padding: 10px 12px;
    background-color: #6da32e;
    margin: 8px 10px 10px 0;
    text-align: center;
  }

  .sp_ansprech {
    width: 540px;
  }

  .icon_leistungen {
    color: rgba(255, 255, 255, 0.5);
    font-size: 48px;
  }

  .box_gruen_detail_second {
    width: 540px;
    height: 170px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_detail_first {
    width: 540px;
    height: 170px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_detail_first:hover,
  .box_gruen_detail_second:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .outter_anwendung_list {
    width: 580px;
  }

  .box_gruen_leistung_1 {
    width: 100%;
    height: 200px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_2 {
    width: 100%;
    height: 200px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_3 {
    width: 100%;
    height: 200px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_1:hover,
  .box_gruen_leistung_2:hover,
  .box_gruen_leistung_3:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gruen_leistung_4 {
    width: 100%;
    height: 200px;
    background-color: #006cae;
    padding: 40px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_4:hover {
    background-color: #005a91;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .margin_box_weiss_head {
    margin: -185px 0 0 0;
  }

  .link_bigpicbox {
    cursor: pointer;
    width: 540px;
    height: auto;
    margin: 20px 0 0 0;
  }

  .h1_index {
    width: 430px;
    margin: 0 0 120px 0;
  }

  .box_weiss_header {
    background-color: #fff;
    height: 185px;
    width: 540px;
  }

  .box_weiss_header_inner {
    margin: 40px 0 0 40px;
  }

  .trenner_pecht_head {
    margin: 36px 40px 0 40px;
    height: 2px;
    width: 169px;
    background: url(../images/trenner_pecht.png) no-repeat center;
  }

  .span_head1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .span_head2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #2f2e2c;
  }

  .span_head3 {
    font-size: 24px;
    line-height: 58px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_head {
    font-size: 30px;
    line-height: 58px !important;
    padding: 0 0 0 40px;
  }

  .bigpicbox {
    cursor: pointer;
    width: 720px;
    height: 615px;
    margin: 0 0 0 20px;
  }

  .overlaypic_big_thumb {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.4);
  }

  .box_weiss_txt {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    width: 360px;
    position: absolute;
    display: block;
    bottom: 40px;
    left: 180px;
  }

  .box_weiss_link {
    width: 105px;
    height: 105px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .i_head2 {
    font-size: 30px;
    padding: 40px 0 0 0;
  }

  .box_outter_thumb {
    width: 540px;
    height: 120px;
    margin: 20px 0 0 0;
  }

  .box_pic_thumb {
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
  }

  .link_pic_big {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }

  .pic_index_welcome {
    width: 540px;
    height: 580px;
    margin: 0 40px 0 0;
  }

  .text_welcome_sp1 {
    width: 540px;
    height: auto;
    margin: 65px 0 0 0;
  }

  .text_welcome_sp2 {
    width: 540px;
    height: auto;
    margin: -16px 0 0 0;
  }

  .span_foot_slide {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2d2d;
  }

  .trenner_foot_slide {
    margin: 20px 20px 0 20px;
    height: 2px;
    width: 50px;
  }

  .span_foot_slide2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_foot_slide {
    font-size: 30px;
    line-height: 24px;
    padding: 0 0 0 30px;
  }

  .box_weiss_txt_slide {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    display: block;
    bottom: 115px;
    left: 40px;
  }

  .box_weiss_link_slide {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .bg_foot_pecht {
    height: 240px;
    background: url(../images/bg_foot_pecht.png) repeat-y center;
    background-size: contain;
  }

  .sp_pecht1 {
    margin: 0 80px 0 0;
  }

  .sp_pecht2 {
    margin: 80px 0 0 0;
  }

  .sp_pecht2 img {
    width: 255px;
  }

  .ansprech_pic {
    width: 260px;
    height: 260px;
    display: inline;
    position: relative;
    float: left;
    margin: -20px 0 20px -20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ansprech_inner {
    margin: 20px;
    width: 260px;
  }

  .ansprech_outter {
    width: 260px;
    height: 460px;
    background-color: #fff;
    margin: 40px 40px 0 0;
  }

  .ansprech_overflow {
    width: 580px;
    overflow: hidden;
  }

  .con_std {
    margin-top: 20px;
  }

  .pic_index {
    height: 420px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-top: 0;
  }

  .height_welcome {
    height: 420px;
    padding: 60px 0;
    box-sizing: border-box;
  }

  .box_modell_head {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
  }

  .box_modell:hover .box_modell_head {
    background-color: #f0f0f0;
  }

  .box_modell_pic {
    height: 195px;
    width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box_modell {
    width: 250px;
    height: 285px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    cursor: pointer;
  }

  .box_modell_last {
    width: 250px;
    height: 285px;
    margin: 0 20px 20px 0;
    text-align: center;
    padding: 100px 0 0 0;
    box-sizing: border-box;
  }

  .box_modell_last:hover {
    background-color: #f0f0f0;
  }

  .overflow_boxen_modelle {
    clear: both;
    margin-top: 30px;
    width: 560px;
  }

  .pic {
    width: 100%;
    height: 200px;
    background-color: black;
    margin: 0 0 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .overflow_index {
    width: 540px;
  }

  .inner_index {
    margin: 10px 0 10px 0;
  }

  .box_weiss {
    width: 223px;
    height: 150px;
    background-color: #fff;
    padding: 32px 20px 40px 20px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
  }

  .box_weiss:hover {
    background-color: #dfecf5;
    cursor: pointer;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .box_blau_head {
    padding: 20px 0 20px 20px;
    background-color: #2d2d2c;
    width: 100%;
    height: 190px;
    box-sizing: border-box;
  }

  .margin_blau {
    margin: -160px 0 0 0;
  }

  .width_blau {
    width: 100%;
  }

  .overflow_referenzen {
    width: 580px;
  }

  .slider_abdecker_video {
    margin: 0 0 0 0;
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(62, 69, 67, 0.6);
  }

  .headervideo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: auto;
    min-height: auto;
    width: auto;
    height: 100%;
    overflow: hidden;
  }

  .bg_slider {
    height: 550px;
    width: 100%;
    margin: -550px 0 0 0;
    z-index: 9;
    position: relative;
  }

  .maps_foot {
    margin: 0 0 0 0;
  }

  .i_tel_cta {
    font-size: 50px;
    display: inline;
    float: left;
    position: relative;
    color: #cbe253;
    margin: 0 10px 0 0;
  }

  .tel_cta {
    width: 280px;
    clear: both;
    margin: -170px 0 0 0;
    display: none;
  }

  .cta_slogan_svg svg {
    width: 700px;
    height: 200px;
    margin: -100px -500px 0 0;
    display: inline;
    position: relative;
    float: right;
  }

  .cta_slogan_weiss {
    font-size: 42px;
    color: #f0f0f0;
    line-height: 48px;
    font-weight: 500;
  }

  .cta_slogan_gruen {
    font-size: 42px;
    color: #2d2d2c;
    line-height: 48px;
    font-weight: 500;
  }

  .box_leistung_slider {
    height: 360px;
    width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 40px 0 0;
    cursor: pointer;
    background: #fff;
  }

  .box_leistung_slider:hover a {
    background-color: #fff;
    border: 1px solid #2d2d2c;
    color: #2d2d2c;
  }

  .text_box_leistung {
    width: 250px;
    height: 150px;
    box-sizing: border-box;
    padding: 25px;
  }

  .pic_box_leistung {
    width: 250px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .callbacks_nav {
    float: left;
    display: inline;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 40px;
    margin: 0 0 0 0;
    margin-top: -24px;
  }

  .callbacks_nav.next {
    margin-left: 40px;
    background-position: right top;
    background-image: url(../images/caret-circle-right-solid.svg);
    margin-right: 125px;
  }

  .callbacks_nav.prev {
    background-position: right top;
    background-image: url(../images/caret-circle-left-solid.svg);
  }

  .bg_bullets {
    display: inline;
    width: 450px;
    float: right;
    margin: -220px -100px 0 0;
  }

  .box_text_slider {
    width: 330px;
    margin: -460px 0 0 0;
    z-index: 99;
  }

  .show_initiatoren {
    display: none;
  }

  .show_foot_1 {
    display: none;
  }

  .box_angebot {
    width: 540px;
    height: 280px;
    margin: 20px 40px 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .box_angebot span {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }

  .box_angebot i {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    right: 40px;
    font-size: 26px;
    font-weight: 300;
    color: #2d2d2c;
  }

  .box_angebot:hover span {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .box_angebot:hover i {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .width_txt_box {
    width: 230px;
  }

  .margin40 {
    margin: 0 40px 0 0;
  }

  .overflow_boxen {
    width: 560px;
  }

  .margin_gruen_box {
    margin: -310px 0 -10px 0;
    z-index: 9999;
  }

  .bg_card {
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url(../images/bg_card.png);
    margin: -370px 0 0 0;
    z-index: 99;
  }

  .halb {
    width: 100%;
    background-color: #2d2d2c;
    height: 340px;
    float: left;
    position: relative;
    display: inline;
    margin: -140px 0 0 0;
    padding: 0 0 0 0;
    z-index: 9999;
  }

  .display_btn {
    display: inline;
  }

  .bg_icon_tiles {
    background-image: url(../images/bg_icon_tiles.png);
    background-size: 260px 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  .box_leistungen_index {
    height: 200px;
    padding: 40px 20px 0 20px;
  }

  /* header contentseiten :: start */

  .bgdiv_con_100_header_con {
    display: inline;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .header_con_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0 40px 0;
  }

  .box_icons {
    width: 540px;
    height: 75px;
    margin: 0 0 0 0;
    text-align: left;
    overflow: hidden;
  }

  .box_icons img {
    width: 300px;
    max-height: 75px;
  }

  .box_headline {
    width: 540px;
    margin: 40px 0 -20px 0;
  }

  /* header contentseiten :: ende */

  /* slider startseite :: start */

  /*
		.bgdiv_con_100_header_slider_mobile{
			display:none;
		}
		*/

  .bgdiv_con_100_header_slider {
    display: block;
    height: 550px;
    margin-top: 0;
  }

  .bgdiv_slider {
    width: 100%;
    height: 550px;
    float: left;
    display: inline;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .slider_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .rslides {
    display: inline;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 550px;
    padding: 0;
    margin: 0;
  }

  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }

  /*
			.rslides img {
			  display: block;
			  height: auto;
			  float: left;
			  width: 100%;
			  border: 0;
			  }
			 */

  .large-btns_tabs {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .large-btns_tabs li {
    display: inline;
    float: none;
    margin: 0 10px 0 0;
  }

  .large-btns_tabs a {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
  }

  .large-btns_here a {
    background-color: #20a64b;
  }

  .rslides_navi_pos {
    margin: -130px 0 0 0;
    z-index: 900;
    display: none;
  }

  .bg_slogan {
    display: block;
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    color: #323232;
    width: 520px;
    bottom: 250px;
  }

  .bg_slogan_pic {
    display: none;
  }

  /* slider startseite :: ende */

  /* keyfacts - produktteaser - welcome :: start */

  .bgdiv_con_100_produktteaser {
    background-image: url(../images/bg_teaser_produkte.gif);
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0 0 0 0;
    z-index: 900;

    display: inline;
  }

  .produkt_teaser {
    width: 540px;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }

  .produkt_teaser_box {
    box-sizing: border-box;
    width: 166px;
    height: 230px;
    border: 1px solid #d1d1d1;
    margin: 0 0 0 20px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
  }

  .produkt_teaser_box img {
    max-width: 164px;
    height: 228px;
  }

  .produkt_teaser_lupe {
    width: 40px;
    height: 40px;
    display: inline;
    background-image: url(../images/icon_lupe_01.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: -40px 0 0 0;
  }

  .produkt_teaser_abdecker {
    width: 164px;
    height: 228px;
    display: none;
    background-image: url(../images/bg_abdecker_zoom.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: -228px 0 0 0;
    padding: 80px 0 0 0;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
  }

  h4.h4_teaser {
    font-size: 20px;
    line-height: 24px;
  }

  .produkt_teaser_box:hover .produkt_teaser_abdecker {
    display: inline;
  }

  .produkt_teaser_box:hover .produkt_teaser_lupe {
    display: none;
  }

  .bgdiv_keyfacts {
    display: none;
  }

  .welcome_txt {
    float: left;
    width: 540px;
    padding: 60px 0 60px 0;
  }

  /* keyfacts - produktteaser - welcome :: ende */

  /* content bühne :: start */

  .sp_50p_buehne {
    width: 538px;
    height: 352px;
    overflow: hidden;
    border: 0px solid #dcdcdc;
    float: left;
    margin: 0 0 40px 0;
  }

  .sp_50p_buehne_txt {
    width: 540px;
    float: right;
  }

  .jcarousel-wrapper-buehne {
    width: 538px;
    height: 352px;
  }

  /*.jcarousel-wrapper-buehne img {
			width:550px
		}*/

  .buehne_table {
    width: 538px;
    height: 352px;
  }

  .buehne_resize_width {
    width: 538px;
  }

  .buehne_resize_height {
    height: 352px;
  }

  .iframe_buehne {
    width: 538px;
    height: 352px;
  }

  .jcarousel-control-prev_buehne,
  .jcarousel-control-next_buehne {
    position: absolute;
    top: 282px;
    width: 40px;
    height: 40px;
  }

  .jcarousel-control-prev_buehne {
    left: auto;
    right: 60px;
    background-image: url(../images/icon_arrow_left_rot.png);
    background-repeat: no-repeat;
  }

  .jcarousel-control-next_buehne {
    right: 10px;
    background-image: url(../images/icon_arrow_right_rot.png);
    background-repeat: no-repeat;
  }

  /* content bühne :: ende */

  /* galery slider :: start */

  .jcarousel-wrapper-gal {
    width: 100vw;
    height: 580px;
    padding: 0 0 0 0;
    margin: 60px 0 0 0;
  }

  .jcarousel-wrapper-gal img {
    height: 540px;
    width: auto;
  }

  .jcarousel-control-next-gal {
    top: 640px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    top: 640px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    background-image: url(../images/icon_arrow_left_gal.png);
    left: 20px;
  }

  .jcarousel-control-next-gal {
    background-image: url(../images/icon_arrow_right_gal.png);
    left: 100px;
  }

  .jcarousel-wrapper-marken {
    width: 713px;
    height: 90px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .jcarousel-wrapper-marken img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .jcarousel-control-prev-marken,
  .jcarousel-control-next-marken {
    top: -46px;
    z-index: 800;
  }

  .jcarousel-control-prev-marken {
    background-image: url(../images/icon_arrow_left_gal.png);
    right: 30px;
  }

  .jcarousel-control-next-marken {
    background-image: url(../images/icon_arrow_right_gal.png);
    right: 0px;
  }

  .box_marken {
    width: 206px;
    height: 100px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 40px 0 0;
  }

  .box_marken_pic {
    width: 208px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }

  .jcarousel li {
    margin: 0 0 5px 0;
  }

  .box_gal {
    width: 480px;
    height: 540px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 20px 0 0;
  }

  .box_gal_pic {
    width: 480px;
    height: 540px;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
  }

  .box_gal_hover {
    width: 480px;
    height: 540px;
    margin: -540px 0 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gal:hover .box_gal_hover {
    display: inline;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  /* galery slider :: ende */

  /* footer :: start */

  .bgdiv_con_100_testimonials {
    display: inline;
    height: 463px;
    background-color: #3c3c3c;
  }

  .testimonial_rahmen {
    float: left;
    display: inline;
    width: 500px;
    height: 463px;
    background-color: #3c3c3c;
    box-sizing: border-box;
    padding: 60px 0 60px 0;
    z-index: 500;
    color: #ffffff;
  }

  /*slider testimonial :: start */

  .jcarousel-wrapper-testimonial {
    display: inline;
    width: 540px;
    height: 360px;
    padding: 0 0 0 0;
    margin: 40px 0 20px 0;
  }

  .testimonial_txt {
    width: 500px;
    height: 391px;
    color: #ffffff;
  }

  .testimonial_txt p {
    color: #ffffff;
  }

  .testimonial_kunde {
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
    width: 540px;
    padding: 0 0 0 12px;
    background-image: url(../images/bg_testimonial.gif);
    background-repeat: no-repeat;
    background-position: left 13px;
  }

  .jcarousel-control-prev-testimonial,
  .jcarousel-control-next-testimonial {
    top: 660px;
    z-index: 800;
    width: 11px;
    height: 40px;
  }

  .jcarousel-control-prev-testimonial {
    background-image: url(../images/icon_arrow_left.png);
    right: 50px;
  }

  .jcarousel-control-next-testimonial {
    background-image: url(../images/icon_arrow_right.png);
    right: 0px;
  }

  /*slider testimonial :: ende */

  .rahmen_cta {
    margin-top: 0px;
  }

  .bgdiv_con_100_pic_footer {
    display: none;
  }

  .bgdiv_con_100_pic_footer_abdecker {
    display: none;
  }

  .cta_txt {
    display: inline;
    width: 540px;
    padding: 60px 0 0 0;
  }

  .cta_adresse {
    display: inline;
    width: 540px;
    padding: 0 0 60px 0;
  }

  .footer_z1_copy {
    font-size: 15px;
    color: #ffffff;
    margin: 13px 0 0 0;
  }

  .footer_z1_links {
    display: none;
  }

  /* footer :: ende */
}

@media only screen and (min-width: 750px) {
  .red_dot {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    position: absolute;
    top: 580px;
    right: 430px;
    cursor: pointer;
  }

  .btn-filter {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #6da32e;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .btn-filter:hover {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #6da32e;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .teambox_con {
    width: 32.3%;
    height: 660px;
    background-color: #6da32e;
    margin: 0 1% 40px 0;
  }

  .teambox_con_pic {
    width: 100%;
    height: 440px;
    overflow: hidden;
  }

  .teambox_con_pic img {
    width: 100%;
  }

  .teambox_con_info {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .teambox_con_info1 {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }

  .marg_ln_back {
    margin-top: -85px;
  }

  .openBtn {
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #006cae;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 300;
    height: 59px;
  }

  .openBtn:hover {
    background: #005b93;
  }

  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.9);
    background-image: url(../images/bg_dots.png),
      url(../images/logo_cds_weiss.svg);
    background-size: auto, 150px auto;
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, 98% 96%;
  }

  .overlay2 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay3 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay2 a {
    font-family: 'corporate-s', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    outline: 0;
  }
  .overlay2 a:link {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:active {
    text-decoration: none;
    color: #fff;
  }
  .overlay2 a:visited {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:hover {
    text-decoration: none;
    color: #fff;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay2 .closebtn:hover {
    color: #ccc;
  }

  .overlay input[type='text'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overlay input[type='text']:hover {
    background: none;
  }

  .overlay2 input[type='text'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
  }

  .overlay2 input[type='text']:hover {
    background: none;
  }

  .overlay2 textarea {
    padding: 15px;
    font-size: 26px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 96%;
    background: none;
    resize: none;
  }

  .overlay2 textarea:hover {
    background: none;
  }

  .overlay2 .select-wrapper {
    position: relative;
    width: 100%;
  }

  .overlay2 .select-wrapper::before {
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 22px;
  }

  .overlay2 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #6da32e;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    outline: none;
    padding-left: 10px;
    width: 100%;
    height: 70px;
  }

  .overlay2 select option {
    color: #666;
  }

  .overlay2 select::-ms-expand {
    display: none;
  }

  .overlay2 select:focus::-ms-value {
    background-color: transparent;
  }

  .overlay input[type='password'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overlay input[type='password']:hover {
    background: none;
  }

  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: #538717;
  }

  .overlay input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay input[type='text']::placeholder {
    color: #6da32e;
  }

  .overlay2 button {
    float: left;
    width: 50%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay2 button:hover {
    background: #538717;
  }

  .overlay2 input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay2 input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay2 input[type='text']::placeholder {
    color: #6da32e;
  }

  a.del_down_pos i:hover {
    color: #fff;
  }

  a.del_down_name i:hover {
    color: #fff;
  }

  .pic_contact_page {
    width: 100%;
    height: 240px;
    margin: 0 20px 0 0;
  }

  .trenner_ansprech_map {
    width: 100%;
    clear: both;
    color: #fefefe;
    margin: 40px 0 0 0;
  }

  .txt_ansprech_map {
    width: 390px;
  }

  .pic_ansprech_map {
    width: 260px;
    height: 340px;
    margin: 0 40px 0 0;
  }

  .scroll-downs {
    display: none;
  }

  .width_news_index {
    width: 100%;
  }

  .headline_box_slide {
    font-family: corporate-s-std-urw, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 46px;
    padding: 20px 30px 25px 30px;
    color: #323233;
    background-color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    max-width: 550px;
    display: inline-block;
  }

  .box_gal_top_pos {
    margin: 380px 0 0 45px;
  }

  .box_gal_top_ln_pos {
    margin: 15px 0 0 45px;
  }

  .welcome_b {
    padding: 100px 0 100px 0;
    background-image: url(../images/dots_gross.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .txt_welcome_box {
    width: 680px;
    margin: 30px 0 0 0;
  }

  .b1 {
    margin-top: -100px;
    overflow: visible;
    width: 100%;
  }

  .b1_span {
    display: block;
    position: absolute;
    bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
    padding: 0 40px 0 0;
  }

  .b2_span {
    display: block;
    position: absolute;
    bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
  }

  .b2_i {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 40px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 22px;
    font-weight: 900;
  }

  .b_ansprech {
    padding: 100px 0 100px 0;
    margin: 0 0 0 0;
    background-image: none;
  }

  .b_germany {
    margin: -960px 0 0 0;
    pointer-events: none;
  }

  .inner_germany {
    margin: -340px 0 0 0;
    height: 830px;
    width: 450px;
    background-image: url(../images/german_dots.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .width_foot {
    width: 240px;
    color: #fff;
    margin: 0 0 0 0;
  }

  .tabelle_anfrage {
    width: 100%;
    display: inline;
    position: relative;
    float: left;
    margin: 40px 0 0 0;
  }

  .tabelle_anfrage tr,
  .tabelle_anfrage td,
  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 20px;
  }

  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 26px;
  }

  .show_map {
    display: none;
  }

  .show_drop {
    display: inline;
  }

  .st0 {
    fill: #323334;
  }
  .st1 {
    fill: #323334;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .meckpom:hover path,
  .swh:hover path,
  .nds:hover path,
  .ham:hover path,
  .brem:hover path,
  .ber:hover path,
  .brand:hover path,
  .sah:hover path,
  .hs:hover path,
  .thue:hover path,
  .nrw:hover path,
  .rlp:hover path,
  .sl:hover path,
  .sas:hover path,
  .bw:hover path,
  .bn:hover path,
  .bs:hover path {
    fill: #6da32e;
  }

  .meckpom,
  .swh,
  .nds,
  .ham,
  .brem,
  .ber,
  .brand,
  .sah,
  .hs,
  .thue,
  .nrw,
  .rlp,
  .sl,
  .sas,
  .bw,
  .bn,
  .bs {
    cursor: pointer;
  }

  .active_map_path {
    fill: #6da32e;
  }

  .svgmap {
    width: 90%;
    clear: both;
    margin: 40px 0 0 0;
  }

  .systeme_buehne_txt {
    width: 100%;
  }

  .width_con_systeme {
    width: 100%;
  }

  .sidebar_head {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px 13px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #6da32e;
  }

  .sidebar {
    width: 300px;
    background-color: #f0f0f0;
  }

  .accordion {
    background-color: #f0f0f0;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
  }

  a.accordion_sys_prod:link,
  a.accordion_sys_prod:visited {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: none;
  }

  a.accordion_sys_prod:hover,
  a.accordion_sys_prod:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: underline;
  }

  a.accordion_sys_prod_active:link,
  a.accordion_sys_prod_active:visited,
  a.accordion_sys_prod_active:hover,
  a.accordion_sys_prod_active:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 600;
    text-decoration: none;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active,
  .accordion:hover {
    background-color: #acacac;
  }

  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden;
  }

  .font_dat_1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    color: #fff;
    font-family: corporate-s-std-urw, sans-serif;
  }

  .font_dat_2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: -4px 0 0 0;
    display: block;
  }

  .box_datum {
    padding: 10px 12px;
    background-color: #6da32e;
    margin: 8px 10px 10px 0;
    text-align: center;
  }

  .sp_ansprech {
    width: 730px;
  }

  .icon_leistungen {
    color: rgba(255, 255, 255, 0.5);
    font-size: 48px;
  }

  .box_gruen_detail_second {
    width: 730px;
    height: 170px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_detail_first {
    width: 730px;
    height: 170px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_detail_first:hover,
  .box_gruen_detail_second:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .outter_anwendung_list {
    width: 770px;
  }

  .box_gruen_leistung_1 {
    width: 335px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 60px 20px 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_2 {
    width: 335px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_3 {
    width: 335px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_1:hover,
  .box_gruen_leistung_2:hover,
  .box_gruen_leistung_3:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gruen_leistung_4 {
    width: 335px;
    height: 270px;
    background-color: #006cae;
    padding: 40px;
    box-sizing: border-box;
    margin: -210px 0 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_4:hover {
    background-color: #005a91;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .link_bigpicbox {
    cursor: pointer;
    width: 730px;
    height: auto;
    margin: 20px 0 0 0;
  }

  .h1_index {
    width: 430px;
    margin: 0 0 120px 0;
  }

  .box_weiss_header {
    background-color: #fff;
    height: 185px;
    width: 625px;
  }

  .box_weiss_header_inner {
    margin: 45px 0 0 125px;
  }

  .trenner_pecht_head {
    margin: 36px 40px 0 40px;
    height: 2px;
    width: 169px;
    background: url(../images/trenner_pecht.png) no-repeat center;
  }

  .span_head1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .span_head2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #2f2e2c;
  }

  .span_head3 {
    font-size: 24px;
    line-height: 58px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_head {
    font-size: 30px;
    line-height: 58px !important;
    padding: 0 0 0 40px;
  }

  .bigpicbox {
    cursor: pointer;
    width: 910px;
    height: 615px;
    margin: 0 0 0 20px;
  }

  .overlaypic_big_thumb {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.4);
  }

  .box_weiss_txt {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    width: 360px;
    position: absolute;
    display: block;
    bottom: 40px;
    left: 180px;
  }

  .box_weiss_link {
    width: 105px;
    height: 105px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .i_head2 {
    font-size: 30px;
    padding: 40px 0 0 0;
  }

  .box_outter_thumb {
    width: 730px;
    height: 120px;
    margin: 20px 0 0 0;
  }

  .box_pic_thumb {
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
  }

  .link_pic_big {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }

  .pic_index_welcome {
    width: 380px;
    height: 580px;
    margin: 0 40px 0 0;
  }

  .text_welcome_sp1 {
    width: 310px;
    height: auto;
    margin: 65px 0 0 0;
  }

  .text_welcome_sp2 {
    width: 290px;
    height: auto;
    margin: -16px 0 0 0;
  }

  .span_foot_slide {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2d2d;
  }

  .trenner_foot_slide {
    margin: 20px 30px 0 30px;
    height: 2px;
    width: 169px;
  }

  .span_foot_slide2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_foot_slide {
    font-size: 30px;
    line-height: 24px;
    padding: 0 0 0 30px;
  }

  .box_weiss_txt_slide {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    display: block;
    bottom: 115px;
    left: 40px;
  }

  .box_weiss_link_slide {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .bg_foot_pecht {
    height: 240px;
    background: url(../images/bg_foot_pecht.png) repeat-y center;
    background-size: contain;
  }

  .sp_pecht1 {
    margin: 0 80px 0 0;
  }

  .sp_pecht2 {
    margin: 80px 0 0 0;
  }

  .sp_pecht2 img {
    width: 255px;
  }

  .ansprech_pic {
    width: 355px;
    height: 355px;
    display: inline;
    position: relative;
    float: left;
    margin: -20px 0 20px -20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ansprech_inner {
    margin: 20px;
    width: 355px;
  }

  .ansprech_outter {
    width: 350px;
    height: 560px;
    background-color: #fff;
    margin: 20px 20px 0 0;
  }

  .ansprech_overflow {
    width: 770px;
    overflow: hidden;
  }

  .con_std {
    margin-top: 20px;
  }

  .pic_index {
    height: 520px;
    width: 45%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-top: -520px;
  }

  .height_welcome {
    height: 520px;
    padding: 60px 0;
    box-sizing: border-box;
  }

  .box_modell_head {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
  }

  .box_modell:hover .box_modell_head {
    background-color: #f0f0f0;
  }

  .box_modell_pic {
    height: 195px;
    width: 355px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box_modell {
    width: 355px;
    height: 285px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    cursor: pointer;
  }

  .box_modell_last {
    width: 355px;
    height: 285px;
    margin: 0 20px 20px 0;
    text-align: center;
    padding: 100px 0 0 0;
    box-sizing: border-box;
  }

  .box_modell_last:hover {
    background-color: #f0f0f0;
  }

  .overflow_boxen_modelle {
    clear: both;
    margin-top: 30px;
    width: 750px;
  }

  .pic {
    width: 100%;
    height: 120px;
    background-color: black;
    margin: 0 0 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .overflow_index {
    width: 770px;
  }

  .inner_index {
    margin: 0 20px 0 0;
  }

  .show_blau {
    display: inline;
  }

  .box_weiss {
    width: 223px;
    height: 150px;
    background-color: #fff;
    padding: 32px 20px 40px 20px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
  }

  .box_weiss:hover {
    background-color: #dfecf5;
    cursor: pointer;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .box_blau_head {
    padding: 20px 0 20px 20px;
    background-color: #2d2d2c;
    width: 100%;
    height: 190px;
    box-sizing: border-box;
  }

  .margin_blau {
    margin: -160px 0 0 0;
  }

  .width_blau {
    width: 100%;
  }

  .overflow_referenzen {
    width: 770px;
  }

  .show_nav_foot {
    display: inline;
  }

  .slider_abdecker_video {
    margin: 0 0 0 0;
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(62, 69, 67, 0.6);
  }

  .headervideo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: auto;
    min-height: auto;
    width: auto;
    height: 100%;
    overflow: hidden;
  }

  .bg_slider {
    height: 550px;
    width: 100%;
    margin: -550px 0 0 0;
    z-index: 9;
    position: relative;
  }

  .maps_foot {
    margin: 0 0 0 0;
  }

  .i_tel_cta {
    font-size: 50px;
    display: inline;
    float: left;
    position: relative;
    color: #cbe253;
    margin: 0 10px 0 0;
  }

  .tel_cta {
    width: 280px;
    clear: both;
    margin: -150px 0 0 0;
    display: inline;
  }

  .cta_slogan_svg svg {
    width: 770px;
    height: 225px;
    margin: -123px -355px 0 0;
    display: inline;
    position: relative;
    float: right;
  }

  .cta_slogan_weiss {
    font-size: 42px;
    color: #f0f0f0;
    line-height: 48px;
    font-weight: 500;
  }

  .cta_slogan_gruen {
    font-size: 42px;
    color: #2d2d2c;
    line-height: 48px;
    font-weight: 500;
  }

  .box_leistung_slider {
    height: 335px;
    width: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 40px 0 0;
    cursor: pointer;
    background: #fff;
  }

  .box_leistung_slider:hover a {
    background-color: #fff;
    border: 1px solid #2d2d2c;
    color: #2d2d2c;
  }

  .text_box_leistung {
    width: 270px;
    height: 150px;
    box-sizing: border-box;
    padding: 25px;
  }

  .pic_box_leistung {
    width: 270px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .callbacks_nav {
    float: left;
    display: inline;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 40px;
    margin: 0 0 0 0;
    margin-top: -24px;
  }

  .callbacks_nav.next {
    margin-left: 40px;
    background-position: right top;
    background-image: url(../images/caret-circle-right-solid.svg);
    margin-right: 125px;
  }

  .callbacks_nav.prev {
    background-position: right top;
    background-image: url(../images/caret-circle-left-solid.svg);
  }

  .bg_bullets {
    display: inline;
    width: 450px;
    float: right;
    margin: -220px -100px 0 0;
  }

  .box_text_slider {
    width: 330px;
    margin: -520px 0 0 0;
    z-index: 99;
  }

  .show_box_top {
    display: inline;
  }

  .show_initiatoren {
    display: none;
  }

  .show_foot_1 {
    display: none;
  }

  .box_angebot {
    width: 345px;
    height: 280px;
    margin: 20px 40px 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .box_angebot span {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .box_angebot i {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    right: 40px;
    font-size: 26px;
    font-weight: 300;
    color: #2d2d2c;
  }

  .box_angebot:hover span {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .box_angebot:hover i {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .width_txt_box {
    width: 230px;
  }

  .margin40 {
    margin: 0 40px 0 0;
  }

  .overflow_boxen {
    width: 1240px;
  }

  .margin_gruen_box {
    margin: -420px 0 0 0;
    z-index: 9999;
  }

  .bg_card {
    width: 285px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url(../images/bg_card.png);
    margin: -370px 0 0 0;
    z-index: 99;
  }

  .halb {
    width: 52%;
    background-color: #2d2d2c;
    height: 460px;
    float: left;
    position: relative;
    display: inline;
    margin: -140px 0 0 0;
    padding: 0 0 0 0;
    z-index: 9999;
  }

  .display_btn {
    display: none;
  }

  .bg_icon_tiles {
    background-image: url(../images/bg_icon_tiles.png);
    background-size: 260px 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  .box_leistung_slider {
    height: 360px;
    width: 216px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 40px 0 0;
    cursor: pointer;
    background: #fff;
  }

  .box_leistung_slider:hover a {
    background-color: #fff;
    border: 1px solid #2d2d2c;
    color: #2d2d2c;
  }

  .text_box_leistung {
    width: 216px;
    height: 150px;
    box-sizing: border-box;
    padding: 25px;
  }

  .pic_box_leistung {
    width: 216px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .box_leistung_slider_overlay {
    height: 360px;
    width: 216px;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0 40px 0 0;
    padding: 40px 20px 0 20px;
    cursor: pointer;
    display: none;
    box-sizing: border-box;
  }

  .box_leistung_slider:hover .box_leistung_slider_overlay {
    display: inline;
  }

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

  .box_leistungen_index {
    height: 360px;
    padding: 40px 20px 0 20px;
  }

  .div_iframe iframe {
    height: 380px;
    width: 100%;
  }

  h1 {
    font-size: 54px;
    line-height: 56px;
  }
  h1.h1_marker {
    font-size: 30px;
    line-height: 36px;
  }
  h1.h1_weiss {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 44px;
  }

  h2.h2_slogan {
    font-size: 46px;
    line-height: 50px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h3.h3_slogan {
    font-size: 20px;
    line-height: 26px;
  }

  h3.h3_h1_marker {
    font-size: 30px;
    line-height: 36px;
  }
  h3.h3_galery {
    font-size: 30px;
    line-height: 36px;
  }
  h3.h3_h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h3.h3_testimonial_marker {
    font-size: 26px;
    line-height: 34px;
  }

  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h4.h4_teaser {
    font-size: 24px;
    line-height: 26px;
  }
  h4.h4_news {
    font-size: 24px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  /* header contentseiten :: start */

  .bgdiv_con_100_header_con {
    display: inline;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .header_con_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0 40px 0;
  }

  .box_icons {
    width: 730px;
    height: 75px;
    margin: 20px 0 0 0;
    text-align: left;
    overflow: hidden;
  }

  .box_icons img {
    width: 300px;
    max-height: 75px;
  }

  .box_headline {
    width: 730px;
    margin: 0 0 0 0;
    padding: 50px 0 40px 0;
  }

  /* header contentseiten :: ende */

  /* slider startseite :: start */

  .bgdiv_con_100_header_slider {
    display: block;
    height: 550px;
    margin-top: 0;
    width: 100%;
    float: right;
  }

  .bgdiv_slider {
    width: 100%;
    height: 550px;
    float: left;
    display: inline;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .slider_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .rslides {
    display: inline;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 550px;
    padding: 0;
    margin: 0;
  }

  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }

  /*
			.rslides img {
			  display: block;
			  height: auto;
			  float: left;
			  width: 100%;
			  border: 0;
			  }
			 */

  .large-btns_tabs {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .large-btns_tabs li {
    display: inline;
    float: none;
    margin: 0 10px 0 0;
  }

  .large-btns_tabs a {
    background-color: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 3px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
  }

  .large-btns_here a {
    background-color: #fff;
  }

  .rslides_navi_pos {
    margin: -60px 0 0 0;
    z-index: 900;
    display: inline;
  }

  .bg_slogan {
    display: block;
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    color: #323232;
    width: 730px;
    bottom: 240px;
  }

  .bg_slogan_pic {
    display: none;
  }

  /* slider startseite :: ende */

  /* keyfacts - produktteaser - welcome :: start */

  .bgdiv_con_100_produktteaser {
    background-image: url(../images/bg_teaser_produkte.gif);
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0 0 0 0;
    z-index: 900;

    display: inline;
  }

  .produkt_teaser {
    width: 730px;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }

  .produkt_teaser_box {
    box-sizing: border-box;
    width: 225px;
    height: 313px;
    border: 1px solid #d1d1d1;
    margin: 0 0 0 27px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
  }

  .produkt_teaser_box img {
    max-width: 223px;
    height: 311px;
  }

  .produkt_teaser_lupe {
    width: 40px;
    height: 40px;
    display: inline;
    background-image: url(../images/icon_lupe_01.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: -40px 0 0 0;
  }

  .produkt_teaser_abdecker {
    width: 223px;
    height: 311px;
    display: none;
    background-image: url(../images/bg_abdecker_zoom.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: -311px 0 0 0;
    padding: 130px 0 0 0;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
  }

  h4.h4_teaser {
    font-size: 24px;
    line-height: 26px;
  }

  .produkt_teaser_box:hover .produkt_teaser_abdecker {
    display: inline;
  }

  .produkt_teaser_box:hover .produkt_teaser_lupe {
    display: none;
  }

  .bgdiv_keyfacts {
    display: none;
  }

  .welcome_txt {
    float: left;
    width: 730px;
    padding: 60px 0 60px 0;
  }

  /* keyfacts - produktteaser - welcome :: ende */

  /* content bühne :: start */

  .sp_50p_buehne {
    width: 728px;
    height: 476px;
    overflow: hidden;
    border: 0px solid #e3e3e3;
    float: right;
    margin: 0 0 40px 0;
  }

  .sp_50p_buehne_txt {
    width: 730px;
    float: left;
  }

  .jcarousel-wrapper-buehne {
    width: 728px;
    height: 476px;
  }

  /*.jcarousel-wrapper-buehne img {
			width:730px
		}*/

  .buehne_table {
    width: 728px;
    height: 476px;
  }

  .buehne_resize_width {
    width: 728px;
  }

  .buehne_resize_height {
    height: 476px;
  }

  .iframe_buehne {
    width: 728px;
    height: 476px;
  }

  .jcarousel-control-prev_buehne,
  .jcarousel-control-next_buehne {
    position: absolute;
    top: 406px;
    width: 40px;
    height: 40px;
  }

  .jcarousel-control-prev_buehne {
    right: 60px;
    background-image: url(../images/icon_arrow_left_rot.png);
    background-repeat: no-repeat;
  }

  .jcarousel-control-next_buehne {
    right: 10px;
    background-image: url(../images/icon_arrow_right_rot.png);
    background-repeat: no-repeat;
  }

  /* content bühne :: ende */

  /* galery slider :: start */

  .jcarousel-wrapper-gal {
    width: 100vw;
    height: 750px;
    padding: 0 0 0 0;
    margin: 60px 0 0 0;
  }

  .jcarousel-wrapper-gal img {
    height: 650px;
    width: auto;
  }

  .jcarousel-control-next-gal {
    top: 770px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    top: 770px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    background-image: url(../images/icon_arrow_left_gal.png);
    left: 60px;
  }

  .jcarousel-control-next-gal {
    background-image: url(../images/icon_arrow_right_gal.png);
    left: 140px;
  }

  .jcarousel-wrapper-marken {
    width: 713px;
    height: 90px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .jcarousel-wrapper-marken img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .jcarousel-control-prev-marken,
  .jcarousel-control-next-marken {
    top: -46px;
    z-index: 800;
  }

  .jcarousel-control-prev-marken {
    background-image: url(../images/icon_arrow_left_gal.png);
    right: 30px;
  }

  .jcarousel-control-next-marken {
    background-image: url(../images/icon_arrow_right_gal.png);
    right: 0px;
  }

  .box_marken {
    width: 206px;
    height: 100px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 40px 0 0;
  }

  .box_marken_pic {
    width: 208px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }

  .jcarousel li {
    margin: 0 0 5px 0;
  }

  .box_gal {
    width: 650px;
    height: 650px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 40px 0 0;
  }

  .box_gal_pic {
    width: 650px;
    height: 650px;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
  }

  .box_gal_hover {
    width: 650px;
    height: 650px;
    margin: -650px 0 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gal:hover .box_gal_hover {
    display: inline;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  /* galery slider :: ende */

  /* footer :: start */

  .bgdiv_con_100_testimonials {
    display: inline;
    height: 410px;
    background-color: #3c3c3c;
  }

  .testimonial_rahmen {
    float: right;
    display: inline;
    width: 730px;
    height: 410px;
    background-color: #3c3c3c;
    box-sizing: border-box;
    padding: 60px 0 60px 0;
    z-index: 500;
    color: #ffffff;
  }

  /*slider testimonial :: start */

  .jcarousel-wrapper-testimonial {
    display: inline;
    width: 480px;
    height: 360px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .testimonial_txt {
    width: 730px;
    height: 391px;
    color: #ffffff;
  }

  .testimonial_txt p {
    color: #ffffff;
  }

  .testimonial_kunde {
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
    width: 730px;
    padding: 0 0 0 12px;
    background-image: url(../images/bg_testimonial.gif);
    background-repeat: no-repeat;
    background-position: left 13px;
  }

  .jcarousel-control-prev-testimonial,
  .jcarousel-control-next-testimonial {
    top: 340px;
    z-index: 800;
    width: 16px;
    height: 40px;
  }

  .jcarousel-control-prev-testimonial {
    background-image: url(../images/icon_arrow_left.png);
    right: 50px;
  }

  .jcarousel-control-next-testimonial {
    background-image: url(../images/icon_arrow_right.png);
    right: 0px;
  }

  /*slider testimonial :: ende */

  .rahmen_cta {
    margin-top: 0px;
  }

  .bgdiv_con_100_pic_footer {
    display: none;
  }

  .bgdiv_con_100_pic_footer_abdecker {
    display: none;
  }

  .cta_txt {
    display: inline;
    width: 730px;
    padding: 60px 0 0 0;
  }

  .cta_adresse {
    display: inline;
    width: 730px;
    padding: 0 0 60px 0;
  }

  .footer_z1_copy {
    font-size: 15px;
    color: #ffffff;
    margin: 13px 0 0 0;
  }

  .footer_z1_links {
    display: none;
  }

  /* footer :: ende */
}

@media only screen and (min-width: 1225px) {
  .red_dot {
    width: 300px;
    height: 35px;
    border-radius: 35px;
    position: absolute;
    top: 635px;
    right: 255px;
    cursor: pointer;
  }

  .btn-filter {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #6da32e;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .btn-filter:hover {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #6da32e;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .teambox_con {
    width: 32.3%;
    height: 660px;
    background-color: #6da32e;
    margin: 0 1% 40px 0;
  }

  .teambox_con_pic {
    width: 100%;
    height: 440px;
    overflow: hidden;
  }

  .teambox_con_pic img {
    width: 100%;
  }

  .teambox_con_info {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .teambox_con_info1 {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }

  .resp {
    display: inline;
  }

  .marg_ln_back {
    margin-top: -85px;
  }

  .openBtn {
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #006cae;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 300;
    height: 59px;
  }

  .openBtn:hover {
    background: #005b93;
  }

  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.9);
    background-image: url(../images/bg_dots.png),
      url(../images/logo_cds_weiss.svg);
    background-size: auto, 150px auto;
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, 98% 96%;
  }

  .overlay2 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay3 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.95);
    background-image: url(../images/logo_cds_weiss.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 98% 96%;
  }

  .overlay2 a {
    font-family: 'corporate-s', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    outline: 0;
  }
  .overlay2 a:link {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:active {
    text-decoration: none;
    color: #fff;
  }
  .overlay2 a:visited {
    text-decoration: none;
    color: #6da32e;
  }
  .overlay2 a:hover {
    text-decoration: none;
    color: #fff;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }

  .overlay2 .closebtn:hover {
    color: #ccc;
  }

  .overlay input[type='text'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overlay input[type='text']:hover {
    background: none;
  }

  .overlay2 input[type='text'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
  }

  .overlay2 input[type='text']:hover {
    background: none;
  }

  .overlay2 textarea {
    padding: 15px;
    font-size: 26px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 96%;
    background: none;
    resize: none;
  }

  .overlay2 textarea:hover {
    background: none;
  }

  .overlay2 .select-wrapper {
    position: relative;
    width: 100%;
  }

  .overlay2 .select-wrapper::before {
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 22px;
  }

  .overlay2 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #6da32e;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    outline: none;
    padding-left: 10px;
    width: 100%;
    height: 70px;
  }

  .overlay2 select option {
    color: #666;
  }

  .overlay2 select::-ms-expand {
    display: none;
  }

  .overlay2 select:focus::-ms-value {
    background-color: transparent;
  }

  .overlay input[type='password'] {
    padding: 15px;
    font-size: 40px;
    font-style: normal;
    color: #6da32e;
    border: none;
    float: left;
    width: 98%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overlay input[type='password']:hover {
    background: none;
  }

  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: #538717;
  }

  .overlay input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay input[type='text']::placeholder {
    color: #6da32e;
  }

  .overlay2 button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #6da32e;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay2 button:hover {
    background: #538717;
  }

  .overlay2 input[type='text']::-webkit-input-placeholder {
    /* Edge */
    color: #6da32e;
  }

  .overlay2 input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6da32e;
  }

  .overlay2 input[type='text']::placeholder {
    color: #6da32e;
  }

  a.del_down_pos i:hover {
    color: #fff;
  }

  a.del_down_name i:hover {
    color: #fff;
  }

  .pos_nav_right {
    margin: 16px 14% 0 0;
  }

  .pos_nav_right2 {
    margin: 10px 14% 0 0;
  }

  .show_std_sidebar {
    display: inline;
  }

  .show_mobile_sidebar {
    display: none;
  }

  .pic_contact_page {
    width: 50%;
    height: 240px;
    margin: 0 20px 0 0;
  }

  .trenner_ansprech_map {
    width: 100%;
    clear: both;
    color: #fefefe;
    margin: 40px 0 0 0;
  }

  .txt_ansprech_map {
    width: 390px;
  }

  .pic_ansprech_map {
    width: 260px;
    height: 340px;
    margin: 0 40px 0 0;
  }

  .scroll-downs {
    display: block;
  }

  .width_news_index {
    width: 690px;
  }

  .headline_box_slide {
    font-family: corporate-s-std-urw, sans-serif;
    font-size: 65px;
    font-weight: 900;
    line-height: 70px;
    padding: 30px 40px 35px 40px;
    color: #323233;
    background-color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    max-width: 900px;
    display: inline-block;
  }

  .box_gal_top_pos {
    margin: 560px 0 0 45px;
  }

  .box_gal_top_ln_pos {
    margin: 15px 0 0 45px;
  }

  .welcome_b {
    padding: 100px 0 100px 0;
    background-image: url(../images/dots_gross.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .txt_welcome_box {
    width: 680px;
    margin: 30px 0 0 0;
  }

  .b1 {
    margin-top: -525px;
    overflow: visible;
    width: 690px;
  }

  .b1_span {
    display: block;
    position: absolute;
    bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
    padding: 0 40px 0 0;
  }

  .b2_span {
    display: block;
    position: absolute;
    bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    hyphens: auto;
  }

  .b2_i {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 40px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 22px;
    font-weight: 900;
  }

  .b_ansprech {
    padding: 100px 0 100px 0;
    margin: -100px 0 0 0;
    background-image: url(../images/gecko_outline.svg);
    background-size: 330px 340px;
    background-repeat: no-repeat;
    background-position: -100px 150px;
  }

  .b_germany {
    margin: -920px 0 0 0;
    pointer-events: none;
  }

  .inner_germany {
    margin: 0 -165px 0 0;
    height: 830px;
    width: 760px;
    background-image: url(../images/german_dots.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .width_foot {
    width: 440px;
    color: #fff;
    margin: 0 0 0 0;
  }

  .tabelle_anfrage {
    width: 100%;
    display: inline;
    position: relative;
    float: left;
    margin: 40px 0 0 0;
  }

  .tabelle_anfrage tr,
  .tabelle_anfrage td,
  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 20px;
  }

  .tabelle_anfrage th {
    border: none;
    color: #fff;
    font-size: 26px;
  }

  .show_map {
    display: inline;
  }

  .show_drop {
    display: none;
  }

  .st0 {
    fill: #323334;
  }
  .st1 {
    fill: #323334;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .meckpom:hover path,
  .swh:hover path,
  .nds:hover path,
  .ham:hover path,
  .brem:hover path,
  .ber:hover path,
  .brand:hover path,
  .sah:hover path,
  .hs:hover path,
  .thue:hover path,
  .nrw:hover path,
  .rlp:hover path,
  .sl:hover path,
  .sas:hover path,
  .bw:hover path,
  .bn:hover path,
  .bs:hover path {
    fill: #6da32e;
  }

  .meckpom,
  .swh,
  .nds,
  .ham,
  .brem,
  .ber,
  .brand,
  .sah,
  .hs,
  .thue,
  .nrw,
  .rlp,
  .sl,
  .sas,
  .bw,
  .bn,
  .bs {
    cursor: pointer;
  }

  .active_map_path {
    fill: #6da32e;
  }

  .svgmap {
    width: 90%;
    clear: both;
    margin: 40px 0 0 0;
  }

  .systeme_buehne_txt {
    width: 586px;
  }

  .width_con_systeme {
    width: 1070px;
  }

  .sidebar_head {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px 13px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #6da32e;
  }

  .sidebar {
    width: 300px;
    background-color: #f0f0f0;
  }

  .accordion {
    background-color: #f0f0f0;
    color: #323233;
    cursor: pointer;
    padding: 10px 25px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
  }

  a.accordion_sys_prod:link,
  a.accordion_sys_prod:visited {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: none;
  }

  a.accordion_sys_prod:hover,
  a.accordion_sys_prod:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 300;
    text-decoration: underline;
  }

  a.accordion_sys_prod_active:link,
  a.accordion_sys_prod_active:visited,
  a.accordion_sys_prod_active:hover,
  a.accordion_sys_prod_active:active {
    background-color: #fafafa;
    color: #323233;
    cursor: pointer;
    padding: 10px 20px 13px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    hyphens: auto;
    clear: both;
    display: block;
    font-weight: 600;
    text-decoration: none;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active,
  .accordion:hover {
    background-color: #acacac;
  }

  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden;
  }

  .font_dat_1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    color: #fff;
    font-family: corporate-s-std-urw, sans-serif;
  }

  .font_dat_2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: -4px 0 0 0;
    display: block;
  }

  .box_datum {
    padding: 10px 12px;
    background-color: #6da32e;
    margin: 8px 10px 10px 0;
    text-align: center;
  }

  .sp_ansprech {
    width: 840px;
  }

  .icon_leistungen {
    color: rgba(255, 255, 255, 0.5);
    font-size: 48px;
  }

  .box_gruen_detail_second {
    width: 680px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 40px 40px 0;
    cursor: pointer;
  }

  .box_gruen_detail_first {
    width: 440px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 40px 0 0;
    cursor: pointer;
  }

  .box_gruen_detail_first:hover,
  .box_gruen_detail_second:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .outter_anwendung_list {
    width: 1440px;
  }

  .box_gruen_leistung_1 {
    width: 335px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 60px 20px 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_2 {
    width: 335px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    cursor: pointer;
  }

  .box_gruen_leistung_3 {
    width: 335px;
    height: 270px;
    background-color: #6da32e;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_1:hover,
  .box_gruen_leistung_2:hover,
  .box_gruen_leistung_3:hover {
    background-color: #538717;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gruen_leistung_4 {
    width: 335px;
    height: 270px;
    background-color: #006cae;
    padding: 40px;
    box-sizing: border-box;
    margin: -60px 0 0 0;
    cursor: pointer;
  }

  .box_gruen_leistung_4:hover {
    background-color: #005a91;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .link_bigpicbox {
    cursor: pointer;
    width: 910px;
    height: auto;
    margin: 10px 0 0 0;
  }

  .box_weiss_header {
    background-color: #fff;
    height: 185px;
    width: 625px;
  }

  .box_weiss_header_inner {
    margin: 45px 0 0 125px;
  }

  .trenner_pecht_head {
    margin: 36px 40px 0 40px;
    height: 2px;
    width: 169px;
    background: url(../images/trenner_pecht.png) no-repeat center;
  }

  .span_head1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .span_head2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #2f2e2c;
  }

  .span_head3 {
    font-size: 24px;
    line-height: 58px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_head {
    font-size: 30px;
    line-height: 58px !important;
    padding: 0 0 0 40px;
  }

  .bigpicbox {
    cursor: pointer;
    width: 910px;
    height: 615px;
    margin: 0 0 0 20px;
  }

  .overlaypic_big_thumb {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.4);
  }

  .box_weiss_txt {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    width: 360px;
    position: absolute;
    display: block;
    bottom: 40px;
    left: 60px;
  }

  .box_weiss_link {
    width: 105px;
    height: 105px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .i_head2 {
    font-size: 30px;
    padding: 40px 0 0 0;
  }

  .box_outter_thumb {
    width: 120px;
    height: 390px;
    margin: 120px 0 0 0;
  }

  .box_pic_thumb {
    width: 120px;
    height: 120px;
    margin: 0 0 10px 0;
  }

  .link_pic_big {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }

  .pic_index_welcome {
    width: 380px;
    height: 580px;
    margin: 0 100px 0 0;
  }

  .text_welcome_sp1 {
    width: 380px;
    height: auto;
    margin: 95px 40px 0 0;
  }

  .text_welcome_sp2 {
    width: 290px;
    height: auto;
    margin: 233px 0 0 0;
  }

  .span_foot_slide {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2d2d;
  }

  .trenner_foot_slide {
    margin: 20px 30px 0 30px;
    height: 2px;
    width: 169px;
  }

  .span_foot_slide2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #2f2e2c;
  }

  .i_foot_slide {
    font-size: 30px;
    line-height: 24px;
    padding: 0 0 0 30px;
  }

  .box_weiss_txt_slide {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    display: block;
    bottom: 115px;
    left: 40px;
  }

  .box_weiss_link_slide {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .bg_foot_pecht {
    height: 240px;
    background: url(../images/bg_foot_pecht.png) repeat-y center;
    background-size: contain;
  }

  .sp_pecht1 {
    margin: 0 80px 0 0;
  }

  .sp_pecht2 {
    margin: 80px 0 0 0;
  }

  .sp_pecht2 img {
    width: 255px;
  }

  .h1_index {
    width: 430px;
    margin: 130px 0 0 0;
  }

  .ansprech_pic {
    width: 270px;
    height: 270px;
    display: inline;
    position: relative;
    float: left;
    margin: -20px 0 20px -20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ansprech_inner {
    margin: 20px;
    width: 270px;
  }

  .ansprech_outter {
    width: 270px;
    height: 480px;
    background-color: #fff;
    margin: 40px 40px 0 0;
  }

  .ansprech_overflow {
    width: 1240px;
    overflow: hidden;
  }

  .show_placeholder {
    display: none;
  }

  .con_std {
    margin-top: 250px;
  }

  .pic_index {
    height: 420px;
    width: 45%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-top: -420px;
  }

  .height_welcome {
    height: 420px;
    padding: 60px 0;
    box-sizing: border-box;
  }

  .box_modell_head {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
  }

  .box_modell:hover .box_modell_head {
    background-color: #f0f0f0;
  }

  .box_modell_pic {
    height: 195px;
    width: 285px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box_modell {
    width: 285px;
    height: 285px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    cursor: pointer;
  }

  .box_modell_last {
    width: 285px;
    height: 285px;
    margin: 0 20px 20px 0;
    text-align: center;
    padding: 100px 0 0 0;
    box-sizing: border-box;
  }

  .box_modell_last:hover {
    background-color: #f0f0f0;
  }

  .overflow_boxen_modelle {
    clear: both;
    margin-top: 30px;
    width: 1240px;
  }

  .pic {
    width: 100%;
    height: 200px;
    background-color: black;
    margin: 0 0 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .inner_index {
    margin: 0 40px 0 0;
  }

  .overflow_index {
    width: 1240px;
  }

  h2 {
    font-size: 30px;
    line-height: 42px;
  }
  h3 {
    font-size: 36px;
    line-height: 42px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .margin_blau {
    margin: -160px 0 0 0;
  }

  .width_blau {
    width: 30%;
  }

  .box_weiss {
    width: 285px;
    height: 150px;
    background-color: #fff;
    padding: 32px 20px 40px 20px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
  }

  .box_weiss:hover {
    background-color: #dfecf5;
    cursor: pointer;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .box_blau_head {
    padding: 20px 0 20px 20px;
    background-color: #2d2d2c;
    width: 915px;
    height: 190px;
    box-sizing: border-box;
  }

  .overflow_referenzen {
    width: 1240px;
  }

  .slider_abdecker_video {
    margin: 0 0 0 0;
    float: left;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(62, 69, 67, 0.6);
  }

  .headervideo {
    position: absolute;
    top: 0;
    left: auto;
    -webkit-transform: none;
    transform: none;
    min-width: auto;
    min-height: auto;
    width: auto;
    height: 100%;
    overflow: hidden;
    right: 0;
  }

  .bg_slider {
    height: 550px;
    width: 100%;
    margin: -550px 0 0 0;
    z-index: 9;
    position: relative;
  }

  .maps_foot {
    margin: 0 0 0 0;
  }

  .i_tel_cta {
    font-size: 50px;
    display: inline;
    float: left;
    position: relative;
    color: #cbe253;
    margin: 0 10px 0 0;
  }

  .tel_cta {
    width: 280px;
    clear: both;
    margin: -170px 0 0 0;
  }

  .cta_slogan_svg svg {
    width: 770px;
    height: 245px;
    margin: -143px -355px 0 0;
    display: inline;
    position: relative;
    float: right;
  }

  .cta_slogan_weiss {
    font-size: 42px;
    color: #f0f0f0;
    line-height: 48px;
    font-weight: 500;
  }

  .cta_slogan_gruen {
    font-size: 42px;
    color: #2d2d2c;
    line-height: 48px;
    font-weight: 500;
  }

  .box_leistung_slider {
    height: 335px;
    width: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 40px 0 0;
    cursor: pointer;
    background: #fff;
  }

  .box_leistung_slider:hover a {
    background-color: #fff;
    border: 1px solid #2d2d2c;
    color: #2d2d2c;
  }

  .text_box_leistung {
    width: 270px;
    height: 150px;
    box-sizing: border-box;
    padding: 25px;
  }

  .pic_box_leistung {
    width: 270px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .callbacks_nav {
    float: left;
    display: inline;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 40px;
    margin: 0 0 0 0;
    margin-top: -24px;
  }

  .callbacks_nav.next {
    margin-left: 40px;
    background-position: right top;
    background-image: url(../images/caret-circle-right-solid.svg);
    margin-right: 125px;
  }

  .callbacks_nav.prev {
    background-position: right top;
    background-image: url(../images/caret-circle-left-solid.svg);
  }

  .bg_bullets {
    display: inline;
    width: 570px;
    float: right;
    margin: -260px -170px 0 0;
  }

  .box_text_slider {
    width: 520px;
    margin: 0 0 0 0;
    z-index: 99;
  }

  .show_foot_1 {
    display: inline;
  }

  .show_initiatoren {
    display: inline;
  }

  .box_angebot {
    width: 580px;
    height: 320px;
    margin: 20px 40px 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .box_angebot span {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }

  .box_angebot i {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    right: 40px;
    font-size: 26px;
    font-weight: 300;
    color: #2d2d2c;
  }

  .box_angebot:hover span {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .box_angebot:hover i {
    bottom: 50px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .width_txt_box {
    width: 230px;
  }

  .margin40 {
    margin: 0 40px 0 0;
  }

  .overflow_boxen {
    width: 1240px;
  }

  .margin_gruen_box {
    margin: -295px 0 0 0;
    z-index: 9999;
  }

  .bg_card {
    width: 540px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-image: url(../images/bg_card.png);
    margin: -400px 0 0 0;
    z-index: 99;
  }

  .halb {
    width: 50%;
    background-color: #2d2d2c;
    height: 320px;
    float: left;
    position: relative;
    display: inline;
    margin: -140px 0 0 0;
    padding: 0 0 0 0;
    z-index: 9999;
  }

  .display_btn {
    display: inline;
  }

  .bgdiv_nav_top_z3 {
    display: block;
  }

  .bg_icon_tiles {
    background-image: url(../images/bg_icon_tiles.png);
    background-size: 260px 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  .box_leistung_slider_overlay {
    height: 360px;
    width: 270px;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0 40px 0 0;
    padding: 40px 20px 0 20px;
    cursor: pointer;
    display: none;
    box-sizing: border-box;
  }

  .box_leistung_slider:hover .box_leistung_slider_overlay {
    display: inline;
  }

  .box_leistungen_index {
    height: 360px;
    padding: 40px 20px 0 20px;
  }

  .bgdiv_nav_top_z1,
  .bgdiv_nav_top_z2,
  .nav_scroll_bg {
    display: inline;
  }

  .bgdiv_nav_top_z1_mobile {
    display: none;
  }

  /* header contentseiten :: start */

  .bgdiv_con_100_header_con {
    display: block;
    position: fixed;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: none;
  }

  .header_con_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 0 0 0;
  }

  .box_icons {
    width: 456px;
    height: 75px;
    margin: 100px 0 0 0;
    text-align: right;
    overflow: hidden;
  }

  .box_icons img {
    width: 300px;
    max-height: 75px;
  }

  .box_headline {
    width: auto;
    margin: 60px 0 0 0;
    padding: 50px 0 60px 0;
  }

  /* header contentseiten :: ende */

  /* slider startseite :: start */

  .bgdiv_con_100_header_slider {
    display: block;
    height: 730px;
    margin-top: 0;
    border-top: 0;
    width: 90%;
    float: left;
  }

  .bgdiv_slider {
    width: 100%;
    height: 730px;
    float: left;
    display: inline;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .slider_abdecker {
    float: left;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .rslides {
    display: inline;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 730px;
    padding: 0;
    margin: 0;
  }

  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }

  /*
			.rslides img {
			  display: block;
			  height: auto;
			  float: left;
			  width: 100%;
			  border: 0;
			  }
			 */

  .rslides_navi_pos {
    margin: -80px 0 0 0;
    z-index: 900;
    display: block;
  }

  .bg_slogan {
    display: block;
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    color: #323232;
    width: 680px;
    top: 320px;
  }

  .bg_slogan_pic {
    display: block;
    position: absolute;
    float: right;
    /*margin:230px 0 0 0;*/
    padding: 0 0 0 0;
    text-align: right;
    color: #323232;
    width: 1200px;
    bottom: 410px;
  }

  .bg_slogan_pic img {
    max-width: 580px;
    max-height: 500px;
  }

  /* slider startseite :: ende */

  /* keyfacts - produktteaser - welcome :: start */

  .bgdiv_con_100_produktteaser {
    background-image: url(../images/bg_teaser_produkte.gif);
    background-position: center top;
    background-repeat: repeat-y;
    margin: -280px 0 0 0;
    z-index: 900;

    display: inline;
  }

  .produkt_teaser {
    width: 745px;
    height: 455px;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }

  .produkt_teaser_box {
    box-sizing: border-box;
    width: 225px;
    height: 313px;
    border: 1px solid #d1d1d1;
    margin: 0 0 0 18px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
  }

  .produkt_teaser_box img {
    max-width: 223px;
    height: 311px;
  }

  .produkt_teaser_lupe {
    width: 40px;
    height: 40px;
    display: inline;
    background-image: url(../images/icon_lupe_01.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: -40px 0 0 0;
  }

  .produkt_teaser_abdecker {
    width: 223px;
    height: 311px;
    display: none;
    background-image: url(../images/bg_abdecker_zoom.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: -311px 0 0 0;
    padding: 130px 0 0 0;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
  }

  h4.h4_teaser {
    font-size: 24px;
    line-height: 26px;
  }

  .produkt_teaser_box:hover .produkt_teaser_abdecker {
    display: inline;
  }

  .produkt_teaser_box:hover .produkt_teaser_lupe {
    display: none;
  }

  .bgdiv_keyfacts {
    display: block;
    width: 410px;
    padding: 60px 60px 80px 80px;
    margin: -455px 0 0 0;
    background-color: #2d2d2c;
    box-sizing: border-box;
    z-index: 950;
    min-height: 475px;
  }

  .keyfact {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
  }

  .keyfacts_wert {
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
  }

  .keyfacts_trenner {
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    background-image: url(../images/keyfacts_trenner.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 33px 0 27px 0;
  }

  .welcome_txt {
    float: right;
    width: 713px;
    padding: 60px 0 60px 0;
  }

  /* keyfacts - produktteaser - welcome :: ende */

  /* content bühne :: start */

  .sp_50p_buehne {
    width: 454px;
    height: 297px;
    overflow: hidden;
    border: 0px solid #e3e3e3;
    float: right;
    margin: 0 0 0 0;
  }

  .sp_50p_buehne_txt {
    width: 900px;
    float: left;
  }

  .jcarousel-wrapper-buehne {
    width: 454px;
    height: 297px;
  }

  .buehne_table {
    width: 454px;
    height: 297px;
  }

  .buehne_resize_width {
    width: 454px;
  }

  .buehne_resize_height {
    height: 297px;
  }

  .iframe_buehne {
    width: 464px;
    height: 297px;
  }

  .jcarousel-control-prev_buehne,
  .jcarousel-control-next_buehne {
    position: absolute;
    top: 227px;
    width: 40px;
    height: 40px;
  }

  .jcarousel-control-prev_buehne {
    right: 60px;
    background-image: url(../images/icon_arrow_left_rot.png);
    background-repeat: no-repeat;
  }

  .jcarousel-control-next_buehne {
    right: 10px;
    background-image: url(../images/icon_arrow_right_rot.png);
    background-repeat: no-repeat;
  }

  /* content bühne :: ende */

  /* galery slider :: start */

  .jcarousel-wrapper-gal {
    width: 100vw;
    height: 915px;
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
    background-color: #fff;
  }

  .jcarousel-wrapper-gal img {
    height: 915px;
    width: auto;
  }

  .jcarousel-control-next-gal {
    top: 950px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    top: 950px;
    z-index: 800;
  }

  .jcarousel-control-prev-gal {
    background-image: url(../images/icon_arrow_left_gal.png);
    left: 8%;
  }

  .jcarousel-control-next-gal {
    background-image: url(../images/icon_arrow_right_gal.png);
    left: 12%;
  }

  .jcarousel-wrapper-marken {
    width: 713px;
    height: 90px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .jcarousel-wrapper-marken img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .jcarousel-control-prev-marken,
  .jcarousel-control-next-marken {
    top: -46px;
    z-index: 800;
  }

  .jcarousel-control-prev-marken {
    background-image: url(../images/icon_arrow_left_gal.png);
    right: 30px;
  }

  .jcarousel-control-next-marken {
    background-image: url(../images/icon_arrow_right_gal.png);
    right: 0px;
  }

  .box_marken {
    width: 206px;
    height: 100px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 40px 0 0;
  }

  .box_marken_pic {
    width: 208px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }

  .jcarousel li {
    margin: 0 0 5px 0;
  }

  .box_gal {
    width: 1045px;
    height: 915px;
    border: 0px solid #dcdcdc;
    overflow: hidden;
    margin: 0 40px 0 0;
  }

  .box_gal_pic {
    width: 1045px;
    height: 915px;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
  }

  .box_gal_hover {
    width: 1045px;
    height: 915px;
    margin: -915px 0 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  .box_gal:hover .box_gal_hover {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
  }

  li.aktiv_slide > a > div > div.box_gal_hover {
    background-color: black;
  }

  /* galery slider :: ende */

  /* footer :: start */

  .bgdiv_con_100_testimonials {
    display: inline;
    height: 710px;
    background-color: #f5f5f5;
  }

  .testimonial_rahmen {
    float: right;
    display: inline;
    width: 410px;
    height: 710px;
    background-color: #3c3c3c;
    box-sizing: border-box;
    padding: 80px 80px 80px 80px;
    z-index: 500;
    color: #ffffff;
  }

  /*slider testimonial :: start */

  .jcarousel-wrapper-testimonial {
    display: inline;
    width: 100%;
    height: 335px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .testimonial_txt {
    width: 250px;
    height: 391px;
    color: #ffffff;
  }

  .testimonial_txt p {
    color: #ffffff;
  }

  .testimonial_kunde {
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
    width: 250px;
    padding: 0 0 0 10px;
    background-image: url(../images/bg_testimonial.gif);
    background-repeat: no-repeat;
    background-position: left center;
  }

  .jcarousel-control-prev-testimonial,
  .jcarousel-control-next-testimonial {
    top: 300px;
    z-index: 800;
    width: 25px;
    height: 25px;
  }

  .jcarousel-control-prev-testimonial {
    background-image: url(../images/icon_left.svg);
    right: 243px;
  }

  .jcarousel-control-next-testimonial {
    background-image: url(../images/icon_right.svg);
    right: 180px;
  }

  /*slider testimonial :: ende */

  .rahmen_cta {
    margin-top: -710px;
  }

  .bgdiv_con_100_pic_footer {
    display: inline;
    height: 470px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .bgdiv_con_100_pic_footer_abdecker {
    display: inline;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_abdecker_footer.png);
    background-repeat: repeat-y;
    background-position: center top;
  }

  .cta_txt {
    display: inline;
    width: 713px;
    padding: 60px 0 0 0;
  }

  .cta_adresse {
    display: inline;
    width: 713px;
    padding: 0 0 60px 0;
  }

  .footer_z1_copy {
    font-size: 15px;
    color: #ffffff;
    margin: 15px 0 0 0;
  }

  .footer_z1_links {
    display: inline;
    font-size: 15px;
    color: #ffffff;
    margin: 15px 0 0 0;
    text-align: right;
  }

  /* footer :: ende */
}

@media only screen and (min-width: 1220px) and (max-width: 1865px) {
  .rahmen_con_34_inner {
    width: 740px;
  }

  .red_dot {
    width: 300px;
    height: 35px;
    border-radius: 35px;
    position: absolute;
    top: 545px;
    right: 170px;
    cursor: pointer;
  }

  .ansprech_overflow {
    width: 100%;
    overflow: hidden;
  }

  .btn-filter {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #6da32e;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .btn-filter:hover {
    font-family: 'azo-sans-web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #6da32e;
    font-weight: normal;
    padding: 19px 70px 20px 70px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #6da32e;
    text-align: center;
    -moz-transition: all 0.4s ease-out; /* FF4+ */
    -o-transition: all 0.4s ease-out; /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out; /* IE10? */
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .teambox_con {
    width: 32.3%;
    height: 660px;
    background-color: #6da32e;
    margin: 0 1% 40px 0;
  }

  .teambox_con_pic {
    width: 100%;
    height: 440px;
    overflow: hidden;
  }

  .teambox_con_pic img {
    width: 100%;
  }

  .teambox_con_info {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .teambox_con_info1 {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }

  .resp {
    display: inline;
  }

  .pos_nav_right2 {
    margin: -102px 39% 0 0;
  }

  .pos_nav_right {
    margin: -120px 10% 0 0;
  }

  .bgdiv_con_center_1400 {
    width: 1200px;
  }

  .txt_welcome_box {
    width: 480px;
  }

  .b1 {
    margin-top: -685px;
  }

  .b_ansprech {
    margin: 0;
  }

  .jcarousel-control-prev-gal {
    left: 7%;
  }
  .jcarousel-control-next-gal {
    left: 12%;
  }

  .sp_50p_buehne_txt {
    width: 700px;
  }

  .sp_50p {
    width: 580px;
  }

  .pic_ansprech_map {
    width: 160px;
    height: 240px;
    margin: 0 20px 0 0;
  }

  .width_con_systeme {
    width: 860px;
  }

  .systeme_buehne_txt {
    width: 380px;
  }

  .sp_34 {
    width: 700px;
  }

  input {
    width: 320px;
  }

  .width_foot {
    width: 380px;
  }

  .box_gruen_leistung_1,
  .box_gruen_leistung_2,
  .box_gruen_leistung_3,
  .box_gruen_leistung_4 {
    width: 48%;
  }

  .inner_germany {
    width: 600px;
    margin: 0;
  }

  .outter_anwendung_list {
    width: 1240px;
  }

  .box_gruen_detail_second {
    width: 580px;
  }

  .box_gruen_detail_first {
    width: 373px;
  }
}

@media only screen and (min-width: 1220px) and (max-width: 1330px) {
  .resp {
    display: inline;
  }

  .pos_nav_right2 {
    margin: -102px 41% 0 0;
  }
}

.no_padding_top {
  padding-top: 0px;
}

.padding_top_10 {
  padding-top: 10px;
}

.padding_top_20 {
  padding-top: 20px;
}

.padding_top_40 {
  padding-top: 40px;
}

.no_padding_bottom {
  padding-bottom: 0px;
}

.padding_bottom_20 {
  padding-bottom: 20px;
}

.padding_bottom_40 {
  padding-bottom: 40px;
}

.no_margin_left {
  margin-left: 0px;
}

.no_margin_top {
  margin-top: 0px;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_m100 {
  margin-top: -100px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_left_10 {
  margin-left: 10px;
}

.margin_left_20 {
  margin-left: 20px;
}

.margin_right_10 {
  margin-right: 10px;
}

.margin_right_20 {
  margin-right: 20px;
}
