html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: 'urw-din', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
}
img {
	border: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	position: relative;
	width: 100%;
	height: auto;
}
.wrapper-inner {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
}
.wrapper-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	background: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	z-index: 999999;
	display: none;
}
.wrapper-overlay form {
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 30px 15px 60px 15px;
	background: #FF9900;
	color: #fff;
}
.wrapper-grid {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	display: grid;
	grid-template-columns: 32.9% 32.9% 32.9%;
	grid-template-rows: auto;
	grid-column-gap: 0.5%;
}
.wrapper-grid-request {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	display: grid;
	grid-template-columns: 12.1% 12.1% 12.1% 12.1% 12.1% 12.1% 12.1% 12.1%;
	grid-template-rows: auto auto auto auto;
	grid-column-gap: 0.45%;
	grid-row-gap: 5px;
}
form {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #f2f2f2;
}
.close-request {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.grid-item {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 160px;
	background-color: #3A6183;
}
.grid-item-form {
	position: relative;
	width: 100%;
	height: auto;
}
.grid-item h3 {
	margin: 0;
	padding: 15px;
	font-size: 1.5em;
	font-weight: 200;
	font-style: normal;
	line-height: 1.2em;
	color: #fff;
}
.grid-item p {
	margin: 0;
	padding: 15px;
	font-size: 1em;
	font-weight: 200;
	font-style: normal;
	line-height: 1.2em;
	color: #fff;
}
.item-1 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
}
.item-2 {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
}
.item-3 {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
}
.item-4 {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 1;
}

