@media (max-width: 979px) {
    
    body        {
                    padding-right: 0;
                    padding-left: 0;
                }

    .fixed-top
                    {
                        position: fixed;
                        right: 0;
                        left: 0;
                        z-index: 1030;
                        margin-bottom: 0;
                    }
    
    .navigation     {
                        background-color:rgba( 255, 255, 255, 0.98);
                        -webkit-box-shadow: 0 1px 5px rgba( 0, 0, 0, 0.2);
                                box-shadow: 0 1px 5px rgba( 0, 0, 0, 0.2);
                    }
    
    .navigation_bg  {
                        background-color:rgba( 255, 255, 255, 0.98);
                    }

    .navbar-inner   {
                        position:relative;
                        margin:auto;
                        max-width:980px;
                        min-height: 80px;
                        padding:0;
                        background-color: transparent;
                        background-image: none;
                        background-repeat: none;
                        border: none;
                        border-radius: 0;
                        -webkit-filter: none;
                                filter: none;
                        -webkit-box-shadow: none;
                                box-shadow: none;
                    }
    
    .navbar-inner.scroll_nav
                    {
                        min-height: 80px !important;
                    }

    .navbar-inner > .select_navi .navi 
                        {
                            position:absolute;
                            margin-top:5px;
                            top:15px;
                            right:20px;
                            width:50px;
                            height:40px;
                            opacity:0;
                            z-index:999999;
                        }

    .navbar-inner > .select_navi_overlay
                        {                   
                            position:absolute;
                            width:35px;
                            height:35px;
                            top:15px;
                            right:20px;
                            border:2px solid #85c12a;
                            border-radius: 3px;
                            z-index:999;
                        }
    
    .select_navi_overlay > div
                        {
                            padding:2px;
                            background-color:#85c12a;
                            width:70%;
                            position:relative;
                            margin:auto;
                            margin-top:5px;
                            border-radius: 3px;
                        }

    .select_navi_overlay > div:first-child
                        {
                            margin-top:6px;
                        }

    #content        {
                        padding-bottom:50px;
                        position:relative;
                        margin:auto;
                        width:90%;
                    }

    .wpb_wrapper [class*="span"]
                    {
                        margin:50px 0;
                    }

    .brand          {
                        position:absolute;
                        top:20px;
                        left:20px;
                        width:40px;
                        height:50px;
                        background-image:url(../images/logo.png);
                        background-repeat:no-repeat;
                    }

    .ver_line       {
                        border-left: none;
                        margin-left:1,06382978723404%;
                        padding-left:1%;
                    }

    h1              {
                        font-size: 1.7em;
                        font-weight:300;
                        line-height:1.5em;
                        margin-bottom:10px;
                        text-transform:uppercase;
                    }

    h2              {
                        font-size: 1.4em;
                        font-weight:300;
                        line-height:1.3em;
                        margin:0;
                        padding:0;
                    }

    .kontaktbox,
    .search,
    .breadcrumbs,
    #widget_produkte,
    #icon_container,
    .laborfinder,
    .nav-tabs,
    .tab-content,
    #standort_label {
                        display:none;
                    }

    #front_slide    {
                        position:relative;
                        width:100%;
                        height:350px;
                        margin-top:80px;
                        margin-bottom:40px;
                        background-color:#f7f1de;
                    }
    
    #frontpage      {
                        position:absolute;
                        width:100%;
                        height:100%;
                    }
    
    #frontpage .carousel-inner
                    {
                        position:relative;
                        margin:auto;
                        width:100%;
                        height:350px;
                    }
    
    #frontpage .item
                    {
                        background-position:right;
                        background-repeat:no-repeat;
                        position:absolute;
                        width:100%;
                        height:100%;
                    }
    
    #frontpage .item > .slide_content
                    {
                        position:relative;
                        margin:auto;
                        max-width:100%;
                        height:330px;
                        padding:20px 5% 0;
                        line-height:1.5em;
                        background-position:right;
                        background-repeat:no-repeat;
                    }
    
    #frontpage .item > .slide_content > h1
                    {
                        margin-bottom:10px;
                        line-height:1.3em;
                        text-transform:none;
                    }

    #page_header_funktion
                    {
                        position:relative;
                        margin-top:100px;
                    }

    #page_header_2  {
                        position:relative;
                        width:100%;
                        height:275px;
                        margin-top:80px;
                        margin-bottom:50px;
                        background-color:#f7f1de;
                        background-image:url(../images/slide_start_1.png);
                        background-position:right;
                        background-repeat:no-repeat;
                        background-size:auto 100%;
                    }
    
    #page_header_2 > .container
                    {
                        top:20px;
                        width:50%;
                        padding:10px;
                        height:auto;
                        margin-left:20px;
                        background-color:rgba( 255, 255, 255, 0.7);
                    }

    #page_header_2 > .container .span6
                    {
                        width:100%;
                    }
    
    #page_header_2 > .container h1
                    {
                        margin-bottom:5px;
                        line-height:1.2em;
                        text-transform:none;
                    }

}

