/* biorhyme-regular - latin */
@font-face {
  font-family: 'BioRhyme';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/biorhyme-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/biorhyme-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/biorhyme-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/biorhyme-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/biorhyme-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/biorhyme-v10-latin-regular.svg#BioRhyme') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* unifrakturcook-700 - latin */
@font-face {
  font-family: 'UnifrakturCook';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/unifrakturcook-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/unifrakturcook-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/unifrakturcook-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/unifrakturcook-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/unifrakturcook-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/unifrakturcook-v17-latin-700.svg#UnifrakturCook') format('svg'); /* Legacy iOS */
}
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{
	box-sizing: content-box;
	height: 0;
	border: 1px dashed rgb(105,75,35);
	width: 62%;
	margin: 2em 0;
}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/**/

/*font-family: 'Lato', sans-serif;
font-family: 'BioRhyme', serif;
font-family: 'UnifrakturCook', cursive;*/
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
}
*, *:before, *:after, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: rgb(80,30,0);
	height: 100%;
	font: 400 1em/1.375 'Lato', sans-serif;
	position: relative;
	background: rgb(255,255,255);
}
table, td {	border: 0px; 	margin: 0px;	padding: 0px;	vertical-align: top;	border-collapse: collapse;	border-spacing: 0px;}
iframe { 	border: 0px;	margin: 0px;	padding: 0px;}
img {
	border: 0;
	margin: 0;
	padding: 0em;
	vertical-align: top;
}
a {	color: inherit;	outline: none;}
a:hover {
	color: rgb(130,0,0);
	text-decoration: underline;
}
strong { font-weight:700;}
.clear { 	clear: both;	line-height: 0px;	height: 0px;}
.clear:after {     content:"";    display:block;    clear:both;}
/*-------------------------------------------------------------------------------------*/
main *, nav, nav *, .logo, .logo *, header {
	-webkit-transition: all 0.15s;
	transition: all 0.15s;}
