@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');

:root {
  --bs-body-font-family: 'Nunito', sans-serif;
}

.section {
	position: relative;
	height: 100vh;
}

.body {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
 	background-image: url('../img/back_peham.png');
	background-size: cover;
	background-position: center;
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.0);
}

.booking-form {
	max-width: 642px;
	max-height: 650px;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow-y: auto;
	overflow-x: auto;
}

.booking-form .form-header {
	text-align: center;
	margin-bottom: 10px;
	font-family: Montserrat;
}

.booking-form .form-header h1 {
	font-size: 30px;
	font-weight: bolder;
	background-color: #F7F3EC;
	color: #3F7D4E;
	margin: 0px;
}

.booking-form>form {
	background-color: #F7F3EC;
	padding: 10px 20px;
	border-radius: 3px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 5px;
}

.booking-form .form-control {
	background-color: #ffffff;
	border: none;
	height: 35px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	color: #262626;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #262626;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	color: #262626;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.booking-form .form-text {
	color: #262626;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.form-label2 {
	color: #e3f50a;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.booking-form .form-body {
	color: #6B4C35;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}

.booking-form .submit-btn {
	color: #ffffff;
	background-color: #3F7D4E;
	font-weight: bolder;
	height: 40px;
	border: none;
	width: 100%;
	display: block;
	border-radius: 7px;
	text-transform: uppercase;
}

.booking-form .michi-btn {
	color: #6B4C35;
	background-color: #ffffff;
	font-weight: bolder;
	height: 40px;
	border: #6B4C35;
	border-style: solid;
  	border-width: 3px;
	width: 100%;
	display: block;
	border-radius: 7px;
	text-transform: uppercase;
}

.booking-form .btn-bild {
	color: #3F7D4E;
	background-color: #ffffff;
	font-weight: bolder;
	height: 40px;
	border: #3F7D4E;
	border-style: solid;
  	border-width: 1px;
	width: 100%;
	height: 99%;
	display: block;
	border-radius: 7px;
	text-transform: uppercase;
}

.booking-form .booked-btn {
	color: #000000;
	background-color: #aafe9e;
	border: none;
	width: 100%;
	display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  gap: 5px;
  background-color: #F7F3EC;
  padding: 5px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px 0;
  font-size: 20px;
}

.form-check-input:checked{
   background-color: #3F7D4E !important;
   border: 0;
}
.form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
   color: black;
   outline: 0;
   border: 0;
   box-shadow: 0 0 0 0.1rem #3F7D4E !important;
}
/* .item1 { */
/*   grid-row-start: 1; */
/*   grid-row-end: 1; */
/* } */

