/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2025 | 18:40:24 */
html {
	scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
    word-break: break-word;
	hyphens: auto;
}

/* FOOTER */
footer {
	margin-top: 0;
}

/* FOCUS STYLES */
:where(.wp-site-blocks *:focus) {
	outline-width: 0;
	outline-style: none;
}


/* LOGO */
img.custom-logo:hover {
	opacity: 0.9;
}


/* LOGO ANIMATION */
.logo-animation { /* extra */
	animation: breathe 4s ease-in-out infinite;
	display: inline-block;
	transform-origin: center;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.z-index {
	z-index: 99 !important;
}


/* TEXT, HEADLINES */
.justify { /* extra */
	text-align: justify;
}

p em {
	break-after: always;
	color: grey;
	font-size: var(--wp--preset--font-size--small);
	font-style: normal;
	font-weight: bold;
	padding-right: .5em;
	text-transform: uppercase;
}

/* HEADLINES ALS OUTLINE */
.text-outline { /* extra */
    font-family: var(--wp--preset--font-family--poppins) !important;
	-webkit-text-stroke: 2px white;
	-webkit-text-fill-color: transparent;
}

/* NEWS - ADVANCED POSTS */
.apbOverlay .apbText {
	cursor: default !important;
}

.apbOverlay .apbText .apbTitle::before {
	content: "NEWS";
	color: var(--wp--preset--color--custom-border);
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 400;
	display: block;
	margin-top: 87px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px black;
}

.apbOverlay .apbText:hover .apbTitle::before {
	margin-top: 0;
	transition:	all .35s ease-out!important
}

.apbOverlay .apbText {
	display: inline-block !important;
	text-shadow: 1px 1px 1px black;
	opacity: 1 !important;
	background: none !important;
}

.apbOverlay .apbText:hover {
	background: #000000b3 !important;
}

.apbOverlay .apbExcerpt {
    opacity: 0;
}

.apbOverlay .apbText:hover .apbExcerpt {
    opacity: 1 !important;
}

.apbOverly .apbText:hover .apbTitle {
	color: var(--wp--preset--color--custom-gold) !important;
}

@media (max-width: 480px) {
	.apbSliderPosts .swiper-slide article {
    min-height: 484px !important;
	}
}

/* FILMS INTRO HOME */
.uagb-image-heading {
	text-shadow: 1px 1px 1px black;
}

/* NAVIGATION & BURGER */
.wp-block-navigation-item.navi-lang.wp-block-navigation-link {
    border: 1px solid !important;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	height: 40px !important;
	width: 40px !important;
}

.wp-block-navigation__responsive-container-open {
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--accent-1);
	border: 2px solid inherit;
	border-radius: 50%;
	padding: 5px;
}

.wp-block-navigation__responsive-container-close {
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--accent-1);
	border: 2px solid;
	border-radius: 50%;
	padding: 5px;
}

.wp-block-navigation__responsive-container-open:hover, .wp-block-navigation__responsive-container-close:hover {
	transform: rotate(15deg);
}

ul.wp-block-navigation__container {
	width: 100%;
	align-content: center;
}

.wp-block-navigation__responsive-container .has-modal-open .is-menu-open {
	text-align: center;
}

@media (max-width: 576px) {
	.wp-block-navigation__responsive-dialog .wp-block-navigation-item {
		font-size: 2em !important;
	}
	ul > li.wp-block-navigation-item.navi-lang.wp-block-navigation-link {
		font-size: 1.3rem !important;
	}
}

/* SPRACHEN, LANGUAGE HANDLING */
.navi-de:lang(en-US) { /* extra */
	display: none;
	visibility: hidden;
}

.navi-en:lang(de-DE) { /* extra */
	display: none;
	visibility: hidden;
}

.navi-lang a { /* extra */
	color: #ffffffb3;
}

.navi-lang a:hover {
	text-decoration: none;
}

