/*
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");

/* Erzwinge sofortiges Scrollen ohne Verzögerung */
html {
    scroll-behavior: smooth;
}

section.parallax_section_holder.parallax {
	background-position: center !important;
}

body.admin-bar {margin-top: 32px !important;}

/* header */
.q_social_icon_holder .fa-stack i:before {
	color: #fff !important;
}

.q_social_icon_holder .fa-stack:hover {
	background-color: #2d3964 !important;
}

/* ul */
.wpb_text_column.wpb_content_element ul li::marker {
	color: #d71037;
}

.wpb_text_column.wpb_content_element ul {
	list-style-position: outside;
	padding-left: 18px;
	margin-bottom: 30px;
}

.wpb_text_column.wpb_content_element ul li {
	line-height: 30px;
}

#stage {
	min-height: calc(100vh - 100px);
}

#stage > .full_section_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 60px;
	box-sizing: border-box;
	/* background: linear-gradient(to top, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0) 70%); */
}

#stage > .full_section_inner h1 {
	font-weight: 400;
	font-size: clamp(36px, 4vw + 6px, 60px);
	line-height: 1.2;
	margin-bottom: 25px;
}

.wpb-content-wrapper h2 {
	font-size: 30px;
	color: #d71037;
}

#stage > .full_section_inner .grid_section > .section_inner > .section_inner_margin {
	max-width: 520px;
}

/* Spacing */
.vc_text_separator {
	padding: 0 !important;
	height: 0;
	border: 0 !important;
}

.vc_text_separator > div {
	display: none !important;
}

/* Product Detailpage */
.single-post h1 + .wpb-content-wrapper {
	margin-top: 30px;
}
.qode-advanced-tabs .qode-advanced-tab-container {
	padding-left: 0;
	padding-right: 0;
}
.flexslider .slides img {
	aspect-ratio: 5/3;
	object-fit: cover;
}
.flex-viewport, .portfolio_slider .flex-viewport {
	aspect-ratio: 5/3;
}
.wpb_gallery .wpb_flexslider.flexslider .flex-control-nav {
	margin-top: 15px;
}
.wpb_gallery .wpb_flexslider.flexslider.has_control_nav .flex-direction-nav a {
	transform: translateY(-50%);
}
.flex-direction-nav a {
	background: #2d3964;
}

.qode-accordion-holder .qode-title-holder {
	background: transparent;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	color: #707070;
}

.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
	background: #f8f8f8;
	color: #000;
}

.qode-accordion-holder .qode-title-holder.ui-state-active {
	font-weight: 600;
}

/* Advanced Tabs */
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
	background: transparent !important;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a {
	display: inline-block;
	width: auto;
    background: 0 0;
    vertical-align: baseline;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 30px 0 0;
    padding: 0 23px;
    border: 2px solid #f8f8f8;
    font-size: 13px;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    letter-spacing: 1px;
    text-shadow: none;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    box-sizing: initial!important;
    color: #ffffff;
    border-color: #f8f8f8;
    line-height: 52px;
    height: 52px;
    font-weight: 600;
    background-color: #f8f8f8;
    -webkit-border-radius: 26px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 40px;
    padding-right: 40px;
}

.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-2 .qode-advanced-tabs-nav li {
	width: auto;
	display: inline-block;
}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active a {
	background: #2d3964;
	color: #fff;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active a span {
	color: #fff;
}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a span {
	color: #000;
	letter-spacing: 0.3px;
}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li h6 {
	text-align: center;
}

/* Options */
.blog_single .option {
	margin-bottom: 30px !important;
}
.blog_single .option h2 {
	margin: 30px 0 20px;
}

.blog_single .option .q_elements_item:last-child > .q_elements_item_inner {
	background: #f7f7f7 !important;
	padding: 20px 15px;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
	.option .q_elements_holder.two_columns .q_elements_item:first-child {
		padding-right: 15px;
	}
}

/* Post category Slider */
.post-category-slider-module .slick-list {
	overflow: visible;
}

.post-category-slider-module .slide-item {
	padding-right: 30px;
}

