@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('menu.css?v1');

/* globale styling */
*, :before, :after {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Source Sans 3", arial, verdana, sans-serif;
	font-size: 1rem;
	line-height: 1.4;
	background-size: cover;
	color: #333;
}

#qs-container {
	margin-top: 2em;
	max-width: 1140px;
	margin: 0 auto;

	@media screen and (max-width: 1024px) {
		padding: 0 20px;
	}
}

body#ballroom {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans 3", arial, verdana, sans-serif;
	font-weight: 300;
}

h1 {
	font-size: 28px;
	font-weight: 600;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

p,
.questionnaire_preface {
	margin: 10px 0;
}

#wrapper {
	position: relative;
	min-height: 100vh;
	
}

#content {
	min-height: 100vh;
}

.container_login_home .field_password {
	display: block;
}

/* home page */
.prive{
	display: none;
}

.authenticated_True .openbaar{
	display: none;
}
.authenticated_True .prive{
	display: block;
}


.row .col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    grid-gap: 40px;

	@media screen and (max-width: 780px) {
    grid-template-columns: 1fr;
	}
}

.row .col .homesection {
	/* width: 536px; */
    background: #f5f5f5;

	/* @media screen and (min-width: 768px) and (max-width: 1200px) {
		width: 48%;
	} */
}

.intro-container {
	display: block;
	padding: 20px 0;

	@media screen and (max-width: 1140px) {
		padding: 20px 0;
	}
}

.tileset--content.tileset--content--name {
	display: none;
}

#login_rightside {
	display: none;
}

.intro-container p {
    font-size: 18px;
	font-weight: 400;

	@media screen and (max-width: 768px) {
		font-weight: normal;
	}
}

.homesectionwrapper {
	padding: 30px;
    height: 100%;
}

.login-wrapper {
	display: flex;
	flex-direction: row;
	height: 583px;
	max-width: 912px;
	width: 100%;

	@media screen and (max-width: 768px) {
		flex-direction: column-reverse;
		height: unset;
	}

	.login-btn {
		padding: 20px 30px;
		background-color: #F2D9D6;
		width: 100%;

		@media screen and (max-width: 768px) {
			min-height: 150px;
		}
	}

	img {
		max-width: 600px;
    	object-fit: cover;
    	width: 50%;

		@media screen and (max-width: 768px) {
			width: 100%;
		}
	}
}

.page_home .homesectionwrapper .button-vragenlijst-inner-content .questionnaire_title {
	display: none;
}

.sectiontext {
    height: 100%;
}

.homesectionwrapper .button-vragenlijst-inner-content {
	display: flex;
	flex-grow: 1;
}

.homesectionwrapper .sectiontext .questionnaire,
.homesectionwrapper .sectiontext  {
	display: flex;
    flex-direction: column;
	align-items: start;
}

.homesectionwrapper .sectiontext a,
.homesectionwrapper .sectiontext .questionnnaire_urls {
	margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.link-wrapper {
	margin-top: auto;
}

.link.link--ro.link--questionnaire.link--questionnaire--status--Started,
.link.link--ro.link--questionnaire.link--questionnaire--status--Created,
.link.link--ro.link--questionnaire.link--questionnaire--status--Closed {
	display: none;
}

.homesectionwrapper .url.link {
	display: flex;
	flex-grow: 1;
}

.homesectionwrapper .sectiontext h2 {
	font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.homesectionwrapper .sectiontext p {
	margin: 15px 0;
}
.homesectionwrapper .sectiontext .questionnaire_title {
	margin-top: 15px;
}

#container.page_home.authenticated_True .homesection.sysadmin,
#container.page_homekans.authenticated_True .homesection.sysadmin,
#container.page_home.authenticated_True .homesection.coordinator,
#container.page_homekans.authenticated_True .homesection.coordinator {
	display: none;
}

#container.page_home.authenticated_True.role_Poweruser .homesection.coordinator,
#container.page_homekans.authenticated_True.role_Poweruser .homesection.coordinator {
	display: block;
}

