/* LANDING PAGE - login.php */

.landing-search {
	line-height: 1.25;
	padding: 0.5rem 0rem;
	display: block;
}
   
/* LANDING */ 
.landing-register {
	margin-right:10px;
}
.landing-header {
	padding-top:40px;
	padding-bottom:40px;
}
.landing-header h1 {
	font-size:64px
}
.landing-content {
	padding-top:60px;
	padding-bottom:180px;
}
.img-logo{
	max-height:150px;
}

.landingFooter{
	margin-top:-40px;
    width: 100%;
    height: 40px;
}

.landingFooter a{
	padding: 0px 10px 0px 10px;
	display: inline-block;
    float: none;
    font-weight: 400;
    color:#818a91;
}
.landingFooter a:hover{
	text-decoration: none
}
.landingFooter span {
	color: #818a91;
	font-size: 0.9rem;
}

/* Landing top navigation */
#landing-navigation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0;
}
#landing-navigation .navbar-brand {
	margin-right: 0.5rem;
}
.landing-nav-toggle {
	margin-left: auto;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.45);
	border-radius: 8px;
	background: transparent;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.landing-nav-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	transition: transform .2s ease, opacity .2s ease;
}
.landing-nav-toggle.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.landing-nav-toggle.is-open span:nth-child(2) {
	opacity: 0;
}
.landing-nav-toggle.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
.landing-nav-menu {
	display: none;
	width: 100%;
	flex-basis: 100%;
	order: 3;
	padding: 0.35rem 0 0.75rem;
}
.landing-nav-menu.is-open {
	display: block;
}
.landing-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.landing-nav-list > li > a,
.landing-nav-parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.7rem 0.35rem;
	color: #fff !important;
	background: transparent;
	border: 0;
	text-align: left;
	text-decoration: none !important;
	font-size: 0.95rem;
	cursor: pointer;
}
.landing-nav-dropdown {
	list-style: none;
	margin: 0 0 0.4rem;
	padding: 0 0 0 0.85rem;
	display: none;
}
.landing-nav-item--has-children.is-open > .landing-nav-dropdown {
	display: block;
}
.landing-nav-dropdown a {
	display: block;
	padding: 0.4rem 0.35rem;
	color: #dce7f5 !important;
	text-decoration: none !important;
	font-size: 0.9rem;
}
.landing-nav-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-top: 0.65rem;
	margin-top: 0.35rem;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.landing-nav-actions .btn {
	min-width: 140px;
}
.landing-nav-actions a.btn-success,
.landing-nav-actions a.btn-success:link,
.landing-nav-actions a.btn-success:visited,
#landing .landing-nav-register,
#landing .landing-nav-register:link,
#landing .landing-nav-register:visited {
	color: #fff !important;
	background-color: #5cb85c !important;
	border-color: #5cb85c !important;
}
.landing-nav-actions a.btn-success:hover,
.landing-nav-actions a.btn-success:focus,
.landing-nav-actions a.btn-success:active,
#landing .landing-nav-register:hover,
#landing .landing-nav-register:focus,
#landing .landing-nav-register:active {
	color: #fff !important;
	background-color: #449d44 !important;
	border-color: #419641 !important;
}

@media (min-width: 992px) {
	.landing-nav-toggle {
		display: none;
	}
	.landing-nav-menu {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		gap: 0.75rem;
		width: auto;
		flex: 1;
		flex-basis: auto;
		order: initial;
		padding: 0;
	}
	.landing-nav-list {
		display: flex;
		align-items: center;
		gap: 0.15rem;
		margin-right: auto;
		margin-left: 1rem;
	}
	.landing-nav-list > li {
		position: relative;
	}
	.landing-nav-list > li > a,
	.landing-nav-parent {
		width: auto;
		padding: 0.5rem 0.7rem;
		border-radius: 8px;
	}
	.landing-nav-list > li > a:hover,
	.landing-nav-parent:hover {
		background: rgba(255,255,255,0.12);
	}
	.landing-nav-dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 8px 24px rgba(0,0,0,0.18);
		padding: 0.4rem;
		margin: 0;
		z-index: 30;
	}
	.landing-nav-item--has-children:hover > .landing-nav-dropdown,
	.landing-nav-item--has-children:focus-within > .landing-nav-dropdown,
	.landing-nav-item--has-children.is-open > .landing-nav-dropdown {
		display: block;
	}
	.landing-nav-dropdown a {
		color: #474d59 !important;
		border-radius: 6px;
	}
	.landing-nav-dropdown a:hover {
		background: #f7f7f9;
		color: #0275d8 !important;
	}
	.landing-nav-actions {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

#landing {
	min-height: 100% !important;
    position: relative;
	background-image: url('../images/bg02.jpg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#landing > .container:first-child{
    /*height: 950px;*/
    position: relative;
    background: rgba(12, 12, 12, 0.52);
}
#landing #loginButton {
	border: 2px solid #ccc!important;
}
#landing h6 {
	color: #dedede;
    font-weight: 300;
}

