html {
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img{
	max-width: 100%;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
p{
	font-size: 20px;
	font-weight:lighter;
	margin-top: 0px;
	margin-bottom: 1.5em;
}
li{
	font-size: 20px;
	font-weight:lighter;
}
b, strong{
	font-weight: bold;
}
h1, h2{
	margin: 0px 0px 15px 0px; 
	font-family: 'Merriweather', serif;
	font-weight:600;
	color: #7A2446;
	text-decoration: none;
	font-size: 36px;
}
h3,h4,h5,h6{
	margin: 0px 0px 15px 0px; 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color: #7A2446;
	text-decoration: none;
	font-size: 28px;
	text-transform: none;
}
.white{
	color: #fff;
}
.white h1,.white h2,.white h3,.white h4,.white h5,.white h6{
	color: #fff;
}
.grey{
	color: #8b8c8f !important;
}
.dgrey{
	background-color: #C4C4C5 !important;
	padding: 30px 0;
}

a, a:visited{
	text-decoration: none;
	list-style:none;
	color: inherit;
}
.textcenter{
	text-align: center;
}
body{
	background-color:#f1f1f1;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	margin: 0 auto;
	line-height: 1.5;
}
.entry-content, .entry-header{
	padding: 0px !important;
}

#masthead{
	width: 100%;
	height: auto;
	background-color:#fff;
	position:relative;
	text-align: center;
}
.begrenzung-top{
	width: auto;
	position:relative;
	margin:0 auto;
	text-align:center;
	padding: 0 40px;
	display: inline-block;
	vertical-align: middle;
}

.headerbild{
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	text-align: right;
	width: 220px;
}
.headerbild a{
	display: block;
	line-height: 0;
	height: 100%;
}
.headerbild img{
	height: 100%;
	width: auto;
}
.menu_open{
	display: none;
}
#logo-header{
	position: relative;
	width: 200px;
	z-index: 9;
	float: left;
	margin: 10px 40px 10px 0;
}
#logo-header a{
	display: block;
}
.inner_header{
	float: right;
	text-align: right;
}

