/*General*/

html, body {
	margin: 0;
	padding: 0;
	font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.2em;
}

a {
	color: inherit;
	text-decoration: none;
}

.bold {
	font-weight: 600;
}

.top-margin {
	margin-top:1.1em !important;
}

.content {
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
}

.grid-img {
	width: 100%;
}

.clr {
	clear: both;
}

.float-right {
	float: right !important;
}

h1 {
	text-transform: uppercase;
	font-size:2.5em;
	margin-bottom:0.5em;
	margin-top:0.5em;
	line-height:1em;
}

h2 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.two-columns {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 0.6em;
	padding-right: 0.6em;
	width:50%;
	float: left;
}

.three-columns {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 0.6em;
	padding-right: 0.6em;
	width:100%;
	float: left;
}

.four-columns {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 0.6em;
	padding-right: 0.6em;
	width:100%;
	float: left;
}

.six-columns {
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    padding-left: 0.6em;
    padding-right: 0.6em;
	width:100%;
	float: left;
}

.eight-columns {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 0.6em;
	padding-right: 0.6em;
	width:100%;
	float: left;
}

.nine-columns {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 0.6em;
	padding-right: 0.6em;
	width:100%;
	float: left;
}

.push-two {
	/*margin-left: 16.666666%;*/
}

.three-columns-centered {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 0.6em;
	padding-right: 0.6em;
	width:33.333333333%;
	float: left;
	margin-left:66.66666666%;
}

.smaller {
	font-size:0.9em;
}

.brighter {
	background-color: rgba(255, 255, 255, 0.2);
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
}

/*Navigation*/

#navdiv {
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top:0px;
	margin-top: 0px;
	width: 100%;
	height: 70px;
	background-color: rgba(143, 28, 28, 0.8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(143, 28, 28, 0.5)), to(rgba(90, 10, 10, 0.6)));
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	z-index: 100000;
}

#nav {
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	font-weight: 500;
	display: block;
	padding-top:0px;
	margin-top: 0px;
}

#nav ul {
	list-style: none;
	padding:0;
	margin: 0px;
	font-size: 1.2em;
}

#nav ul li {
}

#nav ul li a.nav-link {
	//display: block;
	float: left;
	padding-top:23px;
	margin-top: 0px;
	height:47px;
	width:16.66666%;
	//border-right: 1px solid #333;
	//border-left: 1px solid #333;
	-webkit-box-shadow:    inset 0 0 15px rgba(0, 0, 0, 0.4);
	font-weight: 500 !important;
	text-align: center;
    color:#fff !important;
    font-size: 19.2px;
    box-sizing: content-box;
    line-height: 1;
}

#nav ul li a.nav-link:hover {
	background-color: rgba(0,0,0,0.1);
}

#logo-li {
	float: left;
	margin-top: 0px;
	padding-top:0px !important;
	-webkit-box-shadow:    none !important;
	padding-left:10px !important;
	padding-right:10px !important;
	width:16.666666%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#logo {
	
}

#nav-veranstaltungen {
	padding-top:15px !important;
	height:55px !important;
	letter-spacing: -1px;
}

/*Start*/

@-moz-document url-prefix() {
    #start {
    margin-bottom: -1rem;
    }
}



.banner-image {
	-webkit-box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	background-image: url(img/Hof_TrummerWeine1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	height:20em;
}
.banner-imagehoffest {
	-webkit-box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	background-image: url(img/HoffestBanner2024.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	height:20em;
}
.banner-buschenschank {
	-webkit-box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	background-image: url(img/Buschenschank2025.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	height:20em;
}
#foto-irmgard-hans-trummer {
	width: 70%;
}

/*Wein*/

#wine_h1 {
	margin-top: 0;
	letter-spacing: -1.5px;
}

#wine {
	width:100%;
	background-image: url(img/Wood_02_klein.jpg);
	--webkit-background-size: cover;
	--moz-background-size: cover;
	--o-background-size: cover;
	background-size: auto;
	-webkit-box-shadow: 0 0 20px #000000;
	color: #fff;
	padding-bottom: 1.25em;
}

.winebottle {
	width: 95%;
	margin-top:-14em;
	margin-left:0.625em;
	margin-bottom:0.625em;
}

