﻿body {
	background-color: #eee;
	
}
#wrapper {
	position: relative;
	min-height: 100% !important;    
	background: #CCC;
	background: url(/img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

h1.title.white{
	padding-bottom: 40px;
	margin: 20px;
}

h1.title{
	color: #428bca;
}

.scroll-section{
	position: relative;
}

.scroll-section .scrolldown {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

.scroll-section .scrolldown a {
	position: relative;
	top: 2px;
	padding: 10px 30px;
	background: #fff;
	opacity: 0.5;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	border-top-left-radius: 65px;
	border-top-right-radius: 65px;
	font-weight: bold;
}

.scroll-section .scrolldown.scrolldown-dark a{
	background: #b6b6b6;
	color: #fff;
}

.scroll-section .scrolldown a i {
	position: relative;
	top: 3px;
}

#navigation {
	opacity: 0.85;
	background: #000 !important;
	border-bottom: none !important;
	border-top: 5px solid #428bca;
}

#navigation ul li a{
	font-weight: bold;
}

@media (max-height: 768px) {
	#wrapper{
		min-height: 768px !important;
	}
}

@media (min-width: 768px) {
	#navigation .navbar-nav {
		display: inline-block;
		float: none !important;
	}

	#navigation .navbar-collapse {
		text-align: center;
	}
}


.form-container {
	padding-top: 225px;
	padding-bottom: 40px;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;

	background: #FFF;
	border-radius: 5px;
}

.form-signin.form-wide {
	max-width: 600px;
}

.form-signin.form-medium {
	max-width: 450px;
}

.form-signin .form-signin-heading{
	text-align: center;
}

.form-signin .form-signin-heading img{
	text-align: left;
	width: 225px;
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
}

.form-signin input[type="password"]:last-child {
	margin-bottom: 10px;
}

.facebook {
	text-align: center;
}

.facebook a {
	position: relative;
	right: 15px;
	color: #3A599C;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.facebook span {
	position: relative;
	top: 2px;
}

.facebook img {
	width: 35px;
	margin-right: 10px;
}

.facebook-background{
	background: #efefef;
	padding: 20px;
	width: 90%;
	max-width: 350px;
	border-radius: 5px;
	margin: 0 auto;
}

.background-section{
	position: relative;
	height: 500px;
	background: #CCC;
	background: url(/img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 50px 0px;
	color: #efefef;
}
.background-section .title{
	letter-spacing: 1px;
	color: #efefef;
}
.background-section .description{
	color: #fff;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 1px;
}
.background-section img.availability{
	width: 90%;
}
.background-section img.devices{
	width: 55%;
	max-width: 450px;
}
.background-section.facebook{
	background: url(/img/facebook-users.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.features{
	position: relative;
	z-index: 999;
	overflow: hidden;
	padding: 50px 0px 40px;
}
.feature-section{
	padding-top: 50px;
	margin-bottom: 50px;
}
.feature-section .feature{
	margin: 40px 20px;
}
.feature-section .title{
	font-size: 35px;
}
.feature-section .description{
	font-size: 17px;
	color: #333;
	line-height: 1.6;
	letter-spacing: 1px;
}
.feature-section .img-carousel{
	padding: 0px 20px 0px 20px;
}

#contact .description{
	font-size: 17px;
}


#footer-anonymous {
	margin-top: 75px;
	background: #428bca;
	color: #FFF;
	text-align: center;
}

#footer-anonymous ul {
	display: inline-block;
	float: none;
	margin: 15px 0px;
	font-size: 13px;
}

#footer-anonymous li{
	margin-right: 10px;
}

#footer-anonymous li a{
	color: #FFF;
}

#footer-anonymous li a:hover{
	color: #DEDEDE;
	text-decoration: none;
}

/* Image style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;  /* Height of image */
	width: 38px; /* Width of image */
	background: url(/Content/img/top.png) no-repeat;
}

#scrollUp-active{
	display: none;
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	/*background: url(../Content/img/AjaxLoader.gif) no-repeat center center*/
}

#privacy {
	position: relative;
	top: 120px;
}

@media (max-width: 499px) {

	#wrapper {
		background: none;
		background-image: none;
		background-color: #428bca;

		min-height: 100% !important;
	}

	.background-section{
		background: none;
		background-image: none;
		background-color: #428bca;
	}

	.form-container {
		padding-top: 125px;
		padding-bottom: 40px;
	}
}