header {
	margin: 0 auto;
	z-index: 20;
	text-align: center;
	position: relative;
	padding: 1rem;
} 
.logo {
	z-index: 10;
	margin: auto;
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.logo a { text-decoration:none;}
.logo img { width: 60px; height: auto;}
.logo .special {
	font-size: 2.75em;
	color: rgb(130,0,0);
	font-family: 'UnifrakturCook', cursive;
	font-weight: 700;
}
/*----------------------------------------------------------------*/
.bild {
	z-index: 1;
	position: relative;
	padding: 0;
	margin: auto;
	width: 100%;
	padding-top: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bild img {
	width: 100%;
	margin: 0 auto;
	height: auto;}
/*----------------------------------------------------------------*/
main {
	position: relative;
	padding: 0;
	margin: auto;
}
.content {
	margin: 0 auto;
	padding: calc(1em + 0.5vw + 0.5vh);
	max-width: 1200px;
}
.content-23, .content-13, .content-12, .full { margin-bottom: 2em; }
.bg-beige { background-color:rgb(242,237,233);}
.trauben { background-image:url(../images/grapes-5375481_1920.png); background-repeat:no-repeat; background-position:right bottom; background-size:32%;}
/**/

.button {
	text-decoration: none !important;
	padding: 8px 12px;
	border-radius: 4px;
	display: inline-block;
	background-color: rgb(242,237,233);
}
.button:hover { color:#fff; background-color:rgb(130,0,0);}
.button.rot{ color:#fff; background-color:rgb(130,0,0);}
.button.rot:hover  {
	background-color: rgb(238,223,191);
	color: rgb(130,0,0);
	box-shadow: 2px 2px 5px rgba(130,0,0,0.5);
}
.button.grau {	color:rgb(130,0,0); background-color: rgb(242,237,233);}
.button.grau:hover { color:#fff; background-color:rgb(130,0,0);}
/**/
.preise td {
	padding: 0.25em;
	border: 1px solid rgba(113,69,26,0.5);
}
/**/
.angebote > .content-12 { position:relative; padding:1.5em; }
.angebote > .content-12:after { content:''; box-shadow:  0px 0px 0.5em rgba(0,0,0,0.25); position:absolute; top:0.5em; right:0.5em; bottom:0.5rem; left:0.5em; z-index:-1; }
.angebote > .content-12:hover::after { box-shadow:  0px 0px 1em rgba(0,0,0,0.5);  }
.mfp-iframe-holder .mfp-content { max-width:380px !important; min-height:260px !important;}
.angebote p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.angebote ul,.angebote ol{
	padding-left: 20px;
	margin: 0px;
	display:block;
}
.angebote img{
	width:auto;
	max-width:100%;
	height:auto !important;
}
.datum{
	font-size:0.9em;
	margin-bottom:5px;
}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.galerie ul {
	list-style: none;
	margin: auto;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
}
.galerie ul li {
	list-style: none;
	padding: 8px;
	flex: 0 0 50%;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.galerie ul li a {
	display: block;
	position: relative;
	overflow:hidden;
	border:1px solid rgba(130,0,0,0.25);
}
.galerie ul li img {
	height: auto;
	width: 100%;
}
.galerie ul li a img:hover {
	transform: scale(1.05);
}
/*----------------------------------------------------------------*/
footer{
	padding: 1em 1em 4em 1em;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color: rgb(130,0,0);
	color: rgb(250,230,210);
}
footer a { text-decoration-color: rgba(75,75,75,0.25);}
footer a:hover, footer a:focus {
	text-decoration-color: rgba(0,102,51,0.75);
	color: rgb(130,0,0);
}
footer ul { list-style:none; margin:auto; padding:0; margin:0; display:flex; flex-flow:row wrap; justify-content:center; }
footer ul li {
	display: inline-block;
	flex: 0 0 auto;
	padding: 1rem; 
	padding: calc(0.5rem + 0.5vw + 0.5vh);
}
footer .small { font-size:15px;}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: 400;
	font-size: 1em;
}
h1 {
	font-size: 1.5rem;
	color: rgb(130,0,0);
	line-height: 1.25em;
	font-family: 'BioRhyme', serif;
}
h2 {
	font-size: 1.25em;
	color: rgb(130,0,0);
	font-weight: 700;
}
h3 {
	font-size: 1.125rem;
	font-weight: 700;
}
.red {	color: rgb(130,0,0);}
.special {font-family: 'BioRhyme', serif;}
/*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0 auto;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
	display: block;}
input, textarea {
	position: relative;
	border: 1px solid rgb(75,75,75);
	width: 95%;
	padding: 0px 0.25em;
	color: #000;
	height: 2em;
	font: normal 1em/1.25em 'Lato', sans-serif;
	border-radius: 0.25em;
	margin: 0 4px 4px 0;
}
textarea {	height: 170px;}
input:focus, textarea:focus {	border: 1px solid rgb(190,22,34);}
.send {
	margin: 0 auto;
	border-radius: 0.25em;
	cursor: pointer;
	height: 2.5em;
	text-decoration: none;
	font: 700 1em 'Lato', sans-serif;
	border: 2px solid #fff;
	background-color: rgb(130,0,0);
	color: rgb(242,237,233);
	padding: 0.25em 1.5em;
}
.send:hover, .send:focus {
	background-color: #F2EDE9;
	color: rgb(130,0,0);
	border-color: rgb(130,0,0);

}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 8px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;}
.pflicht {
	line-height: 15px;
	color: #B41412;
	font-weight: 700;}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
      /*                      MEDIA QUERY                  */
/*----------------------------------------------------------------*/
@media only screen and (min-width: 640px) {
	.bild { padding-top:300px;}
	.logo .special {
	font-size: 3.25em;}
}
/*----------------------------------------------------------------*/
@media only screen and (max-width: 766px) {
	header {	background-image: url(../images/bg-header.jpg);}
	.adresse { border-bottom:2px solid rgb(130,0,0); padding-bottom:1rem; margin-bottom:1rem; background-image:url(../images/grapes-5375481_1920.png); background-repeat:no-repeat; background-position:right top; background-size:32%;}
	#menuToggle {
	display: block;
	position: fixed;
	top: 0.5rem;
	left: 0.5rem;
	width: 44px;
	z-index: 10;
	padding: 8px 0 4px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(130,0,0);
	z-index: 50;
	}
	#menuToggle input {
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		top: -7px;
		left: -5px;
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 200 !important; /* and place it over the hamburger */
		-webkit-touch-callout: none;
	}
	/* Just a quick hamburger */
	#menuToggle span {
	display: block;
	width: 34px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
	transform-origin: center;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
	}
	
	/* Transform all the slices of hamburger into a crossmark */
	#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(6px, 6px);
	}
	/*hide the middle one */
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: scale(0.1, 0.1) rotate(360deg);
	}
	/* the last one go the other direction */
	#menuToggle input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(6px, -6px);
	}
	/*	 * Make this absolute positioned at the top right of the screen	 */
	#menu {
	position: fixed;
	width: 100%;
	margin: 0;
	padding: 1.5em;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */	  
	transform-origin: 0% 0%;
	transform: translate(0%, -300%);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	background-color: rgb(130,0,0);
	background-size: 500%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-bottom: 3px solid rgb(75,75,75);
	box-shadow: 0 0 100px rgb(75,75,75);
	}
	#menuToggle input:checked ~ ul {
		transform: scale(1.0, 1.0);
		opacity: 1;	}
	nav, nav ul, nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	postition: relative;
	text-align: center;
		}
	nav ul li a {
	text-decoration: none;
	padding: 0 0.5em;
	margin: 4px auto;
	display: inline-block;
	font-size: 1rem;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: rgb(255,255,255);
		}
	
	nav a:hover, nav a:focus, nav a.aktiv {
	color: rgb(255,255,255);
	text-decoration: none;
	background: rgb(235,211,183) url(../images/bg-navigation.jpg);
	}
	nav a i { font-style:normal;}
}
/*  ////////////////////////////////////////////////////////////////////////////  */
@media only screen and (min-width: 767px) and (max-width: 840px){
	nav a i { display:none;}
	}
