@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-BoldItalic.woff2') format('woff2'),
        url('../fonts/Mulish-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Italic.woff2') format('woff2'),
        url('../fonts/Mulish-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Light.woff2') format('woff2'),
        url('../fonts/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-LightItalic.woff2') format('woff2'),
        url('../fonts/Mulish-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-MediumItalic.woff2') format('woff2'),
        url('../fonts/Mulish-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lavishly Yours';
    src: url('../fonts/LavishlyYours-Regular.woff2') format('woff2'),
        url('../fonts/LavishlyYours-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
    background-color: #ffffff;
    font-family: 'Mulish';
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
}

.titelbild {
    float: left;
    width: 100%;
    height: 350px;
    background-image: url(../img/titel.jpg);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.video_top {
    float: left;
	width:100%;
	height:400px;
	background:#dddddd;
	z-index:1;
}
.video_wrap {
	float:left;
	width:100%;
	height:400px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}
.video_wrap video {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:400px;
    object-fit: cover;
}
.video_wrap video::-webkit-media-controls-start-playback-button {
    display: none !important;
	pointer-events: none;
	opacity:1 !important;
}
.kopf {
    float: left;
    width: 100%;
    height: 200px;
    background: #ffffff;
    position: relative;
    transition: all 0.2s ease;
    z-index: 995;
}
.kopf.active {
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    height: 90px;
    background: #ffffff;
    z-index: 995;
}

.kopf_wrapper {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}
.kopf a {
    outline: none;
}
.kopf .logo {
    float: left;
    width: 180px;
    height: auto;
    display: inline-block;
    margin: 20px calc(50% - 90px);
    transform: translate(0%,0);
}
.kopf .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.kopf.active .logo {
    float: left;
    width: 120px;
    height: auto;
    display: inline-block;
    margin: 10px 0;
    transform: translate(0%,0);
}
.navigation {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin: 0;
}
.navigation.active {
    float: left;
    width: calc(100% - 120px);
    height: auto;
    text-align: right;
    padding: 10px 0px 10px 0px;
    margin: 25px 0 0 0px;
}
.navigation ul {
    margin: 0 auto;
    list-style: none;
}
.navigation ul li {
    display: inline;
    padding: 0;
    margin: 0 20px 0 0;
}
.navigation ul li:last-of-type { margin: 0 0 0 0; }

.navigation ul li a {
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    color: #746e70;
    outline: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.navigation ul li a:hover {
    background: #f5efe8;
}
.navigation ul li a#hier {
    background: #fea501;
    color: #ffffff;
}
#weingutnav {
    background: #ffffff;
    color: #746e70;
    transition: all 0.3s ease;
}
#weingutnav:hover {
    background: #f5efe8;
}
#weingutnav.active {
    background: #fea501;
    color: #ffffff;
}
#weinstubenav {
    background: #ffffff;
    color: #746e70;
    transition: all 0.3s ease;
}
#weinstubenav:hover {
    background: #f5efe8;
}
#weinstubenav.active {
    background: #fea501;
    color: #ffffff;
}
#aktuellesnav {
    background: #ffffff;
    color: #746e70;
    transition: all 0.3s ease;
}
#aktuellesnav:hover {
    background: #f5efe8;
}
#aktuellesnav.active {
    background: #fea501;
    color: #ffffff;
}
#kontaktnav {
    background: #ffffff;
    color: #746e70;
    transition: all 0.3s ease;
}
#kontaktnav:hover {
    background: #f5efe8;
}
#kontaktnav.active {
    background: #fea501;
    color: #ffffff;
}
.main {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 100px 0;
    background: #ffffff;
}
.main.active {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 140px 0 100px 0;
    background: #fcf9f5;
}
.main_wrap {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}

.startbereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 40px 0;
    transition: all 0.3s ease;
    opacity: 1;
}

.startbereich .text {
    float: left;
    width: 55%;
    height: auto;
    margin: 50px 10% 0 0;
}
.startbereich .text h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
}
.startbereich .text p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}
.startbereich .bild {
    float: left;
    width: 35%;
    height: auto;
    margin: 0 0 0 0;
}
.startbereich .bild img {
    display: block;
    width: 100%;
    height: auto;
    border: solid 5px #ffffff;
    transform: rotate(2deg);
    transition: all 0.3s ease;
}
.startbereich .bild img:hover {
    transform: rotate(0deg) scale(1.1);
}

