
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
*/

@media (max-width: 767px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 35px;
        padding-left: 35px;
    }
}

a.classic {
    color: #ff003d;
    border-bottom: 4px solid transparent;
    transition: all .1s ease;
    padding-bottom: 2px;
}

a.classic:hover {
    color: #ff003d;
    text-decoration: none;
    border-bottom: 4px solid #080b47;
}

a {
    color: #03cccd;

}

a:hover {
    text-decoration: none;
    color: #2e3192;
}

li {
    list-style-type: none;
}

p {
    font-size: 15px;
}


/* ----------------------------------------------------
   Titels & Fonts 
-------------------------------------------------------*/

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #080b47; 
    font-weight: 700;
}

h3 {
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    color: #ff003d;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    color: #ff003d;
    font-size: 1.3rem;
}


/* ----------------------------------------------------
   Padding & Container 
-------------------------------------------------------*/

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-col-padding {
    padding-right: 6px;
    padding-left: 6px;
}

.big-col-padding {
    padding-right: 30px;
    padding-left: 30px;
}

.container-fluid {
    padding-right: 10%!important;
    padding-left: 10%!important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

.no-padding-left {
    padding-left: 0!important;
}

.no-padding-right {
    padding-right: 0!important;
}

.extra-padding {
    padding-right: 2%;
    padding-left: 2%;
}


/* ----------------------------------------------------
   Sections
-------------------------------------------------------*/

.section-normal {
    padding: 110px 0;
}

.section-normal-grey {
    padding: 110px 0;
    background: #f8f8f8;
}

.section-partners {
    padding: 110px 0;
    background: #070c47;
}

.section-meetups1 {
    padding: 90px 0 80px 0;
}

.section-meetups2 {
    padding: 110px 0 80px 0;
    background: #f8f8f8;
}

@media (max-width: 767px){
    .section-normal {
    padding: 75px 0;
}
}

.section-small {
    padding: 70px 0;
}

.section-mini {
    padding: 30px 0;
    background: #f8f8f8;
}

.section-mini-top {
    padding: 130px 0 30px 0;
    background: #f8f8f8;
}

.section-mini-end {
    padding: 30px 0 80px 0;
    background: #f8f8f8;
}

.section-red-menu {
    padding: 50px 0 160px 0;
}

@media (max-width: 767px){
    .section-red-menu {
    padding: 0 0 50px 0;
}
}



/* ----------------------------------------------------
   MENU
-------------------------------------------------------*/

.index nav.main {
    display: -webkit-box;
    display: flex;
    padding: 0;
    height: 0;
    width: 100%;
    background: white;
}

nav.main {
    display: -webkit-box;
    display: flex;
    padding: 0;
    height: 90px;
    width: 100%;
    background: #f8f8f8;
}

@media (min-width: 992px){
    .mile-header-overlay .mile-header-container {
    	display: none;
    }
}

@media (max-width: 992px){
    .menu.nav-block,
    .block-language,
    .block-book {
        display: none;
    }      
    nav.main {
        display: -webkit-box;
        display: flex;
        padding: 0;
        height: 0;
        width: 100%;
        background: transparent;
    }
}

li.nav-book {
    padding: 6px 16px;
    color: white;
    border-radius: 30px;
    border: 2px solid white;
}

li.nav-book:hover {
    background: white;
    color: #22252a;

    transition: .2s ease-out,color .2s ease-out;
}

.block-book {
    margin-right: 20px;
    margin-top: 3px;
}

.index img.logo-desktop {
    max-height: 20px;
    margin-top: 30px;
    margin-left: 50px;
}

img.logo-desktop {
    max-height: 90px;
    margin-top: 0;
    margin-left: 50px;
}

@media(max-width: 992px){
    img.logo-desktop {
        max-height: 90px;
        margin-top: 0;
        margin-left: 35px;
        z-index: 3;
        position: relative;
    }
}


@media (max-width: 992px) {
    .index img.logo-desktop {
        display: none;
    }
}

nav.main .menu {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: -3px;
}

nav.main ul.main-nav {
    height: 100px;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 40px;
    padding: 0;
    float: right;
    font-family: 'Montserrat', sans-serif;
    z-index: 10;
    position: relative;
}
}

