@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

:root {
    --vx_theme_color_w: white;
    --vx_theme_color_b: black;
    --vx_theme_color_0: #e2f5ff;
    --vx_theme_color_1: #81bdda;
    --vx_theme_color_2: #6e9cc0;
    --vx_theme_color_3: #447ba6;
    --vx_theme_color_4: #1b4d83;
    --vx_brdr_rds: 2rem;
}

/*#region All Pages*/
/*------------------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
    margin: 0;
}

.vx_privacy_txt {
    text-align: right;
    font-style: italic;
    color: var(--vx_theme_color_3) !important;
}

/*#region Logo's*/
/*------------------------------------------------------------------------------*/
.vx_logo_full {
    display: flex;
    width: 100%;
}

.vx_logo_full img {
    margin: auto;
    width: 250px;
}

.vx_logo {
    display: flex;
    position: relative;
    top: -65px;
    margin-bottom: -65px;
}

.vx_logo img {
    margin: auto;
    width: 100px;
}

/*------------------------------------------------------------------------------*/
/*#endregion Logo's*/

/*#region Navigation*/
/*------------------------------------------------------------------------------*/
.vx_nav {
    display: flex;
    background-color: var(--vx_theme_color_1);
}

.vx_nav_b {
    border-top: 0px;
    border-bottom: 1px;
    border-bottom-left-radius: var(--vx_brdr_rds);
    border-bottom-right-radius: var(--vx_brdr_rds);
    border-style: solid;
    border-color: var(--vx_theme_color_4);
}

.vx_nav_cntnr {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.vx_nav_btn {
    padding: 5px;
    margin-left: 10px;
    color: var(--vx_theme_color_4);
    text-decoration: none;
    float: left;
    font-weight: bold;
}

.vx_nav_btn:hover {
    color: var(--vx_theme_color_3);
    font-weight: bolder;
}

/*------------------------------------------------------------------------------*/
/*#endregion Navigation*/

/*#region Sections*/
/*------------------------------------------------------------------------------*/
.vx_sctn_ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: var(--vx_theme_color_4);
    padding-top: 10px;
    padding-bottom: 30px;
}

.vx_sctn {
    width: 1000px;
    height: auto;
    background-color: var(--vx_theme_color_w);
}

.vx_sctn_m {
    margin-top: 20px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.vx_sctn_p {
    padding-top: auto;
    padding-bottom: 20px;
    padding-left: auto;
    padding-right: auto;
}

.vx_sctn_b {
    border: 2px var(--vx_theme_color_4) solid;
}

/*------------------------------------------------------------------------------*/
/*#endregion Sections*/

.vx_collored_span_txt {
    font-weight: bolder;
    color: var(--vx_theme_color_3);
}

.vx_span_pill_txt {
    border-radius: var(--vx_brdr_rds);
    background-color: var(--vx_theme_color_0);
    color: var(--vx_theme_color_4);
    padding-left: 10px;
    padding-right: 10px;
}

p .vx_span_txt_cntr {
    display: block;
    margin: auto;
    text-align: center;
    font-size: larger;
}

.vx_btn_cntct {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vx_btn_cntct a {
    font-size: 16px;
    text-align: center;
    color: var(--vx_theme_color_w);
    background-color: var(--vx_theme_color_4);
    border-radius: var(--vx_brdr_rds);
    padding: 10px 20px 10px 20px;
}

.vx_btn_cntct a:hover {
    color: var(--vx_theme_color_w);
    background-color: var(--vx_theme_color_2);
}

.vx_ftr {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: center;
    background-color: var(--vx_theme_color_4);
    border-bottom: 0px;
    border-top: 1px;
    border-top-left-radius: var(--vx_brdr_rds);
    border-top-right-radius: var(--vx_brdr_rds);
    border-color: var(--vx_theme_color_2);
    border-style: solid;
}

.vx_ftr_txt {
    font-size: 20px;
    color: var(--vx_theme_color_w);
}

/*------------------------------------------------------------------------------*/
/*#endregion All Pages*/

/*#region Realisatie Page*/
/*------------------------------------------------------------------------------*/
.vx_img_col {
    margin: auto;
    margin-bottom: 20px;
}

/*------------------------------------------------------------------------------*/
/*#endregion Realisatie Page*/

/*#region Home Page*/
/*------------------------------------------------------------------------------*/
.vx_whyus_txt {
    width: 80%;
    margin: auto;
    text-align: justify;
    text-justify: newspaper;
    color: var(--vx_theme_color_b);
}

.vx_whyus_lst {
    width: 90%;
    text-align: left;
    margin: auto;
    color: var(--vx_theme_color_b);
}

/*------------------------------------------------------------------------------*/
/*#endregion Home Page*/

/*#region Team Page*/
/*------------------------------------------------------------------------------*/
.vx_membername {
    text-align: center;
    color: var(--vx_theme_color_4);
    font-size: 18px;
}

.vx_membertitle {
    text-align: center;
    color: var(--vx_theme_color_2);
    font-size: 16px;
}

.vx_memberpicture {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*------------------------------------------------------------------------------*/
/*#endregion Team Page*/

/*#region Contact Page*/
/*------------------------------------------------------------------------------*/
.vx_cntct_lnk {
    vertical-align: middle;
}

.vx_cntct_lnk :hover {
    color: var(--vx_theme_color_w);
}

.vx_cntct_lnk a {
    display: flex;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    color: var(--vx_theme_color_4);
    background-color: var(--vx_theme_color_1);
    border-radius: var(--vx_brdr_rds);
}

.vx_cntct_lnk span {
    margin-left: 10px;
}

.vx_cntct_lnk img {
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
}

.vx_gglmp {
    margin-top: 20px;
    margin-bottom: 15px;
    border: 1px solid var(--vx_theme_color_2);
}

/*------------------------------------------------------------------------------*/
/*#endregion Contact*/

/*#region Privacy Page*/
/*------------------------------------------------------------------------------*/
.vx_privacy_txt {
    width: 80%;
    margin: auto;
    text-align: justify;
    text-justify: newspaper;
    color: var(--vx_theme_color_b);
}

/*------------------------------------------------------------------------------*/
/*#endregion Privacy*/