@media (max-width: 579px) {
    #front_slide    {
                        position:relative;
                        width:100%;
                        height:350px;
                        margin-top:80px;
                        margin-bottom:40px;
                        background-color:#f7f1de;
                    }
    
    #frontpage      {
                        position:absolute;
                        width:100%;
                        height:100%;
                    }
    
    #frontpage .carousel-inner
                    {
                        position:relative;
                        margin:auto;
                        width:100%;
                        height:350px;
                    }
    
    #frontpage .item
                    {
                        background-position:right;
                        background-repeat:no-repeat;
                        position:absolute;
                        width:100%;
                        height:100%;
                    }
    
    #frontpage .item > .slide_content
                    {
                        position:relative;
                        margin:auto;
                        max-width:100%;
                        height:330px;
                        padding:20px 5% 0;
                        line-height:1.5em;
                        background-position:right;
                        background-repeat:no-repeat;
                        background-color:#85c12a;
                        color:#fff !important;
                    }
    
    #frontpage .item > .slide_content > h1
                    {
                        margin-bottom:10px;
                        line-height:1.3em;
                        text-transform:none;
    color:#fff !important;
                    }

    #page_header_funktion
                    {
                        position:relative;
                        margin-top:100px;
                    }

    #page_header_2  {
                        position:relative;
                        width:100%;
                        height:275px;
                        margin-top:80px;
                        margin-bottom:50px;
                        background-color:#f7f1de;
                        background-image:url(../images/slide_start_1.png);
                        background-position:right;
                        background-repeat:no-repeat;
                        background-size:auto 100%;
                    }
    
    #page_header_2 > .container
                    {
                        top:auto;
                        padding:20px 5% 0;
                        height:270px;
                        width:90%;
                        margin-left:auto;
                        background-color:#85c12a;
                        color:#fff !important;
                    }
    
    #page_header_2 > .container h1
                    {
                        margin-bottom:5px;
                        line-height:1.2em;
                        text-transform:none;
                        background-color:#85c12a;
                        color:#fff !important;
                    }
}

@media (max-width: 480px) {
    #front_slide    {
                        position:relative;
                        width:100%;
                        height:450px;
                        margin-top:80px;
                        margin-bottom:40px;
                        background-color:#f7f1de;
                    }
    
    #frontpage      {
                        position:absolute;
                        width:100%;
                        height:100%;
                    }
    
    #frontpage .carousel-inner
                    {
                        position:relative;
                        margin:auto;
                        width:100%;
                        height:450px;
                    }
    
    #frontpage .item
                    {
                        background-position:right;
                        background-repeat:no-repeat;
                        position:absolute;
                        width:100%;
                        height:100%;
                    }
    
    #frontpage .item > .slide_content
                    {
                        position:relative;
                        margin:auto;
                        max-width:100%;
                        height:450px;
                        padding:20px 5% 0;
                        line-height:1.5em;
                        background-position:right;
                        background-repeat:no-repeat;
                        background-color:#85c12a;
                        color:#fff !important;
                    }
}