.item-f-1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 3;
}
.item-f-2 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 3;
	grid-row-end: 3;
}
.item-f-3-1 {
	grid-column-start: 5;
	grid-column-end: 6;
	grid-row-start: 3;
	grid-row-end: 3;
}
.item-f-3 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
}
.item-f-4 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 1;
}
.item-f-5 {
	grid-column-start: 5;
	grid-column-end: 6;
	grid-row-start: 2;
	grid-row-end: 2;
}
.item-f-6 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
}
.item-f-c1 {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 1;
}
.item-f-7 {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 2;
}
.item-f-8 {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 2;
}
.item-f-9 {
	grid-column-start: 7;
	grid-column-end: 9;
	grid-row-start: 5;
	grid-row-end: 5;
}
.item-f-10 {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 2;
}
.item-f-11 {
	grid-column-start: 7;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 1;
}
.item-f-12 {
	grid-column-start: 7;
	grid-column-end: 9;
	grid-row-start: 2;
	grid-row-end: 2;
}
.item-f-13 {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 4;
	grid-row-end: 4;
}
.item-f-14 {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 5;
	grid-row-end: 5;
}
.item-f-1, .item-f-2, .item-f-3-1, .item-f-9, .item-f-11, .item-f-13, .item-f-14 {
	display: none;
}
.item-f-13 label, .item-f-14 label {
	font-family: 'urw-din', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.8em;
	color: #3A6183;
	padding-left: 20px;
	display: block;
	margin-top: -16px;
}
.top-header {
	position: relative;
	width: 100%;
	height: 30px;
	background: #3A6183;
	color: #fff;
	
	text-align: right;
}
.top-header-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 7px 15px 0 15px;
}
.top-header a {
	text-transform: uppercase;
	/*font-family: "Arial", sans-serif;*/
	font-size: 0.7em;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
.header {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	height: 100px;
	background-color: #fff;
}
.header ul {
	position: absolute;
	right: 0;
	bottom: 20px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
	/*font-family: "Arial", sans-serif;*/
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.2em;
}
.header ul li {
	display: inline-block;
	margin-right: 15px;
}
.header ul li a {
	text-decoration: none;
	color: #3A6183;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;
    margin-top: 2px;
    background: #E69435;
    transition: width .3s;
}
.header ul li a:hover {
	/*color: #00C1FF;*/
	cursor: pointer;
}
.header ul li a:hover::after {
    width: 100%;
}
.header .logo {
	position: absolute;
	top: 15px;
	left: 0;
	width: 250px;
	z-index: 999999;
}
.header .logo img {
	width: 100%;
}
.burger {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	right: 15px;
	background: transparent url('img/burger.svg') center center no-repeat;
	background-size: cover;
	z-index: 999999;
	display: none;
}
.hide-on-desktop {
	display: none;
}
.slider-outer {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slider {
	position: relative;
	width: 100%;
	min-height: 400px;
	/*max-width: 1070px;*/
	margin: 0 auto;
	overflow: visible;
}
.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 30px 0 30px;
	perspective: 1000px;
}
.booking-hotline {
	position: absolute;
	padding: 15px 130px 10px 20px;
	right: 0;
	bottom: 0;
	background: #FF9900 url('img/callcenter.jpg') right top no-repeat;
	background-size: contain;
	color: #fff;
	z-index: 999990;
}
.booking-hotline p {
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}
.booking-hotline h3 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 500;
	margin: 10px 10px 10px 0;
	-webkit-appearance: none;
	text-decoration: none !important;
	color: #fff !important;
}
.booking-hotline h3 a {
	-webkit-appearance: none;
	text-decoration: none !important;
	color: #fff !important;
}
.btn-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 30px;
	top: 50%;
	margin-top: -15px;
	/*background: transparent url('img/arrow.svg') center center no-repeat;
	background-size: cover;*/
	border-top: 2px solid #3A6183;
	border-left: 2px solid #3A6183;
	transform: rotate(-45deg);
	z-index: 999997;
}
.btn-next {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 30px;
	top: 50%;
	margin-top: -15px;
	/*background: transparent url('img/arrow.svg') center center no-repeat;
	background-size: cover;*/
	border-top: 2px solid #3A6183;
	border-right: 2px solid #3A6183;
	transform: rotate(45deg);
	z-index: 999997;
}
.btn-prev:hover {
	cursor: pointer;
	transform: scale(1.2) rotate(-45deg);
	border-color: #FF9900;
}
.btn-next:hover {
	cursor: pointer;
	transform: scale(1.2) rotate(45deg);
	border-color: #FF9900;
}
#slide1 {
	width: 100%;
	height: 100%;
	background: transparent url('img/slider_1.jpg') center center no-repeat;
	background-size: cover;
}
#slide2 {
	width: 100%;
	height: 100%;
	left: 100%;
	background: transparent url('img/slider_4.jpg') center center no-repeat;
	background-size: cover;
}
#slide3 {
	width: 100%;
	height: 100%;
	left: 200%;
	background: transparent url('img/slider_2.jpg') center center no-repeat;
	background-size: cover;
}
#slide4 {
	width: 100%;
	height: 100%;
	left: 300%;
	background: transparent url('img/slider_3.jpg') center center no-repeat;
	background-size: cover;
}

