/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* FIREFOX */
@supports (-moz-appearance:none) {
    body {
		font-family: 'Adobe Caslon Regular', sans-serif !important;
		font-weight: 500;
	} 
}

body, .content, .content .container, .wrapper, .full_width {
	background-color: transparent;
}

body {
	background-image: url(/wp-content/uploads/2023/04/honighuetten-page-bg-scaled.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.q_logo a {
	max-height: 44px;
}

.content-light * {
	color: #fff;
}

.mobile_menu_button {
	float: right;
}

@media screen and (max-width: 1000px) {
	.logo_wrapper {
		left: 0;
		transform: translateX(50%);
	}
}

.wpb_text_column h1 {
	text-shadow: 2px 1px 0px #fff, 5px 4px 0px #fece2b;
}
.wpb_text_column h1 strong {
	font-size: 194%;
	line-height: 1;
}

/* H2 */
.wpb_text_column h2 strong {
	/*border-bottom: #141414 2px solid;*/
	position: relative;
	padding-bottom: 2px;
	display: inline-block;
	margin-bottom: 14px;
}

.wpb_text_column h2 strong:after,
.wpb_text_column h2 strong:before {
	content: '';
	position: absolute;
	left: -2px;
	bottom: 4px;
	height: 2px;
	width: calc(100% + 4px);
	z-index: -1;
	background-color: #fece2b;
}
.wpb_text_column h2 strong:before {
	bottom: -3px;
	background-color: #141414;
}

.stage .wpb_text_column p {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 1001px) {
	.stage .q_elements_holder {
		min-height: calc(100vh - 100px);
	}
}

/* Slick */
.vc_row.img-text-slider, .img-text-slider .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.img-text-slider .full_section_inner {
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.img-text-slider .vc_col-sm-12 .full_section_inner {
		display: flex;
		flex-wrap: wrap;
	}
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6 {
		width: 100%;
	}
	
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6:first-child {
		order: 1;
	}
}

.img-text-slider {
	background: #E2A621;
}

.img-text-slider * {
	color: #fff;
}

.img-text-slider .slider-controls {
	display: flex;
	align-items: center;
}

.img-text-slider .slider-controls span.control-prev {
	transform: scale(-1);
}

.img-text-slider .slick-track {
	cursor: grabbing;
}

.img-text-slider .slider-controls span.slick-arrow {
	cursor: pointer;
}

.img-text-slider .slider-controls span.current-slide {
	margin: 0 10px;
	padding-top: 3px;
}

.img-text-slider .slider-controls span.slick-arrow img {
	width: 18px;
	height: auto;
}

.vc_row.wpb_row.section.vc_row-fluid.vc_inner.content-light.grid_section,
.img-text-slider {
	background: rgba(226, 166, 33,0.6) !important;
} 

nav.mobile_menu {
	background: none;
	background-color: transparent !important;
}

@media screen and (min-width: 769px) {
	.img-text-slider {
		background: none !important;
	}
	
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6:last-child {
		background: rgba(226, 166, 33,0.6) !important;
		margin-bottom: 100px;
		flex: 1;
		margin-left: -100px;
		padding-left: 100px;
		padding-right: 40px;
		z-index: -1;
		position: relative;
		padding-top: 50px;
		padding-bottom: 100px;
	}
	
	.img-text-slider .vc_col-sm-12 .full_section_inner {
		display: flex;
	}
	
	.img-text-slider .wpb_raw_html {
		position: absolute;
		bottom: 30px;
	}
}

@media screen and (min-width: 1001px) {
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6:last-child {
		padding-left: 120px;
	}
	
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6:first-child > .vc_column-inner {
		padding-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6:last-child {
		padding-left: 140px;
		padding-right: 80px;
		min-height: 500px;
	}
}

@media screen and (min-width: 1440px) {
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6:last-child {
		padding-right: 100px;
	}
}

@media screen and (min-width: 1500px) {
	.img-text-slider .vc_col-sm-12 .full_section_inner .vc_col-sm-6:last-child {
		min-height: 100px;
	}
}

@media screen and (max-width: 768px) {
	.slider-offset-spacing {
		height: 50px !important;
	}
	
	.img-text-slider {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

/* Custom text-image */
.img-desktop {
	display: none;
}

.img-mobile .vc_single_image-wrapper {
	max-width: 120px;
	transform: translate(40%, -40%);
}

.img-desktop .vc_single_image-wrapper {
	max-width: 150px;
}

.img-mobile .vc_single_image-wrapper:after {
	font-family: 'Arial';
	font-size: 16px;
	content: 'DE-234234-234';
	display: block;
	text-align: center;
}

.img-desktop .vc_single_image-wrapper:after {
	font-family: 'Arial';
	font-size: 16px;
	content: 'DE-ÖKO-007 EU-Landwirtschaft';
	display: block;
	text-align: center;
}

@media screen and (min-width: 769px) {
		.custom-image-gin img {
			max-width: 80%;
		}
	
	.img-mobile .vc_single_image-wrapper {
		/*max-width: 70%;*/
		transform: translate(0, -40%);
	}
}
@media screen and (min-width: 1001px) {	
	.img-mobile {
		display: none;
	}
	
	.img-desktop {
		display: block;
	}
	
	.custom-image-gin {
		text-align: right !important;
	}
}

/* Insta */
ul.qode-instagram-feed {
	display: flex;
	flex-wrap: wrap;
}

.qode-instagram-feed li {
	aspect-ratio: 1/1;
	width: 50% !important;
}

@media screen and (min-width: 768px) {
	.qode-instagram-feed li {
		width: 20% !important;
	}
}

.qode-instagram-feed li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qode-instagram-feed a {
	height: 100%;
}

/* Form */
@media screen and (min-width: 768px) {
	.wcf7-two-column-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.wcf7-two-column-row > p {
		width: calc(50% - 15px);
	}
}

form.wpcf7-form {
	max-width: 800px;
	margin: 0 auto;
}

form.wpcf7-form input::-webkit-input-placeholder,
form.wpcf7-form textarea::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 16px !important;
    color: #000 !important;
    opacity: 1;
}
form.wpcf7-form input:-moz-placeholder,
form.wpcf7-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 16px !important;
    color: #000 !important;
    opacity: 1;
}
form.wpcf7-form input::-moz-placeholder,
form.wpcf7-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 16px !important;
    color: #000 !important;
    opacity: 1;
}
form.wpcf7-form input:-ms-input-placeholder,
form.wpcf7-form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 16px !important;
    color: #000 !important;
    opacity: 1;
}

.wpcf7 form .wpcf7-response-output, div.wpcf7-response-output {
	text-transform: none !important;
}

/* Footer */
.footer_bottom_holder .footer_bottom ul.menu li a {
	font-size: 18px !important;
}

@media screen and (min-width: 768px) {
	.footer_top .container_inner {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 769px) {
	.img-text-slider .vc_col-sm-12>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.custom-image-gin {
		text-align: right !important;
	}
}

@media screen and (min-width: 1600px) {
	.vc_row.wpb_row.section.vc_row-fluid.aus-liebe.grid_section .vc_col-sm-6 {
		padding-left:60px;
	}
}

#insta {
	max-width: 1700px;
	margin: 0 auto;
}

div[data-q_id="#gin"] .vc_col-sm-12>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

body:not(.home) h1 {
	font-size: 40px;
}

@media screen and (min-width: 769px) {
	body:not(.home) h1 {
		font-size: 60px;
	}
}

.slick-arrow.slick-disabled img {
	opacity: 0.2;
}

.footer_bottom ul li a:hover {
	color: #000 !important;
}

header nav.main_menu > ul > li.active > a span:not(.plus),
header nav.main_menu > ul > li:hover > a span:not(.plus),
.footer_bottom_holder .footer_bottom ul.menu li a:hover,
.vc_row .wpb_text_column a:hover {
	border-bottom: 1px solid #000;
}

input.wpcf7-form-control.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-not-valid{
	border-color: red !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.cky-btn-revisit-wrapper { background: #E2A621 !important; }

header.sticky .header_bottom, .header_bottom,
.footer_top_holder, .footer_bottom_holder {
	background: rgba(245,212,135,0.6) !important;
}

.header_top_bottom_holder {
	backdrop-filter: blur(6px);
}

.footer_top #media_image-2 {
	max-width: 160px;
}
