/* COLORS */
:root {
	--white: #FFFFFF;
	--black: #000000;
	--green: #008996;
	--orange: #F4962B;
	--grey: #BFBFBF;
	--egg: #F7F7F7;
	--greytext: #979797;
}

/* FONTS */

/* GENERAL */
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: futura-pt, sans-serif;
  font-style: normal;
	font-weight: 400;
  color: var(--black);
  width: 100%;
  height: 100%;
  background-color: var(--white);
  overflow-x: hidden;
}

.footerPosOffertesvervolgbevest{
	bottom: -730px;
}

.kv-widget-body{
	margin-top:-15px !important;
}

.bevest{

	top: 87% !important;
}

#loader{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 9999999999999;
  display: none;
}
.loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top:-50px;
  margin-left:-150px;
}

.loader-container-tekst {
  position: absolute;
  left: 50%;
  top: 110%;
  margin-top:-30px;
  margin-left:-120px;
  text-align:center;
  width:230px;
  font-family: futura-pt, sans-serif;
  font-weight:700;
  color:#008996;
  text-transform:uppercase;
}


footer.footerPosHomegegevens {
  bottom: -70px;
  height: 80px;
  z-index:-1;
}

html.widget-document body.kv-widget-body {
margin-top:-15px !important;
	}

*:active, *:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.website-content {
  padding: 30px 0;
}

.container-full {
	position: relative;
	height: 100%;
}

.form-control:focus {
  box-shadow: none;
}

footer.footerPosOffertes {
  bottom: -80px;
  height: 80px;
  z-index:-1;
}

footer.footerPosOffertesvervolg {
  bottom: -630px;
  height: 80px;
  z-index:-1;
}

.ui-timepicker-div .ui-widget-header {
    background:#008996 !important;
    color:#ffffff !important;
}


.ui-slider-handle{
	background:#F4962B !important;
}



/* FONT STYLES */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 700;
}

p {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

p.medium, .medium {
  font-style: normal;
  font-weight: 500;
}

p.bold, .bold, strong {
  font-style: normal;
  font-weight: 700 !important;
}

a, label, ul, li, td {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

/* PADDING */
.screenhugBoth {
  padding-left: 0;
  padding-right: 0;
}

.screenhugRight {
  padding-right: 0;
}

.screenhugLeft {
  padding-left: 0;
}

/* Queries */
.displayBig {
  display: none;
}

.displayLarge {
  display: none;
}

.displayMedium {
  display: none;
}

.displaySmall {
  display: none;
}

/* BUTTONS */
.verzendBtn {
	position: absolute;
	bottom: -30px;
	color: var(--orange);
	background-color: var(--white);
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	width: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D8D8D8;
	border-radius: 12.5px;
	padding: 15px 0;
	transition-duration: 1s;
}

.verzendBtn:hover {
	background-color: var(--orange);
	color: var(--white);
}


.contactBtn {
	color: var(--orange);
	background-color: var(--white);
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D8D8D8;
	border-radius: 12.5px;
	padding: 15px 25px;
	transition-duration: 1s;
}

.contactBtn:hover {
	background-color: var(--orange);
	color: var(--white);
}




.goBack {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--white);
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	transition-duration: 1s;
	cursor: pointer;
}

.goBack a {
	color: var(--greytext);
	text-decoration: none;
}

.goBack:hover {
	background-color: var(--green);
	padding-top: 15px;
}

.goBack:hover a {
	color: var(--white);
}

/* HEADER */
.backgroundHeader {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 500px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.tcrlogoOuter {
	text-align: center;
	margin-top: 100px;
}

/* TAB EN AANTAL PERSONEN */
.tab {
	text-align: center;
	padding-right: 20%;
}

.tabbtnOuter {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.tablinks {
	background-color: var(--white);
	font-size: 14px;
	border: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 12.5px;
	padding-left: 85px;
	padding-right: 100px;
	color: rgba(0,0,0,0.75);
	transition-duration: 1s;
	transform-origin: left;
}

.tablinks:hover {
	background-color: var(--grey);
	color: var(--white);
}

.tabOuter .active {
	background-color: var(--green);
	color: var(--white);
}

.tabIcon {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 64px;
	background-color: var(--grey);
	border-top-left-radius: 12.5px;
	border-bottom-left-radius: 12.5px;
	text-align: center;
}

.tabIcon img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 1s;
}

.tabbtnOuter:hover .tabIcon img {
	transform: translateY(-50%) scale(1.2);
}

/* ORDER SCREEN */
.orderOuter {
	border-radius: 25px;
	background-color: var(--egg);
	position: relative;
  top: 65%;
  transform: translateY(-65%);
}

.orderOuter.bevestigingOuter {
	top: 75%;
	transform: translateY(-65%);
}

.orderTitel {
	text-align: center;
	padding: 20px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: var(--green);
}

.orderTitel h1 {
	font-size: 1.5rem;
	color: var(--white);
	text-transform: uppercase;
}

.tabOuter {
	position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
	padding-right: 80px;
	padding-left: 80px;
}

.bevestigingTab {
	padding: 0 80px;
	padding-top: 30px;
	padding-bottom: 80px;
}

/* FORMS */
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.75);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.75);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.75);
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.75);
}

