html {
	position: relative;
	height: 100%;
}
body {
	height: 100%;
}

#footer {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 60px;
}
.stenlogo {
	width: 256px;
	z-index: 20;
	position: absolute;
	margin-top: 18px;
	margin-left: 7%;
}
div.logotext {
	z-index: 21;
	position: fixed;	
	margin-top: 56px;
	margin-left: 7%;
	color: #fff;
}
.navbar {
	z-index: 16;
	height: 80px;
	border: 0;
	margin-bottom: 0;
}
.navbar-custom {
	color: #000;
    background-color: #000;
}
.navbar-nav li a {
    line-height: 50px;
}
.navbar-bottom {
	margin-top: 80px;
	margin-bottom: 0px;
}
ul.navbartext-bottom {
	margin-left: 7%;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus{
    color: #555555;
	font-weight: 600;
    background-color: transparent;  
}
div.stengallery {
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 70px;
}
div.stengallery img {
	padding: 1px;
}
#headline {
	position: fixed;
	top: 18%;
	left: 10%;
	padding: 25px;
	max-width: 520px;
	height: 200px;
	z-index: 2;
}
div.transbox
{
	position: fixed;
	top:20%;
	left:10%;
	padding: 25px;
	max-width:520px;
	height:290px;
	background-color: #000000;
	opacity:0.8;
	z-index:1;
}
h1,h2,h3,h4,p {
	font-family: 'Playfair Display', serif;
}
h1.welcome,h4.welcome {
	color:#FFFFFF; 
}
h1.welcome {
	font-size:2.8em	
}

ul.navbartext-top, ul.navbartext-bottom {
	font-family: 'Work Sans', serif;
}
/* unvisited link */
a:link {
    color: #999;
}

/* visited link */
a:visited {
	color:#999;
}

/* mouse over link */
a:hover {
}
/* selected link */
a:active {
	color:#000000;
}
a:link.kontakt, a:visited.kontakt {
	color:#000000;
}
#centeredmenu {
   float:left;
   clear:left;
   width:100%;
   overflow:hidden;
   margin-bottom:20px;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#sidebar {
    opacity : 0.5;
}
 #sidebar:hover {
    opacity : 1;
}
 #sidebar:not(hover) {
    animation-delay:2s;
    -webkit-animation-delay:2s;
    -webkit-transition: opacity 1s ease-out;
    opacity : 0.5;
}
#sidebar2 {
    opacity : 0.5;
}
 #sidebar2:hover {
    opacity : 1;
}
 #sidebar2:not(hover) {
    animation-delay:2s;
    -webkit-animation-delay:2s;
    -webkit-transition: opacity 1s ease-out;
    opacity : 0.5;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-indicators {
	position:absolute;
	top:80%;
}
#btnStart {
	background-color: transparent;
	color:#FFF;
	border-color:#FFF;
}
#btnStart:hover {
	transition: background-color 0.3s;
	background-color: rgba(255, 255, 255, 0.271)
}
#btnOmoss {
	background-color:#FFFFFF;
	color:#000000;
	border-color:#000000;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*
#myCarousel {
    width: 100%;
}
.carousel-inner .item {
    width: 100%;
	height:1440px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-indicators {
	position:fixed;
	top:80%;
}
*/
.bg1 {
    background-image:url(../img/welcome/bg1.jpg); }
.bg2 {
    background-image: url(../img/welcome/bg2.jpg);}
.bg3 {
    background-image: url(../img/welcome/bg3.jpg);}
.bg4 {
    background-image: url(../img/welcome/bg4.jpg);}
.bg5 {
    background-image: url(../img/welcome/bg5.jpg);}
.bg6 {
    background-image: url(../img/welcome/bg6.jpg);}
.bg7 {
    background-image: url(../img/welcome/bg7.jpg);}
.bg8 {
    background-image: url(../img/welcome/bg8.jpg);}
.bg9 {
    background-image: url(../img/welcome/bg9.jpg);}
.bg10 {
    background-image: url(../img/welcome/bg10.jpg);}
.bg11 {
    background-image: url(../img/welcome/bg11.jpg);}

	
body.kontakt {
	background-image:url(../gallery/murar/mur12_a.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
div.kontakt {
	background-color:#FFFFFF;
	min-height:300px;
	margin-top:0%;
	opacity:0.8;
	z-index:1;
}
#kontaktinfo a:link {
	color:#000000;
	text-decoration:none;
}
#kontaktinfo a:visited {
	color:#000000;
	text-decoration:none;
}
#kontaktinfo a:hover {
	color:#959595;
	text-decoration:none;
}
