/* /////// Height /////// */
@media screen and (max-height: 500px) {
	
}
@media screen and (max-height: 580px) {
	
}

/* /////// Width /////// */
@media screen and (max-width: 1850px) {

}
@media screen and (max-width: 1700px) {
	.swiper_weine .swiper-slide h2{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1500px) {
	
}
@media screen and (max-width: 1360px) {
	
}
@media screen and (max-width: 1280px) {
	.spez_w1280{
		padding: 0 40px;
		width: 100%;
		float: none;
	}

	.box_unten{
		gap: 60px;
	}
	.box_oben, .bild_q, .text_bild_box{
	  width: calc(60% - 30px);
	}
	.seite_bild, .text_box{
		width: calc(40% - 30px);
	}
	.box_oben {
		margin-bottom: 60px;
		padding-left: 60px;
	}
	.single-weine .titel_box, .flex_box_single_wein{
		padding-left: 60px;
	}


	.verlinkung_box a{
		font-size: 2.5rem;
	}
	.info_box h3{
		font-size: 2rem;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1270px) {
	
}
@media screen and (max-width:1230px){
	.platzhalter{
		display: none;
		height: 78px;
	}
	.header{
		background-color: #FFFFFF;
		box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
		position: fixed;
		top: 0;
		width: 100%;
		height: 78px;
		transition: all 0.3s ease;
		z-index: 10;
	}
	.header .w1280{
		padding: 20px;
	}
	.header.scrolled .w1280{
		padding: 20px;
	}
	.header .logo_hofstelle .hover_fill{
		fill: #537537;
	}
	.header .logo_weingut .hover_fill, .single_wein_header .logo_weingut .hover_fill{
		fill: #000000;
	}
	.header .logo_hofstelle {
	  top: 25px;
	}
	#page_hofstelle .header .social_links .hover_stroke{
		stroke: #c79d2e;
	}
	#page_weingut .header .social_links .hover_stroke{
		stroke: #c79d2e;
	}
	#page_hofstelle .header .nav-menu li a{
		color: #c79d2e;
	}
	#page_weingut .header .nav-menu li a, .single_wein_header #hauptmenu.nav-menu li a{
		color:  #c79d2e;
	}
	.header .button_w a, .header .button_w span{
		color: #c79d2e !important;
		border-color: #c79d2e;
	}
	.header .button_w a:hover, .header .button_w span:hover{
		background-color: #c79d2e;
		color: #FFFFFF !important;
	}
	.logo_weingut{
		top: 13px;
	}
	#languages {
		top: 78px;
		right: 20px;
		color: #000;
		background-color: #fff;
	}
	#languages a{
		color: #c79d2e;
		line-height: 1;
		padding: 10px;
	}
	.header.scrolled #languages {
		top: 78px;
		right: 20px;
		color: #fff;
		background-color: #000;
	}
	.header.scrolled #languages a{
		color: #c79d2e;
		line-height: 1;
		padding: 10px;
	}
	
	.open_menu{
		width: 45px;
		height: 30px;
		float: right;
		margin-top: 5px;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	.open_menu span{
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #000;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	.open_menu span:nth-child(1) {
	  top: 0px;
	}
	.open_menu span:nth-child(2),.open_menu span:nth-child(3) {
	  top: 14px;
	}
	.open_menu span:nth-child(4) {
	  bottom: 0px;
	}
	.open_menu.open span:nth-child(1) {
	  top: 9px;
	  width: 0%;
	  left: 50%;
	}
	.open_menu.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.open_menu.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.open_menu.open span:nth-child(4) {
	  top: 9px;
	  width: 0%;
	  left: 50%;
	}
	#hauptmenu{
		flex-direction: column;
	}
	.menu {
		background-color: #FDF8EF;
		border-top: 0;
		width: 100%;
		height: 100vh;
		padding: 80px 25px 25px;
		float: none;
		margin-top: 0;
		line-height: 1;
		position: absolute;
		display: none;
		left: 0px;
		top: 79px;
		z-index: 9;
		text-align: center;
	}
	.nav-menu li {
		display: block;
		margin: 0 auto 10px;
	}
	.nav-menu li a{
		display: inline-block;
		font-size: 25px;
		text-transform: uppercase;
	}
	.footer_menu{
		display:none;
	}
}
@media screen and (max-width:1200px){
	.flex_box_wein_slider {
		display: block;
		gap: auto;
	}

	.flex_box_wein_slider h2{
		margin: 0 0 40px;
		width: auto;
	}
}
@media screen and (max-width:1140px){
	
}
@media screen and (max-width:1100px){
	
}
@media screen and (max-width:1024px){
	.flex_box_ausstattung, .flex_box_lagen{
		gap: 60px;
	}
	.ausstattung_box, #lagen_content, #lagen_weine{
		width: calc(50% - 30px);
	}

	.grid_box{
		width: calc(50% - 25px);
		margin-bottom: 50px;
	}
	.gutter_sizer{
		width: 50px;
	}
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 980px) {
	.flex_box_footer_menu, #footer_menu{
		gap: 20px;
	}
}
@media screen and (max-width: 950px) {
	h1, h2, h3, h4, h5, h6{
		font-size: 2rem;
	}

	.einleitung_single{
		padding: 0;
		width: 100%;
	}
	.flex_box_grundriss {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		margin-top: 20px;
	}
	.flex_box_grundriss img, .flex_box_grundriss .infos{
		width: 100%;
	}

}
@media screen and (max-width: 900px) {
	.flex_box_footer{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 40px;
	}
	.sub_footer{
		flex-direction: column;
		gap: 20px;
		margin-top: 60px;
	}
	.logo_boxen{
		max-width: 100%;
	}
	.mwst, .impressum {
	  position: relative;
	  right: auto;
	  top: auto;
	  left: auto;
	  transform: none;
	  text-align: center;
	}

	
	.flex_box_lagen{
		gap: 40px;
		flex-direction: column;
	}
	#lagen_content, #lagen_weine{
		width: 100%;
	}
	.swiper_lagen_weine .swiper-slide a{
		padding: 0;
	}

}
@media screen and (max-width: 880px) {
	.flex_box_single_wein {
		flex-direction: column;
		gap: 50px;
	}
	.flex_box_single_wein img{
		margin: 0 auto;
		max-height: 600px;
		width: auto;
	}

	.flex_box_ausstattung{
		gap: 40px;
	}
	.ausstattung_box{
		width: 100%;
	}
	.verlinkung_box a span{
		transform: none;
		padding-left: 50px;
	}
	.trennungs_block {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.trennungs_block:nth-child(2n) {
		margin-left: 0;
	}
}
@media screen and (max-width: 850px) {
	h1, h2, h3, h4, h5, h6{
		margin-bottom: 30px;
	}
	.single-weine .titel_box h1, .single_wein_info h2{
		font-size: 1.6rem;
	}
	body{
		font-size: 1.15rem;
	}
	.w1280{
		padding: 0 30px;
	}
	.margin_unten{
		margin-bottom: 80px;
	}
	.margin_oben{
		margin-top: 60px;
	}



	.flex_box_text_block{
		flex-direction: column;
	}
	.box_oben {
		width: 100%;
		margin-bottom: 30px;
	}
	.later_in{
		display: block;
	}
	.arrow_button_outer{
		margin: 0;
	}
	.box_unten {
		gap: 20px;
		align-items: stretch;
	}
 	.bild_q {
		width: calc(60% - 10px);
	}
	.seite_bild{
		width: calc(40% - 10px);
		margin: 0;
	}
	.bild_box{
		height: 100%;
	}
	.later_out{
		
	}
	.wohnung_out{
		display:none;
	}
	.arrow_button a span{
		display:none;
	}
	.arrow_button a svg{
		margin-top:15px;
	}
	.newsletter .arrow_button a span{
		display:inherit;
	}
	.newsletter .arrow_button a svg{
		margin-top:0;
	}
	.news_box .arrow_button_outer{
		float:none;
	}

	.flex_box_text_block_2 .box_unten{
		flex-direction: column;
	}
	.text_box, .text_bild_box{
		width: 100%;
	}

	.bild_box_gallerie{
		margin-bottom: 20px;
	}

	.grid_box{
		width: 100%;
		margin-bottom: 30px;
	}
	.grid_box:nth-child(2){
		margin-top: 0;
	}
	.gutter_sizer{
		width: 0;
	}
	.grid_box .bild_box::after{
		padding-top: 70%;
	}


}
@media screen and (max-width: 800px) {
	.swiper_weine, .swiper_lagen_weine{
		padding: 0 0 50px;
	}
	
	.swiper_arrow{
		display: block;
		height: auto;
		background-color: none;
		width: auto;
		top: auto;
		bottom: 0px;
	}
	.swiper_arrow svg{
		display: block;
		width: 70px;
		height: auto;
	}
	.swiper_button_prev{
		left: calc(50% - 80px);
		top: auto;
	}
	.swiper_button_next{
		right: calc(50% - 80px);
		top: auto;
	}



	.swiper.swiper_carousel{
		max-width: 100%;
		padding: 0 30px 60px;
	}
	.swiper_carousel .swiper_arrow.swiper_button_next{
		width: 50%;
		padding: 10px 0 10px 30px;
		right: 0;
	}
	.swiper_carousel .swiper_arrow.swiper_button_prev{
		width: 50%;
		padding: 10px 30px 10px 0px;
		left: 0;
		display: flex;
		justify-content: flex-end;
	}



}
@media screen and (max-width: 768px) {
	.sticky-cta:hover .sticky-cta__textwrap {
		max-width: 0;         /* genug Platz für 2–3 Zeilen; anpassen */
		opacity: 0;
		transform: translateX(0);
		transition-duration: 0s; /* schnelleres Hover-In */
	}
	.header_video {
	  height: 70vh;
	}
}
@media screen and (max-width: 750px) {
	
}
@media screen and (max-width: 715px) {
	
}
@media screen and (max-width: 700px) {
	.box_oben, .single-weine .titel_box, .flex_box_single_wein{
		padding-left: 0px;
	}
	.header .social_links {
	  display: none;
	}
}
@media screen and (max-width: 680px) {
	.flex_box_single_wein img{
		max-height: 450px;
	}
}
@media screen and (max-width: 650px) {
	
}
@media screen and (max-width: 625px) {
	
}
@media screen and (max-width: 600px) {	
	.swiper_weine .swiper-slide img, .swiper_lagen_weine .swiper-slide img{
		height: 300px;
	}
	.swiper_weine .swiper-slide h2, .swiper_weine .swiper-slide h3, .swiper_lagen_weine .swiper-slide h2, .swiper_lagen_weine .swiper-slide h3{
		font-size: 1.25rem;
	}
	.swiper_weine .swiper-slide a, .swiper_lagen_weine .swiper-slide a{
		font-size: 1rem;
	}
}
@media screen and (max-width: 580px) {
	
}
@media screen and (max-width: 550px) {
	.header .header_buttons{
		display:none;
	}
	.form_half {
    	float: left;
    	width: 100%;
		margin: 0;
	}
	.one-third{
    	float: left;
    	height: 80px;
    	margin-right: 0;
    	width: 100%;
	}
	.thirtyfive, .twenty, .twentytwo{
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 500px){
	
}	
@media screen and (max-width: 450px){	
	
}
@media screen and (max-width: 430px){	
	
}
@media screen and (max-width: 400px){	
	
}


/* /////// Print /////// */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}