#languages {
	display: inline-block;
}
#languages a { 	
	color: #ccc;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	text-transform: lowercase;
	font-size: 12px;
	display: block;
	padding: 0;
}
#languages .active{ 	
	background-color: transparent!important;
	content: none!important;
}
#languages .active a{ 	
	color:#434344!important;
}
#languages .active::after{ 	
	content: none!important;
}
.abstandlanguage {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.menu_box{
	display: block;
	margin-top: 10px;
}
.nav-menu {
    display: block;
    margin: 0 auto;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-menu li{
    margin-left: 20px;
	float: left;
  	position: relative;
}
.nav-menu li:first-child{
	margin: 0 auto;
}
.nav-menu li a {
    color: #434344;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing:2px;
	display: block;
	font-weight: 400;
}
.nav-menu li .sub-menu{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background-color: rgba(127, 41, 44, 0.9);
	color: #fff;
	padding: 25px !important;
	text-align: left;
	display: none;
}
.nav-menu li:hover .sub-menu{
	display: block;
	left: auto;
	top: 60px;
}
.sub-menu li{
	border-bottom: 1px solid #fff;
	margin: 0 0 15px;
	height: auto !important;
	float: none;
	display: block;
}
.sub-menu li a{
	color: #fff;
	width: 300px !important;
	height: auto !important;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a{
	color:#7A2446 !important;
}




.bild-top {
    position: relative;
    width: 100%;
    height: 60vh; /* oder auto + aspect-ratio wenn du willst */
    overflow: hidden;
	margin:0;
}
/* Bild als echtes IMG mit object-fit */
.bild-top-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* Overlay + Text-Container */
.text-bild {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); /* 0.3 Schwarz */
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertikal */
    text-align: center;
    padding: 20px; /* falls lange Zeilen */
    box-sizing: border-box;
}
/* Innerer Text-Wrapper */
.text-bild-inner {
    color: #fff;  /* falls Text hell sein soll */
    font-size: 50px; /* anpassen falls nötig */
	font-family: 'Merriweather', serif;
}
.single-top{
	width: 88%;
}
.content-news{
	width: 100%;
	min-height: 200px;
	position:relative;
	padding: 70px 15px;
}
.begrenzung_news h1{
	color:#7A2446;
	margin-bottom: 35px;
	font-size: 45px;
}
.content-news-single{
	width: 100%;
	min-height: 200px;
	position:relative;
	background-color: #fff;
	padding: 40px 15px;
	position:relative;
}
.content-news-single h1, .content-news-single h4, .text-news h4,.text-news-home h2{
	color: #7A2446;
}
.content-news-single h1{
	margin-bottom: 35px;
}
.content-news-single h4{
	font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.content-center{
	text-align: center;
}
.information{
	width: 100%;
	background-color:#7A2446;
	text-align:center;
	padding:50px 20px;
	position:relative;
	z-index:2;
}
.info-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
/* Drei Spalten nebeneinander ab 800px */
@media (min-width: 800px) {
    .info-boxes .box {
        flex: 0 0 33.333%;
        box-sizing: border-box;
        padding: 0 10px; /* optional */
    }
}
/* Darunter z.B. 2 Spalten */
@media (max-width: 799px) and (min-width: 501px) {
    .info-boxes .box {
        flex: 0 0 50%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}
/* Mobil 1 Spalte */
@media (max-width: 500px) {
    .info-boxes .box {
        flex: 0 0 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}
.info-boxes .box {
    text-align: center;
}
.info-boxes .box img {
    display: block;
    margin: 0 auto 10px;
    max-width: 90px;
    height: auto;
}
.info-boxes .box h3 {
    margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
}
/* Linien links + rechts bei Box 2 */
.info-boxes .box2 {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
/* Hover-Effekt */
.info-boxes .box a {
    display: block;
    transition: 0.3s ease;
}
.info-boxes .box:hover img {
    transform: scale(1.1);
    transition: 0.3s ease;
}
.info-boxes .box:hover h3 {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s ease;
}

.content-text{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	height:440px;
	padding:90px;
	position:relative;
	z-index:2;
}
.text{
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.5);
	height:100%;
	text-align:center;
	padding: 40px 15px;
}
.kontakt{
	width: 100%;
	padding: 60px 0px;
	position:relative;
	z-index:2;
	
}
.kontakt h2{
	color: #fff;
}
#colophon{
	width: 100%;
	background-color: #7A2446;
}
.kontakt-spalte{
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
}
.kontakt-links{
	margin-bottom: 50px;
}
.kontakt-spalte p{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
.kontakt_press{
	display: block;
	float: none;
	padding-top:50px;
	margin-top: 50px;
	border-top: 1px solid #dcdcdc;
}
#wrapper-socialmedia {
  position: relative;
  width: auto;
  display: block;
  clear: both;
  padding-top: 50px;
	line-height: 0;
}
#wrapper-socialmedia a{
	display: inline-block;
}
.footer-links {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 20px 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}

.footer-links a:hover {
    background: #fff;
    color: #000;
}
.socialicon{
	width:40px;
	height: 40px;
}

.marken-ausen{
	display: inline-block;
	vertical-align: middle;
    height: 150px;
    padding: 10px;
    width: 14%;
}
.spez_logo{
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.marken-galerie-bild {
    height: 100%;
	position: relative;
}
.marken-galerie-bild img {
    right: 0;
    top: 0;
	left: 0;
	bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding-top: 0;
    position: absolute;
}
.bildergalerie-marken{
	margin: 10px 0px;
}
.marken-galerie-bild a{
    display: block;
    height: 100%;
    width: 100%;
}
.sponsoren{
	width: 100%;
	background-color: #fff;
	height:auto;
	text-align:center;
	color: #7A2446;
	padding-top: 60px;
	position: relative;
	z-index:2;
	padding-bottom: 30px;
}
.titel-sponsoren{
	position: relative;
}
.dash1{
	bottom: 20px;
    position: absolute;
    left: 75px;
}
.dash2{
	bottom: 20px;
    position: absolute;
    right: 75px;
}


.fixed{
	position: fixed !important;
	top: 0px !important;
}
.dash{
	border-bottom: 1px solid rgba(139, 140, 143, 0.5);
	width: 100px;
	margin: 0 auto;
	margin-bottom: 35px;
}
.dash_footer{
	border-bottom: 1px solid rgba(139, 140, 143, 0.5);
	margin: 0 auto;
	margin-bottom: 35px;
}
.titel-sponsoren h1{}
.news-home{
    float: left;
    margin-bottom: 30px;
    margin-right: 5%;
    position: relative;
    width: 30%;
	background-color: #fff;
	padding:15px;
    border-top: 2px solid;
}
.no-margin{
	margin: 0;
}
.bild-news-home{  
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 165px;
    left: 0;
    width: 100%;
	margin: 15px auto 0;
}
.text-news-home{ 
    width: 100%;
	color: #fff;
	height:auto;
	text-align:center;
}
.news{
    float: left;
    margin-bottom: 30px;
    margin-right: 5%;
    position: relative;
    width: 30%;
	background-color: #fff;
	padding:15px;
	height:365px;
    border-top: 2px solid;
}
.news:last-child{
	margin: 0;
}
.bild-news{  
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 165px;
    left: 0;
    width: 100%;
	margin: 0 auto
}
.text-news{ 
    width: 100%;
	color: #fff;
	height:auto;
	text-align:center;
}
.more-news{
	width: 100%;
	padding: 65px;
}
.begrenzung_news{
	max-width: 1150px;
	margin:0 auto;
	text-align:center;
}
.begrenzung_news_single{
	max-width: 720px;
	margin:0 auto;
	text-align:center;
}
.begrenzung_news_single a{
	color: #7A2446;
}
.button-news{
	background-color: #fff;
    border: 1px solid rgba(139, 140, 143, 0.7);
    font-size: 16px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    width: 140px;
	padding: 5px;
	color: #8b8c8f;
	text-transform: uppercase;
	margin-bottom:50px;
}
.button-news:hover{
	background-color: rgba(139, 140, 143, 0.7);
    border: 1px solid #FFF;
	color: #fff;
}
.button_news_single{
	background-color: #fff;
    border: 1px solid rgba(139, 140, 143, 0.7);
    font-size: 18px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    width: 250px;
	padding: 5px;
}
.button_news_single a{
	display:block
}
.button_news_single:hover{
	background-color: rgba(139, 140, 143, 0.7);
    border: 1px solid #fff;
	color: #fff !important;
}
.pagination {
    clear:both;
    position:relative;
    font-size:16px; /* Pagination text size */
    line-height:13px;
	margin: auto;
	display:table;
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#7A2446; /* Pagination text color */
    background: #fff; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
   
    background: #7A2446; /* Pagination background on hover */
}
.pagination a:visited, .pagination a:focus{
	color: #6d6e71;
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #7A2446; /* Current page background */
	color: #fff;
}

.gutter-sizer{
	width: 30px;
}
.item {
	width: calc(33.33% - 20px);
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	padding: 0 15px;
	border-top: 2px solid;
	margin: 0 10px 30px;
}
.item a{
	color: #7A2446;
}
.comments-area{
	text-align:left;
}
.logged-in-as{
	display: none;
}
.comment-list{
	margin: 0 0 40px;
}
.kommentare_logo{
	position: absolute;
	left:20px;
	bottom:20px
}
.content_events{
	width: 100%;
	min-height: 200px;
	position:relative;
	padding: 70px 15px;
	color: #6d6e70;
	background-color: #fff;
}
.begrenzung_events{
	max-width: 1050px;
	position:relative;
	margin:0 auto;
}
.event{
	color: #424243;
}
.event h2{
 color: #7e272a;
 font-weight:bold;
 text-transform: uppercase;
}
.formular{
	width:100%;
}
input{
	width: 100%;
}
.full{
	width: 100%;
	clear: both;
}
.half{
	width:calc(50% - 20px);
	float:left;
	margin-right: 20px;
}
.third{
	width:30%;
	float:left;
	margin-right: 5%;
}
.last{
	margin-right: 0px;
	float: right;	
}
.zustimmungen{
	margin-top: 15px;
	float:right;
	width: 75%;
}
.zustimmungen a{
	color: #7A2446;
}
.zustimmungen input{
	width: auto;
}
.full-width input{
	width: 180px;
	height:45px;
	background-color: #7A2446;
	margin-top:10px;
}
.little{
	width: 17%;
	float:left;
}
.little input{
	width: 50%;
	float:left;
}
.zweibilder-wrapper {
    display: flex;
    gap: 30px; /* Abstand zwischen den Bildern */
}
/* gemeinsame Bildbox */
.zweibilder-wrapper .bild {
    flex: 1;                 /* beide füllen Breite */
    height: 400px;           /* Höhe definieren (oder variable Höhe wenn du willst) */
    overflow: hidden;
    position: relative;
}
/* IMG für beide */
.zweibilder-wrapper .bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* rechtes Bild quadratisch erzwingen */
.zweibilder-wrapper .bild-rechts {
    aspect-ratio: 1 / 1;
    flex: 0 0 auto; /* rechte Box soll ihre Quadrat-Form behalten */
    width: 400px;   /* gleich wie height, kann angepasst werden */
}
/* linkes Bild automatisch gleiche Höhe */
.zweibilder-wrapper .bild-links {
    flex: 1; /* nimmt restliche Breite ein */
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #7A2446;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    box-shadow: none;
    text-shadow: none;
	color: #fff;
	border-radius: 10px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    box-shadow: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
	border-radius: 5px;
}

.dash_formular{
	border-bottom: 5px solid #7A2446;
	margin: 60px 0px;
}
.tabs-menu {
   clear: both;
    float: left;
    height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
	width: 100%;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #7A2446;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
    background-color: #fff;
    border: 1px solid #d4d4d1;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
	max-width: 700px;
}

.tab-content {
     padding: 20px;
    display: none;
	width: 100%;
	max-width: 700px;
}

#tab-1 {
 display: none;   
}
.begrenzung_events h1{
	color:#7A2446;
	margin-bottom: 35px;
	font-size: 45px;
	text-align:center;
}
.event_box{
border-bottom: 1px solid #8b8c8f;
	margin: 20px 0px;
}

.event_day_box h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:40px;
	color: #424243;
	text-align:left;
}
.event_box:last-child{
	border-bottom: 0px solid #8b8c8f !important;
	margin: 0px 0px;
}
.event_day_box h2, .event_day_box h1, .event_day_box p{
	font-family: "Source Sans Pro",sans-serif;
}
.begrenzung1280{
	max-width: 900px;
	position:relative;
	margin:0 auto;
}
.search-submit{
	display: none;
}
.suche{
	position: absolute;
	right: 200px;
	top:30px;
}
.search-field{
	font-family: "Source Sans Pro",sans-serif !important;
}
.search-form input{
	padding-left: 5px;
	width: 170px;
}
.full-width input{
		font-family: "Source Sans Pro",sans-serif !important;
}
.galerie_rahmen{
	width: 17%;
	margin-right: 3%;
	height: 200px;
	float:left;
	margin-bottom: 3%;
}
.galerie{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	background-position:center center;
}
.galerie h2{
	margin-top:90px;
	color: #fff;
}
.galerie_rahmen:last-child{
	margin-right: 0%;
}
.begrenzung_other {
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: left;
	margin-top: 20px;
	padding: 25px;
}
.begrenzung_other h1{
	text-align: center;
}

.table_div{
	display: table;
	width: 100%;
}
.spalte_rahmen{
	display: table-row;
	width: 100%;
}


.spalte p{
	margin: 0px;
}
.spalte {
  display: table-cell;
  padding: 10px 40px 10px 10px;
	width: 33.333%;
}
.sieger .spalte_rahmen .spalte {
	width: 28%;
}
.sieger .spalte_rahmen .spalte:first-child {
	width: 16%;
}
/*.spalte{
	float: left;
	width: 20%;
	padding: 10px;
}*/

.spalte-links-uebersicht p, .spalte-mitte-uebersicht p, .spalte-rechts-uebersicht p{
	margin: 0px;
}
.titel_box{
	margin: 0 auto 40px;
}
.titel_box h1{
	margin: 0 auto;
	color: #7A2446 !important;
	font-weight: 700;
}
.titel_box h2{
	color: #333!important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'Source Sans Pro', sans-serif;
}

.flex_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
	align-items: stretch;
}
/*.jahr_rahmen{
	width: calc(25% - 30px);
	border: 1px solid #424243;
	text-align: center;
}
.jahr_rahmen a{
	padding: 40px 20px;
	display: block;
	height: 100%;
	width: 100%;
}
.jahr_rahmen h2{
    margin: 0 auto;
    text-align: center;
	color: #424243;
	font-weight: 500;
}
.jahrgang{
	color: #7E272A;
	font-weight: 700;
	text-transform: uppercase;
}
.jahr_rahmen svg{
	display: block;
	margin: 10px auto 0;
}
.jahr_rahmen a:hover{
	background-color: #7E272A;
	color: #FFFFFF;
}
.jahr_rahmen a:hover h2, .jahr_rahmen a:hover .jahrgang{
	color: #FFFFFF;
}
.jahr_rahmen a:hover .hover_fill{
	fill: #FFFFFF;
}
.jahr_rahmen a:hover .hover_stroke{
	stroke: #7E272A;
}*/
.jahr_rahmen{
    width: calc(25% - 30px);
    border: 1px solid #424243;
}
.jahr_rahmen a{
    display: flex;
    justify-content: space-between;    /* Text links, SVG rechts */
    align-items: center;               /* vertikal zentriert */
    padding: 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
/* Textblock links */
.jahr_text{
    display: flex;
    flex-direction: column;            /* h2 oben, jahrgang darunter */
    align-items: flex-start;           /* linksbündig */
}
.jahr_rahmen h2{
    margin: 0;
    text-align: left;
    color: #424243;
    font-weight: 500;
}
.jahrgang{
    color: #7A2446;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}
/* Icon rechts */
.jahr_rahmen svg{
    flex-shrink: 0;
    margin-left: 20px;
}
/* Hover-Effekte wie gehabt */
.jahr_rahmen a:hover{
    background-color: #7A2446;
    color: #FFFFFF;
}
.jahr_rahmen a:hover h2,
.jahr_rahmen a:hover .jahrgang{
    color: #FFFFFF;
}
.jahr_rahmen a:hover .hover_fill{
    fill: #FFFFFF;
}
.jahr_rahmen a:hover .hover_stroke{
    stroke: #7A2446;
}




.weinjahr_rahmen{
	width: calc(50% - 30px);
	border: 0;
	text-align: center;
}
.weinjahr_rahmen a{
	padding: 40px 20px;
	display: block;
	height: 100%;
	width: 100%;
}
.weinjahr_rahmen h2{
    margin: 0 auto;
    text-align: center!important;
	color: #fff;
	font-weight: 500;
}
.weinjahrgang{
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.moreinfo{
	border-radius:20px;
	background-color: #fff;
	text-align: center;
	padding: 8px 20px;
	line-height: 1;
	margin: 0;
	color: #3D3D3C;
	margin-top: 20px;
	border: 1px solid #fff;
}
.weinjahr_rahmen a:hover{
	background-color: #666!important;
}
.weinjahr_rahmen a:hover h2, .weinjahr_rahmen a:hover .weinjahrgang{
	color: #FFFFFF;
}
.weinjahr_rahmen a:hover .moreinfo{
	background-color: #7A2446;
	color: #fff;
	cursor: pointer;
}


.titel{
	font-weight: bold;
	color: #333 !important;
}
.background_titel {
  background-color: #fff !important;
  font-size: 20px;
  font-weight: lighter;
  padding: 20px 0 10px;
  display: block;
}
.ganze_breite{
	width: 100% !important;
}
.ausblenden{
	display: none;
}




.begrenzung_other h1, .begrenzung_other h2, .begrenzung_other h3,.begrenzung_other h4,.begrenzung_other h5,.begrenzung_other h6,.begrenzung_other a{
	color: #7A2446;
}
#twitter-widget-0{
	width: 100% !important;
	height: 400px !important;
	margin-top: 10px !important;
}
#programm_menu{
	background-color: #6f6f6e;
    height: auto;
    padding: 20px;
    position: absolute;
    top: 680px;
    width: 236px;
    z-index: 1;
}
.begrenzung_programm{
	width: calc(100% - 236px);
	margin-left: 236px;
}
#menu-menu-event,#menu-menu-event-italienisch{
	margin: 0;
	padding:0;
	list-style:none;
}
#menu-menu-event li,#menu-menu-event-italienisch li{
	border-bottom: 1px solid #fff;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
#menu-menu-event li:last-child{
	border-bottom: 0px solid #fff;
}
.menu-menu-event-container,.menu-menu-event-italienisch-container{
	text-align: center;
}
.menu-menu-event-container ul li a,.menu-menu-event-italienisch-container ul li a{
	text-align: center;
	font-size: 14px;
}

