@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@300;400;700;900&family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*****************************************/
/* font-family: 'Bebas Neue', cursive;
font-family: 'Exo', sans-serif;
font-family: 'Lato', sans-serif; */

/*****************************************/
/* html {
    scroll-behavior: smooth;
    background-color: #1a1a1a;
} */

body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.2em;
    
}

img {
	max-width:100%;
    height:auto;
}

/***************************************************/
.container{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
} 

.header{
    background-color: rgb(255, 255, 255);
    color: #333;
    padding: 1.2rem 0;

    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /*** instead of width: 100%*******/
    z-index: 999;

}
.header img{
    width: 300px;
    height: auto;
}
.btn-menu{
    display: none;
}
.header a{
    font-size: 13px;
    text-decoration: none;
    color: #aaacad;
}
.logo-nav-spliter{
    display: flex;
    justify-content:space-between;
}

.navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation ul li{
    display: inline-block;
}
.navigation ul li a{
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.2s linear;
}
.navigation ul li a:hover{
    color: #f78e1e;
}

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

section{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    
}

.Parallelen{
    background-color: transparent;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(left, #171718 10px, transparent 1%) center, -webkit-linear-gradient(#171718 10px, transparent 1%) center, #2c2c2c;
    background: linear-gradient(90deg, #171718 10px, transparent 1%) center, linear-gradient(#171718 10px, transparent 1%) center, #2c2c2c;
    background-size: 12px 12px; 
} 

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

#Policy{
    width: 100%;
    height: 100%;
    
    
}

.Section_container{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 140px; 
}  

.Section_container h1{
    font-family: 'Titillium Web', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: rgba(255,255, 255, 0.9);
    letter-spacing: 0.6rem;
    line-height: 2.8rem;
    text-align:center;
    padding-bottom: 20px ;
}

.Section_container h1 span{
    color: #f78e1e;
} 

.Box_frame{
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.policy_textos p{
    text-align:left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    color: #fff;
}
.Box_frame .policy_textos h2{
    padding: 10px 8px 8px 0;
    color: #f78e1e;
    size: 0.85rem;
    line-height: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    font-style: oblique;
    letter-spacing: 2px;
}

.Box_frame .policy_textos h3{
    padding: 10px 8px 8px 0;
    color: #ffffff;
    size: 0.95rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
.Box_frame .policy_textos h4{
    padding: 10px 8px 8px 0;
    color: #ffffff;
    size: 0.9rem;
    font-weight: 400;
    font-style: oblique;
}
.Box_frame .policy_textos ul li{
    font-family: 'Titillium Web', sans-serif;
    color:#ffffff;
    font-size: 0.85rem;
}

.Box_frame .policy_textos ul{
    padding-top: 10px;
    padding-left: 20px;
    color:#f78e1e;
}
.Box_frame .policy_textos strong{
    color:#f78e1e;
    font-size: 0.85rem;
}


.Box_frame .policy_textos li{
    color:#ffffff;
    font-size: 0.85rem;
}

.policy_textos span{
    color: #f78e1e;
    font-weight: 400;
}
.policy_textos a{
    color:#f78e1e;
    font-size: 0.85rem;
}


/**************** FOOTER **************************************************/

#Footer{
    width: 100%;
    height: 100%;
    background-color: rgb(17, 17, 17);
    /* background-image: url("../assets/NDX_images/path_stripe.png"); 
    background-repeat: repeat;  */
}
.Section_footer_container{
    width: 90%;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px; 
    /* background-color: rgb(151, 150, 150); */
}
.Footer_Box_grid{
    display: grid;
    grid-template-columns: 250px 1fr 1fr;
    column-gap: 5px;
    padding-bottom: 40px;
}
.footer_logos img{
    width: 200px;
    height: auto;
    opacity: 0.85;
}
.footer_address{
   padding-top: 15px;
}

.footer_address p{
    padding: 5px 0;
    font-size: 1rem;
    color:#666;
}
.footer_address span{
    margin-right: 15px;
    color:#666;
    font-size: 1.2rem;
}

.footer_contact{
    padding-top: 15px;
 }


 .footer_coverage_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.map_wrapper img{
    width: 280px;
    height: auto;
}
.coverage_places h3{
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.85rem;
    color:#f78e1e;
    font-weight: 400;
    letter-spacing: 1px;
    
}

.coverage_places p{
    font-size: 0.6rem;
    color: #666;
    text-transform: uppercase;
}
.coverage_places span{
    margin-bottom: 10px;
    font-size: 1rem;
    color: #666;
    text-transform: none; 
}


a{
    font-size: 0.6rem;
    text-decoration: none;
    color:rgba(255, 255, 255, 0.9);  
}
a:hover{
    color: #ffffff; 
}
button{
    margin-top: 10px;
    padding: 5px 8px;
    border: thin solid rgb(7, 7, 7);
    border-radius: 4px;
    background-color: #f78e1e;
}
button:hover{
    background-color: rgb(253, 80, 0);
}
.Copy_SN{
    background-color: #000000;
    padding: 10px;
    text-align: center;
    width: 100%;
    height: auto;
}
.CopyRight{     
    color:#666;
    font-size: 0.8rem;
}





























































