* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body {
    background: #9cbbe3 url(../img/backgr.gif) repeat-x;
}

#header {
    height: 55px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid black;
    background-color: #bbb;
}

#logo {
    float: left;
    width: 35px;
    font-size: 1em;
    background-image: url('../img/logo1.png');
    height: 35px;
    color: #fff;
    font-weight: bold;
}

#gemeenteschild {
    float: right;
}

    #gemeenteschild img {
        width: 35px;
    }
.klantnaam {
    color: black;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    width: 100%;
}
#gemeentetekst {
    float: right;
    font-size: 1em;
    margin-left: 10px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
}

#content {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 310px;
    box-sizing: border-box;
}

.staptitel {
    background-color: #269a43;
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 7px;
    display: none;
    color: #fff;
}

.inlogcodeuitleg {
    display: none;
}

.stappenplan {
    border: 1px solid black;
    min-height: 160px;
    width: 300px;
    margin-right: 10px;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    margin-left: 10px;
    border-radius: 15px;
    background-color: #f5f5f5;
}

    .stappenplan:last-child {
        -webkit-border-radius: 0px 0px 15px 15px;
        border-radius: 0px 0px 15px 15px;
        border-top: none;
    }

    .stappenplan:first-child {
        -webkit-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
    }

    .stappenplan:nth-child(2) {
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-bottom: none;
        border-top: none;
        min-height: 50px;
        display: none;
    }

    .stappenplan:last-child {
        border-top: 1px solid black;
    }

    .stappenplan:first-child .staptitel {
        display: block;
    }

    .stappenplan:first-child span {
    }

.staptitel #lblStapTitel1 {
    display: none;
}

.staptekst {
    padding: 10px;
    font-size: 0.9em;
}

.staptekst input[type='checkbox'] {
    margin-right: 5px;
}

.staptekst input, button {
    margin-top: 10px;
}

    .staptekst input[type='text'] {
        width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.staptekst button {
    float: right;
    width: 75px;
    height: 35px;
}

.staptekst img {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

#problemen {
    float: left;
    margin-top: 10px;
    font-size: 0.8em;
    text-align: center;
}

.stappenplan input[type="submit"] {
    width: 100%;
    color: #000;
    border: 1px solid #95b959;
    margin-right: 3px;
    background-image: -moz-linear-gradient(#cae387, #269a43);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#269a43), to(#cae387));
    background-image: -webkit-linear-gradient(#cae387, #269a43);
    background-image: -o-linear-gradient(#cae387, #269a43);
    background-color: #269a43;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae387', endColorstr='#269a43',GradientType=0 ); /* IE6-9 */
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .stappenplan input[type="submit"]:hover {
        border: 1px solid #687e30;
        background-image: -moz-linear-gradient(#269a43, #7dbc51);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae387), to(#7dbc51));
        background-image: -webkit-linear-gradient(#269a43, #7dbc51);
        background-image: -o-linear-gradient(#269a43, #7dbc51);
        background-color: #a0be37;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269a43', endColorstr='#7dbc51',GradientType=0 ); /* IE6-9 */
        cursor: pointer;
    }

#footer {
    background-color: #e6e6e6;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    position: fixed;
    border-top: 1px solid #7F8C8D;
    z-index: 101;
    padding-left: 10px;
}

.stapFoutmelding {
    color: red;
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
}

@media(max-width:450px) {
    .stapFoutmelding {
        color: red;
        font-size: 0.6em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
}

:root * {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false') !important;
}

.csam-aanmeld-container {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f5f5f5;
    margin: 10px 0 0 0;
    height: 80px;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.csam-aanmeld--icon {
    background: #f5f5f5;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
}

.csam-icon {
    width: 40px;
}

.csam-aanmeld--content {
    background: #f5f5f5;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    vertical-align: top;
}

.csam-aanmeld_title {
    font-family: Roboto,sans-serif;
    color: #871642;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
}

.csam-aanmeld--content > .csam-aanmeld_subtext {
    padding: 0 20px 0 0;
    font-weight: 700;
}

.csam-aanmeld_subtext {
    color: #3f4045;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 14px;
    padding-right: 50px;
    padding-left: 20px;
}

.csam-aanmeld_link, .csam-aanmeld_subtext {
    text-transform: normal;
    font-weight: 400;
    font-family: Roboto,sans-serif;
}

.no_underline {
    text-decoration: none !important;
}

.aanmeld-div {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