.weingut_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 40px 0;
    position: relative;
}
.weinstube_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 40px 0;
    position: relative;
}
.aktuelles_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 60px 0 40px 0;
    position: relative;
}
.kontakt_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 60px 0 40px 0;
    position: relative;
}
.anker {
    position: absolute;
    left: 0;
    top: -200px;
    width: 0px;
    height: 0px;
}
.anker.active {
    position: absolute;
    left: 0;
    top: -110px;
    width: 0px;
    height: 0px;
}
.weingut_bilder {
    float: left;
    width: calc(100% - 80px);
    height: auto;
    min-height: 500px;
    margin: 20px 40px 40px 40px;
    position: relative;
}
.weingut_bilder .bilda {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(-1000%);
    transition: all 0.3s ease;
    opacity: 0;
}
.weingut_bilder .bilda.active {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(0%);
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-animation: weingutbilda_ani 1.0s ease;
	-moz-animation: weingutbilda_ani 1.0s ease;
	-o-animation: weingutbilda_ani 1.0s ease;
	animation: weingutbilda_ani 1.0s ease;
}
.weingut_bilder .bildb {
    position: absolute;
    left: 20%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    opacity: 0;
    transform: rotate(2deg) translateX(-1000%);
}
.weingut_bilder .bildb.active {
    position: absolute;
    left: 20%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(2deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbildb_ani 1.0s ease;
	-moz-animation: weingutbildb_ani 1.0s ease;
	-o-animation: weingutbildb_ani 1.0s ease;
	animation: weingutbildb_ani 1.0s ease;
}
.weingut_bilder .bildc {
    position: absolute;
    left: 40%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-2deg) translateX(-1000%);
    opacity: 0;
}
.weingut_bilder .bildc.active {
    position: absolute;
    left: 40%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-2deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbildc_ani 1.0s ease;
	-moz-animation: weingutbildc_ani 1.0s ease;
	-o-animation: weingutbildc_ani 1.0s ease;
	animation: weingutbildc_ani 1.0s ease;
}
.weingut_bilder .bildd {
    position: absolute;
    left: 60%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(1deg) translateX(-1000%);
    opacity: 0;
}
.weingut_bilder .bildd.active {
    position: absolute;
    left: 60%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(1deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbildd_ani 1.0s ease;
	-moz-animation: weingutbildd_ani 1.0s ease;
	-o-animation: weingutbildd_ani 1.0s ease;
	animation: weingutbildd_ani 1.0s ease;
}
.weingut_bilder .bilde {
    position: absolute;
    left: 80%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(-1000%);
    opacity: 0;
}
.weingut_bilder .bilde.active {
    position: absolute;
    left: 80%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbilde_ani 1.0s ease;
	-moz-animation: weingutbilde_ani 1.0s ease;
	-o-animation: weingutbilde_ani 1.0s ease;
	animation: weingutbilde_ani 1.0s ease;
}
.weingut_bilder img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.weingut_bilder .bilda:hover img {
    transform: scale(1.1);
}
.weingut_bilder .bildb:hover img {
    transform: scale(1.1);
}
.weingut_bilder .bildc:hover img {
    transform: scale(1.1);
}
.weingut_bilder .bildd:hover img {
    transform: scale(1.1);
}
.weingut_bilder .bilde:hover img {
    transform: scale(1.1);
}
.weingut_bilder_text {
    position: absolute;
    left: 50%;
    top: 60px;
    width: auto;
    height: auto;
    text-align: center;
    font-family: 'Lavishly Yours';
    font-size: 90px;
    line-height: 110px;
    font-weight: normal;
    opacity: 0.45;
    transition: all 0.3s ease;
    text-transform: none;
    transform: translate(-50%,0%);
}
.weingut_bilder_text.active {
    position: absolute;
    left: 50%;
    top: 60px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 90px;
    line-height: 110px;
    font-weight: normal;
    opacity: 0;
    transition: all 0.3s ease;
    text-transform: none;
    transform: translate(-50%,0%);
}
.weingut_text_bereich {
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.3;
    transform: translateY(60px);
    transition: all 0.3s ease;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}
.weingut_text_bereich.active {
    float: left;
    width: 100%;
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
    -webkit-animation: bereichrein_ani 0.75s ease;
	-moz-animation: bereichrein_ani 0.75s ease;
	-o-animation: bereichrein_ani 0.75s ease;
	animation: bereichrein_ani 0.75s ease;
}
.weingut_text_bereich .links {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 5% 0 0;
}
.weingut_text_bereich .rechts {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 0 0 5%;
}
.weingut_text_bereich h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    position: relative;
    padding: 0 0 20px 0;
}
.weingut_text_bereich h2 span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fea501;;
}
.weingut_text_bereich h3 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 2px 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
}
.weingut_text_bereich p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}
.weingut_text_bild {
    float: left;
    width: 100%;
    height: auto;
    transform: rotate(0deg);
    margin: 15px 0% 0 0%;
}
.weingut_text_bild img {
    display: block;
    width: 100%;
    height: auto;
}
.btncalltoaction {
    background: #777777;
    padding: 10px 25px;
    border: none;
    border-radius: 9px;
    color: #ffffff;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    outline: none;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
    transition: all 0.3s ease;
}
.btncalltoaction:hover {
    background: #fea501;
}