/* ==========================================================================
   New public homepage / auth design
   ========================================================================== */

#wrapper.anon-wrapper {
	min-height: 100vh;
	background: #fff;
	overflow: visible;
	padding-bottom: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.anon-main {
	padding-top: 72px;
	flex: 1 0 auto;
}

/* Navbar */
.anon-navbar {
	background: #fff !important;
	box-shadow: 0 1px 0 rgba(15, 35, 65, 0.08);
	padding: 0.75rem 0;
	opacity: 1;
	border-top: none;
}

.anon-navbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.anon-navbar-brand {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #14213d;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.15rem;
}

.anon-navbar-brand i {
	color: #1f7ae0;
	font-size: 1.3rem;
}

.anon-navbar-brand small {
	display: block;
	font-size: 0.65rem;
	font-weight: 400;
	color: #8a97ab;
}

.anon-navbar-collapse {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	margin-left: 2rem;
}

.anon-navbar-links {
	list-style: none;
	display: flex;
	gap: 1.75rem;
	margin: 0;
	padding: 0;
}

.anon-navbar-links a {
	color: #4a5568;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
}

.anon-navbar-links a:hover {
	color: #1f7ae0;
}

.anon-navbar-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.btn-anon-outline {
	border: 1px solid #d7e1ee;
	color: #14213d;
	background: #fff;
	border-radius: 8px;
	padding: 0.5rem 1.1rem;
	font-weight: 600;
	text-decoration: none;
}

.btn-anon-outline:hover {
	border-color: #1f7ae0;
	color: #1f7ae0;
}

.btn-anon-primary {
	background: #1f7ae0;
	border: 1px solid #1f7ae0;
	color: #fff;
	border-radius: 8px;
	padding: 0.5rem 1.1rem;
	font-weight: 600;
	text-decoration: none;
}

.btn-anon-primary:hover {
	background: #1a68c4;
	color: #fff;
}

/* Hero */
.hero-section {
	position: relative;
	background: #0d1b2a url(/img/background.jpg) no-repeat center center;
	background-size: cover;
	padding: 5rem 0;
	color: #fff;
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 20, 41, 0.85) 0%, rgba(6, 20, 41, 0.45) 70%);
}

.hero-container {
	position: relative;
	z-index: 1;
}

.hero-text {
	max-width: 620px;
}

.hero-text h1 {
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.hero-text p {
	font-size: 1.05rem;
	color: #dfe7f2;
	margin-bottom: 1.75rem;
}

.hero-actions {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.75rem;
	flex-wrap: wrap;
}

.btn-hero-primary {
	background: #1f7ae0;
	color: #fff;
	border-radius: 8px;
	padding: 0.75rem 1.4rem;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.btn-hero-primary:hover {
	background: #1a68c4;
	color: #fff;
}

.btn-hero-secondary {
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	border-radius: 8px;
	padding: 0.75rem 1.4rem;
	font-weight: 600;
	text-decoration: none;
}

.btn-hero-secondary:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.hero-trust-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #dfe7f2;
}

.hero-trust-list li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.hero-trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	color: #1f7ae0;
	font-size: 0.7rem;
}

/* Features */
.features-section {
	background: #f4f8fd;
	padding: 3.5rem 0;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.5rem;
	text-align: center;
}

.feature-item h5 {
	font-weight: 700;
	color: #14213d;
	margin: 0.75rem 0 0.35rem;
	font-size: 1rem;
}

.feature-item p {
	color: #6b7a90;
	font-size: 0.85rem;
	margin: 0;
}

.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #eaf1fd;
	color: #1f7ae0;
	font-size: 1.35rem;
}

@media (max-width: 991px) {
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* About / screenshot section */
.about-section {
	padding: 4.5rem 0;
	background: #f7f9fc;
}

.about-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
}

.about-eyebrow {
	color: #1f7ae0;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
}

.about-text h2 {
	font-size: 2rem;
	font-weight: 800;
	color: #14213d;
	margin: 0.5rem 0 1rem;
}

.about-text p {
	color: #55637a;
	margin-bottom: 1.5rem;
}

.about-media {
	display: flex;
	justify-content: center;
}

.about-media-desktop {
	max-width: 100%;
	border-radius: 12px;
	box-shadow: 0 20px 45px rgba(20, 33, 61, 0.15);
}