nav.main ul.main-nav>li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 15px;
    transition: all .2s ease;
}

nav.main ul.main-nav>li>a:hover {
    color: #fff337;
}

nav.main ul.main-nav>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 32px 0px;
    height: 80px;
    border-bottom: 3px solid transparent;
    transition: border .2s ease-out,color .2s ease-out;
}

.menu_header {
    padding: 0 15px;
}

.index .menu_header-name {
    color: #fff;
    transition: all .1s ease;
    padding: 4px 0;
    border-bottom: 4px solid transparent;
    font-weight: 700;
}

.menu_header-name {
    color: #ff003d;
    transition: all .1s ease;
    padding: 4px 0;
    border-bottom: 4px solid transparent;
    font-weight: 700;
}

.index .menu_header-name:hover {
    color: #ffffff;
    border-bottom: 4px solid white;
    position: relative;
    padding: 4px 0;
}

.menu_header-name:hover {
    color: #ff003d;
    border-bottom: 4px solid #ff003d;
    position: relative;
    padding: 4px 0;
}

.index .menu_header-name.menu-button {
    background: #fff;
    color: #ff003d;
    padding: 10px;
    border-radius: 1px;
    transition: all .5s ease;
    border: 3px solid transparent;
}


.index .menu_header-name.menu-button:hover {
    background: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 1px;
    border: 3px solid white;
}

.menu_header-name.menu-button {
    background: transparent;
    color: #ff003d;
    padding: 10px;
    border-radius: 1px;
    transition: all .5s ease;
    border: 3px solid #ff003d;
}


.menu_header-name.menu-button:hover {
    background: transparent;
    color: #080b47;
    padding: 10px;
    border-radius: 1px;
    border: 3px solid #080b47;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #161616;
    background-clip: padding-box;
    margin-left: -87px;
    border: none;

    animation-name: MoveInTopShort;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 25px;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1em;
}

.dropdown-menu>li>a:hover {
    color: #ffed28;
}

.dropdown, .dropup {
    float: left;
}

.dropdown-menu.show {
    margin-top: 42px;
    margin-left: 30px;
}

nav.main .community-dropdown .dropdown-menu {
    top: 100%;
    right: 0;
    left: auto;
}

div.driehoek {
    position: absolute;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: #161616;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
    margin-right: 25px;
    border-radius: 0;
    left: 20px;
}

div.driehoek2 {
    position: absolute;
    top: 13px;
    width: 15px;
    height: 15px;
    background-color: #ffed28;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
    margin-right: 25px;
    border-radius: 0;
    left: 205px;
}

/* ----------------------------------------------------
   Section1 (index)
-------------------------------------------------------*/
    #header {
        height: 100%;
        background: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mt-200 {
        margin-top: 150px;
    }

    @media (max-width: 992px) {
        .mt-200 {
            margin-top: 30px;
        }
    }


    .index .header-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-line-pack: center;
        -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }


    @media (max-width: 992px) {
    .header-title {
        height: 100vh;
        }
    }

    .header-title-large {
        color: #304794; 
        font-size: 34px;
        line-height: 50px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 30px;
    }

    .header-title-medium {
        color: #039b45; 
        font-size: 24.5px;
        font-style: italic;
        font-weight: 700;
        text-align: center;
    }

    @media (max-width: 992px) {
        .header-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-line-pack: center;
        -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        }
    }
    @media (max-width: 767px) {
        .header-title-large { 
            font-size: 40px;
            line-height: 40px;
            text-transform: uppercase;
            text-align: center;
            }
        
        .header-title-medium {
            font-size: 22px;
            text-align: center;
            }
        }


