@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;
    -webkit-font-smoothing: antialiased;
    
}

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: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.Parallelen{
    background-color: transparent;
    background-position: 50% 0%; 
    background-size: cover; 
    background-repeat: no-repeat;  
    /* background-attachment:fixed; */
    
}

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

#Kontacto{
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    background-image: url("../assets/NDX_images/NEW_ITBKGRND_14.jpg"); 
}

.Section_container{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 100px; 
    /* background-color: rgb(151, 150, 150);*/
}

.Section_container h2{
    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-top: 80px;
    padding-bottom: 0px;
    /* text-shadow: 1px 1px 3px rgb(56, 53, 53); */
}
.Section_container h2 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;
}
.Section_container p{
    text-align:center;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    color: #fff;
} 

.Box_frame{
    /* background-color: orchid; */
    display:flex;
    justify-content: center;
    height: 100%;
    margin-top: 50px;
    text-align: center;
}

.Brand_box_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 25px;
    padding-bottom: 100px;
}

.Kontact_header{
    text-align: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    padding-bottom: 15px;
    border-radius: 5px;
    border-top: 1px solid rgba(245, 242, 239, 0.3);
    border-left: 1px solid rgba(245, 242, 239, 0.3);
}
.Form_wrapper{
    /* text-align: center; */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    border-radius: 5px;
    border-top: 1px solid rgba(245, 242, 239, 0.3);
    border-left: 1px solid rgba(245, 242, 239, 0.3);
}
.Kontact_header img{
    width: 100%;
    height: auto;
    border-radius: 5px 0 0 0;
}

.textos p{
    text-align: left;
    padding: 25px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: none;
    font-size: 0.9rem;
    font-weight: 200;
    letter-spacing: 0.1rem;
    color: #fff;
}
.textos span{
    color: #f78e1e;
    font-size: 1.1rem;
    font-weight: 400;
}


/***************** CONTACT FORM ****************************************/
form{
    margin-top: 15px;
    transition: all 4s ease-in-out;
}
.form-control{
    width: 80%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #f78e1e;
    color: #fff;
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 25px;
}

.form-control::placeholder{
    color:#f78e1e;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
textarea{
    height: 50px;
}

input{
    height: 35px;
}

.field_warning{
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 15px;
    text-align: left;
    margin-left: 10%;
}
.field_warning span{
    margin-right: 5px;
    text-transform: uppercase;
    color:#6b6b6b;
    font-size: 0.65rem;
    letter-spacing: 1px;
}
.field_warning img{
    width: 12px;
    height: auto;
}

.checkBox{
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: -15px;
    text-align: left;
    margin-left: 10%;
}
.checkBox span{
    margin-left: 10px;
    color:#f78e1e;
    font-size: 0.75rem;
}

form .submit{
    background-color: #f78e1e;
    border-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 0;
    margin-top: 15px;
}
form .submit:hover{
    background-color: rgb(253, 80, 0);
    cursor: pointer;
}
a.privacy_link {
	padding-bottom: 2px;
    border-bottom: thin solid rgba(247, 142, 30, 0.5);
    font-weight: 200;
	color: #ffffff;
    text-transform: uppercase;
	font-size: 0.7rem;
	margin-right: 5px;
	margin-left: 5px;
	/* text-decoration: underline #f78e1e; */
}
a.privacy_link:hover {
	font-weight: 200;
	color: rgb(66, 193, 243);
	/* text-decoration: underline; */
	font-size: 0.75rem;
	margin-right: 5px;
	margin-left: 5px;
}



/**************** 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: 230px 1fr 1fr;
    column-gap: 10px;
    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: 0.95rem;
    color:#666;
}
.footer_address span{
    margin-right: 15px;
    color:#666;
    font-size: 1.6rem;
}

.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;
}





























































