﻿/* default
----------------------------------------------------------*/
html {
    font-family: 'Arial Black';
    font-size: 18px;
    height: 100%;
    color: #000000;
    font-weight: bold;
}
body {
    background-color: #23B14E;
}

.begin {
    border: 55px solid #CECECE;
    width: 630px;
    height: 630px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

.container {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 19px;
}

.button_grn, .button_grs, .button_ina {
    border: 1px solid #DADADA;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    background-color: #E4E4E4;
    color: #000000;
    border-radius: 20px;
    width: 134px;
    height: 35px;
    margin-bottom: 5px;
    margin-top: 12px;
}

.button_grn:hover {
    background-color: #23B14E;
    color: #FFFFFF;
    border: 1px solid #23B14E;
}

.button_grs:hover {
    background-color: #B0B0B0;
    color: #FFFFFF;
    border: 1px solid #595959;
}

.image {
    margin-bottom: 5px;
    margin-top: 4px;
}

/* inloggen en aanmelden
----------------------------------------------------------*/
.login {
    border: 1px solid #CECECE;
    border-radius: 15px;
    padding: 10px 24px 10px 20px;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width: 358px;
    background-color: #F7F7F7;
    height: 311px;
    margin-top: -29px;
    margin-bottom: 22px;
}

.login_a {
    height: 40px;
    vertical-align: top;
}

.login_b {
    height: auto;
    vertical-align: top;
}

.login_c {
    vertical-align: middle;
    height: 26px;
}

.login_d {
    height: 48px;
    position: absolute;
    bottom: 32px;
    width: 358px;
    text-align: center;
    margin: 0px auto;
}

.txtbox, .multiline {
    border: 1px solid #CECECE;
    border-radius: 3px;
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-size: 15px;
    height: 24px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-left: 4px;
    resize: none;
    margin-top: 4px;
    background-color: #FFFFFF;
}

.ddlist {
    border: 1px solid #CECECE;
    border-radius: 3px;
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-size: 15px;
    height: 30px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-left: 4px;
    resize: none;
    margin-top: 4px;
    background-color: #FFFFFF;
}

.dl3 {
    /* dropdownlist pincode */
    border: 1px solid #CECECE;
    border-radius: 3px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    width: 35px;
    height: 26px;
    resize: none;
    margin-bottom: 1px;
    color: #000000;
    padding-left: 1px;
}

.multiline {
    padding: 5px;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000000;
    width: 350px;
    height: 132px;
}

.innerText {
    border: 1px solid #CECECE;
    border-radius: 3px;
    padding: 5px;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
    resize: none;
    margin-top: 4px;
    width: 350px;
    height: 198px;
    display: inline-block;
    text-align: left;
    background-color: #FFFFFF;
}

.kopje {
    color: #000000;
    font-style: italic;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
}

.lb5 {
    /* linkbutton, standaard */
    color: #0000FF;
    text-decoration: underline;
}

.style11 {
    /* rood (foutmelding) */
    color: #FF0000;
    font-weight: normal;
    font-size: 14px;
}

.style12 {
    font-variant: small-caps;
}

/* infobox
----------------------------------------------------------*/

.info {
    /* info (tooltip) button */
    display: inline-block;
    margin-right: 3px;
    font-weight: bold;
    background-color: #23B14E;
    text-decoration: none;
    width: 13px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    height: 12px;
    margin-top: -3px;
    padding-top: 1px;
}

.info_i {
    /* positie en opmaak i-teken */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 11px;
    font-style: italic;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    margin-left: -2px;
}

.infobox_l {
    /* infobox locatie */
    position: absolute;
    display: inline-block;
}


.infobox_p {
    /* infobox pijl */
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid black;
    z-index: 25;
    position: relative;
    opacity: 0.9;
    display: inline-block;
    margin-left: -300px;
}

.infobox_t {
    /* infobox tekstvak */
    border-radius: 5px;
    color: #FFFFFF;
    padding: 5px 15px;
    width: 335px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 25;
    background-color: #000000;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    opacity: 0.9;
    position: relative;
    margin-top: -6px;
    line-height: 22px;
}

/* over Undoe
----------------------------------------------------------*/
.over_undoe {
    background-color: #FFFFFF;
    border: 0px solid #CECECE;
    border-radius: 20px;
    width: 630px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inner {
    padding: 25px;
    line-height: 22px;
    font-weight: normal;
    text-align: left;
    color: #000000;
}

.inner_inn {
    width: calc(50vw);
    min-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.in_kop {
    background-color: #FFFFFF;
    height: 68px;
}

.in_men {
    display: inline-block;
    width: 100%;
    height: 39px;
    background-color: #23B14E;
    border-radius: 17px;
    margin-top: 20px;
    margin-bottom: 25px;
    vertical-align: middle;
    padding-top: 9px;
    text-align: center;
}

.in_txt {
    padding-bottom: 20px;
    padding-top: 30px;
}

.style2 {
    /* opmaak stipje */
    color: #23B14E;
    font-family: 'Arial Black';
    font-size: 19px;
    display: inline-block;
    margin-right: 9px;
}

.style4 {
    /* kopje */
    color: #23B14E;
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-weight: bold;
    font-size: 19px;
    display: block;
    margin-bottom: 4px;
}

.kruis_sluit {
    /* opmaak cirkel rond linkbutton X */
    display: inline-block;
    position: relative;
    border: 4px solid #CECECE;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    float: right;
    margin-right: 8px;
}

.lb_zonder {
    /* opmaak linkbutton X */
    font-family: 'Arial Black';
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
}

.linkmenu {
    /* opmaak menu items */
    display: inline-block;
    background-color: #F7F7F7;
    width: 136px;
    height: 26px;
    text-align: center;
    padding-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 15px;
    text-decoration: none;
    color: #000000;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin-top: 1px;
}

    .linkmenu:hover {
    font-weight: bold;
}

/* contactformulier
----------------------------------------------------------*/
.contact {
    border: 2px solid #CECECE;
    border-radius: 15px;
    padding: 30px 30px 40px 30px;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: #F7F7F7;
    height: 510px;
    opacity: 0.95;
}

.style1 {
    /* kopje contactformulier */
    color: #23B14E;
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-size: 24px;
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
}

.txtbox_cont, .multiline_cont {
    border: 1px solid #CECECE;
    border-radius: 3px;
    font-family: 'Franklin Gothic Medium' , 'Arial Narrow' , Arial, sans-serif;
    font-size: 20px;
    height: 30px;
    margin-bottom: 10px;
    padding-right: 6px;
    padding-left: 6px;
    resize: none;
    margin-top: 4px;
    background-color: #FFFFFF;
    width: 388px;
}

.multiline_cont {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    margin-bottom: 0px;
}

.button1, .button2 {
    border: 1px solid #DADADA;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    background-color: #E4E4E4;
    color: #000000;
    border-radius: 20px;
    width: 134px;
    height: 35px;
    margin-bottom: 5px;
    margin-top: 12px;
}




