/**
 * @file        /modules/mod_codedesign_responsive_parallax/assets/css/parallax_static.css
 * @copyright   Copyright (C) 2006 - 2026 codeDESIGN | Milos Mandic / All rights reserved.
 * @link        https://www.filterverlag.de
 * @author      codeDESIGN | Milos Mandic <milos.mandic@filterverlag.de>
 */

/* codeDESIGN - parallax_static.css */
@charset "utf-8";

/* PARALLAX STATIC */
body.tpl_design_elements_rounded div.codedesign_responsive_parallax_wrapper.parallax_static {
	padding: 0px 15px;
}
body.tpl_design_elements_rounded div.parallax_static .jarallax-container-0,
body.tpl_design_elements_rounded div.parallax_static [id*="jarallax-container"] {
	overflow: hidden;
	-webkit-clip-path: inset(0% 0% 0% 0% round var(--tpl_body_class_border_radius));
  	clip-path: inset(0% 0% 0% 0% round var(--tpl_body_class_border_radius));
}
div.parallax_static div.parallax_wrapper {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
div.parallax_static div.parallax::before,
div.parallax_static div.parallax::after {
	width: 100%;
	height: 10px;
	content: none;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.4);
	display: inline-block;
	position: absolute;
}
div.parallax_static div.parallax::before {
	top: 0px;
}
div.parallax_static div.parallax::after {
	bottom: 0px;
}
div.parallax_static div.parallax {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.parallax_static div.parallax div.parallax_image_wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
div.parallax_static div.parallax picture[class^="parallax_image"] {
	transition: all 0.05s;
	-moz-transition: all 0.05s;
	-o-transition: all 0.05s;
	-webkit-transition: all 0.05s;
}
div.parallax_static div.parallax div.parallax_image_image {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div.parallax_static div.parallax div.parallax_image_image_overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
}



/* PARALLAX STATIC ARROW FROM TOP */
div.parallax_static div.parallax div.parallax_image_wrapper:after {
	content: none;
	position: absolute;
	bottom: -20px; 
	left: 50%;
	margin-left: -20px;
	width: 0;
	z-index: 1;
	height: 0;
	border-top: solid 20px var(--ci_color_accent_1);
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
}
div.parallax_static div.parallax_textbox {
	width: 800px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {

	div.parallax_static div.parallax_textbox {
		width: 640px;
	}
	
}
@media only screen and (max-width: 768px) {

	div.parallax_static div.parallax_textbox {
		width: calc(100% - 40px);
	}
	
}
div.parallax_static div.parallax_textbox_title h2 {
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: var(--ci_color_white);
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: none;
}
div.parallax_static div.parallax_textbox_title h2::after {
	background: #ffffff;
	width: 300px;
	left: 50%;
	transform: translateX(-50%);
}
div.parallax_static:hover div.parallax_textbox_title h2::after, 
div.parallax_static div.parallax_textbox_title h2:hover:after {
	width: calc(100% - 300px);
}
@media only screen and (max-width: 991px) {

	div.parallax_static div.parallax_textbox_title h2 {
		font-size: 24px;
		line-height: 24px;
		margin: 0px 0px 20px 0px;
	}
	
}
@media only screen and (max-width: 768px) {

	div.parallax_static div.parallax_textbox_title h2 {
		font-size: 22px;
		line-height: 22px;
	}
	
}
div.parallax_static div.parallax_textbox_text {
	display: block;
	position: relative;
	text-align: center;
	color: var(--ci_color_white);
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 991px) {

	div.parallax_static div.parallax_textbox_text {
		margin: 0px 0px 20px 0px;
	}
	
}
@media only screen and (max-width: 768px) {

	div.parallax_static div.parallax_textbox_text {

	}
	
}
div.parallax_static div.parallax_textbox_link {
	display: block;
	position: relative;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}