.wine-text {
	margin-bottom:1em;
}

.winelink {
	-webkit-box-shadow: 0 0 30px #000000;
	text-align: center;
	font-size:1.15em;
	font-weight: 600;
	height:40px;
	padding-top:60px;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom:1.25em;
}

a.winelink:hover {
	-webkit-box-shadow: 0 0 30px rgba(255,255,255,0.5);
}

.overlay {
	display: block;
	background-color: rgba(0,0,0,0.7);
	height: 30px;
	padding-top: 10px;
	display: block;
}

#zweigelt {
	background-image: url(img/Wein_klein/_DSC0370.jpg);
}

#traminer {
	background-image: url(img/Wein_klein/_DSC0255.jpg);
}

#rulaender {
	background-image: url(img/Wein_klein/_DSC0382.jpg);
}

#weissburgunder {
	background-image: url(img/Wein_klein/_DSC0321.jpg);
}

#welschriesling {
	background-image: url(img/Wein_klein/_DSC0372.jpg);
}

#saemling {
	background-image: url(img/Wein_klein/_DSC0364.jpg);
}

.winedetails-brighter {
	display: none;
}



#winedetails {
	min-height:280px;
	opacity:0.8;
	padding-top:170px;
    background-size: cover;
    background-position: center bottom;
}

#winedetails-welschriesling #winedetails {
	background-image: url(img/Wein_gross/_DSC0372.jpg);
}

#winedetails-weissburgunder #winedetails {
	background-image: url(img/Wein_gross/_DSC0321.jpg);
}

#winedetails-saemling #winedetails {
	background-image: url(img/Wein_gross/_DSC0364.jpg);
    background-position: center center !important;
}

#winedetails-traminer #winedetails {
	background-image: url(img/Wein_gross/_DSC0255.jpg);
}

#winedetails-zweigelt #winedetails {
	background-image: url(img/Wein_gross/_DSC0370.jpg);
}

#winedetails-rulaender #winedetails {
	background-image: url(img/Wein_gross/_DSC0382.jpg);
}

.winedetails-text {
	background-color: rgba(0,0,0,0.8);
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-top: 1.2em;
	padding-left:0.6em;
	padding-right:0.6em;
}

.winedetails-heading {
	background-color: rgba(0,0,0,0.8);
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	text-transform: uppercase;
	padding-left:0.6em;
	padding-right:0.6em;
}

.winedetails-bestellen {
	background-color: rgba(0,0,0,0.8);
	border-radius: 10px;
	padding-bottom: 0.3em;
	
	margin-top: 1.1em;
	padding-left:0.6em;
	padding-right:0.6em;
	text-align: center;
	-webkit-box-shadow:    inset 0 0 20px rgba(255, 255, 255, 0.6);
	font-size: 1.2em;
	font-weight: 600;
	
	//padding-top: 0.3em;
	padding-top: 40px;
	height: 83px;
}

/*Buschenschank*/

#buschenschank {
	height:610px;
	background-image:url(img/jause_wide2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-box-shadow: 0 0 20px #000000;
}

.buschenschank-heading {
	background-color: rgba(255,255,255,0.8);
	margin-top: 100px;
}

.buschenschank-text {
	background-color: rgba(255,255,255,0.8);
	padding-bottom:10px;
}

/*Kernoel*/

#kernoel {
	height:610px;
	background-image:url(img/kernoel_wide2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-box-shadow: 0 0 20px #000000;
}

.kernoel-heading {
	background-color: rgba(255,255,255,0.5);
	margin-top: 100px;
}

.kernoel-text {
	background-color: rgba(255,255,255,0.5);
	padding-bottom:10px;
}

/*Spezialitaeten*/

#spezialitaeten {
	padding-bottom: 20px;
}

.spezialitaet {
	-webkit-box-shadow: 0 0 30px #000000;
	text-align: center;
	font-size:1.15em;
	font-weight: 600;
	height:130px;
	padding-top:180px;
	margin-top:20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#limano {
	background-image: url(img/_DSC0284.jpg);
}

#schnaps {
	background-image: url(img/_DSC0275.jpg);
}

.spezialitaet-overlay {
	background-color: rgba(0,0,0,0.6);
	height:115px;
	color:#fff;
	padding-top:15px;
}

