@charset "UTF-8";
/* Body */
body {
	font-family: 'Titillium Web', sans-serif;
	text-decoration: none;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    /*background-image:url("../images/floreal-bg-50.png");*/
}
/* Container */
.container {
	width: 70%;
    height: inherit;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
    box-shadow: 3px 5px 3px 5px #CCCCCC;
}
/* Navigation */
header {
	width: 100%;
	height: 70px;
	/*background-color:#CCC0FF;*/
}
.line {
    height: 70px;
    border-top: thick;
    border-top-style: solid;
    border-top-color: slateblue;
}
.logo {
	color: #fff;
	text-align: left;
	width: 350px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}
nav {
	float: right;
	text-align: right;
	margin-right: 25px;
    padding-top: 20px;
}

 :hover .link   {
text-decoration: underline;
     color: darkslateblue;
}
:visited .link {
text-decoration: underline;
     color: white;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
    text-decoration: none;
	float: left;
	font-size: 14px;
    font-weight: 100;
	text-align: left;
	margin-right: 1px;
	letter-spacing: 0px;
	transition: all 0.3s linear;
}
ul li a  {
	color:#2C2C2C;
	text-decoration: none;
    font-style: normal;
    font-weight: 400;
}
ul li a :hover {
	color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
}
ul li :visited a {
	color: #1C153C;
    text-decoration: none;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	width: 100%;
    background-image: url("../images/loading-74.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    align-content: center;
	z-index: 99999;
}
.light {
	font-weight: 400;
    font-size: 1.2em;
    line-height: 1.6em;
	color: slateblue;
}
.tagline {
	text-align: left;
    padding-left: 25px;
    font-size: 25px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: lighter;
	text-transform: normal;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: center;
    padding-left: 5%;
	padding-right: 5%;
    padding-top: 20px;
	color: #555555;
}
.about {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.txt {
    height: auto;
    margin-bottom: 20px;
}
/* Stats Gallery */
.stats {
	color: #4232A5;
    font-weight: 500;
	margin-bottom: 5px;
    font-size: 25px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #9A8DEF;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 33.33%;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFFFFF;
    width: auto;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#222222;
    font-weight: 350;
}

/* Parallax Section */
.banner {
	background-color: slateblue;
	height: auto;
    padding-top: 0px;
    padding-bottom: 30px;
	background-size: 70%;
}
.parallax {
    background-image: url("../images/Tramvia-T1.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 80px;
    background-size: 650px;
    background-color: slateblue;
    font-weight: 400;
	color: #FFFFFF;
	text-align: right;
	padding-right: 40px;
	padding-top: 35px;
	letter-spacing: 1px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	width: 96%;
	font-weight: lighter;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 .table {
    display: inherit;
    padding-left: 50px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.footer_column {
	width: 33%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: dimgray;
	text-align: center;
    font-weight: 200;
    font-size: 1.2em;
}
.cards {
	width: 88%;
    align-content: center;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 3%;
	height: auto;
	max-height: auto;
}
footer .footer_column p {
	padding-left: 4%;
	padding-right: 4%;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
    color: #717070;
	background-color: #FFFFFF;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 30px;
	background-color: #555555;
	color: #FFFFFF;
	text-transform:inherit;
	font-weight: lighter;
	letter-spacing: 1px;
}
.footer_banner {
	background-color: #555555;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.parallax-2 {
    background-color: #CCC0FF;
    /*background-color: #FFFFFF;*/
    font-weight: 400;
	color: slateblue;
	text-align: center;
	padding-top: 8px;
    padding-bottom: 5px;
	letter-spacing: 1px;
	margin-top: 80px;
    border-top: thin;
    border-top-style: solid;
    border-top-color: slateblue;
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
    font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gallery .thumbnail p {
    font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#222222;
    font-weight: 350;
}
.footer_column {
	width: inherit;
	margin-top: 0px;
    float: left;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: slateblue;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
 .video {
    display: none;
}
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 999px) {
    .light {
	font-weight: 400;
	color: slateblue;
    font-size: 2em;
    line-height: 1.5em;
}
    .stats {
	color: #4232A5;
    font-weight: 500;
	margin-bottom: 5px;
    font-size: 40px;
}
    h4 {
    font-size: 30px;
    font-weight: 500;
}
.logo {
	width: 90%;
    align-content: center;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #FFFFFF;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.text_column {
    font-size: 1.3em;
    line-height: 1.2em;
	width: 86%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 7%;
	padding-bottom: 0px;
	padding-left: 7%;
}
.thumbnail {
	width: inherit;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.footer_column {
	width: inherit;
	margin-top: 0px;
    float: left;
}
 footer .footer_column p {
    font-size: 1.3em;
    line-height: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-weight: lighter;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
 .hero {
	display: none;
}
.img-sx {
width: 100%;
}
.img-dx {
width: 100%;
}

.logo {
	color: #fff;
	text-align: center;
	width: 90%;
	margin-top: 15px;
	margin-left: 5%;
    margin-right: auto;
}
.skyline {
    display: none;
}
.parallax {
    padding-top: 100px;
    margin-bottom: 20px;
    background-size: 800px;
}
.container {
    width: 100%;
}
 .table {
    display: inherit;
}
}
/* Small Desktops */
@media (min-width: 1000px) and (max-width: 2500px) {
.entrata {
    display: none;
}
.text_column {
	width: 90%;
    font-size: 1.2em;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.check-in {
    width: auto;
    height: auto;
    background-color:#FFFFFF;
}
h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}
.img {
    align-items: flex-end;
}
.img-dx {
    align: right;
}
.img-sx {
    align: left;
}
}
.online {
    align-content: center;
    align-items: center;
}

/*----------------------------------------*/
/* test video*/
/*----------------------------------------*/

.slider-area, .single-banner {
    position: relative;
    overflow: hidden
}
.single-banner {
    background-position: center center;
    background-size: 100%;
}
.video-bg-img {
    background: rgba(0, 0, 0, 0) url("../img/slider/grosskuechen.png") repeat fixed center center / cover;
}

