@import url("menu.css?v1");

/* START RESET */
*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1 {
    margin-bottom: 2.2rem;
}

#ctl00_QsPH_grafieken_h1 {
    display: none;
}

#custompage h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

#custompage .chart-wrapper h2 {
    font-size: 1.8rem;
    margin-top: 0;
}

h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

a {
    color: #154273;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/* END RESET */

/* AANPASSINGEN VAN ELLEN */
.ballroom_documenten .document h2 {
    position: relative;
    display: flex;
    font-size: 24px;
}

.ballroom_documenten .document h2::before {
    content: "\f019";
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    font-size: 24px;
    color: #000;
    margin-right: 10px;
    text-decoration: none !important;
}

.ballroom_documenten .document h2:hover {
    color: #01689b;
}

.document {
    align-items: center;
    padding: 2em;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

.documentlistitem__description {
    margin-bottom: 1rem;
}

#footer {
    position: relative;
    margin-top: auto;

}

#aspnetForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

/* START ELEMENTS */
body {
    background: #E6F0F5;
}

button,
a,
.b_btn {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

button:hover,
a:hover,
.b_btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.b_btn {
    height: 2.5rem;
    padding: .6rem 1.5rem;
    border: none;
    background: #01689b;
    color: #FFF;
    font-size: 1rem;
    cursor: pointer;
}

#usermanager a {
    color: #FFF;
    text-decoration: none;
}

.b_btn:hover {
    background: #184c77;
}

.login_panel .b_btn {
    margin-top: 1rem;
}

/* END ELEMENTS */


/* START GRID */

.breadcrum_container {
    display: none;
}

#wrapper {
    position: relative;
    min-height: 100vh;
}

.page_home #qs-container,
.page_homeklimaatbeleid #qs-container {
    padding: 0;
    max-width: 100%;
}

.login-wrapper {
    max-width: 1140px;
    padding: 3rem 0;
    margin: 0 auto;
}

.login-wrapper h1 {
    border-bottom: 1px solid;
    margin-bottom: 16px;
}

#qs-container {
    padding: 2rem 0 4rem 0;
}

#content:after {
    content: "";
    display: block;
    clear: both;
}

/* END GRID */

/* HEADER IMAGE */
.header-image {
    max-width: 1304px;
    height: 300px;
    margin: 0 auto;
    background: url(/style/custom/klimaatbeleid/images/hero.svg) top 47% center no-repeat;
    background-size: cover;
}

.header-image h1 {
    font-size: 2.3rem;
    padding: .5em 0 0.3em 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1;
}

@media screen and (min-width: 1460px) {
    .header-image h1 {
        font-size: 2.8rem;
    }
}


/* START ZOEKEN */

h1 {
    padding: .25em 0 0.35em 0;
    margin-bottom: 0;
    font-weight: bold;
}

#container_searchinput {
    padding: 0 2em 2em 1.5em;
    background: #f2f2f2;
}

#container_searchinput label {
    display: none;
}

#searchfield .searchfield {
    width: 25%;
    vertical-align: top;
}

#searchfield .btnSearch {
    margin-left: .5rem;
}

.searchresult .result_group {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
    font-size: 1rem;
}

.searchresult .result_group:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.searchresult .result_group div:first-letter {
    text-transform: capitalize;
}

.searchresult .result_group a {
    font-size: 1em;
    color: #000;
}

.searchresult .result_group h2,
.searchresult .result_group h2+.result_item {
    -webkit-animation: initial;
    animation: initial;
    -webkit-animation-iteration-count: initial;
    animation-iteration-count: initial;
    -webkit-transform-origin: initial;
    transform-origin: initial;
}

.searchresult .result_group h2 {
    margin-bottom: .25rem;
}

.searchresult .result_group h2 span {
    font-size: .9rem;
    color: #444;
    font-weight: 100;
}

/* Specifiek h2 element van dashboard, want deze bevat geen dubbele span zoals alle anderen */
/* Specifiek h2 element van dashboard, want deze bevat geen dubbele span zoals alle anderen */
#dashboardresulttitle {
    font-size: 27px;
    color: #000;
    font-weight: 600;
}