/* LOGIN MODAL — basis; login2.css overschrijft op login.php */
#loginmodal {
	color: #1e1a17;
}
#loginmodal .modal-header {
	border-bottom: none;
}
#loginmodal .modal-footer {
	border-top: none;
}
#loginmodal .modal-body .fa {
	color: #fff;
}
#loginmodal .close {
	opacity: 0.45;
}
#loginmodal h4 {
	color: #1e1a17;
}
#passwordHelp {
	cursor: pointer;
}
#forgotHelp {
	cursor: pointer;
}

#register-wizard-step-2 select{
	width:100%;
}

@media (max-width: 543px) {
	.landing-header {
		padding-top: 20px;
    	padding-bottom: 20px;
	}
	.landing-header h1 {
		font-size:42px
	}
	.landing-content {
		padding-top:40px;
		padding-bottom:20px;
	}
	#wizard-step-1 {
		margin-top:20px;
	}
	
	footer.navbar-fixed-bottom {
	    position: relative!important;
	}
	#wizard-step-1 {
		margin-top: 20px;
	}
	.info-block {
		padding-top:20px;
		padding-bottom:20px;
	}
}

@media (min-width: 544px) and (max-width:767px) {
	.landing-header {
		padding-top:20px;
		padding-bottom:20px;
	}
	.landing-content {
		padding-bottom:40px;
	}
	#wizard-step-1 {
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width:992px) {
	.landing-header {
		padding-top:40px;
		padding-bottom:40px;
	}
	.landing-content {
		padding-bottom:80px;
	}
}

@media (max-width: 576px){
	.form-inline .form-control {
	    display: inline-block;
	    width: 100%;
	    vertical-align: middle;
	}

	h2 {
		font-size: 1.2rem;
	}
	.landingFooter {
    	padding-top:20px;
        margin-top: -100px;
        width: 100%;
        height: 100px;
    }
    #landing > .container {
    	padding-bottom: 100px;
    }
}

/* Modern register wizard */
.reg-progress {
	padding: 1.25rem 0.5rem 0;
	text-align: center;
}
.reg-progress__track {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
}
.reg-progress__step {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	border: 2px solid #c5cdd4;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.55rem;
}
.reg-progress__bar {
	width: 2rem;
	height: 2px;
}
.reg-progress__label {
	margin: 0;
	font-size: 0.9rem;
}
.reg-lead {
	margin: 0.75rem auto 0;
	max-width: 28rem;
	font-size: 1rem;
	line-height: 1.45;
}
.reg-step-content {
	padding-top: 1.5rem !important;
	padding-bottom: 3rem !important;
}
.reg-choice-block {
	margin-bottom: 1.5rem;
	text-align: center;
}
.reg-choice-label {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 600;
}
.reg-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}
.reg-pills--compact .reg-pill {
	min-width: 7rem;
}
.reg-pill {
	min-width: 5.5rem;
	padding: 0.65rem 1.1rem;
	border: 1px solid #c5cdd4;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
}
.reg-native-fallback {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}
.reg-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-top: 1.25rem;
	text-align: center;
}
.reg-actions .btn-success {
	color: #fff !important;
	min-width: 10rem;
}
.reg-date-input,
.reg-city-select,
#regCitySearch {
	max-width: 100%;
}
.reg-city-select {
	margin-top: 0.5rem;
	min-height: 9rem;
}
.reg-birth-group .help-block {
	min-height: 1.25rem;
}
@media (max-width: 575px) {
	.reg-pill {
		flex: 1 1 40%;
	}
	.landing-content.reg-step-content {
		padding-bottom: 4rem !important;
	}
}

/* Lichte tekst op donkere landing-achtergrond */
#landing .reg-progress__step {
	border-color: rgba(255, 255, 255, 0.45);
	color: rgba(255, 255, 255, 0.75);
	background: transparent;
}
#landing .reg-progress__step.is-active {
	border-color: #5cb85c;
	background: #5cb85c;
	color: #fff;
}
#landing .reg-progress__step.is-done {
	border-color: #5cb85c;
	color: #fff;
	background: rgba(92, 184, 92, 0.35);
}
#landing .reg-progress__bar {
	background: rgba(255, 255, 255, 0.35);
}
#landing .reg-progress__label,
#landing .reg-lead,
#landing .reg-choice-label,
#landing .landing-header h2,
#landing .reg-step-content .control-label,
#landing .reg-step-content label,
#landing .reg-step-content .text-muted {
	color: #fff !important;
}
#landing .reg-back {
	color: rgba(255, 255, 255, 0.85) !important;
}
#landing .reg-back:hover,
#landing .reg-back:focus {
	color: #fff !important;
}
#landing .reg-pill {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}
#landing .reg-pill.is-active,
#landing .reg-pill:hover,
#landing .reg-pill:focus {
	border-color: #5cb85c;
	background: #5cb85c;
	color: #fff;
	outline: none;
}
#landing .reg-step-content .help-block,
#landing .reg-step-content .help-block li {
	color: #ffd6d6;
}
#landing #register-successful h2,
#landing #register-successful small {
	color: #fff !important;
}
