html {
    background: url(/Images/bg5.jpg) no-repeat center center fixed;
    background-size: cover;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'open_sansregular', Verdana, Geneva, sans-serif;
}

footer {
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    padding-bottom: 12px;
}

#header {
    position: relative;
    background: none;
    width: 100%;
    background-attachment: inherit;
    margin: auto;
}

#main-header-title {
    color: #000000;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#site-header-spacer {
    transition: padding ease-in-out 300ms;
}

.company-name {
    color: #005696;
}

.mslogo {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position-x: center;
    /*background-image: url('https://zorgverzekering.upiva.nl/Logos/<%mslogo%>');*/
    background-size: contain;
}

.mslogo-big {
    position: absolute;
    right: 0px;
    top: 0px;
}





.box-third, .box-two-third, .box-half, .box-full {
    float: left;
    min-width: 250px;
    margin-bottom: 10px;
    display: inline-block;
}

.box-content-full {
    float: left;
    min-width: 250px;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 100;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 5px;
    color: white;
}

.jaar {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: -2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.btnbig {
    padding: 15px 25px;
    font-size: 15px;
    font-size: 1.5rem;
    background: #001E49;
}

.tcenter {
    text-align: center;
}


.nopadding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#collnr {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4em;
}

.margin-bottom50 {
    margin-bottom: 50px;
}


ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    background: url(/images/arrow.gif) no-repeat 0 4px;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
    padding-left: 12px;
}

    li a {
        text-decoration: none;
    }

.width75 {
    width: 75%;
}

.width50 {
    width: 50%;
}

.on-small-100perc {
}


input[type="text"] {
    border: 1px solid #999;
    padding: 5px 5px 5px 5px;
    width: 75%;
    outline: none;
    transition: all 0.34s ease-out;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #000;
    -webkit-appearance: none;
    border-radius: 0px;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
}

span.comm {
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 100;
    color: #<%linkcolor%>;
}

a[href^="http"] {
    cursor: pointer;
}

a[href=""] {
    cursor: default;
}

#site-footer-spacer {
    height: 60px;
}

.footer-social-link {
    text-decoration: none;
}

    .footer-social-link:hover {
        text-decoration: none;
    }

.company-name {
    display: block;
}

.no-wrap {
    white-space: nowrap;
}

@media (max-width: 1200px) {
    html {
        background: url(/Images/Smaller/bg5.jpg) no-repeat center center fixed;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    html {
        background: none !important;
        background-color: #E1E1E1 !important;
    }

    .section-main {
        width: 95%;
    }

    #header {
        background: url(/Images/bg5.jpg) no-repeat center center !important;
        background-size: cover !important;
    }

    .hide-on-small {
        display: none !important;
    }

    .row:not(#site-header.row) {
        padding: 10px !important;
    }

    .show-on-small {
        display: block !important;
    }

    .content {
        width: 90%;
    }

    .box-third, .box-two-third, .box-half, .width75, .width50, .on-small-100perc {
        width: 100%;
    }

    .btnbig {
        padding: 10px 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .button {
        font-size: 9px;
        font-size: 0.9rem;
        margin-top: 8px;
    }

    #header .content {
        margin-top: 2px;
    }
}