.form-control {
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 12.5px;
	padding-left: 85px;
	color: rgba(0,0,0,0.75);
}

form label {
	color: var(--green);
	margin: 20px 0;
	font-weight: 500;
	padding-left: 85px;
}

.personField {
	position: absolute;
	width: 242px;
	top: 50px;
	right: 20%;
}

.personField .form-control {
	font-size: 14px;
}

/* FORM ICONS */
.inputOuter {
	position: relative;
}

.inputIcon {
	position: absolute;
	background-color: var(--green);
	height: 100%;
	border-top-left-radius: 12.5px;
	border-bottom-left-radius: 12.5px;
	width: 64px;
	text-align: center;
}

.inputIcon img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* PERSON FIELD ICON */
/*.personField .inputIcon {
	background-color: var(--grey);
}*/

/* OFFERTESCREEN */
.tabinnerTitel {
	text-align: center;
}

.tabinnerTitel h1 {
	color: var(--orange);
	font-size: 98px;
	text-transform: uppercase;
}

.tabinnerTitel h2 {
	color: var(--greytext);
	font-weight: 400;
	font-size: 42px;
	text-transform: uppercase;
}

.tabinnerPrice {
	text-align: center;
	margin: 30px 0;
}

.tabinnerPrice h3 {
	color: var(--orange);
	font-size: 98px;
}

.tabinnerInfo {
	text-align: center;
}

.tabinnerInfo p {
	display: inline-block;
	margin: 0;
	color: var(--greytext);
	font-size: 18px;
}

.tabinnerInfo p span {
	color: var(--green);
	font-weight: 700;
}

.tabinnerNieuw {
	text-align: center;
	margin-top: 20px;
	margin-bottom: -30px;
}

.tabinnerNieuw a {
	color: var(--greytext);
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

/* BEVESTIGING */
.bevestigingTab .tabinnerPrice {
	margin-top: 0;
	margin-bottom: 10px;
}
.tabinnerPrice h1 {
	color: var(--orange);
	font-size: 58px;
}

.bevestigingForm {
	margin-top: 20px;
	margin-bottom: -30px;
}

.bevestigingForm .inputIcon {
	background-color: var(--grey);
}

.bevestigingForm .field {
	margin: 20px 0;
}

/* FOOTER */
footer {
	position: absolute;
  bottom: 30px;
	width: 100%;
}

footer.footerPos {
	bottom: -25px;
	height: 80px;
}


footer.footerPosHome {
	bottom: -80px;
	height: 80px;
}


.topFooter, .bottomFooter {
	text-align: center;
}

.topFooter p, .topFooter a, .topFooter span {
	font-size: 13px;
	display: inline-block;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

.bottomFooter a {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

/* KEURMERKEN */
.keurmerkenBlock {
	text-align: center;
	margin: 20px 0;
}

.keurmerkenBlock img {
	margin: 0 10px;
	margin-top: -120px;
}

/*Modal*/
.modal-header {
	background-color:var(--green);
}

.modal-header h4 {
	font-size:17px;
	color:var(--white);	
}

.modal-header .close {
	border:0px;
	background-color:none;
}


.modal-body {
	padding:20px 0px;
	text-align:center;
}

.modal-body p {
	font-size:18px;
	padding:10px 0px;
	color:rgba(0, 0, 0, 0.4);
}


/*Datepicker*/
.ui-datepicker .ui-datepicker-header {
	background-color:var(--green);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border:0px !important;
}

.ui-datepicker th {
	color:rgba(0,0,0,0.75);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: rgba(0,0,0,0.75) !important;
	background-color:#f4962b !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	text-align:center !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background:#f4962b !important;
}

.ui-datepicker-title span {
	color:#fff !important;
}

/*Custom checkboxes*/
/* The container */
.container-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-top:5px;
  margin-bottom: 0px;
  cursor: pointer;
  width:calc(25% - 5px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:#bfbfbf;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color:#008996;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* FIX for absolute positions */
.backgroundHeader {
    position: relative !important;
}

.container-full {
    height: auto !important;
    padding-top: 50px !important;
}

.orderOuter {
    top: auto !important;
    transform: none !important;
    z-index: 2 !important;
}

footer {
    position: relative !important;
    bottom: auto !important;
    padding-top: 0 !important;
}

footer .container {
    padding-top: 60px !important;
}

.tcrlogoOuter {
    margin-top: 0 !important;
    padding-top: 100px !important;
}

@media only screen and (max-width: 1199px) {
    .container-full {
        margin-top: -250px !important;
    }

    .tcrlogoOuter {
        padding-top: 60px !important;
    }
}




