@charset 'UTF-8';
/* lato-regular - latin */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 400;
 src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
 src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


/* staatliches-regular - latin */
@font-face {
 font-family: 'Staatliches';
 font-style: normal;
 font-weight: 400;
 src: url('../fonts/staatliches-v3-latin-regular.eot'); /* IE9 Compat Modes */
 src: local('Staatliches Regular'), local('Staatliches-Regular'), url('../fonts/staatliches-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/staatliches-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/staatliches-v3-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/staatliches-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/staatliches-v3-latin-regular.svg#Staatliches') format('svg'); /* Legacy iOS */
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: 'Lato', sans-serif;
	line-height: 1.4em;
	font-size: 1.4em;
	opacity: 1;
	overflow-x: hidden;
	animation: fadeIn 0.55s ease;
}
html { min-height: 100%; }
body { height: 100%; position: relative; }

.parallax-window {
	min-height: 400px;
	background: transparent;
}
#parallax-top {
  height: 400px;
}

#parallax-empty {
  height: 150px;
}
.glyphicon {
	margin-right: 8px;
}
.fill {
	height: 50vH !important;
}
.row {
	height: 50vH;
	line-height: 0.8em;
}

/* Front page */
div.front-page .park {
	background: url(../img/park.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px;
	font-size: 16px;
	width: 100vH;
	display: table-cell;
	vertical-align: bottom;
}
div.front-page .shop {
	background: url(../img/shop.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px;
	font-size: 16px;
	width: 100vH;
	display: table-cell;
	vertical-align: bottom;
}
div.front-page .galerie {
	background: url(../img/galerie.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px;
	font-size: 16px;
	width: 200vH;
	display: table-cell;
	vertical-align: bottom;
}
div.front-page .events {
	background: url(../img/events.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px;
	font-size: 16px;
	width: 100vH;
	display: table-cell;
	vertical-align: bottom;
}
div.front-page .tlogo {
	background: url(../img/tile-logo2.png) no-repeat center center;
	background-size: cover;
	height: auto;
	width: 100%;
	color: #fff;
	padding: 40px;
	font-size: 16px;
	width: 200vH;
	display: table-cell;
	vertical-align: bottom;
}
div.front-page .kontakt {
	background: #892200;
	background-size: cover;
	height: auto;
	width: 100%;
	color: #fff;
	padding: 40px;
	font-size: 16px;
	width: 100vH;
	display: table-cell;
	vertical-align: middle;
}
div.front-page .tlogo, div.front-page .park, div.front-page .events, div.front-page .galerie, div.front-page .shop {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: 0.3s;
}
div.front-page .tlogo:hover, div.front-page .park:hover, div.front-page .events:hover, div.front-page .galerie:hover, div.front-page .shop:hover {
	-webkit-filter: grayscale(0.7);
	filter: grayscale(0.7);
	transition: 0.3s;
}
div.front-page .events h2, div.front-page .tlogo h2, div.front-page .park h2, div.front-page .galerie h2, div.front-page .shop h2 {
	color: #fff;
	text-shadow: 2px 2px 10px black;
}

.clear {
	clear: both;
}
.myover {
	overflow: hidden;
	background: #892200;
}
a.btn {
	margin: 60px 0;
	text-transform: normal;
	letter-spacing: 0.1em;
	color: #fff !important;
	font-size: 1.0em !important;
	background: #C17A53 !important;
	border: 1px solid #C17A53;
	text-decoration: none;
}
a.btn:hover {
	color: #C17A53 !important;
	border: 1px solid #C17A53;
	background: #ffc9ac !important;
	text-decoration: none !important;
}
.content ul li {
	margin: 10px 0 0 20px;
}
.nav-logo {
	width: auto;
	height: 20%;
}
.wrapper {
	margin: 0px auto;
	width: 1000px;
	clear: both;
}
div#Header {
	margin: 0px auto;
	font-size: 14px;
	position: fixed;
	top: 0px;
	width:100%;
	color: #fff;
	height:60px;
	display: block;
	border-bottom: 0px solid #fff;
	background: #861900;
	z-index: 9999;
}
.rt-logo-block {
	position: absolute;
	z-index: 9990;
	margin-left: -34px;
	transition: top 0.2s ease 0s;
}
a#rt-logo {
	display: block;
	width: 180px;
	height: 190px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) url(../img/logo.png) no-repeat scroll 50% 0 !important;
	transition: all 0.3s ease 0s;
}
div#Teaser {
	width: 100%;
	/*text-align: center;*/
}
.teasertext {
	font-family: 'Staatliches', sans-serif;
	font-style: normal !important;
	/*text-align: center;*/
	color: #444 !important;
	/*padding: 60px 50px 0px 50px;*/
	background: #fff;
	font-size: 1.4em !important;
	line-height: 1.4em !important;
}
.content {
	margin: 0px auto;
	width: 1000px;
	/*padding: 40px 50px 50px 50px;*/
	padding: 40px 0px 50px 0px;
	font-size: 22px;
	color: #444;
	line-height: 1.6em;
	clear: both;
	/*text-align: center;*/
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	display: block;
}
.content h2 {
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
a, a:link {
	color: #C17A53;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #C17A53;
	text-decoration: underline;
}

a.tile {
	text-decoration: none;
}
a.tile:hover, a.tile:focus {
	text-decoration: none;
}

.container {
	border: 8px solid #ffc9ac;
	border-width: 8px 0 8px 0;
	position: relative;
	top: -50px;
}
/* HAUPT NAVIGATION
----------------------------------------- */

div.header-nav-menu {
	font-family: 'Staatliches', sans-serif;
	position: relative;
	display: block;
	top: 0px;
	height: 40px;
	text-align: center;
}
div.header-nav-menu ul {
	height: 40px;
}
div.header-nav-menu ul li {
	/*float: left;*/
	display: inline-block;
	list-style: none;
	line-height: 37px;
	background: none;
	border-right: 0px solid #000;
}
div.header-nav-menu ul li a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 60px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 5px 10px;
	margin: 0 7px 0 7px;
	border-top: 6px solid #861900;
	transition: 0.2s;
}
div.header-nav-menu ul li a:hover, div.header-nav-menu ul li a:focus {
	color: #EECD00;
	cursor: pointer;
	transition: 0.2s;
	border-top: 6px solid #EECD00;
}
div.header-nav-menu ul li.current-menu-item a, div.header-nav-menu ul li a.section, div.header-nav-menu ul li a.section:hover, div.header-nav-menu ul li.current-menu-item a:hover {
	color: #EECD00;
	border-top: 6px solid #EECD00;
}
div.header-nav-menu > ul li.menu-item-has-children {
	position: relative;
	display: inline-block;
}
ul.sub-menu {
	display: none;
	position: absolute;
	min-width: 260px;
	left: -76px;
	z-index: 1;
}
div.header-nav-menu > ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
div.header-nav-menu > ul ul {
	margin-top: -6px;
}
div.header-nav-menu > ul ul li {
	width: 100%;
}
div.header-nav-menu > ul ul li a {
	padding-left: 0px;
	display: block;
	background: #861900;
	border-bottom:1px solid #C17A53;
	color: #fff;
}
div.header-nav-menu > ul ul li a:hover {
	font-weight: normal;
	display: block;
	color: #EECD00;
	background: #861900;
}

