@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait){


    .container img{
        width: 300px;
        height: auto;
    }
    .btn-menu{
        display: block;
        cursor: pointer;
        border: thin solid #a2a0a0;
        border-radius: 3px;
        padding: 1px 2px 1px 2px;
        margin-bottom: 60px;
    }
    .icon-menu{
        display: block;
        
    }
    .header a{
        text-decoration: none;
        color: #aaacad;
    }
    .logo-nav-spliter{
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .navigation{
        width: 100%;
        margin-top: 1rem;
    }
    .navigation ul{
        display: none;
    }
    .navigation ul.show{
        display:inline-flex;
    }

    .navigation ul li{
        display: block;

    }
    .navigation ul li a{
        display: block;
        padding: 0 1rem;
        transition: all 0.2s linear;
    }
    .navigation ul li a:hover{
        color: #f78e1e;
    }

/************** WELCOMMEN ******************************************/

    section{
        width: 100vw;
        height: 100vh;
        padding: 0;
        margin: 0;
    }

/**********************************************************************/

@supports (-webkit-touch-callout: none) {
    #Willkommen {
        background: url('../assets/NDX_images/ITBKGRND_2.jpg') center center no-repeat scroll;
        background-size: auto 100%;
    }    
    }
    
    .Section_prime{
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        padding-top: 160px; 
        padding-bottom: 40px;
        /* background-color: rgb(151, 150, 150); */
    } 
      
    .Section_prime h1{
        font-family: 'Titillium Web', sans-serif;
        font-size: 2.35rem;
        font-weight: 700;
        color: rgba(255,255, 255, 0.75);
        letter-spacing: 0.3rem;
        line-height: 2.7rem;
        text-align:center;
    }
    
    .Section_prime h1 span{
        color: #f78e1e;
    }

    /******************** OUR BRANDS *************************************/
          
    @supports (-webkit-touch-callout: none) {
        #Marken{
            background: url('../assets/NDX_images/IT_BRANDS_400W.jpg') center top no-repeat scroll;
            background-size: auto 100%;
        }    
        }
        
        #Marken{
            width: 100%;
            height: 100%;
            background-color: #1e1e1e;
            background-image: url("../assets/NDX_images/IT_BRANDS_400W.jpg"); 
        }
    
    .Section_container{
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        padding-top: 50px; 
        /* background-color: rgb(151, 150, 150);*/
    }

    /*******************************************************/
    .Section_container h2{
        margin-top: 0px;
    }
    .Section_container p{
        margin-top: 10px;
    } 
    .Section_container span{
        color: #f78e1e; 
    }
    /*********************************************************/   
    
    .brands_Subtitle {
        margin: 20px 30px 0 30px;
        text-align:center;
        font-family: 'Titillium Web', sans-serif;
        font-size: 0.95rem;
        text-transform: none;
        font-weight: 300;
        letter-spacing: 0.1rem;
        color: #fff;
    }
    
    .Box_frame{
        /* background-color: orchid; */
        display:flex;
        justify-content: center;
        height: 100%;
        margin-top: 20px;
        text-align: center;
    }
    
    .Brand_box_grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px 25px;
        padding-bottom: 50px;
    }
    
    .Brand_specs{
        /* background-color: rgba(14, 13, 13, 0.637); */
        background-color: rgba(128, 126, 126, 0.6);
        backdrop-filter: blur(2px);
        width: 250px; 
        padding: 20px 15px 15px 15px;
        border-left: thin solid #929191;
        border-top: thin solid #929191;
        /* border-left: thin solid #313030;
        border-top: thin solid #313030; */
        border-radius: 5px;
    }
    
    .animado{
        opacity: 0;
        transition: all 1500ms;
    }
    
    .Brand_specs a{
        border: none;
        
    }
    
    .Brand_specs img{
        text-align: center;
        z-index: 100;
    }
    .Brand_specs h4{
        /* font-family: Arial, Helvetica, sans-serif; */
        margin-top: -15px;
        color:rgb(240, 240, 240);
        text-transform: uppercase;
        font-weight: 400;
        font-size: 11px;
        padding-top: 20px;
        -webkit-font-smoothing: antialiased;
    }

    /***************** ABOUT US ***********************************************/
    
    @supports (-webkit-touch-callout: none) {
        #Uberuns{
            background: url('../assets/NDX_images/ITBKGRND_4.jpg') center center no-repeat scroll;
            background-size: auto 100%;
        }    
        }

        /* @supports (-webkit-overflow-scrolling: touch) { 	body *: { 		background-attachment: scroll; 	} } */
    
    .Section_container{
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        padding-top: 50px; 
        /* background-color: rgb(151, 150, 150);*/
    }
    /***************************************************/
    .Section_container h2{
        margin-top: 0px;
    }
    .Section_container p{
        margin-top: 10px;
    }
    .Section_container span{
        color: #f78e1e; 
    }
    /****************************************************************/
    .Box_grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        padding: 0 15px 100px 15px;
        /* padding-bottom: 100px; */
    }
    
    .text_container {
        margin: 0px;
    }
    .text_container p{
        text-align: left;
    }
    .whoArewe span{
        color: #f78e1e;
    }
    .whoArewe p{
        margin: 15px 0 15px 0;
        font-size: 2.5rem;
        font-weight: 600;
        color: rgba(255,255, 255, 0.9);
        letter-spacing: 0.25rem;
        /* line-height: 2.1rem; */
        text-align:center;
    }
    .orange-title img{
        width: 140px;
        height: auto;
    }
    .orange_title{
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    /********** MARKETS ***************************************/

    @supports (-webkit-touch-callout: none) {
        #Markte{
            background: url('../assets/NDX_images/NEW_ITBKGRND_4.jpg') center center no-repeat scroll;
            background-size: auto 100%;
        }    
    }
    
    .Section_container{
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        padding-top: 50px; 
        /* background-color: rgb(151, 150, 150);*/
    }
    /***********************************************************/
    .Section_container h2{
        margin-top: 0px;
    }
    .Section_container p{
        margin-top: 10px;
    }
    .Section_container span{
        color: #f78e1e; 
    }
    /***************************************************************/
    .features{
        margin-left: 30px;
        color:#fff;
        padding: 12px 0;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    }
    .industries span{
        color: #f78e1e;
    }
    
    .Markets{
        margin: 40px auto 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        opacity: 0.95; 
    }
    .Markets img{
        width: 350px;
        height: auto;
    
    }
    .text_container span{
        margin-left: 0px;
        color: #f78e1e;
        font-size: 0.97rem;
        font-weight: 600; 
    }