.navi-lang {
	font-size: .75rem;
	border: 1px solid !important;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.navi-lang a {
	margin: 0 auto;
}

.wp-block-navigation-item.navi-lang.wp-block-navigation-link:hover {
	border-color: var(--wp--preset--color--custom-gold) !important;
}

.navi-lang:hover {
	background-color: var(--wp--preset--color--custom-gold);
	color: var(--wp--preset--color--base);
	transition: all .35s;
}


/* POLYLANG */
.widget.widget_polylang ul li img {
	margin-right: .1em;
}

.widget.widget_polylang ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

.widget.widget_polylang a, .widget.widget_nav_menu a {
	text-decoration: none !important;
}

.widget.widget_polylang a:hover, .widget.widget_nav_menu a:hover {
	text-decoration: underline !important;
}

.navigation-legacy .widget_nav_menu .menu li {
	font-size: var(--wp--preset--font-size--medium);
}

.navigation-legacy .widget_nav_menu .menu li:last-of-type {
	padding-right: 0;
}


/* PLUG INS & ADD ONS */
/* WOOCOMMERCE */
.woocommerce-ordering {
	margin-left: 0 !important;
}

.woocommerce-MyAccount-navigation {
	font-weight: bold;
}


/* SPECTRA MODAL ITEM */
.uagb-modal-popup-content a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.uagb-modal-popup-wrap {
		width: 88% !important;
		
	}
}


/* MOBILE */
@media (max-width: 480px) {
	.has-xx-large-font-size {
		font-size: 2.8rem !important;
	}
}

/* Standard: Desktop/Tablet/Quer → mobile-Video ausblenden */
.mobile {
	display: none !important;
}

/* Nur Mobile Portrait → desktop-Video ausblenden, mobile anzeigen */
@media (max-width: 480px) and (orientation: portrait) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
}


/* COVER STAGE */
.stage, .stage-home { /* extra */
	margin-top: -94px !important;
	z-index: -2;
}

@media (max-width: 768px), (max-height: 500px) and (orientation: landscape) {
	.stage {
		min-height: 200px !important;
  }
}

/* PROGRESS TEXT BEI FILME */
.progress { /* extra */
	position: absolute;
	margin-top: 15px !important;
	z-index: 99;
	pointer-events: none;
}
.progress a {
	text-decoration: none;
}


/* BG FIXED IOS HACK */
.bg-fixed { /* extra */
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	background-size: 0px !important;
	overflow: hidden;
	position: relative;
}

.bg-fixed:before {
	background-image: inherit !important;
	background-repeat: inherit !important;
	background-size: cover;
	background-position: inherit;
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1 !important;
	will-change: transform;
	pointer-events: none;
}


/* LINK NO DECORATION */
.link a { /* extra */
	text-decoration: none;
}
.link a:hover {
	text-decoration: underline;
}


/* BEITRAGSBILD EFFEKT  */
.post-image { /* extra */
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.post-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://2025.soleilfilm.at/2025/wp-content/uploads/2025/08/BG-Films-Noise.gif');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.post-image:hover::after {
  opacity: 1;
}


/* BOX COOL */
.box-cool { /* extra */
	overflow: hidden;
}


/* BUTTON EFFEKT */

.uagb-modal-button-link.wp-block-button__link.uagb-modal-trigger {
    pointer-events: auto;
}

.wp-block-button.is-style-outline a {
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .35s;
}

.wp-block-button.is-style-outline a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	border-radius: 25px;
	background: var(--wp--preset--color--custom-gold);
	z-index: -1;
	transition: all .35s;
}

.wp-block-button.is-style-outline a:hover {
	color: #fff !important;
}

.wp-block-button.is-style-outline a:hover:after {
	width: 100%;
}


/* BUTTON ANIMATED - SHINE LIKE CASHPOINT */
.button-animated { /* extra */
	position: relative;
	overflow: hidden;
	border-radius: 25px; /* falls nicht global gesetzt */
	z-index: 0;
}

.button-animated::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 150%;
	height: 100%;
	background: linear-gradient(
    120deg,
	    rgba(255, 255, 255, 0) 0%,
    	rgba(255, 255, 255, 0.25) 50%,
    	rgba(255, 255, 255, 0) 100%
  	);
	border-radius: 25px;
	z-index: 1;
	animation: shine 3s ease-in-out infinite;
	pointer-events: none;
}

@keyframes shine {
	0%   { left: -75%; opacity: 0; }
	10%  { opacity: 1; }
	30%  { left: 100%; opacity: 1; }
	31%  { opacity: 0; }
	100% { left: 100%; opacity: 0; }
}
