/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/* - - - Colors - - - */

:root {
    --ci-dark: #040609;
	--ci-beige: #FCA956;
	--ci-gold: #CE8946;

}

body #page-content,
footer {
	background-image: url(/wp-content/uploads/2025/04/Hintergrundstruktur.svg) !important;
	background-position:center 49% !important;
	background-size:100% auto !important;
	background-repeat: repeat-y;
}

.l-subheader.at_top {
	background-image: url(/wp-content/uploads/2025/04/Hintergrund-top.jpg) !important;
	background-position:center 49% !important;
	background-size:49% auto !important;
}

.display-none,
.page-id-121 .l-section:last-child .stacking_default .wpb_wrapper p{
	display: none !important;
}

/* - - - Header - - - */

.header .icon-ornament-header {
	transform: translateX(-50%);
}

/* - - - Tourdaten Tabele - - - */

.tourdaten .items {
    display: flex;
    grid-gap: 24px;
    align-content: center;
    justify-content: space-between;
	border-bottom: 1px solid var(--ci-gold);
    padding: 12px 0;
	font-size: 24px;
}

.tourdaten .items div{
    width:33%;
}

/* - - - Top Button - - - */

.us-btn-style_3, .w-toplink {
	padding: 0.5em 0.8em !important;
}


/* - - - Video Container Home - - - */

.w-grid-list .new-video-container .left-content {
	margin-right: 3%;
}

.w-grid-list .new-video-container .right-content {
	margin-left: 3%;
}

.w-grid-list .new-video-container {
	align-items: center;
}

.playbutton img {
	width: 98px;
}


/* - - - Navi - - - */

.w-nav li a:focus,
.w-nav li a:hover {
	box-shadow: 2px 2px 24px rgba(3,5,7, 0.55) !important;
}

.wpmenucart-contents:focus,
.wpmenucart-contents:hover {
	box-shadow: 0 0 0 rgba(3,5,7, 0.0) !important;
}

.w-nav  li ul li a:focus,
.w-nav li ul li a:hover {
	box-shadow: 0 0 0  rgba(3,5,7, 0.55) !important;
}

/* - - - Shop - - - */

.wc-block-components-checkout-place-order-button,
.wc-block-components-order-summary-item {
	color: var(--ci-dark);
}

.wc-block-components-checkout-place-order-button {
	background: rgba(255, 220, 164, 0.5);
}
.wc-block-components-checkout-place-order-button:hover {
	background: rgba(255, 220, 164, 0.0);
	color:rgba(255, 220, 164, 0.5);
}

/* - - - Checkout - - - */

.woocommerce-checkout .shop_table {
    background-color: #333 !important;
}

/* - - - Ausblenden - - - */

.product_meta .posted_in,
.desktop-none {
	display: none !important;
}


/* - - - Responsiv - - - */

@media screen and (max-width:1024px) {
	.l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
		/*background:rgba(246,225,177,0.95) !important;*/
	}
	.w-nav .current_page_item,
	.w-nav li a:hover {
		box-shadow: 1px 1px 12px var(--ci-dark);
	}
	
	.wpmenucart-contents {
		padding-left: 14px;
	}
	
	.w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
		padding: 0.7rem 0.7rem 0.1rem;
	}
	.desktop-none {
		display: block !important;
	}
}

@media screen and (max-width:900px) {
	.l-subheader {
		background:#040609 !important;
		border-bottom:1px solid var(--ci-gold);
	}
	
	.w-nav-control {
		color: var(--ci-gold) !important;
	}
	
	.icon-ornament img, .icon-ornament-header img{
		width:85px;
	}
	
	.new-video-container {
		display: flex;			
		flex-direction: column;
	}
	
	.w-grid-list .new-video-container .left-content,
	.w-grid-list .new-video-container .right-content {
		width: 100%;
	}
	.w-grid-list .new-video-container .left-content {
		margin-right: 0;
		order: 2;
	}

	.w-grid-list .new-video-container .right-content {
		margin-left: 0;
		order: 1;
	}
	
	.video-page .w-grid-list .new-video-container .left-content {
		margin-right: 0;
		order: 1;
	}
	.video-page .w-grid-list .new-video-container .right-content {
		margin-left: 0;
		order: 2;
	}
	
	.w-filter.state_mobile .w-filter-list {
		background: var(--ci-dark);
	}
}

@media screen and (max-width: 768px) {
	.tourdaten .items {
		flex-direction: column;
		grid-gap: 3px;
		font-size: 18px;
        text-align: center;
	}
	.tourdaten .items div{
		width:100%;
	}
	
	.video-page .w-grid-list {
		gap: 24px !important;
	}

}