@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
body{
	font-family: 'Titillium Web', sans-serif;
	margin: 0;
	background: #d1d3d3;
	width: 100%
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
header {
	width: 100%;
	position: relative;
}
.logo {
	height: 100px;
	cursor:pointer;
	z-index:4;
}
.logo>img {
	height: 100%;
}

a, a:hover, a:focus, a:visited, a:active{
	color: #fff;
}

nav a, nav a:hover, nav a:focus, nav a:visited, nav a:active{
	text-decoration: none;
}

nav {
	width: 100%;
	height: 116px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top:0;
	padding: 8px 40px;
	box-sizing: border-box;
	z-index: 4;
	background: #0000;
	transition-duration: 500ms;
}

nav.scrolled{
	background: #20262c!important;
}

.menu-desktop li {
	padding: 16px 8px;
	display: inline-block;
	font-weight: 600;
	color: #fff;
	font-size:1.2rem;	
}

.menu-desktop li:hover {
	cursor: pointer;
	border-radius: 1px;
}

li.has-submenu:hover>.submenu{
	display: block;
}


.submenu li {
	display: block;
	padding: 10px;
	background: #20262c;
}

.submenu {
	position: absolute;
	top: 72px;
	margin-left: -8px;
}
.submenu>ul {
	padding: 0;
}

nav li:hover, nav li:focus, nav li:active{
	color:#e44c09;
}

.station ul, .gondola ul{
	list-style: square;
}

.menu-desktop .menu-toggle{
	position: fixed;
	color: white;
	right: 30px;
	top:30px;
	z-index: 4;
	display: none;
}

main.imprint{
	margin-top: 60px;
	padding: 50px;
	display: block;
}


.hero {
	width: 100%;
}
.hero>img {
	width: 100%;
}

.fs-20{
	font-size:1.2rem;
}

.material-icons.large { font-size: 72px; }

.brochure{
	background: #e44c09;
	color: white;
	width: 100%;
}

.brochure>a>*{
	display: inline;
	padding: 16px 32px;
}

.brochure a, .brochure a:hover{
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.brochure h2{
	margin: 0;
}

.brochure img{
	width: 7rem;
}

.hi-sky{
	background: #008bac;
	color: white;
	padding-bottom: 150px;
	padding-top: 32px;
	margin-bottom: -100px;
	text-align: center;
	font-size: 1.4rem;
}

.hi-sky>a{
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	font-style: italic;
}





.heading {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.9) 90%);
	padding-top:100px;
	display: flex;
	justify-content: center;
	align-items:flex-end;
}
.heading>h2{
	max-width: 400px;
	text-align: left;
	margin-left: 32px;
	margin-bottom: 64px;
}
h1 {
	font-size: 5rem;
	color: #fff;
}
.orange {
	color: #e44c09!important;
}

.slim {
	max-width: 1200px;
	margin: auto;	
	display: block;
}

.slim-border{
	box-shadow: 0 0 2px 1px #20262c;
}

.on-white{
	background: #FFF;
}

.bg-1-gradient{
	background: linear-gradient(#FFF 0%, #44616C 70%);
}

.introduction>h2 {
	width: 25%;
	margin-left: 100px;
	margin-top: 32px;
}
.introduction>p {    
	width: 40%;
	padding: 20px 150px;
	font-weight: 600;
	font-size: 1.2rem;
}
h2 {
	font-size: 2rem;
	margin-top: 16px;
	margin-bottom: 32px;
}

.specs-inner {
	display: flex;
	overflow: hidden;
}

.specs{
	position: relative;
	transform: skewY(5deg);
	z-index:1;
	width: calc(100% + 40px);
	margin-left:-20px;
	box-shadow: 0 3px 5px -1px rgba(0,0,0,0.5);
}

.specs::before {
	content: '';
	position: absolute;
	left: 0px;
	top: -5px;
	background: #20262c;
	right: 0px;
	z-index: -1;
	transform: skewY(-15deg);
	width: 20px;
	height: 30px;
}
.specs::after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: -5px;
	background: #20262c;
	right: 0px;
	z-index: -1;
	transform: skewY(-15deg);
	width: 20px;
	height: 30px;
}

