#logo {
	padding-top: 50px;
}
.headerMeta {
	width: auto;
	display: inline-block;
	float: right;
}
.headerMeta-menu {
	float: right;
	/*background-color: #dc4f49;*/
}
.headerMeta-link {
	display: flex;
	column-gap: 3rem;
	align-items: center;
	background-color: #a80808;
	border-radius: 0 0 2px 2px;
	padding: 1rem 2rem;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
	.headerMeta-link:hover, .headerMeta-link:focus {
		background-color: #d02727;
	}
.headerMeta-menu a {
	color: #ffffff !important;

}
.headerMeta-text {
	position: relative;
	float: right;
	margin-top: 8px;
	background-color: none;
	clear: both;
}
.headerMeta-text:after {
	content: '';
	display: block;
	background: url(../images/trivago@2x.png) bottom right no-repeat;
	background-size: 108px;
	position: absolute;
	height: 14px;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 2px;
}
.headerMeta-phone {
	opacity: 0.5;
	-webkit-transition: opacity .3s;
	   -moz-transition: opacity .3s;
	     -o-transition: opacity .3s;
	-ms-accelerator-transition: opacity .3s;
	transition: opacity 1s;
}
.headerMeta-phone:hover {
	opacity: 1;
}
	.headerMeta-email img {
		color: #FFF;
	}
	@media screen and (max-width: 766px) {
		.headerMeta-menu {
			float: none;
		}
		.headerMeta-link {
			justify-content: space-evenly;
		}
	}
	@media only screen and (max-width: 480px) {
		.headerMeta-link {
			column-gap: 1rem;
		}
	}

.bookNow {
	background: none;
	position: static;
	text-transform: uppercase;
}
.bookNow-form {
	text-align: right;
}
.bookNow-field {
	margin-right: .5rem;
}
.bookNow-field:last-child {
	margin-right: .4rem;
}
.bookNow-submit {
	border-radius: 2px;
	border: 0 !important;
	background-color: #dc4f49;
	font-size: 22px;
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	text-transform: uppercase;
}
@media screen and ( max-width: 766px ) {
	.headerMeta-text {
		float: none;
	}
	.headerMeta-text:after {
		display: none;
	}
	#logo {
		padding: 0;
	}
	.headerMeta {
		width: 100%;
		float: none;
	}
	#menu ul li a {
		font-size: 20px;
	}
	.menu ul {
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	#menu ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width:766px) {

	.bookNow {
		display: block;
		text-align: center;
	}
	.bookNow-label {
		display: none;
	}

}
@media screen and (max-width: 480px) {
	.bookNow-input, .bookNow svg {
		display: none;
	}
}