@media (max-width: 991px) {
	.about-container {
		grid-template-columns: 1fr;
	}
}

/* Steps */
.steps-section {
	padding: 4.5rem 0;
	background: #fff;
}

/* Functionaliteiten */
.functions-section {
	padding: 4.5rem 0;
	background: #f7f9fc;
}

.functions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	text-align: center;
}

@media (max-width: 991px) {
	.functions-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.functions-grid {
		grid-template-columns: 1fr;
	}
}

.steps-header {
	text-align: center;
	max-width: 560px;
	margin: 0 auto 3rem;
}

.steps-header h2 {
	font-size: 1.85rem;
	font-weight: 800;
	color: #14213d;
	margin: 0.5rem 0;
}

.steps-header p {
	color: #6b7a90;
	margin: 0;
}

.steps-grid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 1.5rem;
}

.step-item {
	flex: 1;
	max-width: 260px;
	text-align: center;
	position: relative;
}

.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #1f7ae0;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 0.85rem;
	border-radius: 50%;
	background: #eaf1fd;
	color: #1f7ae0;
	font-size: 1.5rem;
}

.step-item h5 {
	font-weight: 700;
	color: #14213d;
	margin-bottom: 0.4rem;
}

.step-item p {
	color: #6b7a90;
	font-size: 0.9rem;
	margin: 0;
}

.step-arrow {
	color: #b7c3d6;
	font-size: 1.25rem;
	margin-top: 3rem;
}

@media (max-width: 767px) {
	.steps-grid {
		flex-direction: column;
		align-items: center;
	}

	.step-arrow {
		display: none;
	}
}

/* Stats / testimonial */
.stats-section {
	background: #eaf1fd;
	padding: 3rem 0;
}

.stats-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}

.stats-quote {
	max-width: 420px;
}

.stats-quote i {
	color: #1f7ae0;
	font-size: 1.5rem;
}

.stats-quote p {
	font-size: 1.05rem;
	font-style: italic;
	color: #14213d;
	margin: 0.5rem 0;
}

.stats-quote span {
	color: #6b7a90;
	font-size: 0.9rem;
}

.stats-list {
	display: flex;
	gap: 2.5rem;
	flex-wrap: wrap;
}

.stats-item {
	text-align: center;
}

.stats-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	color: #1f7ae0;
	margin: 0 auto 0.5rem;
}

.stats-item strong {
	display: block;
	color: #14213d;
	font-size: 1.05rem;
}

.stats-item small {
	color: #6b7a90;
	font-size: 0.8rem;
}

/* CTA band */
.cta-section {
	background: #0d1b2a;
	color: #fff;
	padding: 4rem 0;
	text-align: center;
}

.cta-container h2 {
	font-size: 1.85rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.cta-container p {
	color: #cfd9e8;
	margin-bottom: 1.5rem;
}

/* Anonymous footer */
.anon-footer {
	background: #fff !important;
	color: #55637a;
	padding: 2.5rem 0;
	border-top: 1px solid #e2eaf5;
}

.anon-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.anon-footer-brand {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #14213d;
	font-weight: 700;
	text-decoration: none;
}

.anon-footer-brand i {
	color: #1f7ae0;
}

.anon-footer-links {
	list-style: none;
	display: flex;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
}

.anon-footer-links a {
	color: #55637a;
	text-decoration: none;
	font-size: 0.9rem;
}

.anon-footer-links a:hover {
	color: #1f7ae0;
}

.anon-footer-meta {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	font-size: 0.85rem;
}

.anon-footer-socials {
	display: flex;
	gap: 0.75rem;
}

.anon-footer-socials a {
	color: #55637a;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #eaf1fd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.anon-footer-socials a:hover {
	background: #1f7ae0;
	color: #fff;
}

/* Auth card (login / register) */
.auth-section {
	padding: 4.5rem 0;
	background: linear-gradient(rgba(10, 20, 40, 0.55), rgba(10, 20, 40, 0.55)), url('/img/background-highway.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: calc(100vh - 260px);
	display: flex;
	align-items: center;
}

.auth-container {
	display: flex;
	justify-content: center;
}

.auth-card {
	width: 100%;
	max-width: 420px;
	background: #fff;
	border: 1px solid #e2eaf5;
	border-radius: 14px;
	padding: 2.25rem;
	box-shadow: 0 20px 45px rgba(20, 33, 61, 0.08);
}

.auth-card-header {
	text-align: center;
	margin-bottom: 1.5rem;
}

.auth-card-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #14213d;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 1rem;
}

.auth-card-logo i {
	color: #1f7ae0;
}

.auth-card-header h1 {
	font-size: 1.5rem;
	font-weight: 800;
	color: #14213d;
	margin-bottom: 0.35rem;
}

.auth-card-header p {
	color: #6b7a90;
	font-size: 0.9rem;
	margin: 0;
}

/* Mededeling boven het formulier, zelfde stijl als .alert-info-soft in site.css */
.auth-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	background: #eaf1fd;
	color: #1f4e8c;
	border: 1px solid #d7e6fb;
	border-radius: 10px;
	padding: 0.85rem 1rem;
	margin-bottom: 1.25rem;
	font-size: 0.85rem;
}