.specs-inner>img {
	width: 33%;
	transform: skewY(-5deg);
	object-fit: cover;
	margin: -30px 0;
}

.spec-text {
	background: #e44c09;
	width: 60%;
	color: #fff;
	padding: 100px 100px;
	font-size: 1rem;
	transform: skewY(-5deg);
	margin-top:-60px;
	margin-bottom: -60px;
	
}
.introduction {
	display: flex;
	justify-content: space-between;
}
h4 {
	font-weight: 600;
	margin: 8px 0 16px;
	font-size: 1.8rem;
}
.spec-text td {
	vertical-align: top;
}
.spec-text table {
	border-spacing: 20px 12px;
	margin-left: -20px;
}

.spec-name {
	font-weight: 600;
}
.about>img {
	width: 100%;
	display: block;
}

.about-content {
	position: absolute;
	top: 2vw;
	left: calc((100vw - 1200px) / 2);
	color: #fff;
	width: calc(25% + 100px);
}

.about {
	position: relative;
}

footer {
	width: 100%;
	text-align: center;
	background: #44616C;
	color: #fff;
	padding: 10px 0;
}
.copyright>p {
	margin: 0;
}
.copyright {
	margin-bottom: 1rem;
}
.imprint-link {
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.details {
	flex: 1;
	padding: 0 100px 20px;
	background: #20262c;
	color: #fff;
	box-sizing: border-box;
}
.contactform {
	flex: 1;
	padding: 0 100px 20px;
	box-sizing: border-box;
	background: #e44c09;
}
.contact  h2 {
	margin-top: 40px;
	color: #FFF;
}
.contact {
	display: flex;
	justify-content: space-around;
	
}


.details>table {
	border-spacing: 1rem;
}

h5 {
	margin-bottom: 4px;
	font-size: 1rem;
}

.imprint>p {
	margin: 0;
}

.popup>.background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 5;
}
.imprint>h2 {
	margin: 0 -50px 24px;
	padding: 20px 50px;
	text-align: center;
	background: #20262c;
	color: #e44c09;
}

.popup-close{
	position: absolute;
	right: 24px;
	top: 24px;
	cursor: pointer;
	z-index: 2;
}

.popup-close>i{
	color:white;
	font-size: 2rem;
}

.lightbox{
	position: fixed;
	max-width: 80%;
	max-height: 85%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 6;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.lightbox > p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
    background: #000A;
    margin: 0;
    padding: 16px;
}

.lightbox>img{
	width:100%;
	height: 100%;
}

.lightbox>.popup-close{
	background: #0004;
	border-radius: 50%;
	height: 32px;
	padding: 4px;
}

div.hidden{
	display: none;
}

.gondola-container {
	background: #44616C;
	color: #fff;
	position: relative;
	padding-top: 100px;
	margin-top:-100px;
}
.gondola-switcher {
	position: absolute;
	top: 130px;
}
.gondola {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-left: 200px;
	box-sizing: border-box;
	height: 400px;
}
.gondola-text {
	width: 500px;
	padding: 65px 40px 40px;
}
.gondola-img {
	max-width: 400px;
	object-fit: cover;
	object-position: top;
}
.gondola-switcher>h3 {
	margin-left: 50px;
}
.gondola-switcher>ul {
	list-style: none;
	padding: 0;
}
.gondola-switcher li {
	padding: 5px 10px 5px 100px;
	cursor: pointer;
}
.active {
	background: #e44c09;
	font-weight: 600;
}

.station-image {
	display: flex;
	flex-direction: column;
	width: 500px;
}
.station-image>img {
	width: 100%;
}
.station-text {
	width: 500px;
	padding: 100px;
}
.station {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: end;
	color: #fff;
}

.station-container{
	background: #20262c;
}

img{
	display: block;
}

.slim.station{
	box-shadow: 0 -4px 3px 1px rgba(0,0,0,0.5);
}


.gallery-container {
	width: 100%;
	padding: 20px 80px 40px 80px;
	box-sizing: border-box;
	background: #c1c3c5;
}
.gallery {
	line-height: 0;
	-webkit-column-count: 4;
	-webkit-column-gap: 0px;
	-moz-column-count: 4;
	-moz-column-gap: 0px;
	column-count: 4;
	column-gap: 16px;
}