#container.page_home.authenticated_True.role_SysAdmin .homesection.sysadmin,
#container.page_homekans.authenticated_True.role_SysAdmin .homesection.sysadmin {
	display: block;
} 

#container .b_header-wrapper #ctl00_menu .mnu_beheer {
	display: none;
}

#container.role_SysAdmin .b_header-wrapper #ctl00_menu .mnu_beheer {
	display: block;
}

#ballroom .container_login_home h2,
#ballroom .container_login_home h1 {
	background: #FFF;
	margin: 0;
	color: #000000;
	padding: .5em 0;
	text-align: left;
	font-family: "Source Sans 3", arial, verdana, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}

/* globale button styling */
#register_comments_submit,
body .b_btn, .homesection a, .linkbutton {
	padding: 9px 20px;
	border: none !important;
	background: #D0006F;
	color: #FFFFFF;
	font-family: "Source Sans 3", arial, verdana, sans-serif !important;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

body .b_btn:hover, .homesection a:hover, .linkbutton:hover {
	opacity: 0.6;
	transition: all .2s ease-in-out;
}

/*---------------login-nieuw------------*/
#loginwait2 img {
	max-height: 25px;
	max-width: 25px;
}

.authenticated_False #container_login_control #container_login_home {
	flex-direction: column;

	@media screen and (min-width: 1024px) {
		flex-direction: row;
	}
}

.authenticated_False #container_login_control #container_login_home input {
	border: unset;
}

.authenticated_False #container_login_control #container_login_home .loginImage {
	max-width: 600px;
	object-fit: cover;
	width: 50%;

	@media screen and (min-width: 451px) and (max-width: 1024px) {
		max-width: unset;
        width: 100%;
        max-height: 250px;
        object-position: center -90px;
	}

	@media screen and (min-width: 1px) and (max-width: 450px) {
		display: none;
	}
}

.page_home.authenticated_False #container_login_control #container_login_home .login-panel--wrapper {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
}

.authenticated_False #container_login_control #container_login_home .login-panel--wrapper #container_login_home1 {
	padding: 20px 30px 0px 30px;
	height: 400px;

	@media screen and (min-width: 1px) and (max-width: 1024px) {
		height: unset;
	}
}

.authenticated_False #container_login_control #container_login_home .login-panel--wrapper #container_login_home2 {
	padding: 0px 30px 20px 30px;
}

.authenticated_False #container_login_control #container_login_home .login-panel--wrapper,
.authenticated_False #container_login_control #container_login_home .login-panel--wrapper h1,
.authenticated_False #container_login_control #container_login_home .login-panel--wrapper h2,
#container_login_control #container_login_home .login-section,
#container_login_control #container_login_home .login-section h1,
#container_login_control #container_login_home .login-section h2 {
	background-color: #F2D9D6;
}

.container_login_home {
	width: 100%;
	padding: 20px 30px;
	height: 100%;
	max-height: 555px;
}

.page_login #container_login_home {
	display: flex;
	flex-direction: column;

	@media screen and (min-width: 1024px) {
		flex-direction: row;
	}
}

.page_login #container_login_home .login-panel--wrapper,
.page_login #container_login_home .login-panel--wrapper h1,
.page_login #container_login_home .login-panel--wrapper h2 {
	background-color: #F2D9D6;
}

.page_login #container_login_home .login-panel--wrapper input {
	border: unset;
}

.page_login #container_login_home img,
.page_login #container_login_home .login-panel--wrapper{
	width: 100%;

	@media screen and (min-width: 768px) and (max-width: 1024px) {
		width: 100%;
	}

	@media screen and (min-width: 1024px) {
		width: 50%;
	}
}

.page_login #container_login_home .login-section {
	display: flex;
	justify-content: flex-end;
}

.panel1 {
	margin-bottom: -1px;
}

.panel1,
.panel2 {
	width: 100%;
	border: unset;
}

@media screen and (max-width: 768px) {
	.page_home #container_login_home {
		top: 65%;
	}
}

@media screen and (max-width: 1024px) {
	.page_home #container_login_home {
		top: 70%;
	}
}

#commentmessage,
#mandatory {
	color:#c10000;
}

