@charset "UTF-8";
/*!
Theme Name: solaris
Theme URI: http://underscores.me/
Author: Dena Mehr
Bitbucket Branch: master
Description: Description
Version: 1.7.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU Ge neral Public License v2 or later
License URI: LICENSE
Text Domain: solaris
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

solaris is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
:root {
	--fs-h1: 124px;
	--fs-h2: 26px;
	--fs-h3: 18px;
	--fs-h4: 18px;
}

@media (max-width: 1039px) {
	:root {
		--fs-h1: 70px;
		--fs-h2: 22px;
	}
}

@media (max-width: 767px) {
	:root {
		--fs-h1: 60px;
		--fs-h2: 20px;
		--fs-h3: 16px;
	}
}

@media (max-width: 499px) {
	:root {
		--fs-h1: 45px;
	}
}

:root {
	--height-header: 100px;
	--height-header-scrolled: 80px;
	--height-logo: 50%;
	--vertical-padding: var(--grid-gutter);
	--position-header: fixed;
}

a {
	color: var(--color-primary);
	text-decoration: none;
}

a.no-hover:hover {
	opacity: 1;
}

button {
	font-family: inherit;
}

p {
	margin-top: 0;
}

.e-con.e-parent,
.content {
	--content-default: 1400px;
	--sidegap: clamp(1rem, 6vw, 3rem);
	--full: minmax(var(--sidegap), 1fr);
	--content: min(var(--content-default), 100% - var(--sidegap) * 2);
	--breakout: minmax(0, 2rem);
	--feature: minmax(0, 5rem);
	--content-width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: grid;
	grid-template-columns: [full-start] var(--full) [feature-start] var(--feature) [breakout-start] var(--breakout) [content-start] var(--content) [content-end] var(--breakout) [breakout-end] var(--feature) [feature-end] var(--full) [full-end];
}

@media screen and (max-width: 1800px) {
	.e-con.e-parent,
	.content {
		--content-default: 1200px;
	}
}

.e-con.e-parent > *,
.content > * {
	grid-column: content;
}

.e-con.e-parent.grid-breakout > *,
.breakout {
	grid-column: breakout;
}

.e-con.e-parent.grid-feature > *,
.feature {
	grid-column: feature;
}

.e-con.e-parent.grid-full > *,
.full {
	grid-column: full;
}

@media (max-width: 767px) {
	.mobile-full > * {
		grid-column: full !important;
	}
}

.elementor-section-wrap > .e-con.background-light,
.elementor > .e-con.background-light {
	background-color: var(--bg-color);
	color: var(--font-color);
}

.elementor-section-wrap > .e-con.background-dark,
.elementor > .e-con.background-dark {
	--bg-color: var(--bg-alt-color);
	--font-color: var(--font-alt-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.elementor-section.elementor-top-section.elementor-section-boxed > .elementor-container {
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
	max-width: var(--grid-maxWidth);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}

@media (min-width: 1040px) {
	.elementor-widget-heading.headline-width-small .elementor-heading-title {
		max-width: clamp(300px, 25%, 25%);
	}
}

.elementor-widget-text-editor > .elementor-widget-container > *:first-child {
	margin-top: 0;
}

.elementor-widget-text-editor > .elementor-widget-container > *:last-child {
	margin-bottom: 0;
}

.elementor-heading-title {
	line-height: inherit !important;
}

.e-con-full {
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
	max-width: var(--full-maxWidth) !important;
}

.e-con-inner .e-con-full {
	padding-left: 0;
	padding-right: 0;
}

.e-con-boxed {
	padding-left: 0;
	padding-right: 0;
}

.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
	width: 100%;
}

.col,
[class*=' col-'],
[class^='col-'] {
	margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
}

.col-1 {
	flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
}

.col-2 {
	flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
}

.col-3 {
	flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
}

.col-4 {
	flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
}

.col-5 {
	flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
}

.col-6 {
	flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
}

.col-7 {
	flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
}

.col-8 {
	flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
}

.col-9 {
	flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
}

.col-10 {
	flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
}

.col-11 {
	flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
}

.col-12 {
	flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
}

.e-con.e-parent,
.content {
	--content-default: 1400px;
	--sidegap: clamp(1rem, 6vw, 3rem);
	--full: minmax(var(--sidegap), 1fr);
	--content: min(var(--content-default), 100% - var(--sidegap) * 2);
	--popout: minmax(0, 2rem);
	--feature: minmax(0, 5rem);
	--content-width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: grid;
	grid-template-columns: [full-start] var(--full) [feature-start] var(--feature) [popout-start] var(--popout) [content-start] var(--content) [content-end] var(--popout) [popout-end] var(--feature) [feature-end] var(--full) [full-end];
}

@media screen and (max-width: 1800px) {
	.e-con.e-parent,
	.content {
		--content-default: 1200px;
	}
}

.e-con.e-parent > *,
.content > * {
	grid-column: content;
}

.e-con.e-parent.grid-popout > *,
.popout {
	grid-column: popout;
}

.e-con.e-parent.grid-feature > *,
.feature {
	grid-column: feature;
}

.e-con.e-parent.grid-full > *,
.full {
	grid-column: full;
}

@media (max-width: 767px) {
	.mobile-full > * {
		grid-column: full !important;
	}
}

.hamburger {
	display: flex;
	z-index: 999;
	justify-content: stretch;
	align-items: stretch;
	outline: none;
	height: 35px;
	width: 35px;
	padding: 4px;
	border: 0px;
	background: transparent;
	transition: all 250ms ease-out;
	cursor: pointer;
	position: relative;
}

.hamburger::before {
	content: 'Menü';
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	transform: translateX(-50%);
	line-height: 1;
}

.hamburger__inner {
	position: relative;
	flex: 1;
}

.hamburger .line {
	width: 35px;
	height: 3px;
	color: #fff;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	width: 100%;
	border-radius: 2px;
	height: 3px;
	position: absolute;
	background: #fff;
	transition: all 250ms ease-out;
	will-change: transform;
	top: 75%;
	left: 0;
}

.hamburger .line.line-1 {
	transform: translateY(-6px);
}

.hamburger .line.line-2 {
	transform: translateY(6px);
}

.hamburger.is-active::before {
	content: 'Close';
}

.hamburger.is-active .line.line-1 {
	transform: translateY(0) rotate(-45deg);
}

.hamburger.is-active .line.line-2 {
	transform: translateY(0) rotate(45deg);
}

.hamburger:hover {
	cursor: pointer;
}

:root {
	--bg-color: #080808;
	--bg-color-secondary: #1a1a1a;
	--primary-backgroundColor: #080808;
	--color-primary: #b51b10;
	--color-secondary: #f2b33d;
	--grid-gutter: 60px;
	--full-maxWidth: 1940px;
	--font-size: 16px;
	--font-color: #fff;
	--font-family-body: 'Open Sans', sans-serif;
	--font-family-headline: 'Yrsa', serif;
	--bg-alt-color: #000;
	--font-alt-color: #fff;
}

:root {
	--gradient-v1: linear-gradient(#F2B33D,
            #F2B077,
            #F25C05,
            #F25C05,
            #732C02, #730C02);
	--gradient-v2: linear-gradient(90deg, #730C02, #F25C05, #F2B33D);
}

a {
	color: var(--font-color);
}

body {
	background-color: var(--bg-color);
	line-height: 1.6;
	font-size: var(--font-size);
	color: var(--font-color);
	/* fallback */
	font-family: var(--font-family-body);
	margin: 0;
	padding: 0;
}