.searchresult .result_group h3 {
    margin: .5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.searchresult .result_group .result_item {
    display: block;
}

.searchresult .result_group .result_item:nth-child(1n+7) {
    display: none;
}

.searchresult .result_group .result_item .result_themes {
    margin-bottom: .5rem;
    font-size: .9rem;
    color: #444;
}

.searchresult .result_group .result_item .result_themes a {
    color: #444;
}

/* END ZOEKEN */


/* START NIEUWS */

#newsarchive .newslist,
#newsoverview h2,
.datumseparator,
.postername {
    display: none;
}

.newspreviews .nieuwsitem {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.65rem;
}

.newspreviews .nieuwsitem:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.titeltekst {
    margin-bottom: 0;
    font-size: 1.33rem;
}

.nieuwsdatum {
    display: block;
    margin-bottom: 1rem;
    font-size: .9em;
    color: #444;
}

.nieuwspreview p:last-child {
    margin-bottom: .5rem;
}

.nieuwscontrol a,
#newsarchive a,
.container_meta a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #01689b;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
}

.container_meta a {
    display: block;
    margin-top: 1rem;
}

.nieuwscontrol a:hover,
#newsarchive a:hover,
.container_meta a:hover {
    padding-left: 30px;
}

.nieuwscontrol a:before,
#newsarchive a:before,
.container_meta a:before {
    content: "\f054";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    font-size: .9rem;
    font-weight: normal;
}

.container_meta a:before {
    content: "\f15b";
    top: 1px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

#newsarchive ul {
    display: flex;
    padding: 0;
    margin: 1rem -1rem;
    flex-wrap: wrap;
}

#newsarchive li {
    width: 33.3333%;
    padding: 0 1rem;
    margin-bottom: .8rem;
}

#nieuws h1 {
    margin-bottom: 0;
}

#nieuws .date {
    display: block;
    margin-bottom: 2rem;
}

/* END NIEUWS */


/* START LINKS/DOCUMENTS/FAQ */

.filter {
    display: none;
}

#nav_module {
    float: left;
    width: 20%;
    padding: 1em;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

#nav_module a {
    text-decoration: none;
}

#nav_module .active a {
    display: inline-block;
    font-weight: 600;
    padding-left: .5rem;
    border-left: 5px solid #01689B;
    word-break: break-word;
}

#nav_module ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav_module a {
    color: #212529;
    text-decoration: none;
}

#nav_module .active a {
    text-decoration: underline;
    font-weight: 500;
}

#container_links,
#container_documents,
.faqs {
    float: right;
    width: 75%;
}

#container_links ul {
    padding: 0;
    margin: 0;
}

#container_links li {
    background: #F2F2F2;
    border: 1px solid #d6d6d6;
    padding: 1.8em 2em 2em 2em;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    list-style-type: none;
}

#container_links .linkname a {
    color: #212529;
}

#container_links .linkname a h2 {
    margin: 0;
    font-size: 1.1rem;
    color: #212529;
    font-weight: 400;
}

#container_links .linkdescription p {
    margin-bottom: 0 !important;
}

.ballroom_documenten a,
.ballroom_links .linkname a {
    color: #212529;
}

#container_links .linkurl {
    display: none;
}

.document,
.faqitem {
    margin-bottom: 2em;
}

.documentlistitem__description p:last-child {
    margin-bottom: .5rem;
}

.meta {
    font-size: .9rem;
    color: #444;
    margin: 0;
}

#ctl00_QsPH_sector_tileset .tileset--content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tileset--content--name {
    margin-bottom: 1rem;
    font-size: 1.375rem;
}

#ctl00_QsPH_transitie_tileset h3 {
    color: #212529;
}

.tileset--content a {
    text-decoration: none;
}

@media all and (max-width:820px) {
    #container_links,
    #container_documents,
    .faqs,
    #nav_module {
        width: 100%;
        margin-top: 1.5rem;
    }
}

.b_inputfield,
.b_textarea {
    padding: .6rem;
    border: 1px solid #d6d6d6;
    font-size: 1rem;
}

.b_inputfield {
    height: 2.5rem;
}

.contactform {
    max-width: 600px;
}

.contactform .b_inputfield {
    width: 100%;
}

.b_textarea {
    float: left;
    min-height: 200px;
    font-family: "Open Sans", sans-serif;
    resize: vertical;
}

.subscribe {
    display: none;
    padding: 1.3rem 0 2rem 1em;
    margin-bottom: 2rem;
    background: #f2f2f2;
}

.subscribe__text {
    margin: .25rem;
}