.gallery>img {
	margin-bottom: 16px;
	width: 100%;
	height: 200px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 2px;
}

.gallery-container>h2 {
	margin: 0;
	padding: 20px 0 60px 0;
}

.gallery-nav {
    position: absolute;
    z-index: 10;
    top: calc(50% - 40px);
    background: #0004;
	height: 80px;
	cursor: pointer;
}

.gallery-nav>i{
	font-size: 80px;
	color: #fff;
}

.gallery-nav.right {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.gallery-nav.left {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: white;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }
	.hamburger:hover {
	  opacity: 0.7; }
  
  .hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; }
  
  .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.hamburger--spin .hamburger-inner::before {
	  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
	.hamburger--spin .hamburger-inner::after {
	  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	  width: 40px;
	  height: 4px;
	  background-color: white;
	  border-radius: 4px;
	  position: absolute;
	  transition-property: transform;
	  transition-duration: 0.15s;
	  transition-timing-function: ease; }
	.hamburger-inner::before, .hamburger-inner::after {
	  content: "";
	  display: block; }
	.hamburger-inner::before {
	  top: -10px; }
	.hamburger-inner::after {
	  bottom: -10px; }

		.there .hamburger .hamburger-inner {
		transform: rotate(225deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
		.there .hamburger .hamburger-inner::before {
		  top: 0;
		  opacity: 0;
		  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
		 .there .hamburger .hamburger-inner::after {
		  bottom: 0;
		  transform: rotate(-90deg);
		  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


.notification.gone {
	bottom: -128px;
}
.notification {
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 15px 25px;
	color: white;
	background: #20262c;
	box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.5);
	transition-duration: 400ms;
	z-index: 200;
	max-width: calc(100vw - 90px);
}

.notification.warning{
	background: red;
}



/*--------------------
----------------------
floating labels form
----------------------
----------------------*/



.button-container {
	text-align: center;
}


.form-radio,
.form-group {
	position: relative;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
} 


.form-group input {
	height: 1.9rem;
}
.form-group textarea {
	resize: none;
}
.form-group select {
	width: 100%;
	font-size: 1rem;
	height: 1.6rem;
	padding: 0.125rem 0.125rem 0.0625rem;
	background: none;
	border: none;
	line-height: 1.6;
	box-shadow: none;
}
.form-group .control-label {
	position: absolute;
	top: 0.25rem;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color: #20262c;
	font-size: 1rem;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}
.form-group .bar {
	position: relative;
	border-bottom: 0.0625rem solid #20262c;
	display: block;
}
.form-group .bar::before {
	content: '';
	height: 0.125rem;
	width: 0;
	left: 50%;
	bottom: -0.0625rem;
	position: absolute;
	background: #fff;
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
}
.form-group input,
.form-group textarea {
	display: block;
	background: none;
	padding: 0.125rem 0.125rem 0.0625rem;
	font-size: 1rem;
	border-width: 0;
	border-color: transparent;
	line-height: 1.9;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
}


.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
	color: #fff;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
	font-size: 0.8rem;
	color: #fff;
	top: -1rem;
	left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
	outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
	color: #fff;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
	width: 100%;
	left: 0;
}



.button {
	position: relative;
	background: currentColor;
	border: 1px solid currentColor;
	font-size: 1.1rem;
	color: #44616C;
	margin: 1rem 0;
	padding: 0.75rem 3rem;
	cursor: pointer;
	-webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
	color: #fff;
	position: relative;
	z-index: 1;
}
.button::before {
	content: '';
	position: absolute;
	background: #44616C;
	border: 50vh solid #66858B;
	width: 30vh;
	height: 30vh;
	border-radius: 50%;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.button:hover {
	color: #66858B;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button:hover span{
	color: #fff;
}
.button:active::before, .button:focus::before {
	-webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
	transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
	transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
	transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
}
.button:focus {
	outline: none;
}

@media(max-width: 1250px){
	.specs:before, .specs:after{
		content: none;
	}
	.specs{
		width: 100%;
		margin-left: 0; 
	}

	.slim-border{
		box-shadow: none;
	}

	.specs-inner>img{
		width: 50%;
	}

	.menu-desktop{
		position: fixed;
		background: #20262c;
		right: 0;
		height: 100%;
		top: 0;
		padding-top: 96px;
		width: 400px;
		transition-duration: 300ms;
	}
	.menu-desktop li{
		display: block;
		padding: 4px 8px;
		font-size: 20px;
	}
	.submenu {
		position: relative;
		top: 0;
		margin-left: 8px;
	}
	.submenu.hidden{
		display: block;
	}

	.menu-desktop .lang .current, .menu-desktop .lang  i{
		display: none
	}

	.menu-desktop .lang li{
		display: inline-block
	}
	.menu-desktop .lang .submenu{
		margin: 0;
	}
	.menu-desktop .lang.has-submenu{
		padding-left: 0
	}
	.menu-desktop li i{
		display: none;
	}

	.menu-desktop.gone{
		right: -400px;
	}

	.menu-desktop .menu-toggle{
		display: block;
	}

	h1{
		margin-bottom: 20px;
	}
	.heading{
		padding-top: 20px;
	}

	.heading>h2{
		margin-bottom: 32px;
	}

	.details{
		padding: 0 50px 20px;
	}

	.contactform{
		padding: 0 50px 20px;
	}

	.gondola {
		height: 500px;
		padding-left: 32px;
	}
	.gondola-text{
		margin-top: 120px;
	}



	.about-content{
		position: relative;
		top: 0;
		left: 0;
		width: calc(100% - 32px);
		padding: 16px;
		background: #44616C;
	}

	.about{
		height: initial;
	}

	.about>img{
		max-height: 70vh;
		object-fit: cover;
	}
	

}

@media(max-width: 750px){
	.heading{
		flex-direction:column;
		position: relative;
		padding-top: 0;
		background: #070707;
		align-items: center;
	}

	.brochure > a > *{
		padding: 8px;
	}

	.brochure h2{
		font-size: 1.5rem;
	}

	.brochure img{
		width: 3.5rem;
	}

	.material-icons.large { font-size: 48px; }

	.details{
		padding: 0 16px 16px;
	}

	.heading h2{
		text-align: center;
		margin: auto;
		max-width: 90%;
		margin-bottom: 30px;
	}
	.heading h1{
		margin: 16px 0 0;
	}
	.introduction{
		flex-direction:column;
		padding: 32px 64px;
	}
	.introduction>*{
		padding: 0!important;
		margin: 0 0 16px!important;
		width: 100%!important;
	}

	.specs .spec-text{
		padding: 100px 16px;
		width: 100%;
	}

	.specs-inner>img{
		display: none;
	}
	.specs .spec-text table {
		border-spacing: 16px 8px;
		margin-left: -16px;
	}
	.contact {
		/* flex-direction: column; */
	}

	.gondola-img{
		width: 200px;
	}
	.gondola {
		padding-left: 16px;
	}
	.gondola-text{
		padding: 50px 8px 0;
	}
	.station-text{
		padding: 32px;
	}
	
	.gallery-container {
		padding: 20px 32px 40px;
		
	}


	.lightbox{
		width: 100%;
		max-height: initial;
		max-width: initial;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 6;
		border-radius: 0;
		transform: none;
	}

	.lightbox>img{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		object-fit: contain;
	}

	.gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media(max-width: 500px){

	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.gondola{
		flex-direction: column;
		height: initial;
		padding: 0;
		margin: 64px 0 0;
	}
	.gondola-img{
		width: 100%;
		max-width: initial;
		max-height: 300px;
		object-position: top;
	}
	.gondola-text{
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.station{
		flex-direction: column-reverse;
	}
	.station-image{
		width: 100%;
	}
	.hero{
		margin-top:116px;	
	}

	.station-text{
		width: initial;
	}

	.about-content{
		padding:16px;
	}

	
}

@media(max-width: 400px){
	.menu-desktop{
		width: 100vw;
		padding-left: 32px;
		box-sizing: border-box;
	}
	
	.menu-desktop.gone{
		right: -100vw;
	}
}