.button_tabelle{
	background-color: #fff;
    border: 1px solid rgba(139, 140, 143, 0.7);
    font-size: 18px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    width: 250px;
	padding: 15px;
}
.fixed_event{
	position: fixed !important;
	top: 150px !important;
}

.button_tabelle a{
	display:block;	
}
.button_tabelle:hover{
	background-color: rgba(139, 140, 143, 0.7);
    border: 1px solid #fff;
}
.center{
	text-align: center;
}


.float-item {
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-align: center;
}
.überschrift{
	text-align:center;
}
.active a{
	color: #7A2446 !important;
}
.padding_tabelle_button{
	padding:5px !important;
}
.padding{
	padding:15px !important;
}
.breadcrumb{
	width:100%;
	background-color:#e6e7e8;
	height: 30px;
}

.breadcrumb .content_center{
	padding:0;
	height: 30px;
}
.breadcrumb_left{
	float:left;
	width:100%;
	text-align:left;
	padding-left:70px;
	font-size:14px;
	height: 30px;
	color: #7A2446;
}	
.breadcrumb_left p{
	margin: 0 !important;
}
.donwload_breadcrum{
	height: 85px;
    padding-left: 10px;
    padding-top: 25px;
}
.box3 .fa-4x {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 80px;
    font-size: 60px;
    margin-bottom: 2px;
    padding: 15px;
}

