@font-face {
    font-family: 'open_sansregular';
    src: url("../fonts/opensans-regular-webfont.eot");
    src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sanslight';
    src: url("../fonts/opensans-light-webfont.eot");
    src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sansbold';
    src: url("../fonts/opensans-bold-webfont.eot");
    src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url("../fonts/opensans-semibold-webfont.eot");
    src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/uzorg-ico.eot");
    src: url("../fonts/uzorg-ico.eot") format("embedded-opentype"), url("../fonts/uzorg-ico.woff") format("woff"), url("../fonts/uzorg-ico.ttf") format("truetype"), url("../fonts/uzorg-ico.svg") format("svg");
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'upiva-video';
    src: url('../fonts/upiva-video-webfont.eot');
    src: url('../fonts/upiva-video-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/upiva-video-webfont.woff2') format('woff2'), url('../fonts/upiva-video-webfont.woff') format('woff'), url('../fonts/upiva-video-webfont.ttf') format('truetype'), url('../fonts/upiva-video-webfont.svg#upiva-videovideo') format('svg');
    font-weight: normal;
    font-style: normal;
}


.bgcolor a {
    color: #ffffff;
    transition: opacity ease-in-out 0.2s;
    opacity: 0.9;
}

.bg a {
    color: #555;
    transition: opacity ease-in-out 0.2s;
    opacity: 0.9;
}

a:hover, a:active {
    color: #000000;
    text-decoration: underline;
    opacity: 1;
}

.section {
    display: inline-block;
    min-height: 200px;
    max-width: 1024px;
    width: 100%;
}

.section-main {
    background: #013A81;
    display: block;
    margin: 0 auto;
    min-height: 200px;
    width: 80%;
}

    .section-main:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }

    .section-main video {
        width: 100%;
    }

.show-on-small {
    display: none !important;
}

.bg {
    background: rgba(255,255,255,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.bgcolor {
    background: rgba(013A81,1);
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

    .bgcolor h1 {
        color: #ffffff;
    }

#header .content {
    background: rgba(255,255,255,0.8);
    font-family: 'open_sanslight', Arial;
    width: 80%;
}

.content {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.row {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    min-width: 250px;
}

    .row div {
        padding: 10px;
    }

.box-third {
    width: 33.3333332%;
}

.box-two-third {
    width: 66.666666655%;
}

.box-half {
    width: 50%;
}

.box-full {
    width: 100%;
}

#mijselect-section .no-wrap {
    display: block;
}

#mijselect-section .row div {
    padding: 10px;
}

.mijselect-title {
    min-height: 32px;
}

h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #000000;
}

h1 {
    font-family: 'open_sanslight';
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #000000;
}


.select-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #fff url("https://zorgverzekering.upiva.nl/Vergelijker/Content/img/icons/select-bg.png") no-repeat right center;
    border: 1px solid #ddd;
}

select {
    padding: 1px 40px 0px 5px;
    outline: none;
    width: 125%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px;
    -moz-appearance: none;
}

.input-is-ok {
    border: 1px solid #83bf23 !important;
}

.input-has-error {
    border: 1px solid #d4310c !important;
}

.input-title {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #000;
}


.button {
    text-decoration: none;
    opacity: 1;
    color: #fff !important;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 10px;
    font-size: 1.0rem;
    box-shadow: 2px 4px 5px -2px rgba(0,0,0,0.46);
    cursor: pointer;
    margin-top: 10px;
    transition: background ease-in-out 0.3s;
}

.button-primary {
    background: #013A81;
}

.button-secundair {
    background-color: #888;
}

.button:hover {
    text-decoration: none;
}

.button:hover, .button:active {
    background: #D43340;
}

.hide, .hidden {
    display: none !important;
}

div, a, select {
    box-sizing: border-box;
    font-family: inherit;
}
