/* -------------------------------- contact form (https://codepen.io/stephanrusu/pen/QwKLJX?editors=0100#0) -------------------------------- */
textarea {
    resize: none;
    height: auto !important;
}
.form-label {
	font-size: 12px;
	color: #5e9bfc;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
	border-radius: 0;
	border-color: #ccc;
   	border-width: 0 0 1px 0;
   	border-style: none none solid none;
       box-shadow: none;
       display: block;
       width: 100%;
       height: 34px;
       padding: 6px 12px;
       font-size: 14px;
       line-height: 1.42857143;
       color: #555;
       background-color: #fff;
       background-image: none;
}
.form-control:focus {
	box-shadow: none;
	border-color: #5e9bfc;
}
.js-hide-label {
	opacity: 0; 	
}
.js-unhighlight-label {
	color: #999 
}
.btn-start-order {
	background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
	border-color: #5e9bfc;
	color: #5e9bfc;
}

label {
    max-width: 100%;
    font-weight: 700;
}

/* -------------------------------------------------------------- pagina ---------------------------------------------------- */

#map {
    width: 100%;
    height: 250px;
  }

  .welcome {
      margin-bottom: 0;
  }
  
  /* footer bottom of page - https://stackoverflow.com/questions/643879/css-to-make-html-page-footer-stay-at-bottom-of-the-page-with-a-minimum-height-b#comment76562505_20352949 */
  html, body{ height:100%; margin:0; }
  footer{ height:350px; /*background:PapayaWhip;*/ }
  body{ 
  display:flex; 
  flex-direction:column; 
  }

  footer{
  margin-top:auto; 
  }
/* eof footer */

/* paddings en styling */
hr {
display: block;
unicode-bidi: isolate;
margin-block-start: 0.5em;
margin-block-end: 0.5em;
margin-inline-start: auto;
margin-inline-end: auto;
overflow: hidden;
}

.footer {
border-top: 0;
}

.section-weird {
padding-top: 3em;
padding-bottom: 1.3em;
}

.btn-block{display:block;width:100%;
font-weight: 600;
letter-spacing: .03em;
font-size: 0.8125rem;
min-width: 2.375rem;
border-radius: 3px;
background-color: transparent;
border-color: #ccc;
}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}
/* eof paddings */

/* verstuurknop */
.btn-verstuur
{
cursor: pointer;
}

.btn-verstuur:hover, .btn-verstuur:focus {
font-weight: normal;
color: #5e9bfc;
border-color: #5e9bfc;
}
/* eof verstuurknop */