/* ----------------------------------------------------
   Section2 (index)
-------------------------------------------------------*/

    .quote-titel {
        font-size: 44px;
        max-width: 400px;
        color: #080b47;
    }

    .quote-titel:before {
        content: url(../img/quote-icon.svg);
        top: -38px;
        position: absolute;
        left: -20px;
    }

    @media (min-width: 767px) and (max-width: 992px) {
        .quote-titel:before {
        content: url(../img/quote-icon.svg);
        top: -44px;
        position: absolute;
        left: 18px;
    }}

    @media (max-width: 767px) {
        .quote-titel:before {
        content: url(../img/quote-icon.svg);
        top: -38px;
        position: absolute;
        left: 38px;
    }

    .quote-titel {
        font-size: 34px;
        max-width: 400px;
        color: #080b47;
        margin-bottom: 10px;
    }
    }

    p.intro {
        line-height: 28px;
        font-size: 1.1rem;
        color: #070c47;
        margin-top: 12px;
    }

    p.intro strong {
        font-size: 1.3rem;
    }

/* ----------------------------------------------------
   Section3 (index)
-------------------------------------------------------*/

    ul.sectionmenu {
        list-style-type: none;
        margin-left: -40px;
    }

    li.sectionmenu-name {
        float: left;
        position: relative;
        margin-bottom: 40px;
        font-size: 34px;
        color: #ff003d;
        font-family: 'Montserrat', sans-serif;
        border-bottom: 5px solid transparent;
        transition: all .1s ease;
    }

    li.sectionmenu-name:hover {
        border-bottom: 5px solid #070c47;
} 

    @media(max-width: 992px) {
        li.sectionmenu-name {
            margin-right: 85px;
        }
    } 

/* ----------------------------------------------------
   Footer
-------------------------------------------------------*/
.section-footer {
    padding: 140px 0;
    background: #ff003d;
    /*margin-right: 150px;*/
}

.section-footer-logo {
    margin-top: -328px;
}

.section-copyright {
    padding: 30px 0;
    margin-top: -22px;
}

/* --- Start menu footer --- */

nav.footer .menu {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
}

nav.footer ul.footer-nav {
    height: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 40px;
    padding: 0;
    float: left;
    font-family: 'Montserrat', sans-serif;
    z-index: 10;
    position: relative;
}
}

nav.footer ul.footer-nav>li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 15px;
    transition: all .2s ease;
}

nav.footer ul.footer-nav>li>a:hover {
    color: #fff337;
}

nav.footer ul.footer-nav>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 32px 0px;
    height: 80px;
    border-bottom: 3px solid transparent;
    transition: border .2s ease-out,color .2s ease-out;
}

.menu_footer {
    padding: 0 15px;
}

.menu_footer-name {
    color: #fff;
    transition: all .1s ease;
    padding: 4px 0;
    border-bottom: 4px solid transparent;
}

.menu_footer-name:hover {
    color: #ffffff;
    border-bottom: 4px solid white;
    position: relative;
    padding: 4px 0;
}

.menu_footer-name.menu-button {
    background: #fff;
    color: #ff003d;
    padding: 10px;
    border-radius: 1px;
    transition: all .5s ease;
    border: 3px solid transparent;
}


.menu_footer-name.menu-button:hover {
    background: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 1px;
    border: 3px solid white;
}

/* --- End menu footer --- */

.copyright-tekst {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #070c47;
} 

img.footer-logo {
    float: right;
    height: 354px;
    margin-right: 30px;
}

@media (min-width: 767px) {
.section-footer-mobile {
        display: none
    }

    .section-footer-logo-mobile {
        display: none
    }
}


@media (max-width: 1200px) and (min-width: 992px) {
        img.footer-logo {
            position: relative;
            right: -40px;
            height: 328px;
            margin-right: 30px;
            top: 16px;
        }

        .section-copyright {
            padding: 30px 0;
            margin-top: 0;
        }
    }