.post-category-slider-module .slide-item .custom-teaser-element-title {
	margin: 15px 0 10px;
}

.post-category-slider-module .vc-sliderbox-content {
	display: block;
	padding-right: 20px;
	font-size: 16px;
}

.post-category-slider-module .slide-item .qbutton {
	margin-top: 20px;
}

.post-category-slider-module .slider-controls-wrp {
	text-align: right;
}

.post-category-slider-module span.control-next.slick-arrow {
	margin: 0 30px 0 80px;
}

.post-category-slider-module-controls > .full_section_inner {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 40px;
}

.post-category-slider-module-controls > .full_section_inner:after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 15px;
	height: 1px;
	width: 100vw;
}

.post-category-slider-module .post-category-slider {
	margin-top: 40px;
}

.post-category-slider-module .slider-controls-wrp .slick-disabled {
	opacity: 0.3;
}

@media all and (max-width: 767px) {
	.post-category-slider-module-controls > .full_section_inner {
		flex-wrap: wrap;
	}
	
	.post-category-slider-module .slider-controls-wrp {
		margin-top: 30px;
	}
}


.post-category-slider-module .post-cat-slider-controls {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 600px) {
	.post-category-slider-module .post-cat-slider-controls {
		flex-wrap: wrap;
	}
	.post-category-slider-module .post-cat-slider-controls h3 {
		width: 100%;
	}
}

.post-category-slider-module .slider-controls-wrp {
	margin-left: auto;
}

.post-category-slider-module span.control-next,
.post-category-slider-module span.control-prev {
	cursor: pointer;
}

.post-category-slider-module span.control-next.slick-arrow {
	margin-left: 80px;
}

.post-category-slider-module .slider-controls-wrp svg {
	height: 30px;
}

.post-category-slider-module .slider-controls-wrp .slick-disabled {
	opacity: 0.3;
}

.post-category-slider-module .slick-slide img,
.post-category-slider img {
	aspect-ratio: 3/2;
	object-fit: contain;
	background: #fff;
	border-radius: 20px;
}

/* Parallax */
.parallax_section_holder {
	position: relative !important;
	display: flex;
	align-items: center;
}

.parallax_section_holder:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.24);
}

.parallax_section_holder h2 {
	line-height: 1.2;
	color: #d71037;
}
.parallax_section_holder h2 strong {
	color: #fff;
	font-size: clamp(36px, 4vw + 6px, 60px);
	margin-top: 10px;
}
.parallax_section_holder h4 {
	color: #fff;
}

.parallax_section_holder .parallax-content .vc_col-sm-12  .vc_column-inner > .wpb_wrapper {
	text-align: right;
}

/* E-Holder */
.q_elements_item_content .wpb_single_image .vc_single_image-wrapper {
	padding: 5%;
}

.q_elements_item_content .wpb_single_image .vc_single_image-wrapper img {
	border-radius: 20px;
	aspect-ratio: 3/2;
	object-fit: cover;
}

@media only screen and (min-width: 1001px) {
	.q_elements_holder.two_columns.responsive_mode_from_768 {
		width: 105%;
		margin: 0 -2.5%;
	}
}

/* Latest posts */
.latest_post_holder.boxes>ul>li .latest_post .latest_post_text_inner {
	display: flex;
	flex-wrap: wrap;
}

.latest_post_holder.boxes>ul>li .latest_post .latest_post_text_inner .latest_post_title {
	width: 100%;
	order: 1;
}
.latest_post_holder.boxes>ul>li .latest_post .latest_post_text_inner .excerpt {
	order: 2;
	font-size: 14px;
	line-height: 1.4;
}

.latest_post_holder.boxes>ul>li .latest_post .latest_post_text_inner .post_infos {
	font-size: 11px;
	color: #969696;
	margin: 3px 0 6px;
}

.latest_post_holder.boxes .boxes_image {
	border-radius: 20px;
}

.bg-fill .latest_post_holder.boxes>ul>li, .latest_post_holder.dividers>ul>li {
	background: none;
}