.spezialitaet-overlay h2 {
	text-transform: uppercase;
}

/*Veranstaltungen*/

#veranstaltungen {
	background-color: #222;
	-webkit-box-shadow: 0 0 20px #000000;
	color:#fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#veranstaltungen-text {
	padding-bottom: 20px;
	min-height: 270px;
	padding-left:0.6em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#musikkapelle {
	margin-top:-3.75em;
	width: 95%;
}

/*Fotos*/

#fotos {
	-background-color: rgba(130,130,130, 0.2);
	--webkit-box-shadow: 0 0 20px #000000;
}

.foto-link {
	-webkit-box-shadow: 0 0 30px #000000;
	text-align: center;
	font-size:1.15em;
	font-weight: 600;
	height:48px;
	padding-top:150px;
	margin-top:20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    margin-bottom: 20px;
}

a:hover .foto-link {
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,0.7);
}

.foto-overlay {
	background-color: rgba(0,0,0,0.6);
	height:45px;
	color:#fff;
	padding-top:3px;
}

.foto-overlay h2 {
	text-transform: uppercase;
}

#hoffest2014 {
	background-image: url(img/Hoffest-2023.jpg);
}

#hoffest2015 {
	background-image: url(img/Eroeffnung-2025.jpg);
}

#lesefest2014 {
	background-image: url(img/Hoffest-2024.jpg);
}
.gallery {
	-webkit-box-shadow: 0 0 30px #000000;
	text-align: center;
	font-weight: 600;
	height:60px;
	padding-top:110px;
	margin-bottom:20px;
	display: block;
}

.gallery:hover {
	-webkit-box-shadow: 0 0 30px #fff;
}

.gallery-overlay {
	background-color: rgba(0,0,0,0.6);
	height:53px;
	color:#fff;
	padding-top:7px;
}

.gallery-overlay h2 {
	text-transform: uppercase;
}

.gallery-grid {
	width: 100%;
	background-color: rgba(255,255,255, 0.2);
	margin-bottom:20px;
	padding-bottom:1.2em;
	display: none;
}

.gallery-image {
	width: 100%;
}

.gallery-link {
	margin-top: 1.2em;
	display: block;
	text-shadow: 2px 2px 3px #000;
}

.gallery-link:hover {
	-webkit-box-shadow: 0 0 20px #fff;
}

.page-turn-left {
	height: 93px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.page-turn-left span {
	font-size: 1.3em;
}

.page-turn-right {
	height: 93px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: right;
	padding: 0.5em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.page-turn-right span {
	font-size: 1.3em;
}

.page-turn-right:hover {
	background-color: rgba(255,255,255, 0.2);
}

.page-turn-left:hover {
	background-color: rgba(255,255,255, 0.2);
}

.symbol {
	margin-top: 0.7em;
	height:1.6em;
}

.page-turn-symbol-left {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	margin-top: 1em;
	height:0.8em;
}

.page-turn-symbol-right {
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	margin-top: 1em;
	height: 0.8em;
}

.image-turn-symbol-left {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	margin-top: 1em;
	height:0.8em;
}

.gallery-large {
	margin-bottom: 20px;
	height: 635px;
	background-image: url(img/_DSC0275.jpg);
	background-repeat: none;
	background-position: center center;
	background-size:contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-box-shadow:    inset 0 0 50px rgba(0, 0, 0, 1);
	display: none;
	
}

/*Kontakt-Bestellungen*/

#kontakt {
	min-height: 300px;
    padding-top: 2rem;
}

.bestellung-input {
	width: 30px;
	margin-right: 5px;
	font-size: 1em;
}

#bestellung {
	background-color:#eee;
	border: 1px solid #333;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	margin-top: 20px;
}

.kontakt-input {
	background-color:#eee;
	border: 1px solid #333;
	border-radius: 5px;
	margin-left:0;
	margin-top: 15px;
	font-size: 1.3em;
	padding: 5px;
	width: 100%;
	font-weight: 200 !important;
	color:#222;
}

textarea.kontakt-input {
	resize: none;
	height: 140px;
}