@media only screen and (min-width: 767px){
	.bild { padding-top:400px;}
	.logo img { width: 80px; }
	.sticky nav {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
	.sticky .logo  { transform: scale(0.01);}
	
	
	.flex { display:flex; flex-flow: row wrap; width:100%;}
	.flex > div { flex: 1 1 auto; padding:1em;}
	
	.content-23 { width:62%;}
	.content-13 { width:38%;}
	.content-12 { width:50%;}
	.full { width: 100%;}
	.adresse {background-image:url(../images/bg-header.jpg); align-self:flex-start;}
	/*--------------------------*/
	.navilogo { display:none;}
	#menuToggle input {
		display: none;
	}
	#menuToggle {
		margin: 0 auto;
		position: relative;
	}
	nav {
	text-align: center;
	margin: 0 auto;
	line-height: 2.5em;
	z-index: 500;
	/* [disabled]max-width: 1600px; */
	background: rgb(153,102,0) url(../images/bg-navigation.jpg);
	}
	nav ul {
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	nav ul li {
		margin: 0;
		padding: 0;
		flex: 0 0 auto;
	}
	nav a {
	font-size-adjust: none;
	display: block;
	margin: 0 0.25em;
	padding: 0 0.5em;
	text-decoration: none;
	color: #fff;
	}
	nav a:hover, nav a.aktiv {
	position: relative;
	text-decoration: none;
	background-color: rgb(80,30,0);
	color: rgb(255,255,255);
	}
	nav i { font-style:normal;}
}

@media only screen and (min-width: 1200px){	
	.logo img { width: 100px; }
	nav { font-size:1.125rem;}
	.bild { padding-top:500px;}
}
@media only screen and (min-width: 1600px){	
	.bild { padding-top:600px;}
}

/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
#totop {
	position: fixed;
	z-index: 150;
	right: calc(1vw + 1vh);
	bottom: calc(3vw + 3vh);
	text-decoration: none;
	opacity: 0;
	padding: 2px 12px 8px 12px;
	margin: 0;
	border-radius:100%;
	color: rgb(255,255,255);
	background-color: rgb(130,0,0);
	box-shadow: 0 0 10px rgb(80,30,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#totop:hover {
	color: rgb(255,255,255);
	background-color: rgb(130,0,0);
}
#totop.show { cursor: pointer;	opacity: 1.0;}
/*---------------------------------------------------------------------------------------*/
::-moz-selection { background-color: rgb(80,30,0); color:rgb(255,255,255);}
	 ::selection { background-color: rgb(80,30,0); color:rgb(255,255,255);}
/* { background-color:rgba(0,0,0,0.05);}*/