#abstandfooter{
	width: 100%;
}
.display_none{display: none;}

#staat{
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc;
}






/* /////////////////////////// SHOP /////////////////////////// */
.fullwidth{
	width: 100%;
	height: auto;
	position: relative;
	color: #424243 !important;
}
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 40px;
}
.w960{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.margin_oben{
	margin-top: 80px;
}
.margin_unten{
	margin-bottom: 80px;
}

.shop_auflistung h1{
	color: #7A2446;
	margin-bottom: 35px;
	font-size: 45px;
	text-align: center;
}

.tages_block{
	border-bottom: 3px solid #7A2446;
}
.accordion {
	background-color: transparent;
	border-radius: 0px !important;
	cursor: pointer;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	font-weight: lighter;
	font-size: 40px;
	color: #424243;
	text-align: left;
	font-family: "Source Sans Pro",sans-serif;
	margin-bottom: 0;
	padding: 20px;
}

.active, .accordion:hover {
  background-color: #E6DEDE;
}

.accordion::after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 25px;
  line-height: 0.5;
  margin-top: 20px;
}


.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel .produkt_box_auflistung:last-child{
	border: none;
	padding: 0;
}

.produkt_box_auflistung{
	color: #424243;
	border-bottom: 1px solid #8b8c8f;
	margin-top: 20px;
	padding-bottom: 20px;
}
.produkt_text_box{
	background-color: #E6DEDE;
	padding: 20px;
}
.produkt_box_auflistung .datum{
	font-size: 20px;
	color: #424243;
	text-align: left;
}
.produkt_box_auflistung h3 {
	color: #7e272a;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 25px;
}

