/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.lang-switcher,
#nav ul,
.welcome .certificate,
.address .contact-link,
#footer .footer-contact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.lang-switcher:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #5b5b5b;
	background: #fff;
	font: 18px/1.2 "Abel", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 .65em;
	color: #001a6f;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 .65em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #edf1f7;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #5b5b5b;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #edf1f7;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #edf1f7;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #edf1f7;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #edf1f7;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #edf1f7;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

input::-moz-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
}

input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
}

input::placeholder {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

input:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity .3s ease;
}

input:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity .3s ease;
}

input:focus::placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#header {
	padding: 15px;
	position: relative;
}

#header .container {
	position: relative;
}

.logo {
	float: left;
	width: 129px;
	height: 36px;
}

.lang-switcher {
	float: left;
	z-index: 1;
}

.lang-switcher li {
	float: left;
	margin-right: 6px;
}

.lang-switcher li.active a {
	opacity: .7;
}

.lang-switcher li a {
	display: block;
	font-family: "Poppins", "Arial", sans-serif;
	color: #dbdce3;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	padding: 4px 3px 3px 4px;
	border: 1px solid #dbdce3;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.lang-switcher li a:hover {
	opacity: .7;
}

.header-link {
	float: right;
	position: relative;
	z-index: 5;
}

.nav-opener {
	float: right;
	width: 31px;
	height: 24px;
	position: relative;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	background: #f3f2f2;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #dbdce3;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 6px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 18px;
}

#nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 292px;
	padding: 100px 10px 30px 32px;
	background-color: #174e9b;
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	height: 100vh;
	line-height: 1.5454;
	z-index: 2;
}

.nav-active #nav {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

#nav .nav-holder {
	overflow: auto;
	height: 100%;
}

#nav ul {
	margin-bottom: 30px;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

#nav ul li a:hover {
	opacity: .7;
}

#nav .drop {
	padding-left: 20px;
}

#nav .drop ul {
	margin-bottom: 0;
}

#nav .drop ul li a {
	font-size: 18px;
}

#nav .nav-holder .form, #nav .nav-holder .form a{
	color: #fff;
}

.drop {
	display: none;
}

.hover .drop {
	display: block;
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
}

.vision {
	margin-bottom: 33px;
}

.welcome {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.78;
}

.welcome .title {
	margin-bottom: 10px;
}

.welcome .title h1 {
	margin-bottom: 0;
}

.welcome .certificate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.welcome .certificate li {
	padding: 0 5px 5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.welcome .certificate li:hover {
	opacity: .7;
}

.hotel-information {
	margin-bottom: 20px;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row .img-holder {
	overflow: hidden;
	position: relative;
}

.row .img-holder:not(:last-child) {
	margin-bottom: 20px;
}

.row .img-holder .img-text {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .92);
	padding: 48px 42px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}

.row .img-holder .img-text i img {
	width: 35px;
	height: 29px;
}

.row .img-holder img {
	vertical-align: top;
	width: 100%;
}

.address {
	margin-bottom: 20px;
}

.address address {
	font-style: normal;
	font-size: 16px;
	margin-bottom: 20px;
}

.address .row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.address .col-left {
	padding: 0 15px;
}

.address .contact-link {
	font-size: 16px;
}

.address .contact-link li {
	color: #274887;
}

.address .contact-link li a {
	font-size: 16px;
	color: #5b5b5b;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.address .contact-link li a:hover {
	color: #274887;
	text-decoration: underline;
}

.address .contact-link li.fax {
	margin-bottom: 16px;
}

.contact {
	margin-bottom: 20px;
}

.contact .col-left {
	padding: 0 15px;
	margin-bottom: 20px;
}
.dem-meldung{
	color: red;
}
.form_bg_color_false{
	border: 1px solid red !important;
}
.contact .col-left .contact-form input,
.contact .col-left .contact-form textarea,
.contact .col-left .contact-form select {
	font-size: 16px;
	resize: none;
	width: 100%;
	padding: 3px 6px;
	border: none;
	background: #edf1f7;
	margin-bottom: 5px;
}

.contact .col-left .contact-form input::-webkit-input-placeholder,
.contact .col-left .contact-form textarea::-webkit-input-placeholder {
	color: #5b5b5b;
}

.contact .col-left .contact-form input::-moz-placeholder,
.contact .col-left .contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #5b5b5b;
}

.contact .col-left .contact-form input:-moz-placeholder,
.contact .col-left .contact-form textarea:-moz-placeholder {
	color: #5b5b5b;
}

.contact .col-left .contact-form input:-ms-input-placeholder,
.contact .col-left .contact-form textarea:-ms-input-placeholder {
	color: #5b5b5b;
}

.contact .col-left .contact-form input.placeholder,
.contact .col-left .contact-form textarea.placeholder {
	color: #5b5b5b;
}

.contact .col-left .contact-form input[type="submit"],
.contact .col-left .contact-form textarea[type="submit"] {
	background: #174e9b;
	color: #fff;
	width: auto;
	padding: 6px 34px;
	float: right;
	font-size: 18px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border: 1px solid transparent;
	margin-bottom: 0;
}