.kontakt-submit {
	background-color:#333;
	border: 1px solid #333;
	border-radius: 5px;
	margin-left:0;
	margin-top: 15px;
	font-size: 1.3em;
	padding: 5px;
	width: 100%;
	font-weight: 200 !important;
	color:#fff;
}

#kontakt-left {
}

#map_canvas {
	width: 100%;
	height: 560px;
	-webkit-box-shadow: 0 0 30px #000000;
	margin-top:20px;
	margin-bottom:20px;
}

/*Footer*/

#footer {
	background-color: #222;
	-webkit-box-shadow: 0 0 20px #000000;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

a.red-link {
	//display: block;
	float: left;
	padding-top:23px;
	margin-top: 0px;
	height:40px;
	width:200px; !important-absoluter Wert oder relativer Wert in Prozent - Chrome gibt Prozent falsch aus;
	//border-right: 1px solid #333;
	//border-left: 1px solid #333;
	-webkit-box-shadow:    inset 0 0 15px rgba(0, 0, 0, 0.4);
	font-weight: 500 !important;
	text-align: center;
    color:rgba(143, 28, 28, 0.8); !important;
    font-size: 19.2px;
    box-sizing: content-box;
    line-height: 1;
}
a.red-link:hover {
	color: rgba(180,0,0,0.8);
}
@media screen and (min-width:32em) {
/*General*/
.two-columns {
	width:33.3333333333333%;
}

.four-columns {
	width:50%;
}

/*Start*/
.banner-image {
	height:21em;
}
.banner-imagehoffest {
	height:21em;
}
.winebottle {
	margin-top: -20em;
}

#musikkapelle {
	margin-top:-4.75em;
	width: 70%;
	margin-left: 15%;
}

} /*End @media 32em*/


@media screen and (min-width:40em) {
/*General*/
.three-columns {
	width:33.3333333333333%;
}

/*Start*/
.banner-image {
	height:23em;
}

.banner-imagehoffest {
	height:23em;
}
#start_h1 {
	margin-top:1em !important;
}

.winebottle {
	margin-top: -24em;
}

#musikkapelle {
	margin-top:-4.75em;
	width: 60%;
	margin-left: 20%;
}

} /*End @media 40em*/

@media screen and (min-width:50em) {
/*General*/
.two-columns {
	width:16.66666666%;
}

.three-columns {
	width:25%;
}

.four-columns {
	width:33.333333333%;
}

.six-columns {
	width:50%;
}

.eight-columns {
	width:66.66666666%;
}

.nine-columns {
	width:75%;
}

.push-two {
	margin-left: 16.666666%;
}

.three-columns-centered {
	margin-left:0;
}

/*Start*/
.banner-image {
	height:27em;
}
.banner-imagehoffest {
	height:27em;
}
#start-left {
	margin-bottom: 5.625em;
    display: block;
}

#start_h1 {
	margin-top:1.5em !important;
}

#foto-irmgard-hans-trummer {
	width: 100%;
}

.winebottle {
	width: 100%;
	margin-top:-5.625em;
	margin-left:0.625em;
	margin-bottom:0.625em;
}

#wine_h1 {
	margin-top:2em !important;
}

.kernoel-text {
	width: 66.6666666666666%;
}
.buschenschank-text {
	width: 66.6666666666666%;
}
#musikkapelle {
	float:right;
	margin-top:-4.75em;
	width: 45%;
	margin-left: 1.2em;
}

} /*End @media 50em*/

@media screen and (min-width:56em) {
/*Start*/
.banner-image {
	height:30em;
}
.banner-imagehoffest {
	height:30em;
}
#start_h1 {
	margin-top:2.5em !important;
}

#wine_h1 {
	margin-top:3em !important;
}

} /*End @media 56em*/

@media screen and (min-width:64em) {
/*Start*/
.banner-image {
	height:33em;
}
.banner-imagehoffest {
	height:33em;
}
#wine_h1 {
	margin-top:4em !important;
}

} /*End @media 64em*/

@media screen and (min-width:72em) {
/*Start*/
.banner-image {
	height:35em;
}
.banner-imagehoffest {
	height:35em;
}
} /*End @media 64em*/

@media screen and (min-width:92em) {
/*Start*/
.banner-image {
	height:38em;
}
.banner-imagehoffest {
	height:38em;
}
} /*End @media 64em*/