/* Galerie */
.hero {
	position: absolute;
	top: 55vH;
	left: 50%;
	z-index: 20;
	color: #fff;
	text-align: center;
	text-transform: normal;
	line-height: 1.4em;
	font-size: 0.8em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.hero h2 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.0em;
	margin: 0 0 0.4em 0;
	padding: 0;
	text-transform: uppercase;
}
section.galerie {
	position: relative;
	width: 100%;
	height: 100vH;
	margin: 0;
	padding: 0;
	display: block;
}
/*#Weingut {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}*/
section.galerie .item {
	margin: 0;
	padding: 0;
	margin: 0% 0 0% 0;
}
section.galerie .carousel, .item, .active {
	height:100%;
}
section.galerie .carousel-inner {
	height:100%;
}
section.galerie .carousel {
	margin-bottom: 0px;
}
section.galerie .carousel-caption {
	z-index: 10;
}
section.galerie .carousel .item {
	background-color: #777;
}
section.galerie .carousel .carousel-inner .bg {
	background-repeat:no-repeat;
	background-size:cover;
	background-color: #C17A53;
}
/*
section.galerie .carousel .carousel-inner .bg1 {
	background-image:url(../img/galerie.jpg);
	background-position: center top;
}
section.galerie .carousel .carousel-inner .bg2 {
	background: #C17A53;
	background-position: center 50px;
	background-attachment: fixed;
}
section.galerie .carousel .carousel-inner .bg3 {
	background-image:url(../img/shop.jpg);
	background-position: center bottom;
}
section.galerie .carousel .carousel-inner .bg4 {
	background: #C17A53;
	background-position: center 50px;
	background-attachment: fixed;
}
section.galerie .carousel .carousel-inner .bg5 {
	background-image:url(../img/park.jpg);
	background-position: center bottom;
}*/


