@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: #312783;
    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;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.sr-readflow-only {
    overflow: visible;
    margin: 0 0 10px 0;
    padding: 0 8px 0 0;
    white-space: normal;
}

.sr-readflow-only.is-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
}

.sr-readflow-only p,
.sr-readflow-only ul,
.sr-readflow-only li {
    margin: 0;
    padding: 0;
}

.sr-readflow-only p {
    margin-bottom: 6px;
}

.sr-readflow-only ul {
    padding-left: 18px;
}

.sr-readflow-only li {
    margin-bottom: 4px;
}

.video-chapter-link {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}

.video-chapter-link.is-current {
    font-weight: 700;
}

.video-chapter-link.is-current:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid currentColor;
    vertical-align: middle;
}

.bg {
    background: rgba(255,255,255,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.bgcolor {
    background: rgba(312783,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;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
}

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: #312783;
}

.button-secundair {
    background-color: #888;
}

.button:hover {
    text-decoration: none;
}

.button:hover, .button:active {
    background: #CA363F;
}

.hide, .hidden {
    display: none !important;
}

div, a, select {
    box-sizing: border-box;
    font-family: inherit;
}

/*
 * Three-tone keyboard focus ring keeps contrast on both light and dark
 * backgrounds, regardless of advisor brand colors.
 */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 2px solid #ff8000;
    outline-offset: 0;
    box-shadow: 0 0 0 3px #000000, 0 0 0 4px #ffffff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #ff8000;
    outline-offset: 0;
    box-shadow: 0 0 0 3px #000000, 0 0 0 4px #ffffff;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
[tabindex]:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/*
 * Combobox/select in .select-wrap: render one focus indicator on the wrapper.
 * This prevents a doubled ring from both select and wrapper being focused.
 */
.select-wrap:focus-within {
    border-color: #000000;
    outline: 2px solid #ff8000;
    outline-offset: 0;
    box-shadow: 0 0 0 3px #000000, 0 0 0 4px #ffffff;
}

.select-wrap select:focus,
.select-wrap select:focus-visible {
    outline: none;
    box-shadow: none;
}