:root {
	--fs-h1: clamp(40px, calc(40px + (65px - 40px) * ((100vw - 320px) / (1240px - 320px))), 65px);
	--fs-big: clamp(30px, calc(30px + (53px - 30px) * ((100vw - 320px) / (1240px - 320px))), 53px);
	--fs-h2: clamp(25px, calc(25px + (48px - 25px) * ((100vw - 320px) / (1240px - 320px))), 48px);
	--fs-h3: clamp(20px, calc(20px + (30px - 20px) * ((100vw - 320px) / (1240px - 320px))), 30px);
	--fs-h4: clamp(18px, calc(18px + (25px - 18px) * ((100vw - 320px) / (1240px - 320px))), 25px);
	--fs-h5: clamp(16px, calc(16px + (20px - 16px) * ((100vw - 320px) / (1240px - 320px))), 20px);
}

h1,
.h1 {
	font-size: var(--fs-h1);
	margin-top: 0;
	font-weight: 200;
	line-height: 1.05 !important;
	font-family: var(--font-family-headline);
}

h2,
.h2 {
	font-size: var(--fs-h2);
	margin-bottom: 1em;
	margin-top: 0;
	line-height: 1.3 !important;
	font-family: var(--font-family-headline);
}

h2.elementor-heading-title,
.h2.elementor-heading-title {
	line-height: 1.3 !important;
	margin-bottom: 1em;
}