.vorschau_text{
  font-size: 20px;
  font-weight: lighter;
  margin-top: 0px;
  
}

.produkt_box_auflistung .cart {
	border-top: none;
	padding-top: 0;
	margin: 30px 0 0;
}
.produkt_box_auflistung .quantity{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.produkt_box_auflistung button{
	display: inline-block;
	vertical-align: middle;
}



/*//////////////////////////// Press //////////////////////////// */
.presse_block{
	margin-top: 100px;
}
.presse_block h2{
	color: #7e272a;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 25px;
	margin-bottom: 30px;
}
.donwload_box{
	text-align: center;
	background-color: #c5c5c5;
	padding: 20px;
}
.donwload_button{
	display: inline-block;
	width: auto;
}
.donwload_button a {
  display: block;
  background-color: #7A2446;
  color: #fff;
  padding: 5px 14px;
  font-size: 14px;
  border-radius: 60px;
  text-transform: uppercase;
}
.donwload_button a:hover{
	
}


.foto_box{
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 25px);
	margin: 0 30px 30px 0;
}
.foto_box:nth-child(3n){
	margin-right: 0;
}
.foto_inner_box{
	line-height: 0;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}
.foto_inner_box a{
	display: block;
	width: 100%;
	height: 100%;
}
.foto_inner_box a img{
	display: none;
}

