@media screen and  (max-width: 480px) and (min-width:320px){
    .containerHome {
        height: calc(100% - 163px);
    }
   

    @-webkit-keyframes flyIn-right_left{from{-webkit-transform:translateX(180%);transform:translateX(180%)} to{-webkit-transform:translateX(35%);transform:translateX(35%)}
    }

    @keyframes flyIn-right_left{from{-webkit-transform:translateX(180%);-ms-transform:translateX(180%);transform:translateX(180%)} to{-webkit-transform:translateX(35%);-ms-transform:translateX(35%);transform:translateX(35%)}
    }

    .wrap {
        height: auto;
    }

    

    .caja-sombra {
        width: 300px;
    }

    div#nobot > div > div {
        transform:scale(0.78);
        -webkit-transform:scale(0.78);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    .u-graf {
        float: none;
    }

    .u-graf p {
        top: -20px;
        margin: 0;
    }

    div#nobot div {
        width: 240px !important;
    }
    /*****/
    .fp-section {
        margin-bottom: 64px;
    }

    /*****/
    div.references ul li {
        width: 95% !important;
        height: 245px !important;
    }
    
    .inSloganRev {
        right: 35vw;
    }
}

@media screen and  (max-width: 800px) and (min-width:320px){
    .boxText {
        width: 160px;
        font-size: 15px;
    }

    .wrap{
        padding-top: 125px;
         height: auto;
    }

    .div_legend, .div_image {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .div_image{
        float: left;
    }


    .div_legend {
        margin-top: 20px;
    }

    .div_legend.noFP, .div_image.noFP{
        height: auto;
    }
    
    .content_paragraph{
        width:94%;
        margin-left:3%;
    }

    .inner_paragraph{
        width: 90%;
        margin-left: 5%;
    }

    .inner_paragraph p{
        margin-left: 0%;
    }

    .logo_show img{
        width: 70%;
    }

    header nav{
        display: none;
        position: absolute;
        right: 0;
        top: 90px;
        width: 180px;
        background: rgba(255,255,255,0.9);
    }

    header nav li{
        width: 100%;
        height: 30px;
        padding: 20px 0 10px;
    }
    header nav > ul > li > ul a{
      /*  color: #6D6D6D !important;*/
    }

    header nav li.act > ul > li:hover > a {
        color: #FFFFFF;
    }
   
    span.nav{
        border-right: 0px;
    }

    .mobile_icon{
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../img/icon/menu_mobile.png);
        background-size: 100%;
        margin-top: 26px;
        margin-right: -18px;
        cursor: pointer;
    }

    nav > ul > li:hover > ul{
        position: inherit;
        display: none;
        width: 100%;
        left: 0px;
        background: inherit;
        color: inherit;
        box-shadow: rgba(140, 137, 137, 0.8) 3px 3px 10px 0px inset;
        background: transparent;
        font-size: 1em;
        margin-top: 0;
    }

    nav > ul > li:hover > ul a{
       /* color: #125083 !important;*/
    }

    nav > ul > li > ul{
        padding-left: 0px;
        box-shadow: rgba(140, 137, 137, 0.8) 3px 3px 10px 0px inset;
        color: #6D6D6D;
        margin-top: 0;
    }
    nav > ul > li:hover > ul#software {
        left: 0px;
    }

    nav > ul > li:hover > ul#dienst {
        left: 0px;
    }

    li.nobg{
        width: 100%;
        min-width: inherit;

    }
    li.nobg > a{
        display: none;
    }

    #lang{
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        vertical-align: top;
        line-height: 20px;
        text-align: center;
    }
    #lang a{
        display: inline-block;
        margin-right: 0;
        margin-top: 0;
        width: auto;
    }
    #lang a:first-child {
        margin-right: 10px;
    }

    .sliderFP > div > .imgSlider.sh > img {
        height: 240px;
    }
    /****************fehr wms***********************/
    .containerHome.fpContainer {
        padding-top: 150px;
        /*height: calc(100% - 189px);
        height: -webkit-calc(100% - 189px);
        height: -moz-calc(100% - 189px);*/
        height: auto;
    }

    .image_section.intracrane-bg, .image_section.intracrane-bg2 {
        height: 350px;
    }

    .moduleIzq {
        position: relative;
        width: 100%;
        padding: 15px 0px;
    }

    .moduleIzq > div, .moduleDer > div {
        display: block;
        width: 90%;
        /*font-size: 10px;*/
        font-size: 1em;
        margin: 0 auto;
    }

    .submenu.fp-navPer {
        height: 60px;
    }

    .submenu ul {
        padding-top: 20px;
    }

    .submenu ul li{
        font-size: 0.75em;
    }

    .moduleIzq > div.contDer {
        margin: 15px 0;
        width: 100%;
    }

    .moduleIzq > div.contIzq {
        border-radius: 5px;
        height: initial;
    }

    .sliderFP > div > .imgSlider {
        height: inherit;
    }

    .contDer > div {
        height: inherit;
    }

    .sliderFP > div {
        height: inherit;
    }

    .contDer > .navSlider {
        display: none;
    }
    .section.fp-section {
        height: inherit !important;
    }

    .fp-tableCell {
        height: inherit !important;
    }

    .nav-circlepop a {
        margin: 0 10px;
    }

    .imgSlider img.imgDer {
        max-width: 90%;
        max-height: 90%;
    }

    .slide.sf-slides:after, .section:after {
        content: "";
        display: block;
        border-bottom: 2px solid #FFF;
        margin: 15px;
    }

    .slide.sf-slides:after {
        border-bottom: 2px solid #6D6D6D;
    }
    /****************fehr wms***********************/
    
    .kontaktMenu span {
        display: none;
    }

    div.navFooter {
        display: none;
    }

    nav.slideA.nav-circlepop {
        display: none;
    }

    footer {
        font-size: 10px;
    }
     .impressum,.kontaktPP {
        width: 80%;
        margin-left: -39%;
    }
    .kontaktPP .title .font{
        font-size: 1.5em;
    }

    .sectionSec{
        height: auto;
        padding-bottom: 20px;
    }
    div.text_sec {
        padding: 15px;
    }

    .sectionSec table,.sectionSec tbody,.sectionSec tr, .sectionSec td{
        display: inline-block;
        height: auto;
    }
    .sectionSec td{
        width: 100% !important;
        padding: 0px !important;
    }

    div.references ul li{
        width: 45%;
    }

    div.references ul li:nth-child(even) div.reference_text{
        left: calc(-100% - 20px);
    }

    div.reference_text{
        left: 0;
    }

    .dropp {
        width: 85% !important;
        margin: 1% auto !important;
    }

    div.filter {
        margin-bottom: 20px !important;
        margin: 2% auto !important;
    }

    .wrapRef {
        height: auto !important;
    }

    div.references {
        padding-top: 20px !important;
        text-align: center !important;
    }

    div.video {
        height: 230px;
        margin-top: 20px;
    }

    div.video {
        height: 210px;
        margin-top: 20px;
    }

    div#videos {
        height: 230px;
    }

    div#sliderAct {
        margin-bottom: 10px;
    }

    .scheffer-image{
        height: auto;
        width: 260px;
        margin-top: 18px;
    }
}
@media screen and  (max-width: 1015px) and (min-width:801px){
    span.nav{
        padding: 10px;
        font-size: 0.9em;
    }
}
@media screen and  (max-width: 1280px) and (min-width:320px){
    .bloq{
        padding-right: 15px;
        font-size: 0.9em;
    }

}

@media screen and  (max-width: 1200px) and (min-width:1016px){
    span.nav {
        padding: 0 8px;
    }
}

@media screen and  (max-device-width: 800px) and (min-device-width:320px) and (orientation : landscape){
    .impressum .info, .kontaktPP .info{
        max-height: 200px;
    }
     .impressum,.kontaktPP {
       top:72%;
    }
}

@media screen and  (min-width: 1921px){
    body{
        font-size: 1.3em;
    }
    .sectionSec{
        height: 500px;
    }
    .crane_image{
        height: 420px;
    }
}

@media screen and  (max-width: 575px) and (min-width:320px){

    .inp{
        width: 80%;
    }
    .inp_button{
        width: 80%;
    }
    .loading_modal{
        width: 420px;
    }
    
}