body 
{
  	background-color: #fff;
    font-family: "Lato";
    font-weight: 300;
    font-size: 18px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    padding-top: 60px;
}


.navbar-brand 
{
	margin-top: -15px;
}


.navbar-toggler-icon {

	color:#fff;
	/*background-color:#fff;*/
}
@media screen and (max-width: 768px) {
    body { padding-top: 53px; }
}

.jumbotron
{
	clear:both;
	margin-top: 12px;
	background-color: #e9ecef;
	margin-bottom: 12px;
	text-align: center;
}

.jumbotron h1
{
	font-size:40px;
}

#features 
{
    padding-top: 50px;
    background-color: #e9ecef;
    padding-bottom: 50px;
}

.gray
{
    padding-top: 50px;
    background-color: #e9ecef;
    padding-bottom: 50px;
}

.white
{
    padding-top: 50px;
    background-color: #ffffff;
    padding-bottom: 50px;
}

#footerwrap 
{
	background-color: #fff;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

.quote
{
	font-style: italic;
	font-size: 25px;
}

footer 
{
    background: #fff;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 25px;
	color: #000;
}


#c p {
	color: white
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


.btn-primary
{
	background-color: #5cb85c;
	border-color: #4cae4c;
}
/*Form Wizard*/

.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 5px; font-weight: bold;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 10px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 24px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3bc492;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}

/* Navbar

/* change the background color */
.navbar-custom 
{
    /*background-color: #34a8ff;*/
    background: #34a8ff;
    padding: 10px 0 10px 0;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text 
{
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link
 {
    color: rgba(255,255,255,.5);
}
.navbar-custom .navbar-brand
{
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link 
{
    color: #ffffff;
}
.nav-link
{
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a
{
	color: #fff;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-btn
{
	color:#fff;
	border-color: #fff;
	margin: 0 6px 0px 0;
}

.navbar-toggler
{
	border-color: #fff;
	color: #fff;
}

form label
{
	font-weight: bold;
}

.btn-primary {
    background-color: #ff7b00;
    border-color: #ff7b00;
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

a
{
	color: #000;
}

.paginator
{
	font-size: 14px;
}
.pagination
{
	margin:0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.fillback 
{
	padding: 50px 0 25px 0;
	background-color: #e9ecef;
	margin-bottom: 50px;
}

#features h2 
{

}

.nofillback 
{
	padding-bottom: 50px;
	background: #fff;
}

#registerform, #faq, #cookies
{
	padding-top:50px;
}


/* Week view */

.weekoverviewtable
{
	margin-right: 10px;
}

.titlecolumn
{
	background: #6C8EAD;
	color:#fff;
	font-weight: bold;
	text-align:left;
}

.titlecolumndate
{
	font-size: 14px;
	font-weight: 100;
}

/* Generiek */

.weekendtitlecolumn
{
	background:#ddd;
	color:black;
}

.weekendcontentcolumn
{
	background:#ddd;
}

.lng-switch
{
	padding:10px;
	border-radius:0;
}



