@import url("default.css"); 
@import url("menu.css?v1");

*, :before, :after {
    box-sizing: border-box;
}

.breadcrum_container, .overviewheading, .datumseparator, .postername, #newsarchive, .subscribe, .questionnaire_title, .upload h1, .tileset .b_cat-intro {
    display: none;
}

a {
    color: #043BA9;
}

h1, h2, h3, h4 {
    color: #000000;
}

.container_loginfield {
    margin-bottom: 1rem;
}

.ballroom_homepas #qs-container, .page_homepas #qs-container, .page_login #qs-container {
    max-width: 100%;
}

.home-login-container, #page_login {
    display: flex;
    height: 100vh;
}

.instructies-container {
    padding-top: 25px;
}

.authenticated_True .home-login-container {
    max-height: calc(100vh - 142px);
}

#contentstart {
    position: relative;
    width: 50%;
    background: url("images/login-img.png") no-repeat top left;
    background-size: cover;
}

.login-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('images/background-pattern.png') repeat top left;
}

.login_panel {
	height: 100%;
}

.container_login_home {
    width: 100%;
}

.login-wrapper, .login-control-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 640px;
    height: auto;
    padding: 4rem;
    font-size: 1.3125rem;
}

#contentend {
    display: flex;
    justify-content: right;
    align-items: flex-start;
    padding: 32px;
    width: calc(50% - 640px);
}

#contentend img {
    width: 94px;
}

div:not(.page_contact).authenticated_False header {
	display: none;
}

.panel2 {
    margin-top: 5rem;
}

.login-wrapper .b_btn, .login-control-wrapper .b_btn, .login-wrapper .b_inputfield, .login-control-wrapper .b_inputfield, .login-wrapper .b_textarea, .login-control-wrapper .b_textarea {
    width: 100%;
    max-width: 100%;
    font-size: 1.3125rem;
}

#loginwait2 {
    display: inline-block;
    width: 100%;
}

.contactfield {
	margin-top: 1.5rem;
}

.b_btn {
	width: 200px;
	background: #F38168 url("/style/custom/pas/images/btn_arrow.svg") no-repeat right 2rem center;
	background-size: 22px auto;
}

.b_btn:hover {
	background: #F38168 url("/style/custom/pas/images/btn_arrow.svg") no-repeat right 1.5rem center;
	background-size: 22px auto;
}

.document .documentlistitem__description, #container_links, #content, #container_documents .linkurl {
    padding: 2.5rem;
}

#content, .home-block, .tile {
    background: #FFF;
}

#content {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.page_login #content {
    padding: 0;
    background: none;
}

.home-block {
    display: flex;
    flex-direction: column;
    position: relative;
    height: max-content;
    
}

.home-block.button-vragenlijst {
    padding: 3rem 3rem 1rem 3rem;
}

.home-block.button-vragenlijst .link--questionnaire a {
    padding: unset;
}

.home-block a.home-block__link {
    padding: 0rem 3rem 0rem 3rem;
}

.home-block__link,
.link--questionnaire a {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.home-block__link:before,
.link--questionnaire a:before {
	content: "";
	display: block;
	margin-left: auto;
	width: 80px;
	height: 2px;
	margin-bottom: 0.9rem;
	background: #707070;
	justify-content: right;
}

.home-block__link:after,
.link--questionnaire a:after {
	display: block;
	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	color: #043BA9;
	font-weight: 400;
	font-size: 1.5rem;
    transition: .25s ease-in-out;
}

.home-block__link:hover:after, .questionnaire a:hover:after {
    margin-right: -10px;
}

.home-blocks {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.home-tiles .tileset--content.tileset--content--name {
    display: none;
}

.home-tiles .home-block h2 {
    display: block;
}

.home-tiles .tileset--content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.home-tiles a {
    text-decoration: none;
}

.home-tiles p {
    color: #000000;
}

.tile {
    padding: 3rem 3rem 1rem 3rem;
}

.section-multiple-blocks {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
}

.questionnaire-status--admin .link {
    display: none;
}

.questionnaire-status--admin .link--admin {
    display: flex;
    justify-content: right;
}

.samba-chart a {
    margin-top: auto;
}

.chartset {
    display: flex;
    flex-wrap: wrap;
}

.chartset h2 {
    width: 50%;
    text-align: center;
}

.chartset .chart {
	width: 50%;
}

.chartset .charthome__title {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: bold;
}

.homechartlegend  {
    margin-bottom: 2rem;
}

.homechartlegend .homechartlegenditem {
    display: flex;
    align-items: center;
    width: 100%;
}

.contactform .b_inputfield, .contactform .b_textarea {
    margin-right: 1rem;
}

@media screen and (max-height: 1100px) {
    .authenticated_True .home-login-container {
        max-height: 100%;
        height: auto;
    }

    .home-block {
        height: auto;
    }

    .section-multiple-blocks {
        justify-content: flex-start;
    }
}

@media screen and (max-height: 1100px) {
    .login-wrapper, .login-control-wrapper {
        height: auto;
    }
}

@media screen and (max-width: 1150px) {
    .home-blocks {
        gap: 2rem;
        flex-wrap: wrap;
    }

    .home-section {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    #contentstart {
        display: none;
    }

    .login-wrapper, .login-control-wrapper, #logincontrols {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .authenticated_False #qs-container {
        padding-top: 0;
    }

    .authenticated_False #content {
        margin: 0;
    }

    .home-login-container, #page_login {
        flex-wrap: wrap;
    }

    #contentend {
        order: 1;
        width: 100%;
        padding: 32px 5%;
    }

    #logincontrols, .login-wrapper {
        order: 2
    }

    .login-wrapper, .login-control-wrapper {
        padding: 0;
    }

    .login-control-wrapper {
        padding: 0 5%;
    }

    .home-login-container, #page_login {
        height: auto;
    }

    #contentend img {
        width: 54px;
    }
}