  @font-face {
	font-family: "ABeeZee";
	src:url('../fonts/ABeeZee-Regular.otf') format("opentype");
  }
  @font-face {
	font-family: "Amatic";
	font-weight: 400;
	font-style:normal;
	src:url('../fonts/AmaticSC-Regular.ttf') format("truetype");
  }
  @font-face {
	font-family: "Amatic";
	font-weight: 700;
	font-style:normal;
	src:url('../fonts/AmaticSC-Bold.ttf') format("truetype");
  }
  
#holder
{
	font-family: 'ABeeZee',arial,sans-serif;
	min-height:100%;
	color:#414141;
}

#navigation
{
	background:#FFF;
	font-family: 'ABeeZee',arial,sans-serif;
	font-size: 120%;
	position:fixed !important;;
	top:0px;
	left:0px;
	right:0px;
	padding-top:0px;
	z-index:10;
	border-top:2px solid #A79489;
	

	height:150px;
	margin-top:0px;
	background-image:url(../img/tassen.png);
	background-repeat:no-repeat;
	background-size: 20% auto;
	background-position: 6% bottom;
	text-align:right;
}
#navbuttons a
{
	padding:6px;
	border-top:0px;
	padding-left:18px;
	padding-right:18px;
	color:#FFF;
	background-color:#A79489;
	text-decoration:none;
	margin-top:0px;
	font-weight:400;
	font-size:1.2rem;
	border-radius:0px 0px 10px 10px;
	transition-property: all;
  	transition-duration: 0.4s;
  	-webkit-box-shadow: 1px 2px 1px #CCC; /* webkit browser*/ -moz-box-shadow: 1px 2px 1px #CCC; /* firefox */ box-shadow: 1px 1px 1px #CCC;
}
#navbuttons a:hover,#navbuttons .current a
{
	
	background-color:#98c1d5;
	-webkit-box-shadow: 1px 2px 1px #999; /* webkit browser*/ -moz-box-shadow: 1px 2px 1px #999; /* firefox */ box-shadow: 1px 1px 1px #999;
}
#navigation div
{
	text-align:center;
}

#logo
{
	padding-right:2%;
	height:144px;
	width:auto;
	opacity:1;
	transition-property: opacity;
  	transition-duration: 0.6s;
}
#logo:hover
{
	opacity:0.7;
}
#logobar-small
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:10;
	border-bottom:2px solid #9FC54D;
	height:30px;
	background-color:#FFF;
}
#content
{
   min-height:450px;	
   margin-bottom:25px;
   padding-bottom:40px;
   margin-top:5px;
   padding-left:5%;
   padding-right:5%;
   color:#78675e;;
   font-size:1.2rem;
   line-height:1.28em;
}
#content a
{
	text-decoration:none;
	
	color:#78675e;
	border-bottom:1px solid #78675e;
	transition: all 300ms;
}
#content a:hover
{
	border-bottom:1px solid #98c1d5;
	color:#98c1d5;
}
#content h1
{
	font-family: 'Amatic',arial,sans-serif;
	font-size: 290%;
	font-weight:700;
	margin-top:2px;
	margin-block-start: 2px;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-block-end:20px;
	color:#78675e;
	line-height:1.3em;
}
#content h6
{
	font-family: 'ABeeZee',arial,sans-serif;
	font-size: 1.4em;
	line-height: 1.30em;
	color:#FFF;
	margin-bottom:2px;
	margin-top:6px;
	font-weight:300;
	color:#78675e;
}
#footer
{
	border-top:3px solid #FFF;
	background:#A79489;
	font-family: 'ABeeZee',arial,sans-serif;
	font-size: 95%;
	color:#FFF;
	position:fixed;
	z-index:99;
	bottom:0px;
	height:30px;
}
#footer div
{
	text-align:center;
	padding-top:4px;
}
#footer a
{
	color:#FFF;
	text-decoration:none;
}
.slick-slide img
{
	border:2px solid #FFF;
}
.slideshow img
{
	opacity:1;
	transition-property: opacity;
  	transition-duration: 0.6s;
}
.chocolat-img:hover  
{
	border-bottom:0px solid #FFF;
}
.slideshow img:hover
{
	opacity:0.7;
}
#schaufenster .row
{
	margin-bottom:40px;
	font-size:1.9rem;
	font-weight:400;
}
#kurstermin
{
	
	background-color:rgba(255,255,255,0.8);
	border:1px solid #FFF;
	margin-bottom:24px;
	padding:8px;
	border-radius:2px 2px 2px 2px;
	border-left:0px;
	border-right:0px;
	
}
#kurstermine
{
	background-image: url("../img/homepage.jpg");
	background-position: right; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	margin-bottom:20px;
	
}
.f-dropdown,.f-dropdown.drop-right,.f-dropdown.drop-left,.f-dropdown.drop-top
{
	font-size:1.1rem;
	padding:8px;
	opacity:0.95;
	-webkit-box-shadow: 1px 2px 1px #666; /* webkit browser*/ -moz-box-shadow: 1px 2px 1px #666; /* firefox */ box-shadow: 1px 1px 1px #666;
}
.decent
{
	font-size:1.2rem;
	line-height:1.28em;
}
.infobox
{
	cursor: pointer; 
	cursor: hand;
	position: relative;
	width: 100%;		/* desired width */
	display: table;
}
.infobox:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.infobox_background
{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding:8px;
	margin:6px;
	padding-top:0px;
	border:1px solid #CCC;
	background-repeat:no-repeat;
	-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;
	display: table-cell;

}

#buchungsbutton
{
	border-radius:26px;
	background:#98c1d5;
	font-weight:700;
	color:#FFF !important;
}
#buchungsbutton:hover
{
	background-color:#98c1d5;
}
@media print
{
 #content
 {
   position:absolute;
   top:70px;
   left:0px;
   right:0px;
   
 }
}