.wrapper_ballroom_asp__register_default_aspx h1{
	margin-top: 20px !important;
}

.intro-role {
	margin-bottom: unset;
	font-weight: bold;
}

.page_home .tileset--content.tileset--content--name,
#ctl00_QsPH_vragenlijsten_themes_tiles_intro {
	display: none;
}


#container_login_home {
	position: relative;
	display: flex;
	flex-direction: column;

	/* @media screen and (max-width: 768px) {
		padding: 10px;
		max-width: 500px;
	}

	@media screen and (min-width: 768px)  and (max-width: 1024px) {
		max-width: 700px;
	}

	@media screen and (min-width: 1024px) and (max-width: 1440px) {
		max-width: 900px;
		left: 50%;
	} */
}

.intro-paragraph p {
	font-size: 18px;
}

.intro-paragraph {
	padding-top: 40px;
}

#container_login_home img {
	max-width: 600px;
}

.loginfield #loginwait2 img {
	max-width: 40px;
}

#container_login_home .login-panel--wrapper {
	width: 100%;
}

#container.page_login #container_login_home {
	@media screen and (min-width: 1140px) {
		max-width: 1140px;
	}
}

#page_login #contentstart {
	background-color: #FFFFFF;
	padding: 20px 0;
}

#page_login #contentstart h2 {
	font-weight: bold;
	font-size: 30px;
}

#page_login #contentstart p {
	line-height: 1.6;
	font-size: 18px;
}

.container_loginfield .loginfield {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 10px;
}

div#container.page_login.authenticated_False,
div#container.page_login.authenticated_True {
	width: unset;
	background-size: cover;
}

div#container.page_login.authenticated_False #container_login_home,
div#container.page_login.authenticated_True #container_login_home {
	width: unset;
	background-size: cover;

	@media screen and (max-width: 1024px) {
		max-width: 500px;
	}
}

.container_loginfield.container_logout {
	margin-top: 60px;
}

.page_login #container_login_control,
.page_login #container_login_home {
	position: relative;
	top: 0;

	
	@media screen and (max-width: 768px) {
		top: 80px;
	}
}

.page_login #background_login_home {
	display: none;
}

input#ctl00_QsPH_ballroom_login_btnPasswordRequestCancel {
	display: none;
}

a.login-link {
	display: none;
} 

/* contactpagina */
.subscribe {
	display: none;
}

.page_contact h1 {
	font-size: 30px;
    font-weight: 600;
    line-height: 1.2;

	@media screen and (max-width: 768px) {
		padding: 0 10px;
	}
}

.page_contact .contactform .b_textarea.b_inputfield{
	resize: vertical;
	height: 150px;
	max-height: 250px;
	min-height: 75px;
}

.page_contact h1,
.page_contact .contactfield span {
	font-weight: bold;
	padding: 0 10px;
}

.page_contact #container_contactinfo {
	font-size: 16px;
    line-height: 1.7;
}

.page_contact .b_btn.linkbutton {
	padding: 12px 30px;
}

.page_contact #ctl00_QsPH_cpageTitle {
	@media screen and (max-width: 1024px) {
		padding-left: 5px;
	}
}

.contact_link {
	display: block;
	margin: 0 auto;
	display: none;
}

.contact_link svg {
	width: 40px;
	border: none;
	margin: 40px 10px;
	fill: #D0006E;
}

#container_contactinfo,
.contactform {
	width: 100%;
	padding: 0 10px;
	@media screen and (min-width: 1024px) {
		width: 50%;
		float: left;
	}
}

#container_contactinfo {
	padding-right: 20px;
}

.contactform {
	@media screen and (min-width: 1024px) {
		padding-left: 20px;
	}
}

.reg-field input[type=text], 
.reg-field textarea,
.contactform input[type=text],
.contactform textarea {
	width: 100%;
	border: 1px solid #dedede;
	padding: 1rem 0.5rem;
	font-family: "Source Sans 3", arial, verdana, sans-serif;
}

.register-panel-1 div:last-of-type{
	display: none;
}

