@font-face {
	font-family: 'Philosopher';
	src: url('fonts/Philosopher-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Philosopher';
	src: url('fonts/Philosopher-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant';
	src: url('fonts/Assistant-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #555;
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	background: #fff;
}

h1, h2, h3 {
	font-family: 'Philosopher', sans-serif;
}

.rooms-wrapper h1 {
	font-family: 'Philosopher', sans-serif;
	font-size: 1.71429rem;
	font-weight: 600;
	color: #02784A;
}

.clickable-price span.h2 {
	font-family: 'Philosopher', sans-serif;
	font-size: 1.57143rem;
	font-weight: 600;
	color: #02784A;
}

span.h3 {
	font-family: 'Philosopher', sans-serif;
	font-size: 1.28571rem;
	font-weight: 600;
	color: #02784A;
}

.input-button, .form-button, .last-offer a.bookingBtn, .price-and-details, .book-button, .basket-button, .reservation-button, .show-button, .modal-close-button, .last-minute-offer a.standart_btn, .weiter-mobile {
	background-color:#DEDDBE !important;
	border-color:#DEDDBE !important;
	text-transform: inherit;
	color: #000 !important;
	font-size: 1.28571rem;
	font-family: 'Assistant', sans-serif;
	border: 0;
	font-weight: bold;
	border-radius: 0;
}

.up-button {
	content: url(img/up-button.png);
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0;
}

button.disabled, button.disabled:hover {
	background-color: #bab8b8 !important;
	border-color: #bab8b8 !important;
	color: #fff !important;
	cursor: not-allowed;
}

header {
	background-color: #02784A;
	color: #fff;
}

.guests-div-wrap {
	background-image: url(img/Gaestehaus.jpeg);
	margin-top: auto;
	margin-left: 50px;
	margin-right: 50px;
}

.guest-div-inner p:nth-child(1) {
	font-family: 'Philosopher', sans-serif;
}

.last-minute-offer h3 {
	font-family: 'Philosopher', sans-serif;
	font-size: 1.71429rem;
	font-weight: 400;
	color: #02784A;
}

.last-minute-offer {
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
}

.services h1, .services h2, additional-services h1, additional-services h2 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.71429rem;
	font-weight: 400;
	color: #02784A;
}

.card-header h3 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.57143rem;
	font-weight: 400;
	color: #02784A;
}

#header-date-from-date-to {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
}

header p, header span {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
}

header a:hover, footer a:hover {
	color: #fff;
	text-decoration: underline;
	transition: 0.3s;
}

header div.active {
	background-color: #03895B;
	color: #fff !important;
}

header .gms-logo img, footer .gms-logo img {
	width: 150px;
}

header div.d-flex:first-child {
	background-color: #02784A;
}

.room-state div:first-child, .room-state .mx-2:first-of-type {
	color: #02784A;
}

.ui-datepicker td a.ui-state-default:after, .ui-datepicker td .ui-state-active, .room-state div div:first-child {
	background-color: #02784A;
}

.room-state div:nth-child(2) div {
	background-color: #FCC500;
}

.room-state div:nth-child(3) div {
	background-color: #bab8b8;
}

header::after {
	display: none;
}

.basket-wrapper h4 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.28571rem;
	font-weight: 400;
	color: #02784A;
}

.my-container {
	margin: 0 auto;
}

.my-footer-container {
	font-family: 'Assistant', sans-serif;
}

.input-button, .form-button, .last-offer a.bookingBtn,
.price-and-details, .book-button, .basket-button, .reservation-button,
.show-button, .modal-close-button, .last-minute-offer a.standart_btn, .weiter-mobile {
	background-color:#DEDDBE !important;
	color: #000 !important;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

.input-button:hover, .form-button:hover, .last-offer a.bookingBtn:hover,
.price-and-details:hover, .book-button:hover, .basket-button:hover, .reservation-button:hover,
.show-button:hover, .modal-close-button:hover, .last-minute-offer a.standart_btn:hover {
	background-color: #7A7A7A !important;
	color: #fff !important;
}

#searchFormBtn {
	background-color:#DEDDBE !important;
	color: #000 !important;
	left: 45%;
	font-family: 'Roboto', sans-serif;
	animation: none !important;
}

section.last-minute-rooms h1 {
	font-family: 'Philosopher', sans-serif;
	font-size: 1.71429rem;
	font-weight: 600;
	color: #02784A;
	border-bottom: 1px solid #02784A
}

footer {
	color: #fff;
	font-size: 14px;
	background-color: #02784A;
}

.my-footer-container .container-fluid {
	width: 100%;
	max-width: none;
}

.my-footer-container .adress {
	align-items: center !important;
	text-align: center;
}

.my-footer-container .contacts {
	align-items: center !important;
	text-align: center;
}

form h2 {
	font-size: 1.71429rem;
	font-weight: 400;
	color: #02784A;
}

#header-nav-1 a span {
	font-weight: bold !important;
}

.ui-datepicker td .ui-state-highlight {
	color: #ffffff;
	background-color: #03895B;
}

.alert-warning {
font-size: 16px;
}

form .inputWrapper {
	font-size: 16px;
}

.contacts .mail,
.contacts .phone {
	font-weight: bolder !important;
	font-size: medium;
}

.thank-section p {
	text-align: center;
	font-size: 18px;
}

.thank-section h2 {
	font-size: 24px;
	color: #02784A;
	text-align: center;
	padding: 0.5rem 0;
}

@media (max-width: 992px) {
	#searchFormBtn {
		z-index: 1000000;
		left: 30%;
	}
}

@media (max-width: 576px) {
	.guests-div-wrap {
		padding: 30px 0;
		margin-top: 60px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 768px) {
	.my-footer-container .adress,
	.my-footer-container .contacts {
		align-items: center !important;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.rooms-wrapper, .services-container, .additional-services-container, .form-container {
		padding: 20px 0;
	}
}
