@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

body, html {
	height: 100%;
	margin: 0;
	font-family: "Roboto Slab", Helvetica, Arial, "sans-serif";
	color: #28221b;
	font-size: 17px;
	font-weight: 300;
}

#more {
	display: none;
}

.parallax01 {
  	position: relative;
  	background-position: center center;
 	background-repeat: no-repeat;
 	background-position: bottom 200px;
	background-size: cover;
  	min-height: 100%;
	}

.parallax02 {
 	position: relative;
 	background-attachment: fixed;
  	background-position: center;
 	background-repeat: no-repeat;
	background-position: top;
 	min-height: 30%;
	}

.slogan {
		font-size: 16px;
	}

h1 {
    font-size: 30px;
	font-weight: 300;
    margin-bottom: 20px;
	margin-top: 10px;
	letter-spacing: 1px;
}

h2 {
    font-size: 23px;
	font-weight: 300;
    margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: 1px;
}

h3 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0px;
	margin-top: 5px;
	line-height: 1.3em;
	color: #3B3B3B;
}

h4 {
    font-size: 33px;
    color: #FFFFFF;
    margin-bottom: 20px;
	text-transform: uppercase;
}

h6 {
    font-size: 11px;
	margin-top: 2px;
	margin-bottom: 3px;
}

hr.new1 {
  border: 2px solid #cbccbb;
}

a {
	color: #835E35;
	text-decoration: none;
}

a:hover {
	color: #B9711E;
		text-decoration: none;
}

.btn-back {
	background-color: #cbccbb;
	color: #ffffff;
	float: right;
}

.btn-link {
	background-color: #cbccbb;
	color: #ffffff;
	float: left;
}

.btn-link:hover {
	background-color: #cbccbb;
	color: #000000;
	float: left;
}

.btn-back-gallery {
	background-color: #cbccbb;
	color: #ffffff;
	float: center;
}

.btn-image {
	margin-top: -75px;
	margin-left: 5px;
	background-color: #cbccbb;
	color: #ffffff;
}

@media (min-width: 768px) {
.btn-image {
 display: none;
	
}
}

.img-hotel {
	padding: 0;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
h1 {
    font-size: 23px;
}
.btn-back {
	float: left;
	margin-bottom: 20px;
}
.skulpturen {
	margin-bottom: 16px;
}
}

/* Navigation */

#nav_box {
	margin-left: 17%;
	margin-top: 30px;

}

#nav_img {
	float: left;
	margin-right: 15px;
	height: 140px;
}

.navbar {
	background-color: rgba(0, 0, 0, 0.0);
	border: 0px;
}

.nav {
	font-size: 15px;
}

.nav > li > a {
  padding: 0px 6px;
}

@media (max-width: 800px) {
.nav > li > a {
  padding: 0px 3px;
}
}

@media (max-width: 768px) {
.nav {
	margin-top: 0px;
	padding-left: 20px;
}
}

.navbar-default .navbar-nav>li>a {
	color:#FFFFFF;font-size:18px;
	font-weight: 300;
	padding-top: 17px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 17px;
}

.navbar-default .navbar-nav>li>a:hover {
	color:#cbccbb;
}

.navbar-default .navbar-collapse {
  	border: 0px;
	margin-top: 40px;
}


@media (min-width: 1200px) {
#nav_box {
	margin-left: 31%;
}
}

@media (max-width: 992px) {
#nav_box {
	margin-left: 30px;
	font-size: 16px;
}
}

.nav_active {
	color: #cbccbb;
	text-shadow: 1px 1px 1px #000000;
}

#scrollDown, #toTop {
	position: fixed;
	width: 40px;
	bottom: 0;
	right: 15px;
	background-color: #FFFFFF;
	opacity: 0.95;
	cursor: pointer;
	padding: 5px;
	text-align: center;
}

#toTop {
	display: none;
}

/* Boxen */

#header-text-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 15px;
	padding-bottom:  15px;
	background-color: #ffffff;
}

@media (max-width: 768px) {
#header-text-box {
	position: relative;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom:  15px;
}
}

#header-text h1 {
	margin-bottom: 5px;
}

#inhalt {
	margin-top: 30px;
}


footer {
	background-color: #28221b;
	color: #ffffff;
	margin-top: 50px;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #ece4cc;
}

footer h1 {
	color: #ffffff;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 10px;
}

#footer {
	font-size: 11px;
	padding: 10px 0;
}

#logo-footer {
	text-align: right;
}


/* BilderBox */


.hovereffect {
width:100%;
height:100%;
margin-top: 10px;
margin-bottom: 10px;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.4);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
font-size: 30px;
font-weight: 400;
color:#fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:25% 0 0;
}

.hovereffect a.info:hover {
text-shadow:1px 1px 2px #000000;
}

.hovereffect:hover img {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}



/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {
    height: 100vh; 
    min-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#topnav {
	position: absolute;
	z-index: 2600;
	width: 100%;
	left: 10%;
	top: 30px;
}

@media (min-width: 1200px) {
#topnav {
	left: 20%;
}
}

@media (max-width: 992px) {
#topnav {
	left: 0;
}
}