body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #fff;
  line-height: 1.6;
}

/*Welcome text message in Pictures*/
.stern-orange {
background: rgba(210,100, 15, 0.8) !important;
}

.stern-small-caps{
  font-variant: small-caps;
}

.stern-tg{
  margin-top: 0.5em;
  margin-left: 0.5em;
}

.stern-margin{
 margin-top:50px	;
 margin-bottom:20px;
}
.stern-disclaimer {
 font-family:Georgia, serif;
  font-variant: small-caps;
color:#fff!important;
text-shadow: 2px 2px 0 #444;
}

.stern-creme {
background: rgba(255,240, 200, 0.5)
}

.stern-creme-voll {
background: rgba(255,240, 200, 1)
}


.stern-footer {
	position: fixed;
	 height: 2.5rem; 
  left: 0;
  bottom: 0;
  width: 100%;
}

.stern-table-row {
width:11%;
}

.stern-line-height-normal{
	  line-height: 1.0 !important;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 1140px) {
  .stern-tel {
     display: none !important; 
  }
}

.w3-animate-right {
    position: absolute;
    animation: animateright 2s;
}

/* Create a Parallax Effect */
.bgimg-0, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 , .bgimg-5 , .bgimg-6 , .bgimg-7 , .bgimg-8 , .bgimg-9 , .bgimg-10 , .bgimg-11, .bgimg-12, .bgimg-13{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}


	.bgimg-0 {
	  background-image: url('../img/restaurant.jpg');
	  min-height: 100%;
	}

	.bgimg-1 {
	  background-image: url("../img/stefanwolfgang3.jpg");
	  min-height: 100%;
	}

	.bgimg-2 {
	  background-image: url("../img/leber.jpg");
	  min-height: 100%;
	}
	
	.bgimg-3 {
	  background-image: url('../img/zimmer35.jpg');
	  min-height: 100%;
	}

	.bgimg-4 {
	  background-image: url("../img/nebenzimmer.jpg");
	  min-height: 100%;
	}

	.bgimg-5 {
	  background-image: url("../img/collage.jpg");
	  min-height: 100%;
	}
	
	.bgimg-6 {
	  background-image: url("../img/schmorgericht.jpg");
	  min-height: 100%;
	}

	.bgimg-7 {
	  background-image: url("../img/jacobsmuscheln.jpg");
	  min-height: 100%;
	}
	
	.bgimg-8 {
	  background-image: url('../img/kuechlein.jpg');
	  min-height: 100%;
	}

	.bgimg-9 {
	  background-image: url("../img/visitenkarte.jpg");
	  min-height: 100%;
	}

	.bgimg-10 {
	  background-image: url("../img/familie.jpg");
	  min-height: 100%;
	}
	
	.bgimg-11 {
	  background-image: url("../img/weinprobe.jpg");
	  min-height: 100%;
	}
	
	.bgimg-12 {
	  background-image: url("../img/handtuch.jpg");
	  min-height: 100%;
	}	
	
	.bgimg-13 {
	  background-image: url("../img/haus.jpg");
	  min-height: 100%;
	}
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
   /* min-height: 400px;*/
  }
}