@media (max-width: 992px) and (min-width: 767px) {
    img.footer-logo {
        position: relative;
        right: -89px;
        height: 160px;
        margin-right: 60px;
        top: 125px;
    }

    .section-footer {
        padding: 110px 0;
    }

    .section-copyright {
        padding: 20px 0;
        margin-top: 168px;
    }

    a.menu-footer-name {
        font-size: 15px;
    }

    .copyright-tekst {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .section-footer,
    .section-footer-logo {
        display: none;
    }

    .section-footer-mobile {
        padding: 20px 0 30px 0;
        background: #f7f7f7
    }

    .section-footer-logo-mobile {
        max-height: 180px;
        background: #f7f7f7;
    }


    img.footer-logo {
        float: left;
        height: 80px;
        margin-right: 0px;
        margin-top: 50px;
    }

    li.menu-footer-name-mobile {
        color: #ff003d;
        padding-right: 36px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        transition: all .2s ease;
        margin-bottom: 10px;
        max-width: 140px;
    }

    li.menu-footer-name-mobile:hover {
        color: #070c47;
    }

    .section-copyright {
        padding: 20px 0;
        margin-top: 0;
        border-top: 1px solid #ececec;
    }

    .copyright-tekst {
        font-size: 12px;
    }

}

/* ----------------------------------------------------
   Subpage Header
-------------------------------------------------------*/
    
.subpagetitel {
    font-size: 1.3rem;
    color: #070c47;
    font-style: italic; 
}

@media (max-width: 992px) {
    .subpagetitel {
        font-size: 1.1rem;
    }

    .pagetitel {
        font-size: 2.6rem;
    }
}

.header-title-subpage {
    margin-top: 20vh;
} 

.titelorganisatie {
    margin-top: -50px;
    margin-bottom: 50px;
    color: #ff003d;
}


.button-mile {
    color: #ff003d;
    transition: all .2s ease;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 4px solid transparent;
    font-size: 1.3rem;
    animation-delay: 0.8s;
}

.button-mile-big {
    color: #ff003d;
    transition: all .2s ease;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 6px solid transparent;
    font-size: 32px;
    animation-delay: 1.5s;
    padding-bottom: 3px;
}


@media (max-width: 992px) {
    .button-mile {
        font-size: 1.1rem;
    }
}

.button-mile:hover {
    border-bottom: 4px solid #070c47;
    color: #ff003d;

}

.button-mile-big:hover {
    border-bottom: 6px solid #070c47;
    color: #ff003d;

}

.img-partners {
    border-radius: 100%;
    max-width: 190px;
}

@media (max-width: 767px) {
    .img-partners {
    border-radius: 100%;
    max-width: 125px;
}}

/* ----------------------------------------------------
   Call to action
-------------------------------------------------------*/

h1.calltoaction {
    font-weight: 700;
    font-size: 32px;
    color: #070d47;
    text-align: center;
    line-height: 42px;
}

/* ----------------------------------------------------
   Meetups
-------------------------------------------------------*/


.Datum-meetups {
    background: #ff003d;
    text-align: center;
    padding: 45px 30px 30px 30px;
    background-image: url(../img/background-meetups.jpg);
    background-size: cover;
}

.info-meetups {
    background: #ffffff;
    padding: 0;
    text-align: center;
}

.info-meetups-li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
    font-weight: 700;
}

.info-meetups-li-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
    font-weight: 700;
}

.info-meetups-li:last-child {
    
}

.button-meetups {
    text-align: center;
    background: #ffffff;
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
}

/* ----------------------------------------------------
   Meetups
-------------------------------------------------------*/

#section-toggle {
    padding: 90px 0;
    background: #f8f8f8;
}

p.toggle {
    border-bottom: 1px solid #ececec;
    top: 17px;
    position: relative;
}

button:focus {outline:0;}

.btn-toggle {
    background: transparent;
    border: none;
    padding-bottom: 20px;
    padding-left: 0;
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active {
    background: transparent;
    border: none;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #22252a;
    background-color: #0062cc00;
    border: none;
    box-shadow: none;
}

.card {
    border-radius: 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: none;
    border-right: none;
}

.card-body {
    padding: 1.25rem 0;
    background: #f8f8f8;
}

.menu__header-name {
    font-family: 'Montserrat', sans-serif;
    color: #ff003d;
    font-size: 1.3rem;
    transition: all .1s ease;
    font-weight: 700;
}

.menu__header-name:hover {
    color: #070c47;
}