/*************** COVERAGE *************************************************/
    
@supports (-webkit-touch-callout: none) {
        #Coverage{
            background: url('../assets/NDX_images/NEW_ITBKGRND_15.jpg') center center no-repeat scroll;
            background-size: auto 100%;
        }    
    } 

.Section_container{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 50px; 
    /* background-color: rgb(151, 150, 150);*/
}
/***************************************************************/
.Section_container h2{
    margin-top: 0px;
}
.Section_container p{
    margin-top: 10px;
}
.Section_container span{
    color: #f78e1e; 
}
/*************************************************************************/

.Box_grid{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding-bottom: 100px;
}
.text_container p{
    margin-top: 0px;
    text-align: left;
}
.text_container span{
    color: #f78e1e;
    font-size: 0.97rem;
    font-weight: 600; 
}
.country_features{
    margin-left: 15px;
    color:#fff;
    padding: 12px 0;
    font-weight: 200;
    letter-spacing: 0.1rem;
}
.country_features span{
    display:inline-block;
    padding: 10px 0;
}

.coverage_map{
    margin: 30px auto 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    /* opacity: 0.95;  */
} 
.coverage_map img{
    max-width: 300px;
    height: auto;
}
    

/********* FOOTER ************************************************/
.Section_footer_container{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40px; 
}

    .Footer_Box_grid{
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 5px;
        padding-bottom: 40px;
    }
    .footer_logos img{
        width: 200px;
        height: auto;
        opacity: 0.85;
    }
    .footer_address{
       padding-top: 15px;
       margin: 0 auto;
    }
    
    .footer_address p{
        font-size: 1rem;
        color:#666;
    }
    .footer_contact{
        padding-top: 15px;
        margin: 0 15px;
     }
    .cta_statement P{
        font-size: 1rem;
        color: #666;
    }

    




















}