/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* RESET :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
 
fieldset,img {  
	border:0; 
}
 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}
 
ol,ul { 
	list-style:none; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

a, a:hover {
	text-decoration: none;
}

.strong, strong {
    font-weight: bold;
}

/* clearfix */
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: block;
}

@font-face {
    font-family: 'Sabon';
    src: url('/media/newsletter/fonts/SabonNextLTPro-Italic.eot?&890102208330#iefix') format('embedded-opentype'),
         url('/media/newsletter/fonts/SabonNextLTPro-Italic.otf?a7d3fdabc6c5') format('opentype'),
         url('/media/newsletter/fonts/SabonNextLTPro-Italic.woff?fbcbe6ccc187') format('woff'),
         url('/media/newsletter/fonts/SabonNextLTPro-Italic.ttf?fbcbe6ccc187') format('truetype'),
         url('/media/newsletter/fonts/SabonNextLTPro-Italic.svg?8c056599d14c#Sabon') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'raleway';
    src: url('/media/newsletter/raleway/raleway-bold-webfont.eot?b3b6e14e3f8d');
    src: url('/media/newsletter/raleway/raleway-bold-webfont.eot?&b3b6e14e3f8d#iefix') format('embedded-opentype'),
         url('/media/newsletter/raleway/raleway-bold-webfont.woff2?b3b6e14e3f8d') format('woff2'),
         url('/media/newsletter/raleway/raleway-bold-webfont.woff?b3b6e14e3f8d') format('woff'),
         url('/media/newsletter/raleway/raleway-bold-webfont.ttf?b3b6e14e3f8d') format('truetype'),
         url('/media/newsletter/raleway/raleway-bold-webfont.svg?b3b6e14e3f8d#ralewaybold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('/media/newsletter/raleway/raleway-regular-webfont.eot?b3b6e14e3f8d');
    src: url('/media/newsletter/raleway/raleway-regular-webfont.eot?&b3b6e14e3f8d#iefix') format('embedded-opentype'),
         url('/media/newsletter/raleway/raleway-regular-webfont.woff2?b3b6e14e3f8d') format('woff2'),
         url('/media/newsletter/raleway/raleway-regular-webfont.woff?b3b6e14e3f8d') format('woff'),
         url('/media/newsletter/raleway/raleway-regular-webfont.ttf?b3b6e14e3f8d') format('truetype'),
         url('/media/newsletter/raleway/raleway-regular-webfont.svg?b3b6e14e3f8d#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* GRUNDKONFIGURATION ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */




html{
	font-size:100%;
	height: 100%;
}

body{
	height: 100%;
	min-height: 100%;
    font-family: raleway, Trebuchet MS, sans-serif;	color:#000;
    font-size: 13px;
    line-height: 18px;
    background: url('/media/images/bg2.png?5ba1045bf722') center bottom;
    background-color: #FAFAF9;
}

/*#webContainer h1,*/
.webContainer h1 a {
	background: url('/media/newsletter/images/logo.gif?b502df561673') no-repeat center -19px;
	height: 81px;
	width: 100%;
    display: block;
	margin-bottom: 20px;
    margin-top: -20px;
}

h2 {
    font-family: Sabon, Georgia, serif;
    font-style: italic;
    margin-bottom: 5px;
	font-size: 26px;
	float: left;
	line-height: 30px;
    margin-top: 12px;
    color: #8b7d68;
}

h3 {
    font-family: Sabon, Georgia, serif;
	font-size: 14px;
	font-style: italic;
	float: left;
	padding-left: 10px;
	_padding-left: 0px;
	*padding-left: 0px;
	_line-height: 25px;
	*line-height: 25px;
}

a {
    color: #8b7d68;
}

a:hover {
    text-decoration: underline;
}

form label {
    display: inline-block;
    width: 100px;
}

form p {
    margin-bottom: 5px;
}

/*.bgImg{
    position: fixed;
    left: 0;
    top: 0;
    height: 750px;
    width: 100%;
    z-index: 0;
}
*/
/* Floatings :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.left {
	float: left;
}

.center {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.centered {
	margin: 0px auto;
}

.overflow {
	overflow: hidden;
    text-indent: -999px;
	font-size: 0px;
	line-height: 0px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    align-items: center;
}
#map_instance {
    min-height: 360px;
    margin-top: 2rem;
} 
/* Container ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.webContainer{
    padding-bottom: 32px;
    width: 1024px;
    margin: 0 auto;
    position: relative;
    background-color: #FAFAF9;
}

.inhaltContainer{
    padding-top: 50px;
    width: 520px;
    position: relative;
    float: left;
}

.inhaltContainer li.eintrag {
    clear: both;
}

/* Hauptnavi */
.navContainer {
    line-height: 18px;
    padding-top: 43px;
    width: 253px;
    float: left;
    text-align: center;
}

.navContainer a {
    font-size: 13px;
    line-height: 18px;
	color: #8B7D68;
}

.navContainer a:hover {
    color: black;
    text-decoration: none;
}

.navContainer li.navItem:before,
.navContainer li.newsletter:before {
    display: block;
    content: "----- • + • -----";
    color: #8B7D68;
    padding: 0px 0 2px;
}

.navContainer li.newsletter:before {
    color: black;
}

.navContainer li:nth-child(2):before {
    display: none;
}

.navContainer li.selected a,
.navContainer .langs a.selected,
.navContainer li.active a,
.navContainer .langs a.active {
    color: #000;
}

.navContainer li.langs {
    margin-bottom: 89px;
}

.navContainer .langs,
.navContainer .langs a {
    font-size: 11px;
    color: #000;
}

.navContainer .newsletter {
    margin-top: 23px;
    color: #000;
}

.navContainer .newsletter a {
    color: #000;
}

.navContainer .newsletter p {
    font-size: 11px;
    line-height: 13px;
}

.eventsContainer {
    width: 248px;
    padding-top: 150px;
    float: left;
    text-align: center;
}

.eventsContainer .richtext {
    padding: 0 10px;
}

.eventsContainer .event-images {
    padding: 0 15px;
}
.eventsContainer .event-images h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.eventsContainer .event-images li {
    padding-top: 15px;
}

/* Bildernavi */
.bilderNav{
    width: 520px;
    *width: 539px;
}

.bilderNav ul li img{
    height: 78px;
    width: 118px;
    padding-right: 16px;
    padding-bottom: 16px;
    float: left;
}

.bilderNav ul li{
    _height: 78px;
    *height: 78px;
    _width: 118px;
    *width: 118px;
    _float: left;
    *float: left;
    *padding-right: 16px;
    *padding-bottom: 16px;        
}

.bilderNav .last{
    padding-right: 0px;
    *float: left;
}

.bilderNav .second{
    padding-bottom: 0px;
}

.downloads li {
    margin: 0 16px 16px 0;
    float: left;
    width: 160px;
    text-align: center;
}

.downloads li.last {
    margin-right: 0;
}

.downloads a {
    text-decoration: none;
}


/* Inhalte ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*li.eintrag{
    padding-bottom: 15px;
}
*/

.linie {
    border-bottom: 1px solid #8b7d68;
    width: 550px;
    margin-left: -15px;
    margin-bottom: 9px;
    _margin-bottom: 5px;
    *margin-bottom: 5px;
    margin-top: 15px;
    _margin-top: 2px;
    *margin-top: 2px;
    clear: both;
}


li:last-child .linie,
li.last .linie {
    display: none;
}

li:last-child .linieforced,
li.last .linieforced,
.cms li:last-child .linie,
.cms li.last .linie {
    display: block;
}


li .subtitel {
    margin-bottom: 13px;
    _margin-bottom: 15px;
    *margin-bottom: 15px;
}

.richtext a {
    text-decoration: underline;
}

.richtext p.intro {
    font-family: Sabon,Georgia,serif;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 25px;
}

/* Galerie :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.galerie{
    height:345px;   
    position:relative;
    width:520px;
    margin-bottom: 13px;
    _margin-bottom: 10px;
    *margin-bottom: 10px;
}

/*.galerie .subInfo{
    position: absolute;
    background: url('/media/images/infoBg80.png?9141ca9ad41e') repeat scroll 0 0 transparent;
    _background-image: none;
    _background-color: #ffffff;
    margin: 5px;
    _margin-top: -8px;
    *margin-top: -8px;
    padding: 10px;
    width: 490px;
    max-height: 315px;
    z-index: 6;
    overflow: auto;
    /*display: none; einblenden*/
}
*/
.galerie .slideshow {
}

.galerie .slideshow img{
    position: absolute;
    left: 0px,
    top: 0px;
    /*display: none;*/
}

/*
.slideshow ul li{
    display: none;
}
*/

.slideshow ul li .active{
    z-index: 1;
    /*display: true;*/
}

.galerie .prev,
.galerie .next{
    width: 20px;
    height: 20px;
    z-index: 999;
    position: absolute;
    top: 160px;
}

.galerie a.prev{
    background: url('/media/images/pfeil_prev.png?9141ca9ad41e') no-repeat scroll 0 0 transparent;
    _background-image: url('/media/images/pfeil_prev.gif?9141ca9ad41e');
    *background-image: url('/media/images/pfeil_prev.gif?9141ca9ad41e');
    left: 10px;
}

.galerie a.next{
    background: url('/media/images/pfeil_next.png?9141ca9ad41e') no-repeat scroll 0 0 transparent;
    _background: url('/media/images/pfeil_next.gif?9141ca9ad41e');
    *background: url('/media/images/pfeil_next.gif?9141ca9ad41e');
    right: 10px;
}

.galerie a.prev:hover{
    background: url('/media/images/pfeil_prev_hov.png?9141ca9ad41e') no-repeat scroll 0 0 transparent;
    _background: url('/media/images/pfeil_prev_hov.gif?9141ca9ad41e');
    *background: url('/media/images/pfeil_prev_hov.gif?9141ca9ad41e');
}

.galerie a.next:hover{
    background: url('/media/images/pfeil_next_hov.png?9141ca9ad41e') no-repeat scroll 0 0 transparent;
    _background: url('/media/images/pfeil_next_hov.gif?9141ca9ad41e');
    *background: url('/media/images/pfeil_next_hov.gif?9141ca9ad41e');
}

.subNav a.selected,
.subNav a.active {
    text-decoration: underline;
}

/* News ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.newsitem h2 {
    margin-bottom: -5px;
}

/* WeinListe ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wines h3 {
    float: none;
    color: #8b7d68;
}

.wines .wine {
    clear: both;
    border-top: 1px solid #8b7d68;
    padding: 15px 0;
    position: relative;
}

.wines .wine h3 {
    font-family: raleway, Trebuchet MS, sans-serif;
    font-style: normal;
    font-size: 15px;
    padding-left: 0px;
}

.wines .wine .sub {
    margin-bottom: 20px;
}
.wines .wine .subNav {
    padding: 14px 0 0 0;
}

.wines .wine .left {
    margin-left: 16px;
    width: 50px;
}

.wines .wine .right {
    width: 420px;
}

.wines .wine .subInfo p.fact strong {
    display: block;
    width: 150px;
    float: left;
}
.wines .wine .subInfo p.fact span {
    display: block;
    width: 150px;
    float: right;
}


/* ContactMap ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.mapContainer {
    width:519px;
    height: 344px;
    background-color: white;
    margin-bottom: 16px;
}

/* Video ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.richtext .video {
    position: relative;
}

.richtext .video iframe {
    border: none;
}

.richtext .video img {
    position: absolute;
    top: 0px;
    right: -115px;
    width: 100px;
    height: 40px;
}