.pressemitteilung_box{
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 25px);
	margin: 0 30px 30px 0;
	background-color: #c5c5c5;
}
.pressemitteilung_box:last-child, .pressemitteilung_box:nth-child(3n){
	margin: 0 auto;
}
.pressemitteilung_datei{
	padding: 20px 20px 0 20px;
}
.pressemitteilung_datei a{
	display: block;
}
.pressemitteilung_datei img{
	display: block;
	margin: 0 auto 10px;
	height: 40px;
}

.video_box{
	display: inline-block;
	vertical-align: middle;
}
.video_datei{
	line-height: 0;
}
.video_datei video{
	max-height: 400px;
}



.sold_out{
	color: #7e272a;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 20px;
}

.navi-links-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 nebeneinander */
    gap: 30px 30px; /* 30px vertikal & horizontal */
    margin: 30px 0;
}
.navi-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    height: 70px; /* gleiche Höhe für alle, kannst du ändern */
    border: 1px solid #fff;

    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none;

    transition: all 0.3s ease;
}
/* Hover Effekt */
.navi-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
	color:#434344!important;
}


/* ////////// Anfrage ////////// */
.w750{
	max-width: 750px;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
}
.w750 p{
	font-size: 19px;
	font-weight: normal;
}
.einleitung h1, .row h2{
	margin-bottom: 30px;
}