.contactinput {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.contactfield {
	font-size: 16px;
}

/* faq pagina  */
.faqitem {
	margin-bottom: 2rem;
}

#qs-container {
	@media screen and (max-width: 1140px) {
		padding: 0 20px;
	}
}

.b_module-list.faqs li h2 {
	@media screen and (max-width: 768px) {
		word-break: break-word;
    	hyphens: auto;
	}
}

/* faq sidebar styling */
#nav_module {
	flex: 0 0 230px;
	margin: 0 100px auto 0;
	padding: 1.5rem 2rem;
	background: #F3F3F3;
}

#nav_module ul {
	padding: 0;
	margin: 0;
}

#nav_module li {
	list-style-type: none;
}

#nav_module li a {
	display: block;
	text-decoration: none;
	line-height: 1.2;
	padding: 5px 0;
	color: #333;
}

#nav_module li a:hover {
	text-decoration: underline;
}

#nav_module .active a {
	font-weight: bold;
}

/* -------account------- */
.account_tab_active .account_innertab .tab_text h2 {
	color: #d0006f;
	font-weight: bold;
	font-size: 1.4em;
}

.account_tab_active .field_password {
	border-top: 1px solid #eee;
	width: 95%;
	padding-top: 1.5em;
}

.container_passwordrules {
	position: absolute;
	left: 100%;
	margin-left: 45px;
	background: rgba(239, 239, 239, 0.9);
	width: 326px;
	padding: 1em;
	border-radius: 3px;
	top: 10px;
	z-index: 1000;
	font-size: .9em;
}

.container_passwordrules:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50px;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: rgba(239, 239, 239, 0.9) transparent;

	display: block;
	width: 0;
	top: 16px;
	left: -40px;
	bottom: auto;
	border-width: 15px 40px 15px 0;
	border-color: transparent rgba(239, 239, 239, 0.9);
}

#container_changepassword {
	width: 385px;
	height: auto;
	float: none;
	margin: 0 auto;
	overflow: visible;
}

#usermanager a {
	color: #FFF;
	text-decoration: none;
}

#usermanager a:hover {
	text-decoration: underline;
}

.btnAccountSave {
	font-family: "Source Sans 3", arial, verdana, sans-serif !important;
	padding: .5em 1em;
	width: 7em;
}

.b_inputfield {
	padding: 0 .5em;
	border: 1px solid #ccc;
	margin-top: .5em;
	font-size: 1em;
	height: 35px;
}

#displayoptions .accountinput input {
	height: inherit;
}

.tab_text {
	margin-top: 0;
	white-space: nowrap;
}

.account_tab.account_tab_active {
	height: 120px;
	line-height: 114px;
}

.page_account #container_passwordrules {
	position: absolute;
	left: 226px;
	top: 40px;
}

#container.page_account #qs-container {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 1.5em;
}

.page_accountnew #qs-container {
	max-width: 1140px;
	margin: 0 auto;
}

.account_tab {
	height: 80px;
	line-height: 70px;
	background: #f8f8f8;
	border: 0;
	border-bottom: 1px solid #eee;
}

#container_accountinfo,
#container_usermanager {
	border: 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding-bottom: 1em;
}

#jobtitle {
	margin-top: 0;
}

.account_tab .account_innertab .tab_text h2 {
	color: #D0006E;
	font-weight: bold;
	font-size: 1.4em;
}


#container_account_tabs {
	border-right: 1px solid #eee;
} 

.b_module-wrapper {
	display: flex;
	justify-content: space-between;
}

.tile-style--default-home-benchmark .sectiontext .no-btn {
	background-color: unset;
	color: #000;
	text-decoration: underline;
	display: inline-block;
	padding: unset;
	width: max-content;
}

@media screen and (max-width: 800px) {
	.b_module-wrapper {
		flex-wrap: wrap;
	}

	#nav_module {
		margin-bottom: 2rem;
	}

	.b_module-items {
		width: 100%;
	}
} 

#footer p {
	padding: 10px;
}

.b_module-wrapper.b_module-faq,
.page_faq h1 {
	@media screen and (max-width: 1150px) {
		padding: 0 10px;
	}
}