.accordion_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 50px 0 50px 0;
    border-bottom:solid 1px #cccccc;
}
.accordion {
	margin:0;
	padding:0;
}
dt a {
	float:left;
	width:100%;
	height:auto;
	outline:none;
	padding:15px 20px 15px 50px;
	text-decoration:none;
}
.accordion a {
	outline:none;
}
.accordion_bereich .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0 0 0 0px;
	outline:none;
	font-size:24px;
	line-height:32px;
	font-weight:600;
	color:#444444;
	text-transform:uppercase;
	border-top:solid 1px #cccccc;
    margin: 5px 0 0 0;
}

.accordion_bereich .headline:hover {
	color:#fea501;
}
.accordion_bereich .headline img {
	float:left;
	width:80px;
	height:auto;
	margin:0;
	display:inline-block;
}
.accordion_bereich .acc-content {
	float:left;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	padding:10px 20px 30px 50px;
	color:#555555;
	
}
.accordion_bereich .acc-content .image img {
	margin:0 2px 2px 0;
}
.accordion_bereich .headline a {
	color:#444444;
	font-weight:600;
	letter-spacing:0px;
	text-decoration:none !important;
	border-bottom:none !important;
}
.accordion_bereich .headline a:hover {
	text-decoration:none;
	color:#fea501;
}

.accordion_bereich .headline {
	background-repeat:no-repeat;
	background-position:15px center;
	background-image:url('../img/icon_acc_0.png');
}
.accordion_bereich .acc-content img {
	float:left;
	width:100%;
	height:auto;
	display:block;
	margin:22px 0 0 0;
}