/* Footer */
/* Footer */
footer p,
footer a,
.footer_top .widget.widget_nav_menu li,
.footer_bottom ul li a {
	color: #fff !important;
	padding: 0;
	font-size: 16px !important;
	line-height: 36px;
	font-weight: 400;
}

.footer_top_holder,
.footer_bottom_holder {
	background: none;
}

.footer_bottom_holder p {
	text-align: left;
}

footer {
	background: linear-gradient(to right top, #d71037, #d71037);
}

footer .q_social_icon_holder .fa-stack {
	border: 0;
	background: #fff;
}

footer .q_social_icon_holder .fa-stack i, footer .q_social_icon_holder .fa-stack span {
	color: #fff;
}

footer .q_social_icon_holder .fa-stack:hover {
	background-color: #f04267 !important;
}

.footer_top h5 {
	margin: 0 0 11px;
}

footer img {
	margin-bottom: 30px;
}

/* CF7 */
.wpcf7-form .row > p,
.contact-form .wpcf7-form .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7-form .row > p > span,
.contact-form .wpcf7-form .row > div {
	width: 100%;
}

@media all and (min-width: 767px) {
	.wpcf7-form .row > p > span,
	.contact-form .wpcf7-form .row > div {
		width: calc(50% - 5px);
	}
}

.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
	height: 50px !important;
}

.wpcf7-form span.wpcf7-spinner {
	position: absolute;
}

input.wpcf7-form-control.wpcf7-submit[disabled] {
	background: #f6f6f6;
	text-decoration: line-through;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
	margin-right: 20px;
	margin-top: 10px;
}

.wpcf7 .wpcf7-response-output {
	background: #35bee0 !important;
	color: #fff !important;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 13px !important;
}

.vc_row.wpb_row.section.vc_row-fluid.vc_inner.contact-form p {
	font-size: 16px;
	line-height: 1.7;
}

@media only screen and (min-width: 768px) {
	.cf7_custom_style_1 input.wpcf7-form-control {
		margin: 0;
	}
	
	.wpcf7 form.wpcf7-form p.submit {
		margin-bottom: 0;
	}
	
	.contact-form > .full_section_inner {
		display: flex;
	}
	
	.contact-form > .full_section_inner .vc_col-sm-5:nth-child(3) * {
		height: 100%;
	}
	
	.contact-form > .full_section_inner .vc_col-sm-5:nth-child(3) img {
		object-fit: cover;
	}
}

.wpcf7-form * {
	font-family: inherit !important;
}

input.wpcf7-form-control.wpcf7-submit[disabled] {
	border: 0;
}

select.wpcf7-form-control.wpcf7-select {
	margin: 0;
}

.wpcf7 form .wpcf7-response-output {
	background: #d71037 !important;
}

/* Elements */
.image_with_text img {
	border-radius: 20px;
}

/* Product grid */
.product-grid .post-category-slider {
	display: flex;
	flex-wrap: wrap;
}

.product-grid .post-category-slider .slide-item {
	width: 100%;
	margin-bottom: 60px;
}

.product-grid .post-category-slider .slide-item img {
	aspect-ratio: 3/2;
	object-fit: contain;
	background: #f7f7f7;
}

.product-grid .post-category-slider .slide-item .custom-teaser-element-title {
	margin: 10px 0 20px;
}

@media only screen and (min-width: 600px) {
	.product-grid .post-category-slider .slide-item {
		width: calc(50% - 5px);
	}
	.product-grid .post-category-slider {
		gap: 10px;
	}
}

@media only screen and (min-width: 1001px) {
	.product-grid .post-category-slider .slide-item {
		width: calc((100%/3) - 10px);
	}
	.product-grid .post-category-slider {
		gap: 15px;
	}
}

/* Element holder */
@media only screen and (max-width: 768px) {
	.q_elements_holder.reverse-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	
	.q_elements_holder.reverse-wrap > .q_elements_item:first-child {
		order: 1;
	}
}

/* Pages */
.page-id-712 .vc_row.wpb_row.section.vc_row-fluid.grid_section {
	background: #f7f7f7;
}

.page-id-712 .product-grid .post-category-slider .slide-item img {
	background: #fff;
}