/* Footer
----------------------------------------- */

div#Footer {
	margin: 40px auto 0 auto;
	font-size: 14px;
	width:100%;
	color: #fff;
	height: auto;
	padding: 3px 0 10px 0;
	display: block;
	background: #892200;
	z-index: 99;
	text-align: center;
	line-height: 1.8em;
}
div#Footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	white-space: nowrap;
}

div#Footer a:hover { color: #fff; text-decoration: underline; }
div#Footer .mlinks ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
}
div#Footer .mlinks ul li { display: inline-block; }
div#Footer .mlinks ul li:nth-child(1n+2)::before { content: ' | '; }
div#Footer p { margin: 0px; }
div#Footer.galerie {
  position: fixed;
  bottom: 0;
}


/* ---------------------*/
/* Other */

/*h1 {
	font-family: 'Staatliches', sans-serif;
	font-size: 1.4em;
	position: relative;
	top: -60px;
	font-weight: normal;
	color: #fff;
	width: 50%;
	margin: 0 auto;
	background: #C17A53;
	line-height: 68px;
	text-transform: normal;
}*/
.woo h1,
.content h1 {
	font-family: 'Staatliches', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #C17A53;
	line-height: 68px;
	text-transform: normal;
}
h2 {
	font-family: 'Staatliches', sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	margin: 32px 0 12px 0;
	letter-spacing: 0.0em;
}
.woo h2,
.content h2 {
	font-family: 'Staatliches', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	font-size: 1.3em;
	color: #333;
	line-height: 32px;
	margin: 36px 0 10px 0;
}
.content h3 {
	font-family: 'Staatliches', sans-serif;
	text-transform: uppercase;
	line-height: 32px;
}
h3 {
	font-size: 0.9em;
	color: #C17A53;
	font-weight: normal;
	margin: 32px 0 12px 0;
}
h4 {
	font-family: 'Staatliches', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #444;
	margin-bottom: 12px;
	margin-top: 2px;
	line-height: 32px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#mobile-header {
	display: none;
}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #960808;
  z-index: 9990;
}
#TobiMenu {
  width: 4em;
  height: 5em;
  position: absolute;
  right: 0px;
  top: 1.3em;
  cursor:pointer;
}
#TobiMenu span {
  font-size: 32px;
}
/* Toby Spezial */
#mySidenav {
  background: #960808;
  display: none;
  /*overflow: hidden;*/
}
#mySidenav .nav-logo {
  height: 95px;
}
#mySidenav ul.sub-menu {
  display: unset;
  position: unset;
  left: unset;
  z-index: unset;
  min-width: unset;
}

.sidenav {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.4s;
  z-index: 9999;
  text-align:center;
}
.sidenav a {
  font-family: 'Staatliches', sans-serif;
  width: 240px;
  display: block;
  margin: 0 auto;
  height: 6%;
  margin-top: 8px;
  text-decoration: none;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}
