a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}


@media screen {
    
    body{
        font-size: 12px;
        color: #000;
        font-family: 'Arial', sans-serif;
    }
    
    .flexible{
        max-width: 100%;
        float: left;
        height: auto;
        width: 100%;
    }
    
    .fix-height{
        max-height: 320px;
        overflow: hidden;
    }
    
    .clear{
        clear: both;
    }
    
    .mobil{
        display: none;
    }
    
    .desktop{
        display: block;
    }
    
    h2{
        font-size: 25px;
        font-family: 'Arial', cursive;
        font-weight: bold;
    }
    
    h3{
        font-weight: 600;
        font-family: 'Arial', cursive;
    }
    
    p{
        font-size: 14px;
        line-height: 1.4;
    }
    
    b{
        font-weight: bold;
    }
    
    p b{
        font-weight: bold;
    }
    
    .margb_20{
        margin-bottom: 20px;
    }
    
    .margb_25{
        margin-bottom: 25px;
    }
    
    .margb_35{
        margin-bottom: 35px;
    }
    
    .margb_75{
        margin-bottom: 75px;
    }
    
    /* Cols */
    
    
    .col-20{
        float: left;
        width: 18.5%;
        margin-right: 1.5%;
        margin-bottom: 35px;
    }
    
    .col-20:nth-child(5n){
        margin-right: 0%;
        float: right;
    }

    
    .col-33{
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
    
    .col-33:nth-child(3n){
        margin-right: 0%;
    }
    
    .col-50{
        float: left;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 35px;
    }
    
    .col-50:nth-child(2n){
        margin-right: 0%;
    }
    
    .col-100{
        width: 100%;
        float: left;
    }
    
    .col-100 p{
        margin-bottom: 25px;
    }
    
    .wrapper{
        max-width: 1100px;
        margin: 0 auto;
    }

    .start{
        width: 100%;
        float: left;
        height: 100vh;
        background-image: url(../img/start.jpg);
        background-size: cover;
    }
    
    .start .header{
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    
    .start .header .logo{
        float: left;
        width: 10%;
         filter: grayscale(100%);
    }
    
    .start .header .navigation{
        float: right;
        width: 52%;
        margin-top: 30px;
    }
    
    .start .header .navigation li{
        float: left;
        margin-right: 30px;
    }
    
    .start .header .navigation li a{
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Arial', cursive;
    }
    
    .start .slogan{
        position: absolute;
        bottom: 22%;
        width: 100%;
    }
    
    .start .slogan h1{
        color: #FFF;
        font-size: 60px;
        line-height: 1.15;
        font-family: 'Arial', cursive;
        font-weight: 700;
    }
    
    .start .arrow{
        position: absolute;
        right: 50%;
        width: 40px;
        text-align: center;
        margin-left: -20px;
        bottom: 20px;
    }
    
    .about{
        float: left;
        width: 100%;
    }
    
    .about img{
         filter: grayscale(100%);
    }
    
    .about .left{
        float: left;
        width: 50%;
    }
    
    .about .left-inner{
        padding-top: 50px;
        padding-right: 50px;
    }
    
    .about .right-inner{
        padding-top: 50px;
        padding-left: 50px;
    }
    
    .about .right{
        float: right;
        width: 50%;
    }
    
    .referenzen{
        float: left;
        width: 100%;
    }
    
    .referenzen h3{
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .section-header{
        float: left;
        width: 100%;
        background-color: #000;
        padding-top: 40px;
        padding-bottom: 40px;
        color: #FFF;
    }
    
    .section-content{
        float: left;
        width: 100%;
        background-color: #FFF;
        padding-top: 50px;
        color: #000;
    }
    
    .technik{
        float: left;
        width: 100%;
    }
    
    .technik h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .news{
        float: left;
        width: 100%;
        background-color: #f1f1f1;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .news img{
        filter: grayscale(100%);
        float: left;
        margin-bottom: 20px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .news img:hover{
        filter: grayscale(0%);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    
    .news h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .news a{
        text-decoration: none;
        color: #000;
    }
    
    .foto img{
        filter: grayscale(100%);
    }
    
    .kontakt{
        float: left;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        filter: grayscale(100%);
        color: #000;
    }
    
    .kontakt h2{
        margin-bottom: 20px;
    }
    
    .kontakt p{
        margin-bottom: 10px;
    }
    
    .kontakt .left{
        width: 50%;
        float: left;
    }
    
    .kontakt .right{
        width: 50%;
        float: right;
    }
    
    .kontakt input[type=text]{
        width: 98.5%;
        background-color: #f0f0f0;
        border: 0;
        margin-bottom: 1%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-left: 1.5%;
        font-weight: 300 !important;
        font-family: 'Arial', cursive;
        font-size: 12px;
    }
    
    .kontakt input[type=submit]{
        width: 24%;
        background-color: #000;
        color: #FFF;
        text-align: center;
        border: 0;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 300 !important;
        font-family: 'Arial', cursive;
        font-size: 12px;
    }
    
    .kontakt textarea{
        width: 98.5%;
        background-color: #f0f0f0;
        border: 0;
        margin-bottom: 10px;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-left: 1.5%;
        height: 100px;
        font-weight: 300 !important;
        font-family: 'Arial', cursive;
        font-size: 12px;
    }
    
    .footer{
        float: left;
        width: 100%;
        background-color: #000;
    }
    
    .footer .inner{
        padding: 15px 0 15px 0;
        color: #FFF;
    }
    
    .footer a{
        color: #FFF;
    }
}


@media only screen and (max-width: 1048px) {
    
    .wrapper{
        width: 90%;
    }
    
    .fix-height{
        max-height: 100%;
        overflow: hidden;
    }
    
     .start .header{
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    
    .start .header .logo{
        margin: 0 auto;
        float: none;
        width: 60%;
        text-align: center;
    }
    
    .start .header .navigation{
        float: left; width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    
    .start .header .navigation ul li{
        float: left;
        width: 100%;
        text-align: center;
        padding: 5px 0 5px 0;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        
    }
    
    .start .slogan{
        bottom: 15%;
    }

    
    .start .slogan h1{
        color: #FFF;
        font-size: 30px;
    }
    
    .about .left{
        float: left;
        width: 100%;
    }
    
    .about .left-inner{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 0;
    }
    
    .about .right-inner{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 0px;
    }
    
    .about .right{
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .col-20{
        float: left;
        width: 48.5%;
        margin-right: 1.5%;
        margin-bottom: 35px;
    }
    
    .col-20:nth-child(5n){
        margin-right: 0%;
    }

    
    .col-33{
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .col-33:nth-child(3n){
        margin-right: 0%;
    }
    
    .col-50{
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 35px;
    }
    
    .col-50:nth-child(2n){
        margin-right: 0%;
    }
    
    .kontakt .left{
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    
   .kontakt .right{
        float: left;
        width: 100%;
    }
    
    .kontakt{
        float: left;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: none;
        background-color: #FFF;
    }
    
    .mobil{
        display: block;
    }
    
    .desktop{
        display: none;
    }
    
    
}

@media only screen and (max-width: 1048px) and (orientation: landscape) {
    
   .start .header .navigation{
        width: 100%;
        margin: 15px auto;
        float: left;
    
    }
    
    .start .header .navigation ul li{
        float: left;
        width: auto;
        text-align: left;
        padding: 5px 0 5px 0;
        color: #FFF;
        font-size: 19px;
        font-weight: bold;
        margin-right: 15px;
        
    }
    .start .header .logo{
        margin: 0 auto;
        float: none;
        width: 25%;
        text-align: center;
    }
    
    .start .slogan{
        bottom: 25%;
    }
}