.accordion_bereich h3.bezeichnung {
	color:#000;
	padding-top:2px;
	padding-right:40px;
}
.accordion_bereich .acc-content p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.accordion_bereich .acc-content h3 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.accordion_bereich .acc-content ul {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 0 15px 0;
}
.accordion_bereich .acc-content ul li {
    list-style: disc outside;
    float: left;
    width: calc(100% - 15px);
    height: auto;
    padding: 0px;
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 10px 15px;
}
.weinstube_bilder {
    float: left;
    width: calc(100% - 80px);
    height: auto;
    min-height: 500px;
    margin: 20px 40px 40px 40px;
    position: relative;
}
.weinstube_bilder .bilda {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(-1000%);
    transition: all 0.3s ease;
    opacity: 0;
}
.weinstube_bilder .bilda.active {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(0%);
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-animation: weingutbilda_ani 1.0s ease;
	-moz-animation: weingutbilda_ani 1.0s ease;
	-o-animation: weingutbilda_ani 1.0s ease;
	animation: weingutbilda_ani 1.0s ease;
}
.weinstube_bilder .bildb {
    position: absolute;
    left: 20%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    opacity: 0;
    transform: rotate(2deg) translateX(-1000%);
}
.weinstube_bilder .bildb.active {
    position: absolute;
    left: 20%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(2deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbildb_ani 1.0s ease;
	-moz-animation: weingutbildb_ani 1.0s ease;
	-o-animation: weingutbildb_ani 1.0s ease;
	animation: weingutbildb_ani 1.0s ease;
}
.weinstube_bilder .bildc {
    position: absolute;
    left: 40%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-2deg) translateX(-1000%);
    opacity: 0;
}
.weinstube_bilder .bildc.active {
    position: absolute;
    left: 40%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-2deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbildc_ani 1.0s ease;
	-moz-animation: weingutbildc_ani 1.0s ease;
	-o-animation: weingutbildc_ani 1.0s ease;
	animation: weingutbildc_ani 1.0s ease;
}
.weinstube_bilder .bildd {
    position: absolute;
    left: 60%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(1deg) translateX(-1000%);
    opacity: 0;
}
.weinstube_bilder .bildd.active {
    position: absolute;
    left: 60%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(1deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbildd_ani 1.0s ease;
	-moz-animation: weingutbildd_ani 1.0s ease;
	-o-animation: weingutbildd_ani 1.0s ease;
	animation: weingutbildd_ani 1.0s ease;
}
.weinstube_bilder .bilde {
    position: absolute;
    left: 80%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(-1000%);
    opacity: 0;
}
.weinstube_bilder .bilde.active {
    position: absolute;
    left: 80%;
    top: 0;
    width: 20%;
    height: 450px;
    border: solid 5px #ffffff;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(-3deg) translateX(0%);
    opacity: 1;
    -webkit-animation: weingutbilde_ani 1.0s ease;
	-moz-animation: weingutbilde_ani 1.0s ease;
	-o-animation: weingutbilde_ani 1.0s ease;
	animation: weingutbilde_ani 1.0s ease;
}
.weinstube_bilder img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.weinstube_bilder .bilda:hover img {
    transform: scale(1.1);
}
.weinstube_bilder .bildb:hover img {
    transform: scale(1.1);
}
.weinstube_bilder .bildc:hover img {
    transform: scale(1.1);
}
.weinstube_bilder .bildd:hover img {
    transform: scale(1.1);
}
.weinstube_bilder .bilde:hover img {
    transform: scale(1.1);
}
.weinstube_bilder_text {
    position: absolute;
    left: 50%;
    top: 60px;
    width: auto;
    height: auto;
    text-align: center;
    font-family: 'Lavishly Yours';
    font-size: 90px;
    line-height: 110px;
    font-weight: normal;
    opacity: 0.45;
    transition: all 0.3s ease;
    text-transform: none;
    transform: translate(-50%,0%);
}
.weinstube_bilder_text.active {
    position: absolute;
    left: 50%;
    top: 60px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 90px;
    line-height: 110px;
    font-weight: normal;
    opacity: 0;
    transition: all 0.3s ease;
    text-transform: none;
    transform: translate(-50%,0%);
}
.weinstube_text_bereich {
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.3;
    transform: translateY(60px);
    transition: all 0.3s ease;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}
.weinstube_text_bereich.active {
    float: left;
    width: 100%;
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
    -webkit-animation: bereichrein_ani 0.75s ease;
	-moz-animation: bereichrein_ani 0.75s ease;
	-o-animation: bereichrein_ani 0.75s ease;
	animation: bereichrein_ani 0.75s ease;
}
.weinstube_text_bereich .links {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 5% 0 0;
}
.weinstube_text_bereich .rechts {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 0 0 5%;
}
.weinstube_text_bereich h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    position: relative;
    padding: 0 0 20px 0;
}
.weinstube_text_bereich h2 span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fea501;;
}
.weinstube_text_bereich h3 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 2px 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
}
.weinstube_text_bereich p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}

