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


/* Body */

body {margin:0px;
	padding:0px;
	border:none;
	}


.row {
    margin:0;
    padding:0;
}

/* Basics */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	size:18px;
	font-weight:bold;
	}
	
h2 {
	color:#283583;
	}

h3 {
    font-family: 'Yesteryear', cursive;
    color:#283583;
    font-size:48px;
    text-align:center;
}
	


h4 {
	text-align:center;
	font-size:16px;
	color:#666666;
	font-family: 'Lato', sans-serif; 
	font-weight:300;
	line-height:20px
	}

a {
    color:#283583;
}
	
	
	
.clear {
	clear:both;
	margin: 0;
	padding: 0;
	}
	
	
.abstand {
	width:100%;
	height:40px;
	}
	
	
	
	
/* Layout */


.bildslider1 {
    width:100%;
	height:500px;
	background-image:url(../img/gastzimmer1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
.bildslider2 {
    width:100%;
	height:500px;
	background-image:url(../img/stueberl_neu.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
.bildslider3 {
    width:100%;
	height:500px;
	background-image:url(../img/toscana_aussen.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	}



/* Landingpage */

.center {
	margin:0px auto;
	}
	
	.menueimage {
		text-align:center;
	}
	
	.navibutton {
		width:240px;
		height:160px;
		margin: 0 auto;
		background-image:url(../img/bg_navibilder.jpg);
		padding-top:4px;
		}
		
	.navbild {
		width:220px;
		height:147px;
		margin: 0 auto;
		background-repeat:no-repeat;
		padding-top:105px
		}
		
	.navbanner {
		width:230px;
		height:40px;
		background-image:url(../img/schleife.png);
		background-repeat:no-repeat;
		margin: -5px;
		padding-top:1px;
		}
		
		
	.navilabel {
		width: 200px;
		height:27px;
		margin: 0 auto;
		margin-top:-20px
		}
		
	.navilabel img {
		float:left;
		margin-right:5px;
		}
		
	.navilabel h3 {
		font-size:16px;
		color:#1f497d;
		font-family: 'Lato', sans-serif;
		font-weight:400;
		line-height:1.6;
		}
		
		
	
	
	.shadow {
		height:15px;
		background-repeat:repeat-x;
		background-image:url(../img/schatten.jpg);
		padding-bottom:40px;
		}
		
		
		
	.menuetxt {
		margin: 0 35px 50px 35px;
		}
		
	
	
	.headline h1 {
	text-align:center;
	font-size:30px;
	color:#1f497d;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	margin-top:-10px;
	}
	
	.headline h2 {
	text-align:center;
	font-size:20px;
	color:#666666;
	font-family: 'Lato', sans-serif; 
	font-weight:300;
	line-height:28px;
	margin:-5px 10px 20px 10px;
	}



.topbanner {
	height:31px;
	background-image:url(../img/bg_top.jpg);
	background-repeat:repeat-x;
	}
	
.logotosc {
	width:100%;
	height:100px;
    padding:5px 50px;
	background-position:center;
	background-repeat:no-repeat;
    background-size:contain;
	background-image:url("../img/logo2.jpg");
	}
	
	
.oeffnungsz {
	width:100%;
    text-align:center;
	padding-top:5px;
	}
	
	
	
/* Seite 1 */

.seite1 {
	background-image:url(../img/bg_pattern_linen.jpg);
	width:100%;
	height:700px;
	background-attachment:fixed;
	}
	
.schlagschatten {
	width:100%;
	height:21px;
	background-image:url(../img/schlagschatten.png);
	background-repeat:repeat-x;
	background-position:top;
	}
	
.bttndown_homepage {
	width:100%;
	margin:0 auto;
	background-image:url(../img/bttn_down_homepage.png);
	background-position:center;
	height:27px;
	background-repeat:no-repeat;
	}
	
	
.maps {
	width: 240px;
	margin-bottom:20px;
	background-color:#ffcc00;
	}
	
.container-fluid {
	margin-right: 0px;
	}
	
.maxwith {
	max-with:500px;
	}
	
	

	



.menu_bottom {
	background-image: url(../img/bg_menu_speisekarte.png);
	height:60px;
	width:243px;
	margin:0px auto;
	background-repeat:no-repeat;
}

.download_bttn{
	margin:5px 15px 0 15px;
	float:left;
	display:block;
	width: 50px;
	height:50px;
}


.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.75);
	z-index:1000;
}
/* Inner */
.popup-inner {
	max-width: 700px;
	width: 90%;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
}
/* Close Button */
.popup-close {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: rgba(0,0,0,0.8);
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}
.popup-close:hover {
	-webkit-transform: translate(50%, -50%) rotate(180deg);
	transform: translate(50%, -50%) rotate(180deg);
	background: rgba(0,0,0,1);
	text-decoration: none;
}

.popup-inner {
	height:80%;
	background-image:url(../img/betriebsurlaub.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#ddd;
}

.ui-dialog {
height: 150px;
width:300px;
border: 1px solid #000;
background:#fff;
	
}

.ui-button {
position:absolute;
right:10px;
top:10px;
}

.ui-dialog-title {
font-size:16px;
font-weight:bold;
position:absolute;
top:10px;
left:10px;
}

.ui-dialog-content {
dispay:block;
margin-top:55px;
margin-left:10px;
}

.auszeichnung {
    text-align: center;
    margin-left: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gourmet {
float:left;

}

.tripadv {
float:left;
}




.popup_h1 {
	font-size:20px;
	color:#1f497d;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

.popup_p {
	font-size:16px;
	text-align:center;
}


.popup_wrapper {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.popup_news {
	position:relative;
	width:350px;
	height:350px;
	background-color:#fff;
	background-image: url(../img/bg_betriebsurlaub.jpg);
	background-repeat:no-repeat;
	background-position:50% 85%;
	margin:50px auto;
	padding-top:5px;
}

.sorry {
	text-align:center;
	margin-top: 180px;
	font-size:14px;
	color:#1f497d;
}

.counter {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#1f497d;
}

.speise {
    text-align:left;
    position:relative;
    margin-bottom:20px;
    margin-left:40px;
    margin-right:40px;
}

.speise h2 {
    font-family: 'Lato', sans-serif;
    font-size:24px;
    color:#283583;
}

.preis {
    position:absolute;
    top:0;
    right:0;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    text-align:right;
}



.footer {
    text-align:center;
    margin-top:60px;
    margin-bottom:10px;
}

.footer p {
    margin-top:0px;
    margin-bottom:0px;
}

.footer_logo {
    width: 250px;
    height:50px;
    margin:0 auto;
    background-image:url("../img/logo.jpg");
    background-size:contain;
    background-repeat:no-repeat;
}



.icon_menue {
    height:50px;
    width:50px;
    background-image: url("../img/icon_menue.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    margin:auto;
}

.menue_txt {
    margin-left:0px;
}

.menue_txt h4 {
    font-family:Arial, Helvetica, sans-serif;
	size:12px;
	font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}

.speisekarten_ausw {
    text-align:center;
    margin:0 auto;
}

.pop_inhalt {
    width:80VW;
    position:relative;
}

.bub {
    width:100%;
    height:80VH;
    background-image:url(../img/gurke.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom;
}

.popup_txt {
    width:100%;
}

.popup_txt h1 {
    line-height: 60px;
}

@media screen and (min-width: 992px) {
    .speise {
       margin-left:10px;
    margin-right:10px; 
        
    }
    .toggler {
        padding-right:0px !important;
        padding-left: 0px !important;
    }
    }