#slide2, #slide3, #slide4 {
	opacity: 1;
}
#slide1 {
	opacity: 1;
}
.slider-subnav {
	position: absolute;
	
	height: auto;
	
	left: 50%;
	bottom: 20px;
}
.headline {
	position: relative;
}
.headline h1 {
	font-size: 3em;
	line-height: 1em;
	color: #3A6183;
	margin-bottom: 10px;
}
.statement {
	position: relative;
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	color: #fff;
	padding-top: 110px;
}
.statement h3 {
	display: inline;
	line-height: 1em;
	padding-top: 0px;
	font-size: 2.8em;
	font-weight: 500;
	font-style: normal;
	color: #FF9900;
	text-transform: uppercase;
}
.name {
	position: absolute;
	top: 90px;
	right: 30px;
	width: 200px;
}
.callto {
	display: inline-block;
	color: #3A6183;
	padding: 10px 35px 10px 35px;
	height: 46px;
	border: 1px solid #3A6183;
	margin-top: 20px;
	font-size: 0.7em;
	line-height: 23px;
	letter-spacing: 2px;
	font-weight: 700;
	font-style: normal;
}
#slide2 .callto, #slide4 .callto {
	color: #fff;
	border-color: #fff;
}
.request {
	display: inline-block;
	color: #fff;
	padding: 10px 35px 10px 35px;
	height: 46px;
	border: 1px solid #fff;
	margin-top: 20px;
	font-weight: 500;
	line-height: 23px;
	font-style: normal;
	font-size: 0.7em;
	letter-spacing: 2px;
	cursor: pointer;
}
.request-blue {
	display: inline-block;
	color: #3A6183;
	padding: 10px 35px 10px 35px;
	border: 1px solid #3A6183;
	height: 46px;
	line-height: 23px;
	margin-top: 20px;
	font-size: 0.7em;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	cursor: pointer;
}
.request-orange {
	display: inline-block;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 10px 30px 10px 30px;
	height: 46px;
	line-height: 23px;
	margin-top: 20px;
	font-size: 0.7em;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	
}
/*.request-orange {
	display: inline-block;
	color: #fff;
	background: #FF9900;
	padding: 10px 35px 10px 35px;
	border: 1px solid #3A6183;
	height: 46px;
	line-height: 23px;
	margin-top: 20px;
	font-size: 0.7em;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
}*/
.box-100 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px;
	float: left;
}
.box-66 {
	position: relative;
	width: 66.66%;
	height: auto;
	float: left;
}
.box-33 {
	position: relative;
	width: 33.33%;
	height: auto;
	padding: 10px;
	float: left;
}
.fleet img {
	width: 80%;
}
.box-25 {
	position: relative;
	width: 24.99%;
	height: auto;
	min-height: 240px;
	float: left;
	background-color: #3A6183;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.box-25-small {
	position: relative;
	width: 24.99%;
	height: auto;
	min-height: 280px;
	float: left;
	background-color: transparent;
	/*border-right: 1px solid #fff;*/
	border-bottom: 1px solid #fff;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #3A6183;
  border-radius: 0;
  outline: none;
  
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: transparent;
  font-family: 'Arial', sans-serif;
  font-size: 0.8;
  text-align: center;
  color: #3A6183;
  line-height: 50px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select option {
  color: #666;
}
select:focus::-ms-value {
  background-color: transparent;
}
.wrapper-grid-request select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #3A6183;
  border-radius: 0;
  outline: none;
  
  width: 100%;
  height: 50px;
  padding-left: 27px;
  color: #3A6183;
  background: #fff;
  /*font-family: 'Arial', sans-serif;*/
  font-size: 0.8em;
  text-align: center;
  color: #3A6183;
  line-height: 50px;
  cursor: pointer;
}
::placeholder { color: #3A6183; }
input::placeholder { color: #3A6183; }
input::placeholder { color: #3A6183; }
.wrapper-grid-request select::-ms-expand {
  display: none;
}
.wrapper-grid-request select option {
  
}
.wrapper-grid-request select:focus::-ms-value {
  background-color: transparent;
}
.grid-item-form input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: #FF9900;
	border: none;
	text-align: center;
	height: 50px;
	font-size: 1em;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.wrapper-grid-request .grid-item-form input[type="submit"], .weiter, .weiter-2 {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: #FF9900;
	border: 0px solid #fff;
	border-radius: 0;
	text-align: center;
	height: 50px;
	font-size: 0.7em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
}
.weiter, .weiter-2 {
	line-height: 50px;
}
.grid-item-form input[type="date"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: transparent;
	border: 1px solid #3A6183;
	border-radius: 0;
	text-align: center;
	height: 50px;
	font-size: 1em;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.wrapper-grid-request .grid-item-form input[type="date"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: #fff;
	border: 1px solid #3A6183;
	border-radius: 0;
	text-align: center;
	height: 50px;
	font-size: 1em;
	line-height: 50px;
	color: #3A6183;
	cursor: pointer;
}
.grid-item-form input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: transparent;
	border: 1px solid #3A6183;
	border-radius: 0;
	height: 50px;
	font-size: 1em;
	line-height: 50px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper-grid-request .grid-item-form input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: #fff;
	border: 1px solid #3A6183;
	border-radius: 0;
	height: 50px;
	font-size: 0.8em;
	text-align: center;
	line-height: 50px;
	color: #3A6183;
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper-grid-request .item-f-3 input[type="text"] {
	background: #fff url('img/icon_abflug.svg') 15px center no-repeat;
	background-size: 10%;
}
.wrapper-grid-request .item-f-4 input[type="text"] {
	background: #fff url('img/icon_ankunft.svg') 15px center no-repeat;
	background-size: 10%;
}
fieldset {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
}
.persons {
	width: 100%;
}
.box-25 h3, .box-25-small h3 {
	margin: 0;
	padding: 15px;
	font-size: 1.5em;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2em;
	color: #fff;
}
.box-25 p, .box-25-small p {
	margin: 0;
	padding: 15px;
	font-size: 1em;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2em;
	color: #fff;
}
.learn-more {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 0.7em;
	letter-spacing: 2px;
	font-weight: 700;
	font-style: normal;
}
.sign {
	width: 150px;
}
.a-table {
	width: 100%;
	line-height: 1em;
	color: #3A6183;
}
.a-table tr {
	height: 20px;
}
.a-table hr {
	border: none;
	height: 1px;
	background-color: #3A6183;
}

/* paddings, margins , ... */

.h-space-30 {
	display: block;
	width: 100%;
	height: 30px;
	clear: both;
}
.h-space-60 {
	display: block;
	width: 100%;
	height: 60px;
	clear: both;
}
.padding-h-50 {
	padding-left: 20%;
	padding-right: 20%;
}
.padding-h-30 {
	padding-left: 15%;
	padding-right: 15%;
}
.padding-v-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-v-50-top {
	padding-top: 50px;
	padding-bottom: 0px;
}
.no-padding {
	padding: 0;
}
.border-left {
	border-left: 1px solid #fff;
}
.border-right {
	border-right: 1px solid #fff;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.clearfix {
	clear: both;
	float: none;
}
.img-33 {
	width: 33%;
}
.img-33 img {
	width: 100%;
}

/* colors */

.white {
	color: #fff;
}
.orange {
	color: #FF9900;
}
.blue {
	color: #3A6183;
}
.light-blue {
	color: #95AABC;
}
.dark-grey {
	color: #222;
}
.bg-blue {
	background-color: #3A6183;
}
.bg-orange {
	background-color: #FF9900;
}
.bg-trans {
	background: transparent;
}
.map-bg {
	background-color: #3A6183;
	width: 100%;
	height: 100%;
	
}
.m1, .m2, .m3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
}
.map-bg img, .m1 img, .m2 img, .m3 img {
	width: 100%;
}
.m2, .m3 {
	opacity: 0;
}


/* Typo */

h1, h2, h3 {
	margin: 0.5em 0 1em 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-family: 'urw-din', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 4em;
}
h2 {
	
}
h3 {
	font-size: 2.2em;
}
.bold {
	font-weight: 500;
	font-style: normal;
	line-height: 1em;
}
.light {
	font-weight: 300;
	font-style: normal;
	line-height: 1.2em;
}
.medium {
	font-weight: 500;
}
.ultra {
	
	font-size: 1.5em;
	font-weight: 200;
	font-style: normal;
	
}
p {
	font-size: 1em;
	line-height: 1.3em;
}
.p-light {
	font-weight: 200 !important;
	letter-spacing: normal !important;
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 1em !important;
	padding-top: 0 !important;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	display: none;
	z-index: 999999;
}
.modal {
	position: absolute;
	width: 350px;
	height: auto;
	left: 50%;
	margin-left: -175px;
	top: 40%;
	background-color: #3A6183;
	color: #fff;
	padding: 15px;
	text-align: center;
}

/* date- und timepicker */

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #fff;
  border-radius: 0;
  border: 1px solid #3A6183 !important;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);*/
}
.ui-datepicker a {
  text-decoration: none;
  color: #3A6183;
  font-size: 0.8em;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.8em !important;
  font-weight: 200;
}
.ui-datepicker-calendar .ui-state-active {
  /*background: #3A6183;*/
}
.ui-datepicker-header {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #3A6183;
	background: #fff;
	font-size: 0.8em;
	font-weight: 500;
	color: #3A6183;
}
.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 {
	color: #3A6183;
	background: transparent;
	font-size: 0.8em !important;
	font-weight: 200;
}
.ui-datepicker th {
	font-size: 0.8em;
	font-weight: 200;
	color: #3A6183;
}
.ui-icon, .ui-widget-content .ui-icon {
	background: url('img/picker_arrow.svg');
}
.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
	/*background: url('img/picker_arrow.svg');*/
	border: none;
	border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev span {
	transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-title {
	line-height: 1.3em;
}

.ui-timepicker-standard {
	border-color: #3A6183 !important;
	margin-top: 5px !important;
}
.ui-timepicker-standard a {
	font-family: 'urw-din', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 0.6em;
	color: #3A6183 !important;
}
.ui-timepicker-standard a:hover {
	border-radius: 0;
	border-color: #3A6183;
	background: transparent;
}
#flugart label {
	font-family: 'urw-din', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.8em;
	color: #3A6183;
}
.cookie-consent {
	position: fixed;
	width: 100%;
	height: auto;
	padding: 15px;
	left: 0;
	bottom: 0;
	background: #f2f2f2;
	font-size: 14px;
	color: #3A6183;
	text-align: center;
	z-index: 999999;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	display: none;
}
.cookie-consent a {
	padding: 5px 10px 5px 10px;
	background: #3A6183;
	color: #fff;
	text-decoration: none;
}
.cookie-consent a:hover {
	background: #FF9900;
}

@media screen and (max-width: 800px) {
	.hide-on-desktop {
		display: block;
		border-top: 2px solid orange;
	}
	.fleet img {
		width: 30%;
	}
	.grid-item {
		min-height: auto;
	}
	.wrapper-grid {
		padding: 0 15px 0 15px;
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto auto;
		grid-column-gap: %;
		grid-row-gap: 4px;
	}
	.gallery {
		position: relative;
		width: 100%;
		height: auto;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 15px 0 15px;
		display: grid;
		grid-template-columns: 32.9% 32.9% 32.9%;
		grid-template-rows: auto;
		grid-column-gap: 0.5%;
	}
	.gallery .item-1 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.gallery .item-2 {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.gallery .item-3 {
		grid-column-start: 3;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.item-1 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.item-2 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: 2;
	}
	.item-3 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 3;
		grid-row-end: 3;
	}
	.item-4 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 4;
		grid-row-end: 4;
	}
	.wrapper-grid-request {
		padding: 0 15px 0 15px;
		grid-template-columns: 49.5% 49.5%;
		grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
		grid-column-gap: 1%;
		grid-row-gap: 4px;
	}
	.item-f-1 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 8;
		grid-row-end: 8;
	}
	.item-f-2 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 9;
		grid-row-end: 9;
	}
	.item-f-3-1 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 10;
		grid-row-end: 10;
	}
	.item-f-3 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.item-f-4 {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.item-f-5 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 7;
		grid-row-end: 7;
	}
	.item-f-6 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 3;
		grid-row-end: 3;
	}
	.item-f-c1 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 2;
	}
	.item-f-7 {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 3;
	}
	.item-f-8 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 4;
		grid-row-end: 4;
	}
	.item-f-9 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 13;
		grid-row-end: 13;
	}
	.item-f-10 {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 4;
		grid-row-end: 4;
	}
	.item-f-11 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 11;
		grid-row-end: 11;
	}
	.item-f-12 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 11;
		grid-row-end: 11;
	}
	.item-f-13 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 11;
		grid-row-end: 11;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.item-f-14 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 12;
		grid-row-end: 12;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.item-f-13 label, .item-f-14 label {
		padding-left: 30px;	
	}
	.wrapper-inner {
		padding: 0;
	}
	.border-left {
		border-left: none;
	}
	.border-right {
		border-right: none;
	}
	.header {
		position: fixed;
		width: 100%;
		height: 70px;
		top: 0;
		z-index: 999998;
	}
	.header .logo {
		top: 7px;
		right: auto;
		left: 12px;
		width: 200px;
	}
	.header ul {
		position: fixed;
		left: auto;
		width: 100%;
		height: 100%;
		right: -100%;
		bottom: auto;
		margin: 0;
		padding: 150px 30px 30px 30px;
		text-transform: uppercase;
		font-size: 1.5em;
		z-index: 999998;
		background: #fff;
	}
	.header ul li {
		display: block;
		margin-right: auto;
		width: 100%;
		height: 60px;
	}
	.header ul li a {
		text-decoration: none;
		color: #3A6183;
		width: 100%;
		/*line-height: 60px;*/
		display: block;
	}
	.header ul li a::after {
	    
	    display: none;
	    
	}
	.header ul li a:hover::after {
	    
	    display: none;
	}
	.burger {
		display: block;	
	}
	#slide1 {
		background: transparent url('img/slider_1_mobile.jpg') center bottom no-repeat;
		background-size: cover;
	}
	#slide2 {
		background: transparent url('img/slider_4_mobile.jpg') center bottom no-repeat;
		background-size: cover;
	}
	#slide3 {
		background: transparent url('img/slider_2_mobile.jpg') center bottom no-repeat;
		background-size: cover;
	}
	#slide4 {
		background: transparent url('img/slider_3_mobile.jpg') center bottom no-repeat;
		background-size: cover;
	}
	.box-66 {
		width: 100%;
	}
	.box-33 {
		width: 100%;
		height: auto;
		min-height: auto;
		padding-bottom: 15px;
	}
	.box-33-small {
		width: 100%;
		min-height: auto;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}
	h1 {
		font-size: 2.4em;
	}
	h2 {
		
	}
	h3 {
		font-size: 1.2em;
	}
	.slider-outer {
		margin-top: 40px;
	}
	.slider {
		width: 100%;
		min-height: auto;
		height: 580px;
	}
	.statement {
		padding-top: 70px;
	}
	.booking-hotline {
		width: 100%;
	}
	.callto {
		padding: 10px 15px 10px 15px;
	}
	.learn-more {
		position: relative;
		width: 100%;
		bottom: auto;
		left: auto;
		padding: 15px;
	}
	
	.btn-prev {
		width: 30px;
		height: 30px;
		left: 15px;
		top: 50%;
		margin-top: -15px;
	}
	.btn-next {
		width: 30px;
		height: 30px;
		right: 15px;
		top: 50%;
		margin-top: -15px;
	}
	.padding-h-50 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.padding-h-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.padding-mobile {
		padding: 15px;
	}
}
@media screen and (max-width: 480px) {
	.fleet img {
		width: 70%;
	}
	.gallery {
		padding: 0 15px 0 15px;
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto auto;
		grid-column-gap: %;
		grid-row-gap: 4px;
	}
	.gallery .item-1 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.gallery .item-2 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: 2;
	}
	.gallery .item-3 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 3;
		grid-row-end: 3;
	}
	.statement {
		padding-top: 130px;
	}
	.statement h3 {
		font-size: 2.0em;
	}
	.btn-prev {
		width: 20px;
		height: 20px;
		left: 15px;
		top: 70%;
		margin-top: -10px;
	}
	.btn-next {
		width: 20px;
		height: 20px;
		right: 15px;
		top: 70%;
		margin-top: -10px;
	}
	.slider-subnav {
		bottom: 130px;
	}
	.cookie-consent a {
		padding: 3px 10px 3px 10px;
	}
}