.sidenav a:hover {
	color: #f2d400;
	display: block;
	transition: 0.3s;
}
.closebtn {
	position: absolute;
	top: 6px;
	right: -80px;
	font-size: 56px !important;
	margin-left: 50px;
}
a.closebtn {
	border-bottom: 0px solid #C17A53 !important;
}
a.closebtn:hover {
	border-bottom: 0px solid #C17A53 !important;
}

/* WCF7 */
.wpcf7-textarea, 
.wpcf7-text { width: 100%; }

/* Blog */
body.archive article header figure.featured-image img { width: 100%; height: auto; }

/* Sidebar */
aside.sidebar #sidebar-content .widget {
  margin: 0px 0px 10px 0px;
}

@media only screen and (min-width: 480px) and (max-width: 1025px) {
  .parallax-window {
	min-height: 400px;
  }
  .tlogo {
	background: url(../img/tile-logo3.png) no-repeat center center;
  }
  .fill {
	height: auto;
	width: 350vH !important;
  }
  .content {
	padding: 40px 50px 0px 50px;
  }
  .row {
	height: auto;
  }
  div.header-nav-menu {
	display: none;
  }
  .content h2 {
	text-align: center;
  }
  #mobile-header {
	display: block;
  }
  .wrapper, .content {
	width: 100%;
  }
  div#Teaser {
	top: 0;
	padding: 60px 40px 20px 40px;
  }
  .rt-logo-block {
	position: absolute;
	left: 50%;
	margin-left: -55px;
	transition: top 0.2s ease 0s;
  }
  a#rt-logo {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) url(../img/logo-res.png) no-repeat scroll 50% 0 !important;
	transition: all 0.3s ease 0s;
  }
  div.myover div [class*="col-"] {
	text-align: center;
	width: 100% !important;
	padding: 0px 0px !important;
	font-size: 28px;
	background: none;
	color: #000;
  }
}

/* Gutenberg Blocks */
.wp-block-media-text__media img, .wp-block-media-text__media video {
  width: 100%;
  height: auto;
}
.wp-block-image img, .wc-block-grid__products .wc-block-grid__product-image img { height: auto; }

@media only screen and (max-width: 479px) {
  .parallax-window {
	min-height: 400px;
  }
  .hero {
	line-height: 1.2em;
	font-size: 0.6em;
	top: 60vH;
  }
  .tlogo {
	background: url(../img/tile-logo3.png) no-repeat center center;
  }
  .fill {
	height: auto;
	width: 200vH;
  }
  .row {
	height: auto;
  }
  .rt-logo-block {
	position: absolute;
	left: 50%;
	margin-left: -55px;
	transition: top 0.2s ease 0s;
  }
  a#rt-logo {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) url(../img/logo-res.png) no-repeat scroll 50% 0 !important;
	transition: all 0.3s ease 0s;
  }
  div.header-nav-menu {
	display: none;
  }
  #mobile-header {
	display: block;
  }
  div.container-full {
	background: none !important;
  }
  .wrapper, .content {
	width: 100%;
  }
  .content {
	font-size: 0.5em;
	padding: 15px 25px 15px 25px;
  }
  .content h2 {
	font-size: 1.2em;
	text-align: center;
	margin: 10px 0 4px 0;
	line-height: 25px;
  }
  .content h3 {
	text-align: center;
	margin: 20px 0 10px 0;
	line-height: 22px;
  }
  div#Teaser {
	top: 0;
	padding: 40px 40px 30px 40px;
	font-size: 0.7em !important;
	line-height: 1.4em;
	text-align: center !important;
	-ms-hyphens: auto !important;
	-webkit-hyphens: auto !important;
	hyphens: auto !important;
  }
  h4 {
	font-size: 18px;
  }
  div.myover div [class*="col-"] {
	text-align: center;
	width: 100% !important;
	padding: 0px 0px !important;
	font-size: 28px;
	background: none;
	color: #000;
  }
  div#sozial-fb { width: 100%; }
}
div.myover div [class*="col-"] {
 text-align: center;
 padding: 0px 0px;
 font-size: 28px;
 background: none;
 color: #333;
}

@keyframes fadeIn {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
