/* open sans font import  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'welcome2019';
    src: url('../fonts/welcome-2019.woff2') format('woff2'),
         url('../fonts/welcome-2019.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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

/* FONTS */

/* GENERAL */
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

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

*: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;
}



.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: 300;
}

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

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

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

/* 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: -40px;
	color: #fff;
	background-color: #322b80;
	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: 0;
	padding: 15px 0;
	transition-duration: .3s;
	border-radius: 50px;
}

.verzendBtn:hover {
	background-color: #524ba7;
	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: 0.5s;
}

.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: relative;
	width: 100%;
	top: 0;
	left: 0;
	height: 500px;
	/* z-index:-1; */
}

.separator{
	position: absolute;
    top: -11rem;
    height: 180px;
    width: 100%;
}

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

.tcrlogoOuter svg {
    max-width: 100%;
}

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

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

.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;
}

.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: 0px;
	background-color:#f5f5ef;
	position: relative;

	padding:0px;
}

.orderOuter.bevestigingOuter {
	position:relative;

}

.orderTitel {
	text-align: center;
	padding: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #E9B900;
}

.orderTitel h1 {
	font-size: 45px;
	color: #322b80;
	font-family: "Poppins", sans-serif;
	margin-top: 30px;
	font-weight: 500;
	text-transform:uppercase !important;
	
}

.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) !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.75) !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.75) !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.75) !important;
}

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

.input-group-text {
	color:#fff;
	padding:10px;
	background-color:#322b80;
	border: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

form label {
	color: #000;
	margin: 20px 0px 7px 0px;
	display:block;
	font-weight: 500;
}

/*.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;
}

.custom-container{
	position: relative;
	z-index: 3;
}

/* FOOTER */
footer {
	position: relative;
    height: 580px;
    background-color: #E9B900;
    width: 100%;
    left: 0;
    z-index: 1;
    /* bottom: -6rem; */
    margin-top: -260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* break {
    margin-top: -190px;
} */



.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);
}

input {
    background-color: rgba(255,255,255,1);
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #8a97a0;
    /* -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 3%) inset;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%) inset; */
    margin-bottom: 5px;
}