.contact .col-left .contact-form input[type="submit"]:hover,
.contact .col-left .contact-form textarea[type="submit"]:hover {
	border: 1px solid #174e9b;
	background: #fff;
	color: #174e9b;
}

.contact .col-left .contact-form textarea {
	margin-bottom: 23px;
}

.contact .col-right {
	width: 100%;
}

.contact .col-right .map iframe {
	height: 250px;
}

.col-right.video{
	width: 100%;
}

.rooms{
	margin-bottom: 20px;
}

.rooms .col-left {
	padding: 0 15px;
}

.price {
	padding: 0 15px;
	margin-bottom: 20px;
}

.price h2 {
	margin-bottom: 11px;
}

.price .table-holder {
	overflow: auto;
}

.price .table-holder table {
	width: 1024px;
	color: #174e9b;
	font-size: 16px;
	text-align: center;
}

.price .table-holder th {
	font-size: 24px;
	margin-bottom: 10px;
}
.price .table-holder span{
	font-size: 14px;
	display: block;
}
.price .table-holder td,
.price .table-holder th {
	padding: 8px;
	width: 18%;
}

.price .table-holder td:nth-child(even),
.price .table-holder th:nth-child(even) {
	background: #edf1f7;
}

.price .table-holder tr td:first-child,
.price .table-holder tr th:first-child {
	text-align: left;
	padding-left: 0;
	width: 28%;
}

.price .table-holder tr td:first-child {
	color: #5b5b5b;
}

.room-images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.room-images img {
	height: 100%;
	width: 100%;
}

#footer {
	background: #174e9b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 20px 0 40px;
}

#footer address {
	font-style: normal;
	color: #fff;
}

#footer .footer-contact {
	color: #fff;
}

#footer .footer-contact li a {
	color: inherit;
	text-decoration: none;
}

#footer .footer-contact li a:hover {
	text-decoration: underline;
}
#template{
	border: none;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	#header {
		position: absolute;
		right: 0;
		left: 0;
		z-index: 100;
	}

	.logo {
		width: 177px;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.logo a {
		display: block;
		background: #fff;
		padding: 28px 23px 22px;
		border-radius: 0 0 7px 7px;
	}

	.hotel-information .row .col-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.row {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.row [class*="col-"] {
		width: 47.5%;
	}

	.address .row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact .col-right {
		width: 47.5%;
	}

	.contact .col-right .map iframe {
		height: 472px;
	}

	.room-images {
		margin-bottom: 34px;
	}
	.flag-list{
		list-style: none;
		float: left;
		margin: 1em 0 !important;
	}
	.flag-list li{
		display: inline-block;
		padding: 0 5px 5px 0;
	}
	.flex-content{
	  position: relative;
	  padding-bottom: 56.25%;
	  height: 0;
	  overflow: hidden;
	  width: 100%;
	  height: auto;
	}
	.flex-content iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) {
	#header {
		padding: 13px 71px 0;
	}

	.lang-switcher {
		margin-right: 18px;
	}

	.lang-switcher li {
		margin-right: 11px;
	}

	.welcome {
		width: 50%;
		margin: 0 auto 31px;
	}

	.welcome .title {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 26px;
	}

	.welcome .certificate {
		margin-top: 54px;
	}

	.hotel-information {
		margin-bottom: 35px;
	}

	.row .img-holder .img-text {
		width: 336px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.address {
		line-height: 1.625;
		margin-bottom: 35px;
	}

	.address .col-left {
		padding: 0 3% 0 6.5%;
	}

	.contact {
		margin-bottom: 15px;
	}

	.contact .col-left {
		padding: 0 8% 0 6.5%;
	}

	.rooms .col-left {
		padding: 0 8% 0 6.5%;
	}

	.rooms{
		margin-bottom: 70px;
	}

	.rooms .btn{
		border: 1px solid #001a6f;
		padding: 10px 20px;
		text-decoration: none;
		color: #001a6f;
		margin: 1em 0;
		display: inline-block;
	}
	.rooms .btn:hover{
		background: #001a6f;
		color: #fff;
	}

	.price {
		padding: 0 6% 0 6.5%;
		margin-bottom: 70px;
	}

	.price .table-holder table {
		width: 100%;
	}

	.room-images {
		max-height: 408px;
		overflow: hidden;
	}

	#footer {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 1.75;
		padding: 20px 0 95px;
	}

	#footer address {
		padding: 0 31px;
	}

	#footer .footer-contact {
		padding: 0 31px;
	}
}

@media (max-width: 1023px) {
	.welcome {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1023px) {
	.row .img-holder .img-text {
		bottom: 0;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	body.nav-active {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}

	.hotel-information .row .col-left {
		margin-bottom: 20px;
	}

	.address .col-left {
		margin-bottom: 20px;
	}

	.rooms {
		margin-bottom: 30px;
	}
}