.gruppe{
	margin-bottom: 50px;
}
.row{
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.row label{
	margin-bottom: 5px;
	display: block;
}
.row input, .row select{
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: none !important;
	border-radius: 0 !important;
	padding: 5px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
.row textarea{
	width: 100%;
	border: none !important;
	border-radius: 0 !important;
	padding: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
.w750 h2{
	margin-bottom: 20px;
	text-align: left;
}

.wpcf7-list-item{
	float: none;
	display: block;
}
.wpcf7-list-item input{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.wpcf7-list-item span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.wpcf7-form-control-wrap, .wpcf7-acceptance .wpcf7-list-item, .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{
	margin: 0 auto;
}
.wpcf7-acceptance .wpcf7-list-item input, .wpcf7-acceptance .wpcf7-list-item span{
	vertical-align: top;
}

.row .wpcf7-checkbox .wpcf7-list-item-label{
	width: calc(100% - 30px);
}


.dsgvo_kontaktformular{
	text-align: left;
}
.check_anfrage{
    height: auto;
    clear: both;
    display: inline-block;
    margin-right: 10px;
	vertical-align: top;
	margin-top: 6px;
}
#bereits_teilgenommen{
	margin-top: 6px;
}
.check_anfrage_text {
    display: inline-block;
    width: calc(100% - 40px);
	text-align: left;
}
#Senden{
	display: inline-block;
	width: auto;
	padding: 5px 20px;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
#Senden:hover{
	background-color: #8d3436;
	cursor: pointer;
}

#bereits_teilgenommen .wpcf7-list-item-label{
	display: none;
}

.gruppe_etikette{
	
}
.gruppe_etikette .wpcf7-form-control-wrap{
	display: inline-block;
	vertical-align: top;
}
.gruppe_etikette .besch{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-bottom: 20px;
	width: calc(100% - 40px);
}
.gruppe_etikette .besch p{
	margin: 0 auto;
}
.wpcf7cf_group{
	
}

.wpcf7 .wpcf7-submit:disabled{
	background-color: #ccc;
}

.jpg_besch{
	margin-top: 10px;
	display: block;
}


.woocommerce-error{
	font-size:25px;
}
.woocommerce-error li{
	color:red;
	font-size:22px;
	font-weight: bold;
}

.wpcf7-response-output{
	display: none;
}
.custom_error{
	display: none;
	padding: 25px;
	border: 2px solid #dc3232;
	color: #fff;
	background-color: #dc3232;
}
.invalid .custom_error, .failed .custom_error{
	display: block;
}



/* //////////////////////////////////// Infobox //////////////////////////////////// */
.info_box{
	margin: 0 auto;
	background-color: #7A2446;
	color: #FFFFFF;
}
.info_box .accordion {
  font-weight: lighter;
  font-size: 1.25rem;
  color: #FFFFFF;
  padding: 20px;
  background-color: #7A2446;
}
.info_box .accordion::after {
  color: #FFFFFF;
  margin-top: 8px;
}
.info_box .inner{
	padding: 0 20px 20px;
}

.info_box p, .info_box ul{
	margin: 0 0 15px;
}
.info_box ul{
	padding-left: 20px;
}
.info_box p, .info_box li{
	font-size: 1rem;
}
.info_box p:last-child{
	margin: 0;
}




/* //////////////////////////////////// FITER SUCHE TABELLE //////////////////////////////////// */
.table-filter-wrap {
    margin-bottom: 20px;
}
.table-filter-search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.table-filter-search input[type="text"],
.table-filter-search button {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.4;
	border-radius: 0;
	color:#333;
}
.table-filter-search input[type="text"] {
    flex: 1 1 200px;
}
.table-filter-search button {
    cursor: pointer;
}
.table-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* zentriert */
    gap: 8px;
    width: 100%;
    text-align: center;
	margin-bottom: 40px;
}
.table-filter-buttons button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
	border-radius: 0;
	color:#333;
	flex: 0 0 auto; /* verhindert Dehnen */
	text-transform: uppercase;
}
.table-filter-buttons button.active {
    background: #B46E81;
    color: #fff;
    border-color: #B46E81;
}
/* Optional: etwas Abstand nach unten zur Tabelle */
.table_div {
    margin-top: 15px;
}
.searchbar{
    padding:20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.searchtitel{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#333!important;
}
.titelrow{
	font-weight: bold;
	text-transform: uppercase;
	color:#333;
}
.titelrow .spalte{
	padding: 0 0 0 10px;
}
.titelrow .spalte p{
	margin-bottom: 5px!important;
}