.aktuelles_titelbild {
    float: left;
    width: 100%;
    height: 450px;
    background-image: url(../img/aktuellesback.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 0 50px 0;
}
.aktuelles_text_bereich {
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.3;
    transform: translateY(60px);
    transition: all 0.3s ease;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}
.aktuelles_text_bereich.active {
    float: left;
    width: 100%;
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
    -webkit-animation: bereichrein_ani 0.75s ease;
	-moz-animation: bereichrein_ani 0.75s ease;
	-o-animation: bereichrein_ani 0.75s ease;
	animation: bereichrein_ani 0.75s ease;
}
.aktuelles_text_bereich .links {
    float: left;
    width: 35%;
    height: auto;
    margin: 0 5% 0 0;
}
.aktuelles_text_bereich .rechts {
    float: left;
    width: 55%;
    height: auto;
    margin: 0 0 0 5%;
}
.aktuelles_text_bereich .aktuellesbild {
    float: left;
    width: 100%;
    height: auto;
    border: solid 5px #ffffff;
    transform: rotate(-1deg);
    margin: 30px 0;
}
.aktuelles_text_bereich .aktuellesbild img {
    display: block;
    width: 100%;
    height: auto;
}

.kontakt_text_bereich {
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.3;
    transform: translateY(60px);
    transition: all 0.3s ease;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
    margin: 50px 0 0 0;
}
.kontakt_text_bereich.active {
    float: left;
    width: 100%;
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
    margin: 50px 0 0 0;
    -webkit-animation: bereichrein_ani 0.75s ease;
	-moz-animation: bereichrein_ani 0.75s ease;
	-o-animation: bereichrein_ani 0.75s ease;
	animation: bereichrein_ani 0.75s ease;
}
.kontakt_text_bereich .anschrift {
    float: left;
    width: 40%;
    height: auto;
    margin: 90px 10% 0 0;
    font-size: 19px;
    line-height: 32px;
    font-weight: normal;
}
.kontakt_text_bereich .anschrift a {
    outline: none;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.kontakt_text_bereich .anschrift a:hover {
    color: #fea501;
}

.kontakt_text_bereich .anschrift p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 19px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 0 35px 0;
}
.kontakt_text_bereich .anfahrt {
    float: left;
    width: 50%;
    height: auto;
    margin: 30px 0 0 0;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    background: #fcf9f5;
    padding: 50px 0 0 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #333333;
}
.footer_wrap {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}
.footer_innen {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}
.footer_titelbild {
    float: left;
    width: 100%;
    height: 40vh;
    background-image: url(../img/aktuellesback.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 0 0px 0;
}
.footer_l {
    float: left;
    width: 40%;
    height: auto;
    text-align: left;
}
.footer_r {
    float: left;
    width: 60%;
    height: auto;
    text-align: right;
}
.footer .trenner {
    margin: 0 10px;
    opacity: 0.5;
}
.footer a {
    text-decoration: none;
    outline: none;
    color: #333333;
}
.footer a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.test {
    float: left;
    width: 100%;
    height: 4000px;
}

@-webkit-keyframes bereichrein_ani {
  0% {
	opacity:0.3;
	transform: translateY(60px);
  }
  100% {
	opacity:1;
	transform: translateY(0px);
  }
}
@keyframes bereichrein_ani {
    0% {
	opacity:0.3;
	transform: translateY(60px);
  }
  100% {
	opacity:1;
	transform: translateY(0px);
  }
}

@-webkit-keyframes weingutbilda_ani {
  0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  30% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  50% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
}
@keyframes weingutbilda_ani {
    0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  30% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  50% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
}

@-webkit-keyframes weingutbildb_ani {
  0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  40% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  60% {
	opacity:1;
	transform: rotate(2deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(2deg) translateX(0px);
  }
}
@keyframes weingutbildb_ani {
    0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  40% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  60% {
	opacity:1;
	transform: rotate(2deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(2deg) translateX(0px);
  }
}

@-webkit-keyframes weingutbildc_ani {
  0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  50% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  70% {
	opacity:1;
	transform: rotate(-2deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(-2deg) translateX(0px);
  }
}
@keyframes weingutbildc_ani {
    0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  50% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  70% {
	opacity:1;
	transform: rotate(-2deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(-2deg) translateX(0px);
  }
}

@-webkit-keyframes weingutbildd_ani {
  0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  60% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  80% {
	opacity:1;
	transform: rotate(1deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(1deg) translateX(0px);
  }
}
@keyframes weingutbildd_ani {
    0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  60% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  80% {
	opacity:1;
	transform: rotate(1deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(1deg) translateX(0px);
  }
}

@-webkit-keyframes weingutbilde_ani {
  0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  70% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  90% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
}
@keyframes weingutbilde_ani {
    0% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  70% {
	opacity:0;
	transform: rotate(0deg) translateX(-500px);
  }
  90% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
  100% {
	opacity:1;
	transform: rotate(-3deg) translateX(0px);
  }
}