#container_subscription .b_inputfield {
    width: 18.3rem;
    vertical-align: top;
}

#container_subscription .b_btn {
    margin-left: .2rem;
}

.contactfield label {
    display: block;
    margin-bottom: .25rem;
}

.contactinput:after {
    content: "";
    display: block;
    clear: both;
}

.contactfield+.contactinput,
.contactinput--recaptch {
    margin-bottom: 1rem;
}

#container_contactinfo {
    max-width: 600px;
    width: 100%;
    margin-bottom: 1.5rem;
}

@media all and (max-width:1100px) {
    #container_contactinfo {
        width: 100%;
        margin-bottom: 2rem;
    }
}

/* START LOGIN */

.login-section.panel1 {
    margin-bottom: 2rem;
}

.login-form .container_loginfield:last-child {
    margin-bottom: 0;
}

/* END LOGIN */


.themes-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.theme-wrapper {
    width: 100%;
}

.theme-wrapper a {
    width: 100%;
    display: block;
    padding: 1rem;
    margin-bottom: 0.5em;
    border-radius: 5px;
    background: #FFF;
    color: #212529;
    text-decoration: none;
    box-shadow: 2px 2px 2px 0px #d3e3eb;
}

.theme-wrapper-2 a {
    border: 1px solid #01689B;
    color: #01689B;
}

.theme-wrapper-inner {
    display: flex;
    gap: 1rem;
}

.theme-wrapper-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0;
}

.theme-wrapper-image img {
    height: 100%;
}

.theme-wrapper-text {
    display: flex;
    align-items: center;
}

.theme-wrapper-text h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 100;
}

.theme-wrapper-cta a {
    color: #154273;
    margin: 0 20px 0 15px;
    position: relative;
}

.theme-wrapper-cta a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    background: url(images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 12px;
}


.theme-image-wrapper span {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 19px;
    margin: 1px;
    position: absolute;
    top: 3px;
    text-align: center;
    left: 0px;
}

.icons {
    height: 45px;
}

.icons svg {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    fill: white;
}

.theme-wrapper::after {
    content: '';
    flex: auto;
}

.all-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1304px;
    padding: 40px;
    margin: 0 auto;
}

.sidebar {
    flex: 1;
}

.themes-section {
    margin-bottom: 2rem;
}

.themes-section:last-child {
    margin-bottom: 0;
}

.charts-container {
    flex: 3;
}

.left-content {
    width: 60%;
    margin-bottom: 2em;
}

.right-content {
    width: 325px;
    background: #76d2b6;
    padding: 1em;
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: 15px;
}

.right-content a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.right-content a:before {
    content: ">";
    display: inline-block;
    margin-right: 5px;
}

.double-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.double-content>div {
    width: 48%;
}

.double-content>div p {
    min-height: 50px;
}

#custompage .about-content,
.about-content .chart-wrapper {
    margin-bottom: 0;
}

.chart-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 563px;
    padding: 2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    box-shadow: 2px 2px 2px 0px #d3e3eb;
    background: #FFF;
}

.extra-info {
    margin-bottom: 3rem;
}

.chart-wrapper.small {
    min-height:363px;
}

.chart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    font-size: 14px;
}


/*** Start RVO Editor ***/
.questionnaire_title {
    display: none;
}

#container_questionaires a {
    line-height: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #01689b;
}

#container_questionaires a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: #01689b;
    padding-right: 10px;
    font-size: 1rem;
}

/*** End RVO Editor ***/

@media all and (max-width: 1160px) {
    #qs-container {
        padding: 2rem 2%;
    }

    .login-wrapper {
        margin: 2rem 2%;
    }
}

@media screen and (max-width: 1140px) {
    .double-content>div p {
        min-height: 75px;
    }
}

@media screen and (max-width: 950px) {
    .sidebar, .charts-container {
        flex: auto;
        width: 100%;
    }
    
    .header-image h1 {
        font-size: 2.3rem;
    }

    .left-content {
        width: 100%;
    }

    .double-content {
        display: block;
    }

    .double-content>div {
        width: 100%;
    }

    .double-content>div p {
        min-height: 1px;
    }
}

@media screen and (max-width: 600px) {
    .header-image h1 {
        font-size: 1.6rem;
    }

    .theme-wrapper-text h3 {
        font-size: 1.3rem;
    }
}