h3,
.h3 {
	font-size: var(--fs-h3);
	margin-top: 0;
	font-weight: 500;
	font-family: var(--font-family-headline);
}

h4,
.h4 {
	font-weight: 300;
	margin-bottom: 0.8em !important;
	margin-top: 0;
	font-size: var(--fs-h4);
}

h5,
.h5 {
	font-weight: 500;
	font-size: var(--fs-h5);
}

.page {
	overflow-x: hidden;
}

.enable-padding-default {
	padding-top: var(--vertical-padding);
	padding-bottom: var(--vertical-padding);
}

.enable-padding-half {
	padding-top: calc(0.5 * var(--vertical-padding));
	padding-bottom: calc(0.5 * var(--vertical-padding));
}

.enable-top-padding-default {
	padding-top: var(--vertical-padding);
}

.enable-top-padding-half {
	padding-top: calc(0.5 * var(--vertical-padding));
}

.enable-top-padding-none {
	padding-top: 0;
}

.enable-bottom-padding-default {
	padding-bottom: var(--vertical-padding);
}

.enable-bottom-padding-half {
	padding-bottom: calc(0.5 * var(--vertical-padding));
}

.enable-bottom-padding-none {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.hide-phone {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1039px) {
	.hide-tablet {
		display: none !important;
	}
}

@media (min-width: 1040px) {
	.hide-desktop {
		display: none !important;
	}
}

.is-left {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
}

.is-right {
	display: flex;
	align-items: center;
	justify-content: flex-end !important;
}

.is-center {
	display: flex;
	align-items: center;
	justify-content: center !important;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.column {
	display: flex;
	flex-direction: column;
	justify-self: start;
}

.has-square {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}

.has-square > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.has-16-9 {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.has-16-9 > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.has-2-1 {
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
}

.has-2-1 > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.wysiwyg > p:empty {
	display: none;
}

.wysiwyg > *:first-child {
	margin-top: 0;
}

.wysiwyg > *:last-child {
	margin-bottom: 0;
}

.wysiwyg > .button:last-child {
	margin-bottom: -1rem;
}

.nav {
	z-index: 99;
	justify-content: center;
}

.nav ul.menu {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.nav ul.menu > li {
	margin-left: 0;
}

.nav ul.menu > li:not(:first-child) {
	margin-left: 2em;
}

.nav ul.menu > li > a {
	height: 100%;
	padding: 0;
	white-space: nowrap;
	position: relative;
}

.nav ul.menu > li > a .menu-icon {
	display: none;
}

.nav ul.menu > li a {
	background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #730C02, #F25C05, #F2B33D);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 calc(50% + 1em);
	background-repeat: no-repeat;
	transition: background-size 400ms;
	padding: 0.5em 0;
}

.nav ul.menu > li.current-menu-parent > a,
.nav ul.menu > li.current-menu-item > a,
.nav ul.menu > li > a:hover {
	background-size: 0 2px, 100% 2px;
	opacity: 1;
}

.main-header__nav {
	z-index: 99;
}

.main-header__nav .main-navigation--mobil {
	position: fixed;
	top: 0;
	right: 0;
	width: 30vw;
	max-width: 420px;
	height: 100vh;
	display: flex;
	margin-top: 4em;
	flex-direction: column;
	padding: var(--grid-gutter);
	background: var(--primary-backgroundColor);
	box-shadow: -8px 0 24px rgba(0, 0, 0, 0.35);
	/* START-POSITION – komplett nach rechts geschoben */
	transform: translateX(100%);
	transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
	/* Overlay unter dem Menü */
	/* AKTIV – Menü fährt herein */
}

.main-header__nav .main-navigation--mobil::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--primary-backgroundColor);
	z-index: -1;
}

.main-header__nav .main-navigation--mobil.is-active {
	transform: translateX(0);
}

.main-header__nav .main-navigation--mobil nav .menu {
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 5rem;
}

.main-header__nav .main-navigation--mobil nav .menu > li {
	margin-left: 0;
}

html {
	scroll-behavior: smooth;
	font-size: 18px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .main-header {
		top: 46px;
	}
}

body.no-scroll {
	overflow: hidden;
}

.main-header {
	width: 100%;
	max-width: 100vw;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	padding-top: calc(var(--grid-gutter) / 2);
}

.main-header.nav-bar {
	background: #000;
	opacity: 0.8;
	border-radius: 0.8em;
}

.main-header.nav-bar.menu-open {
	opacity: 1;
	border-radius: unset !important;
}

.main-header__inner {
	height: var(--height-header);
}

.main-header__inner > .header-col {
	height: 100%;
	display: flex;
	align-items: center;
}

.main-header__inner--desktop {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	gap: 2em;
}

.main-header__inner--mobil {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-header--frontpage {
	/* Basis: Header-Logo */
	/* Auf normalen Seiten: sofort sichtbar */
	/* Startseite: Logo im Header anfangs versteckt */
	/* Klasse, die per JS gesetzt wird, wenn gescrollt wurde */
}

.main-header--frontpage .logo--main {
	transition: opacity 300ms ease, transform 300ms ease;
}

.main-header--frontpage .logo--header-static {
	opacity: 1;
	transform: translateY(0);
}

.main-header--frontpage .logo--header-scroll {
	opacity: 0;
	transform: translateY(10px);
}

.main-header--frontpage .logo--header-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.main-site {
	flex: 1;
}

.logo {
	z-index: 9999;
	display: block;
	align-items: center;
	position: relative;
}

.logo > .logoImage {
	height: auto;
	width: auto;
	max-width: 100px;
}

@media (max-width: 767px) {
	.logo > .logoImage {
		max-width: 80px;
	}
}

.main-footer {
	position: relative;
	padding-bottom: calc(var(--grid-gutter) / 2);
	padding-top: calc(var(--grid-gutter) * 1.5);
	text-align: center;
}

.main-footer__wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.main-footer__nav ul {
	padding: 0;
}

.main-footer__copyright p {
	font-size: 0.5rem;
	margin: 0;
}

.textColor-black {
	color: var(--font-color) !important;
}

.textColor-lightLila {
	color: var(--color-lightLila) !important;
}

.textColor-beige {
	color: var(--color-beige) !important;
}

.textColor-darkBrown {
	color: var(--color-darkBrown) !important;
}

.textColor-darkBlue {
	color: var(--color-darkBlue) !important;
}

@property --rotate {
	syntax: "<angle>";
	initial-value: 132deg;
	inherits: false;
}

:root {
	--card-height: 50vh;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: center;
}

.cards--cols-1 .card {
	flex: 0 1 100%;
}

.cards--cols-2 .card {
	flex: 0 1 50%;
}

.cards--cols-3 .card {
	flex: 0 1 calc(33.333% - 1.34rem);
}

@media (min-width: 768px) and (max-width: 1039px) {
	.cards .card {
		flex: 0 1 calc(50% - 1.34rem);
	}
}

@media (max-width: 767px) {
	.cards .card {
		flex: 0 1 100%;
	}
}

.cards .card {
	box-sizing: border-box;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: transparent;
	height: auto;
}

.cards .card__inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	border-radius: 20px;
}

.cards .card__bg {
	position: relative;
	overflow: hidden;
	z-index: 1;
	inset: 0;
}

.cards .card__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.cards .card__content {
	position: absolute;
	margin: 0.6em 0.6em 0 0.6em;
	bottom: 0.6rem;
	min-height: 8rem;
	border-radius: 18px;
	z-index: 2;
	padding: 0.5em;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	color: var(--font-alt-color);
}

.cards .card__content--title {
	font-size: 1rem;
	font-weight: 500;
	margin: 0.6em 0;
}

.cards .card__content--teaser {
	margin: 0.2em 0 0;
	font-size: 0.9rem;
	font-weight: 400 !important;
}

.cards .card__content--date {
	font-size: 0.85rem;
	opacity: 0.9;
	margin: 0;
}

.cards .card--glass {
	padding: 0.4rem;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 20px 10px white;
}

.cards .card--glass::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.cards .card--glass::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

@media (max-width: 767px) {
	.cards .card__content {
		width: calc(100% - 1.1em);
	}
	.cards .card__content--teaser {
		display: none;
	}
}

.seitenwidget-headline {
	text-align: left;
}

.seitenwidget-headline .solaris-headline h2,
.seitenwidget-headline .solaris-headline h3,
.seitenwidget-headline .solaris-headline h4 {
	position: relative;
	display: inline-block;
}

.seitenwidget-headline .solaris-headline h2::after,
.seitenwidget-headline .solaris-headline h3::after,
.seitenwidget-headline .solaris-headline h4::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: var(--gradient-v2);
	margin-top: 0.2em;
}

.hero {
	min-height: 100vh;
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.hero .hero-header {
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.hero .hero-video,
.hero .hero-fallback {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: -1;
}

.hero__video {
	width: 100vw;
	height: 85vh;
	overflow: hidden;
	position: relative;
}

.hero__video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__video--multi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.hero__video--multi video {
	flex: 1 1 33.33%;
	width: 33.33%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1039px) {
	.hero {
		min-height: 85vh;
	}
}

@media (max-width: 767px) {
	.hero {
		min-height: 40vh;
	}
}

.header-icons {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0;
	padding-right: var(--grid-gutter);
	align-items: center;
	width: var(--grid-gutter);
	bottom: 0;
	z-index: 99999;
}

.socialicon {
	height: 2rem;
	width: 2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0.7rem;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.socialicon--instagram {
	background-image: url(./assets/img/instagram-white.svg) !important;
}

.socialicon--instagram:hover {
	box-shadow: 0 0 20px 10px rgba(242, 92, 5, 0.4), 0 0 40px 20px rgba(242, 92, 5, 0.2);
	transform: scale(1.02);
	border-radius: 8px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.solaris-herotext :first-child {
	margin-bottom: 1em;
}

.solaris-herotext :last-child {
	margin: 0;
}

.slider-navigation .slider-button-prev,
.slider-navigation .slider-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-navigation .slider-button-prev:after,
.slider-navigation .slider-button-next:after {
	content: '';
	background-image: url("./assets/img/icons/sliderarrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
}

.slider-navigation .slider-button-prev {
	left: calc(var(--grid-gutter) / 2);
}

.slider-navigation .slider-button-prev::after {
	transform: rotate(180deg);
}

.slider-navigation .slider-button-next {
	right: calc(var(--grid-gutter) / 2);
}

.elementor-button,
.button,
[type='button'],
[type='reset'],
[type='submit'],
.BorlabsCookie ._brlbs-content-blocker ._brlbs-default a._brlbs-btn,
button {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	color: var(--color-primary-alt);
	font-weight: 800;
	transition: all 0.2s ease-in-out;
	will-change: color, background-color, border-color;
	font-size: 16px;
	border-radius: 23px;
	border: 1px solid var(--secondary-color);
	padding: 0.9em 1.5em 0.8em 0;
}

@media (max-width: 767px) {
	.elementor-button,
	.button,
	[type='button'],
	[type='reset'],
	[type='submit'],
	.BorlabsCookie ._brlbs-content-blocker ._brlbs-default a._brlbs-btn,
	button {
		font-size: 14px;
	}
}

.elementor-button > span,
.button > span,
[type='button'] > span,
[type='reset'] > span,
[type='submit'] > span,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-default a._brlbs-btn > span,
button > span {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.elementor-button > span,
	.button > span,
	[type='button'] > span,
	[type='reset'] > span,
	[type='submit'] > span,
	.BorlabsCookie ._brlbs-content-blocker ._brlbs-default a._brlbs-btn > span,
	button > span {
		white-space: normal;
	}
}

.elementor-button:hover,
.button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-default a._brlbs-btn:hover,
button:hover {
	/* Border-Gradient */
	border-color: transparent;
	border-image: var(--gradient-v2) 1;
	background-image: var(--gradient-v2);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	opacity: 1 !important;
	border-radius: 23px;
}

/* archivo-black-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Archivo Black';
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/archivo-black-v22-latin-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/open-sans/open-sans-v44-latin-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Yrsa';
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/ysra/yrsa-v25-latin-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*# sourceMappingURL=style.css.map */