.auth-notice i {
	margin-top: 0.2rem;
}

.auth-notice p {
	margin: 0;
}

.auth-notice a {
	color: #1f7ae0;
	font-weight: 600;
}

.auth-form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	font-size: 0.85rem;
}

.auth-form-row a {
	color: #1f7ae0;
	text-decoration: none;
}

.auth-checkbox {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 400;
	color: #55637a;
}

.btn-auth-submit {
	width: 100%;
	justify-content: center;
	padding: 0.75rem 1rem;
}

.auth-form-disclaimer {
	display: block;
	margin-top: 1rem;
	color: #8a97ab;
	text-align: center;
}

.auth-card-footer {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 0;
	color: #6b7a90;
	font-size: 0.9rem;
}

.auth-card-footer a {
	color: #1f7ae0;
	font-weight: 600;
	text-decoration: none;
}

/* Statuspagina's binnen de auth-card (bevestiging gelukt/mislukt, mail verstuurd) */
.auth-card-status {
	text-align: center;
}

.auth-card-status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	font-size: 1.4rem;
}

.auth-card-status-icon.is-success {
	background: #e6f6ed;
	color: #1c8c4c;
}

.auth-card-status-icon.is-error {
	background: #fdeceb;
	color: #c0392b;
}

.auth-card-status-icon.is-info {
	background: #e8f1fd;
	color: #1f7ae0;
}

.auth-card-body {
	color: #55637a;
	font-size: 0.92rem;
	margin-bottom: 0;
}

.auth-card-body + .auth-card-body {
	margin-top: 0.75rem;
}

.auth-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.auth-card-intro {
	color: #55637a;
	font-size: 0.92rem;
	margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
	.hero-text h1 {
		font-size: 2.1rem;
	}

	.anon-navbar-collapse {
		margin-left: 0;
	}

	.anon-navbar-links {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}

	.anon-navbar-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* Static content pages (Privacy, etc.) */
.content-section {
	padding: 3.5rem 0;
	background: #f7f9fc;
}

.content-container {
	display: flex;
	justify-content: center;
}

.content-card {
	width: 100%;
	max-width: 760px;
	background: #fff;
	border: 1px solid #e2eaf5;
	border-radius: 14px;
	padding: 2.5rem;
	box-shadow: 0 20px 45px rgba(20, 33, 61, 0.08);
	color: #55637a;
}

.content-card h1 {
	font-size: 1.75rem;
	font-weight: 800;
	color: #14213d;
	margin-bottom: 0.35rem;
}

.content-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #14213d;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}

.content-card h4 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #14213d;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.content-card p {
	line-height: 1.7;
	margin-bottom: 1rem;
}

.content-card a {
	color: #1f7ae0;
	text-decoration: none;
	font-weight: 600;
}

.content-card-meta {
	display: block;
	color: #8a97ab;
	margin-bottom: 1.5rem;
}



/* Technische details onder een foutmelding (_ErrorDetails) */
.message-meta code {
	color: inherit;
	background: transparent;
	padding: 0;
	font-size: inherit;
}

.message-meta {
	margin: 1.5rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #eef3fa;
	color: #8a9cb8;
	font-size: 0.8rem;
	word-break: break-all;
}

/* Contactformulier (Home/Contact): bredere kaart en een honeypot-veld dat alleen bots invullen */
.auth-card-wide {
	max-width: 640px;
}

.contact-form textarea {
	resize: vertical;
	min-height: 140px;
}

.contact-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
