/*!
Theme Name: sudenergie
Author: Midori
Author URI: https://www.midori.lu/
Text Domain: sudenergie
Version: 1.0

*/

@font-face {
	font-family: 'NeusaNextPro';
	src: url('assets/fonts/NeusaNextPro-WideBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'NeusaNextPro';
	src: url('assets/fonts/NeusaNextPro-WideMedium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

:root {
	--color-dark-blue: #002a43;
	--color-turquoise: #44b49e;
	--color-blue: #578ca2;
	--color-green: #bfdcb5;
	--color-light-blue: #c7d6de;
	--color-beige: #f4f3e5;

	--offset-right: 1000px;
}

::selection {
	background: var(--color-turquoise);
	color: #000000;
}

html {
	font-size: 7.5px; /* 10px * 0.75 = 7.5px */
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 2.1rem;
	line-height: 3.5rem;
	line-height: 1.6;
	background-color: #000000;
	background-color: #101115;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GLOBAL */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'NeusaNextPro', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}
h1 {
	font-size: 6.1rem;
	margin-bottom: 30px;
}
h2 {
	font-size: 5rem;
	margin-bottom: 15px;
}
h3 {
	font-size: 3.2rem;
	margin-bottom: 10px;
}
h3 a {
	display: block;
}

.external-url {
	color: var(--color-turquoise);
	text-decoration: underline;
}

p:not(:last-child),
figure:not(:last-child) {
	margin-bottom: 2rem;
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px; /* Default Bootstrap 5 */
		max-width: 1260px;
	}
}

.g-large {
	--bs-gutter-x: 46px;
	--bs-gutter-y: 46px;
}
.g-large-x {
	--bs-gutter-x: 46px;
}
.g-large-y {
	--bs-gutter-y: 46px;
}

.bg-color-blue {
	background-color: var(--color-blue) !important;
}
.bg-color-turquoise {
	background-color: var(--color-turquoise) !important;
}
.bg-color-green {
	background-color: var(--color-green) !important;
}
.bg-color-light-blue {
	background-color: var(--color-light-blue) !important;
}
.bg-color-beige {
	background-color: var(--color-beige) !important;
}

.swiper {
	opacity: 0;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
}
.swiper:not(.swiper-initialized) .swiper-slide {
	/* height: 0; */
	width: 33.3%;
}
.swiper.swiper-initialized {
	/* max-height: auto; */
	height: auto;
	visibility: visible !important;
	opacity: 1 !important;
}
.swiper-scrollbar {
	background-color: rgba(203, 203, 203, 0.25);
	left: 0 !important;
	width: 100% !important;
}
.swiper-scrollbar-drag {
	background: var(--color-blue);
	cursor: grab;
	transition: all 0.25s ease;
}
.swiper-scrollbar-drag:hover {
	background: var(--color-turquoise);
}
.swiper-scrollbar-drag:active {
	background: var(--color-turquoise);
	cursor: grabbing;
}
.swiper-button-next,
.swiper-button-prev {
	color: var(--color-blue);
	background-color: rgba(203, 203, 203, 0.25);
	color: #000000;
	background-color: #ffffff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 2.5rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-transform: none;
}
.swiper-button-next:after {
	content: '\f054'; /* Font Awesome icon for right arrow */
}
.swiper-button-prev:after {
	content: '\f053'; /* Font Awesome icon for left arrow */
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 1);
	background-color: var(--color-turquoise);
	color: #000000;
}

figure {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease, font-weight 0s ease;
}
a:hover {
	color: var(--color-turquoise);
	/* color: var(--color-blue); */
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	color: var(--color-turquoise);
	color: var(--color-blue);
	color: #000000;
}

.btn {
	display: inline-flex;
	align-items: center;
	padding: 6px 20px;
	font-size: 2.1rem;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	background-color: var(--color-blue);
	color: #000000;
	transition: all 0.25s ease;
	overflow: hidden;
	position: relative;
	line-height: 26px;
}
.btn:hover,
.btn:focus,
.btn:active {
	background-color: var(--color-turquoise);
	/* color: #ffffff; */
	color: #000000;
}
.btn svg {
	width: 21px;
	height: 21px;
	margin-left: 10px;
	transition: all 0.25s ease;
	position: relative;
}
.btn svg path {
	stroke: #000000;
	transition: all 0.25s ease;
}
/* Hover Effects */
.btn:not(.btn-link):hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	background-color: var(--color-turquoise);
}
.btn:hover svg {
	transform: rotate(90deg);
}
.glow {
	height: 80px;
	width: 80px;
	background: radial-gradient(
		circle closest-side,
		rgba(255, 255, 255, 0.2),
		transparent
	);
	position: absolute;
	border-radius: 100%;
	top: -40px;
	left: -40px;
	pointer-events: none;
}

.btn-black {
	background-color: #101115 !important;
	color: #ffffff !important;
}
.btn-black svg path {
	stroke: #ffffff !important;
}

.btn-link {
	padding: 0;
	background-color: transparent !important;
	color: #ffffff;
	position: relative;
}
.btn-link svg path {
	stroke: #ffffff;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	background-color: transparent !important;
	color: var(--color-turquoise) !important;
	/* color: var(--color-blue); */
}
.btn-link:hover svg path,
.btn-link:focus svg path,
.btn-link:active svg path {
	stroke: var(--color-turquoise);
	/* stroke: var(--color-blue); */
}

.btn i {
	margin-right: 10px;
}

.btn-back {
	background-color: #101115;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 19px;
}
.btn-back:hover,
.btn-back:focus {
	background-color: var(--color-turquoise);
	border-color: var(--color-turquoise);
	color: #000000;
}
.btn-back:active {
	background-color: var(--color-turquoise) !important;
	border-color: var(--color-turquoise) !important;
	color: #000000 !important;
}

a.item-link {
	display: block;
	text-decoration: none;
}
a.item-link img {
	will-change: transform;
}
a.item-link:hover,
a.item-link:focus,
a.item-link:hover .btn,
a.item-link:focus .btn {
	color: var(--color-turquoise);
}
/* a.item-link:hover .play-svg,
a.item-link:focus .play-svg {
    background-color: var(--color-turquoise);
} */
a.item-link:hover img,
a.item-link:focus img {
	transform: scale(1.05);
}
a.item-link:hover .btn svg,
a.item-link:focus svg {
	transform: rotate(90deg);
}
a.item-link:hover .btn svg path,
a.item-link:focus .btn svg path {
	stroke: var(--color-turquoise);
}
/* NAVIGATION */
#site-navigation {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 75px;
	transition: all 0.3s ease;
	padding-bottom: 0;
}
#site-navigation .logo,
#site-navigation .menu-toggler {
	opacity: 0;
	animation: fadeInDown 0.3s 0.5s ease-in-out forwards;
}
body.menu-open {
	overflow: hidden;
}
#site-navigation,
body.has-header-image #site-navigation {
	position: absolute;
}
body:not(.has-header-image) header#header {
	height: 200px;
}
#site-navigation > .container {
	align-items: start;
	align-items: center;
}
#site-navigation .logo img {
	height: 125px;
}
#site-navigation .menu-toggler {
	background-color: transparent;
	appearance: none;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: 500;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10000001;
}
#site-navigation .menu-toggler.menu-close {
	opacity: 0;
}
#site-navigation .menu-toggler svg {
	width: 40px;
	height: auto;
}
#site-navigation .menu-toggler .close {
	display: none;
}
#site-navigation #menu {
	position: fixed;
	width: 600px;
	height: 100vh;
	background: var(--color-blue);
	top: 0;
	right: 0;
	z-index: 10000000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 75px 0 20px;
	/* display: none; */
	width: 500px;
	max-width: 100%;
	text-align: right;
	transform: translateX(calc(100% + var(--offset-right)));
	transform: translateX(75%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}
#site-navigation #menu.open {
	transition-delay: 0.15s;
	transform: translateX(calc(-1 * var(--offset-right)));
	visibility: visible;
	opacity: 1;
}
#site-navigation.open .menu-toggler .open {
	display: none;
}
#site-navigation.open .menu-toggler .close {
	display: block;
}
#site-navigation.fixed {
	background-color: #2b2b2b;
	background-color: #101115;
	position: fixed !important;
	padding: 20px 0;
}
#site-navigation .menus-wrapper {
	width: 100%;
	height: 100%;
	overflow: clip;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	margin: 30px 0;
	padding-right: 10px;
	margin-right: -10px;
}
#wpadminbar {
	position: fixed;
}
body.admin-bar #site-navigation #menu {
	top: 32px;
	height: calc(100vh - 32px);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}
body.admin-bar #site-navigation.fixed {
	top: 32px;
}
body #site-navigation.fixed .logo img {
	height: 60px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #site-navigation #menu {
		top: 46px;
		height: calc(100vh - 46px);
	}
	body.admin-bar #site-navigation.fixed {
		top: 46px;
	}
}
/* body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    z-index: 100;
    transition: all 0.3s ease;
}
body.menu-open::before {
    backdrop-filter: blur(6px);
} */
#site-navigation #menu::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	left: 99%;
	width: 50vw;
	height: 100%;
	background-color: var(--color-blue);
	z-index: -1;
}
#site-navigation .menus-wrapper,
#site-navigation .main-menu_ {
	margin-top: 180px;
}
#menu li.menu-item,
#menu .sub-menu {
	text-decoration: none;

	/* transform: translateY(75px); */
	transform: translateX(25px);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
#menu.open li.menu-item:nth-child(1) {
	transition-delay: 0.3s;
}
#menu.open li.menu-item:nth-child(2) {
	transition-delay: 0.4s;
}
#menu.open li.menu-item:nth-child(3) {
	transition-delay: 0.5s;
}
#menu.open li.menu-item:nth-child(4) {
	transition-delay: 0.6s;
}
#menu.open li.menu-item:nth-child(5) {
	transition-delay: 0.7s;
}
#menu.open li.menu-item:nth-child(6) {
	transition-delay: 0.8s;
}
#menu.open li.menu-item:nth-child(7) {
	transition-delay: 0.9s;
}
#menu.open li.menu-item:nth-child(8) {
	transition-delay: 1s;
}
#menu.open li.menu-item:nth-child(9) {
	transition-delay: 1.1s;
}
#menu.open li.menu-item:nth-child(10) {
	transition-delay: 1.2s;
}
#menu.open li.menu-item:nth-child(11) {
	transition-delay: 1.3s;
}
#menu.open li.menu-item:nth-child(12) {
	transition-delay: 1.4s;
}
#menu.open li.menu-item:nth-child(13) {
	transition-delay: 1.5s;
}
#menu.open .sub-menu {
	transition-delay: 1s;
}
#menu.open li.menu-item,
#menu.open .sub-menu {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
#site-navigation .main-menu a {
	font-family: 'NeusaNextPro', sans-serif;
	font-size: 4.5rem;
	line-height: 7.8rem;
	color: #ffffff;
	transition: all 0.3s ease;
}
#site-navigation .main-menu a:hover,
#site-navigation .main-menu a:focus,
#site-navigation .main-menu li.current-menu-item a {
	color: #000000;
}
#site-navigation .sub-menu {
	margin-top: 65px;
}
#site-navigation .sub-menu ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: end;
	gap: 30px;
}
#site-navigation .sub-menu ul li {
	list-style: none;
}
#site-navigation .sub-menu ul li a {
	color: #000000;
	font-weight: 300;
	text-decoration: none;
}

#site-navigation .menus-wrapper::-webkit-scrollbar {
	width: 3px;
	border-radius: 10px;
}
#site-navigation .menus-wrapper::-webkit-scrollbar-thumb {
	background: #101115;
	border-radius: 10px;
}
#site-navigation .menus-wrapper::-webkit-scrollbar-track {
	background: #c4c4c4;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
@media screen and (max-height: 992px) {
	/* #site-navigation .menus-wrapper,
    #site-navigation .main-menu_ {
        margin-top: 70px !important;
    } */
	#site-navigation .menus-wrapper {
		margin-top: 130px;
	}
	#site-navigation .sub-menu {
		margin-top: 30px !important;
	}
	#site-navigation .main-menu a {
		font-size: 3.5rem !important;
		line-height: 5.5rem !important;
	}
}

/* HEADER */
header#header {
	position: relative;
}
body:not(.home).has-header-image header#header {
	margin-bottom: -90px;
}
body.single header#header {
	margin-bottom: 0;
}
.site-header {
	/* height: 80vh; */
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.home .site-header {
	height: 100svh;
	min-height: 600px;
}
body:not(.home) .site-header {
	min-height: 200px;
	max-height: 80vh;
	aspect-ratio: 16/9;
}
.site-header picture,
.site-header .hero-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.front-page-header-image::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #101115;
	opacity: 0.2;
	pointer-events: none;
}
.front-page-header-image::after {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
	background: linear-gradient(
		rgba(16, 17, 21, 0) 0%,
		rgba(16, 17, 21, 0.86) 79.26%,
		#101115 100%
	);
	pointer-events: none;
}
.page-header-image::before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
	background: linear-gradient(
		#080808 0%,
		rgba(8, 8, 8, 0.2) 68.47%,
		rgba(8, 8, 8, 0.07) 83.25%,
		rgba(8, 8, 8, 0) 100%
	);
	opacity: 0.56;
}
.site-header img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	animation: image-anim 1s ease-in-out 0s forwards;
}
.header-title {
	z-index: 11;
	align-self: stretch;
}
.header-title h1 {
	font-size: 6.8rem;
	opacity: 0;
}
.header-title h1 .letter {
	display: inline-block;
}
.header-bottom {
	z-index: 11;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15%;
	font-size: 1.9rem;
	font-weight: 500;
	width: 100%;
}
.scroll-down-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	max-width: 260px;
	margin: 0 auto;
	opacity: 0;
}
.scroll-down-block svg {
	width: 40px;
	height: auto;
}
.scroll-down-block p {
	margin: 0;
}

.scroll-down-icon {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 62px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.scroll-down-icon::before {
	position: absolute;
	top: 14px;
	left: 50%;
	content: '';
	width: 4px;
	height: 15px;
	margin-left: -2px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-animation: scrollDown 2s infinite;
	animation: scrollDown 2s infinite;
	transition: all 0.3s ease;
}
a.scroll-down-link:hover .scroll-down-icon {
	border-color: var(--color-turquoise);
}
a.scroll-down-link:hover .scroll-down-icon::before {
	background-color: var(--color-turquoise);
}

.search-block {
	position: relative;
}
.search-block a.search-link {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 10000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	background-color: rgba(255, 255, 255, 0.33);
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: var(--offset-right);
	right: 30px;
}
.menu-open .search-block a.search-link {
	display: none;
}

.search-block a.search-link:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.search-block a.search-link svg {
	width: 26px;
}
.page-transition {
	position: fixed;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	background-color: var(--color-turquoise);
	background: linear-gradient(
		135deg,
		rgba(191, 220, 181, 1) 0%,
		rgba(68, 180, 158, 1) 50%,
		rgba(87, 140, 162, 1) 100%
	);
	/* background: linear-gradient(135deg, #101115 0%, #2B2B2B 100%);
    background: linear-gradient(135deg, #101115 0%, #101115 75%, #2B2B2B 100%); */
	border-radius: 50%;
	transform: scale(0);
	z-index: 999999;
	pointer-events: none;
}
.transition-1 {
	background: linear-gradient(
		135deg,
		rgba(191, 220, 181, 1) 0%,
		rgba(68, 180, 158, 1) 50%,
		rgba(87, 140, 162, 1) 100%
	);
	background: linear-gradient(
		315deg,
		rgba(191, 220, 181, 1) 0%,
		rgba(68, 180, 158, 1) 50%,
		rgba(87, 140, 162, 1) 100%
	);
}
.transition-2 {
	background: linear-gradient(135deg, #101115 0%, #101115 75%, #2b2b2b 100%);
	background: linear-gradient(
		135deg,
		transparent 0%,
		#101115 35%,
		#2b2b2b 100%
	);
	background: linear-gradient(
		315deg,
		transparent 0%,
		#101115 15%,
		#2b2b2b 100%
	);
}

/* ELEMENTS */
.page-section {
	padding: 60px 0;
}
.section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.section-title h2 {
	margin-bottom: 0;
}

.pagination {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination .page-numbers {
	border-radius: 50px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #ffffff !important;
	margin: 0px 2px;
}
.pagination .page-numbers i {
	font-size: 16px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers.current {
	background-color: #2b2b2b;
}

.sidebar {
	position: sticky;
	top: 60px;
	margin-bottom: 30px;
}
body.menu-fixed .sidebar {
	top: 160px;
}
.sidebar h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 2.3rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar ul li:last-of-type {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar ul li a {
	display: block;
	color: #ffffff;
	font-size: 1.7rem;
	font-weight: 300;
	text-decoration: none;
	padding-right: 10px;
}
.sidebar ul li a:hover,
.sidebar ul li.current a {
	color: var(--color-turquoise);
	/* color: var(--color-blue); */
}
.sidebar ul li.current a {
	font-weight: 600;
}
.sidebar-list + a {
	margin-top: 25px;
	font-size: 1.7rem;
}

article h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 3rem;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 15px;
}
.text-description + .btn,
article .item-excerpt + .item-read-more {
	margin-top: 20px;
}

/* MAIN */
#main {
	background-color: #101115;
	position: relative;
	padding: 90px 0 60px;
}
body.home #main {
	padding: 0;
	overflow: hidden;
}
body:not(.home) .site-content {
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
}
.page-title {
	opacity: 0;
}
.page-title h1:last-child {
	margin-bottom: 0;
}
.page-title:not(:last-child) {
	margin-bottom: 35px;
}
/* FRONTPAGE */
.home-introduction .block-content {
	text-align: center;
	max-width: 585px;
	margin: 0 auto;
}
.home-introduction .block-content h2 {
	margin-bottom: 15px;
}

.home-interviews {
	overflow: hidden;
}
.interviews-slider,
.archives-slider {
	padding-bottom: 30px;
	overflow: visible;
}
.interviews-slider .swiper-slide {
	width: 470px;
	padding-bottom: 20px;
}
.archives-slider .swiper-slide {
	width: 300px;
	padding-bottom: 20px;
}
.interview-item .item-image {
	aspect-ratio: 25/16;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
}
.interview-item .item-image img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
}
.interview-item .item-image .play-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* background-color: rgba(255, 255, 255, 0.37) !important; */
	background-color: rgba(255, 255, 255);
	border-radius: 50%;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	opacity: 0.37;
}
.interview-item .item-image .play-svg svg {
	height: 30px;
	transform: none;
}
.interview-item .item-image .play-svg svg path {
	transition: all 0.3s ease;
}
.interview-item a:hover .item-image .play-svg,
.interview-item a:focus .item-image .play-svg {
	opacity: 1;
}
@media (min-width: 992px) {
	.interviews-slider .swiper-button-prev,
	.interviews-slider .swiper-button-next,
	.archives-slider .swiper-button-prev,
	.archives-slider .swiper-button-next {
		display: none;
	}
}

.archiv-item .item-image {
	aspect-ratio: 1/1;
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
.archiv-item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
}
.archiv-item .item-image a:hover img,
.archiv-item .item-image a:focus img {
	transform: scale(1.05);
}

.home-personensuche {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.home-personensuche .personensuche-image-wrapper {
	position: relative;
	overflow: hidden;
}
.personensuche-image-wrapper .target {
	position: absolute;
	border: 2px solid #fff;
	width: 7%;
	aspect-ratio: 1;
	z-index: 2;
}
.personensuche-image-wrapper .target-1 {
	right: 21.35%;
	top: 21%;
}
.personensuche-image-wrapper .target-2 {
	left: 53.5%;
	top: 47%;
}
.personensuche-image-wrapper .target-3 {
	right: 11.2%;
	bottom: 24.5%;
}

.home-personensuche {
	margin: 60px 0;
}
.home-personensuche .personensuche-image {
	display: flex;
	aspect-ratio: 32/15;
	position: relative;
}
.home-personensuche .personensuche-image::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(-116deg, rgba(16, 17, 21, 0) 0%, #101115 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.home-personensuche .personensuche-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: top center;
}
.home-personensuche .text-block-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 90px;
	z-index: 2;
}
.home-personensuche .text-block {
	max-width: 450px;
}

.cta-item {
	position: relative;
	overflow: hidden;
}
.cta-item > h2 {
	margin-bottom: 25px;
}
.cta-item .cta-image {
	aspect-ratio: 16/10;
	position: relative;
	overflow: hidden;
}
.cta-item .cta-image::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(16, 17, 21, 0) 0%, #101115 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	transition: all 0.3s ease;
	opacity: 0;
}
.cta-item .cta-image img {
	width: 100%;
	height: 100%;
	will-change: transform;
	transition: all 1s ease;
	-o-object-fit: cover;
	object-fit: cover;
}
.cta-item .cta-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	z-index: 2;
	transform: translateY(100%);
	transition: all 0.3s ease;
}
.cta-item .cta-text,
.cta-item .cta-text .btn {
	color: #fff !important;
}
.cta-item .cta-text .btn svg {
	transform: none !important;
}
.cta-item .cta-text .btn svg path {
	stroke: #fff !important;
}
.cta-item .cta-text p:last-child {
	margin-bottom: 0;
}
.cta-item .cta-link {
	display: block;
}
.cta-item .cta-link:hover .cta-image::after,
.cta-item .cta-link:focus .cta-image::after {
	opacity: 1;
}
.cta-item .cta-link:hover .cta-image img,
.cta-item .cta-link:focus .cta-image img {
	transform: scale(1.05);
}
.cta-item .cta-link:hover .cta-text,
.cta-item .cta-link:focus .cta-text {
	transform: translateY(0);
}

.accordion-item + .accordion-item {
	margin-top: 30px;
}
.accordion-item {
	padding: 20px 30px;
	padding: 0;
	border-radius: 34px !important;
	overflow: hidden;
	border: 0;
}
.accordion-item,
.accordion-item .accordion-button,
.accordion-item .accordion-body {
	background-color: #ffffff;
}
.accordion-item.bg-color-blue,
.accordion-item.bg-color-blue .accordion-button,
.accordion-item.bg-color-blue .accordion-body {
	background-color: var(--color-blue);
}
.accordion-item.bg-color-turquoise,
.accordion-item.bg-color-turquoise .accordion-button,
.accordion-item.bg-color-turquoise .accordion-body {
	background-color: var(--color-turquoise);
}
.accordion-item.bg-color-green,
.accordion-item.bg-color-green .accordion-button,
.accordion-item.bg-color-green .accordion-body {
	background-color: var(--color-green);
}
.accordion-item.bg-color-light-blue,
.accordion-item.bg-color-light-blue .accordion-button,
.accordion-item.bg-color-light-blue .accordion-body {
	background-color: var(--color-light-blue);
}
.accordion-button,
.accordion-body {
	font-family: 'Poppins', sans-serif;
	padding-left: 30px;
	padding-right: 30px;
	padding: 0;
	padding: 20px 30px;
	box-shadow: none !important;
}
.accordion-button {
	font-size: 3rem;
	font-weight: 500;
	color: #000000 !important;
}
.accordion-button::after {
	width: 20px;
	height: 20px;
	background-size: 20px;
}
.accordion-body {
	padding-top: 0;
}
.accordion-item[class*='color-'] a:hover,
.accordion-item[class*='color-'] a:focus {
	color: #000000;
	/* text-decoration: underline; */
}
.accordion-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.accordion-body ul li {
	padding: 20px 0;
	border-top: 1px solid #000;
}
.accordion-body ul li:last-child {
	padding-bottom: 0;
}
.accordion-body ul li a:hover::after,
.accordion-body ul li a:focus::after {
	content: '\f0c1';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 5px;
}

/* TIMELINE */
.timeline {
	position: relative;
	margin: 0 auto;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 4px;
	background-color: #3c3c3c;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.timeline-line {
	position: absolute;
	width: 4px;
	/* background-color: #3C3C3C; */
	transform-origin: top;
	z-index: 10;
}
.line-animation.reached {
	height: 100% !important;
}

.timeline-line.color-blue .line-animation {
	background: linear-gradient(180deg, #3c3c3c, var(--color-blue));
}

.timeline-line.color-turquoise .line-animation {
	background: linear-gradient(180deg, #3c3c3c, var(--color-turquoise));
}

.timeline-line.color-green .line-animation {
	background: linear-gradient(180deg, #3c3c3c, var(--color-green));
}
.timeline-line:last-of-type .line-animation {
	height: 101% !important;
	background: linear-gradient(180deg, #3c3c3c, #101115) !important;
}

.line-animation {
	width: 100%;
	height: 0;
	background-color: inherit;
	transition: height 0.5s ease-out;
}

.timeline-item {
	position: relative;
}
.timeline-item .timeline-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 30px 0;
	gap: 120px;
}
.timeline-item:nth-child(even) .timeline-content {
	flex-direction: row-reverse;
}
.timeline-item .timeline-content > div {
	width: 50%;
	flex: 1;
}
.timeline-item h2 {
	font-size: 10rem;
	margin-bottom: 0;
}
.timeline-item h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.timeline-item:not(.show) .timeline-content,
.timeline-item:not(.show) a.btn-link {
	color: #3c3c3c;
}
.timeline-item:not(.show) a.btn-link svg path {
	stroke: #3c3c3c;
}
.timeline-item:nth-child(3n + 1) h2,
.timeline-item:nth-child(3n + 1) a.btn-link:hover,
.timeline-item:nth-child(3n + 1) a.btn-link:focus {
	color: var(--color-blue) !important;
}
.timeline-item:nth-child(3n + 1) a.btn-link:hover svg path,
.timeline-item:nth-child(3n + 1) a.btn-link:focus svg path {
	stroke: var(--color-blue) !important;
}
.timeline-item:nth-child(3n + 2) h2,
.timeline-item:nth-child(3n + 2) a.btn-link:hover,
.timeline-item:nth-child(3n + 2) a.btn-link:focus {
	color: var(--color-turquoise) !important;
}
.timeline-item:nth-child(3n + 2) a.btn-link:hover svg path,
.timeline-item:nth-child(3n + 2) a.btn-link:focus svg path {
	stroke: var(--color-turquoise) !important;
}
.timeline-item:nth-child(3n) h2,
.timeline-item:nth-child(3n) a.btn-link:hover,
.timeline-item:nth-child(3n) a.btn-link:focus {
	color: var(--color-green) !important;
}
.timeline-item:nth-child(3n) a.btn-link:hover svg path,
.timeline-item:nth-child(3n) a.btn-link:focus svg path {
	stroke: var(--color-green) !important;
}
.timeline-images,
.timeline-text {
	position: relative;
}
.timeline-text .timeline-marker {
	position: absolute;
	top: 50%;
	left: -115px;
	transform: translateY(-50%);
	background: #101115;
	z-index: 90;
	padding: 15px;
}
.timeline-item:nth-child(even) .timeline-text .timeline-marker {
	left: auto;
	right: -115px;
}
.timeline-text .timeline-marker svg {
	width: 80px;
	height: auto;
	transform: scale(0.8);
}
.timeline-text .timeline-marker svg path {
	transition: all 0.3s ease;
}
.timeline-images a {
	cursor: zoom-in;
}
.timeline-images img {
	position: relative;
	box-shadow: 15px 20px 20px rgba(0, 0, 0, 0.24);
	max-height: 550px;
}
.timeline-item .timeline-images.multiple-images img.image-1,
.timeline-item .timeline-images.multiple-images img:nth-child(1) {
	margin-top: 150px;
}
.timeline-item .timeline-images img.vertical.image-1,
.timeline-item .timeline-images img.vertical:nth-child(1) {
	max-height: 550px;
}
.timeline-item .timeline-images img.image-2,
.timeline-item .timeline-images img:nth-child(2) {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
}
.timeline-item:nth-child(1) .timeline-images img.image-1,
.timeline-item:nth-child(1) .timeline-images img:nth-child(1) {
	margin-top: 150px;
	position: relative;
	max-height: 550px;
	width: auto;
}
.timeline-item:nth-child(1) .timeline-images img.image-2,
.timeline-item:nth-child(1) .timeline-images img:nth-child(2) {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
}

/* Timeline Animations */
.timeline-shadow {
	z-index: 1000;
	background: linear-gradient(
		rgba(16, 17, 21, 0) 0%,
		rgba(16, 17, 21, 0.86) 79.26%,
		#101115 100%
	);
	opacity: 0.4;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	position: fixed;
	pointer-events: none;
	opacity: 0;
	transform: translateY(100%);
}
/* .timeline-item h2 {
    opacity: 0;
} */
.timeline-item h2 .letter {
	opacity: 0;
	display: inline-block;
	transform-origin: 50% 100%;
	transform: translateX(40px);
}
/* .timeline-item h2, */
.timeline-item .text-description {
	opacity: 0;
	transform: translateY(50px);
}
.timeline-images img {
	opacity: 0;
	will-change: transform;
}

/* TIMELINE LISTING */
.timeline-article + .timeline-article {
	margin-top: 100px;
}
.timeline-article h2 {
	font-size: 3.2rem;
}
.timeline-article .timeline-content h1:last-child {
	margin-bottom: 0;
}
.timeline-article:nth-child(3n + 1) h1,
.timeline-article:nth-child(3n + 1) .sidebar ul li a:hover,
.timeline-article:nth-child(3n + 1) .sidebar ul li.current a,
.timeline-article:nth-child(3n + 1) .timeline-content a:hover,
.timeline-article:nth-child(3n + 1) .timeline-content a:focus {
	color: var(--color-blue);
}
.timeline-article:nth-child(3n + 1) .btn:hover,
.timeline-article:nth-child(3n + 1) .btn:focus {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}
.timeline-article:nth-child(3n + 2) h1,
.timeline-article:nth-child(3n + 2) .sidebar ul li a:hover,
.timeline-article:nth-child(3n + 2) .sidebar ul li.current a,
.timeline-article:nth-child(3n + 2) .timeline-content a:hover,
.timeline-article:nth-child(3n + 2) .timeline-content a:focus {
	color: var(--color-turquoise);
}
.timeline-article:nth-child(3n + 2) .btn:hover,
.timeline-article:nth-child(3n + 2) .btn:focus {
	background-color: var(--color-turquoise);
	border-color: var(--color-turquoise);
}
.timeline-article:nth-child(3n) h1,
.timeline-article:nth-child(3n) .sidebar ul li a:hover,
.timeline-article:nth-child(3n) .sidebar ul li.current a,
.timeline-article:nth-child(3n) .timeline-content a:hover,
.timeline-article:nth-child(3n) .timeline-content a:focus {
	color: var(--color-green);
}
.timeline-article:nth-child(3n) .btn:hover,
.timeline-article:nth-child(3n) .btn:focus {
	background-color: var(--color-green);
	border-color: var(--color-green);
}

/* Tables */
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
	font-size: 0.4em;
}
div.dt-container div.dt-layout-table {
	margin: 25px 0;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
	border-bottom: 0 !important;
}
.sudenergie-table th {
	font-weight: 700;
	font-size: 3rem;
}
.sudenergie-table > thead > tr > th {
	border-bottom: 0 !important;
}
.sudenergie-table tbody tr {
	border-top: 1px solid #ffffff;
}
.personensuche-table th {
	width: 50%;
}
.sudenergie-table tbody tr:hover {
	color: var(--color-turquoise);
}
.personensuche-table a.arbeiter-link {
	display: block;
	transition: none;
}
.sudenergie-table tbody tr:hover a,
.personensuche-table a.arbeiter-link:hover {
	font-weight: 600;
}
.dt-search,
.dt-search .dt-input {
	width: 100%;
}
.dt-search {
	position: relative;
}
.dt-search label {
	position: absolute;
	left: 15px;
	top: 10px;
}
.dt-search label svg {
	height: 25px;
	width: auto;
}
div.dt-container .dt-search input {
	margin: 0;
	border-radius: 50px;
	padding: 10px;
	padding-left: 45px;
	border-color: #ffffff;
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
	padding: 15px 10px;
}
/* Table pagination */
.custom-table .dt-layout-cell.dt-layout-start {
	display: none !important;
}
.custom-table .dt-layout-cell.dt-layout-end {
	justify-content: center;
	flex: 1;
	width: 100%;
}
.custom-table .dt-paging {
	width: 100%;
	text-align: center;
}
/* div.dt-container .dt-paging .ellipsis {
    display: none;
} */
div.dt-container .dt-paging .dt-paging-button {
	border-radius: 50px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
div.dt-container .dt-paging .dt-paging-button i {
	font-size: 16px;
}
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
	background: #2b2b2b !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
	color: #ffffff !important;
	opacity: 0.5;
}

.arbeiter-block-wrapper {
	margin-bottom: 40px;
}
.arbeiter-block {
	padding: 45px 60px;
	border-radius: 30px;
}
.arbeiter-block + .arbeiter-block {
	margin-top: 30px;
}
.arbeiter-block > .row,
.arbeiter-block > .row > .col-md-4 {
	margin-top: 0;
}
.arbeiter-info {
	color: #000;
}
.arbeiter-info + .arbeiter-info {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #000;
}
.arbeiter-info .info-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.page-template-template-artikel .article-item {
	opacity: 0;
}
.page-template-template-artikel .article-item:not(:last-child) {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ffffff;
}
.article-item .col-12 + .col-12 {
	margin-top: 35px;
}
.article-item .item-image {
	overflow: hidden;
	aspect-ratio: 5/3.15;
}
.article-item .item-image img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
	will-change: transform;
}
.article-item a:hover img,
.article-item a:focus img {
	transform: scale(1.05);
}

/* ARCHIVE FILTERS */
.no-results {
	text-align: center;
	padding-top: 40px;
}
.page-filters {
	margin-bottom: 50px;
}
.filter-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.search-filter {
	position: relative;
	width: 100%;
}
.search-filter label {
	position: absolute;
	left: 15px;
	top: 10px;
}
.search-filter label svg {
	height: 25px;
	width: auto;
}
.search-filter input {
	margin: 0;
	border-radius: 50px;
	padding: 10px;
	padding-left: 45px;
	border: 1px solid #ffffff;
	color: #ffffff;
	width: 100%;
	background-color: transparent;
}

/* Custom Checkboxes */
.checkbox-filters {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
}
.checkbox-filter input {
	display: none;
}
.checkbox-filter label {
	display: inline-block;
	min-width: 200px;
	padding: 5px 19px;
	border: 1px solid #ffffff;
	color: #fff;
	background: #101115;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	line-height: 26px;
}
.checkbox-filter label:hover {
	border-color: var(--color-turquoise);
	color: var(--color-turquoise);

	background-color: rgb(197, 197, 197) !important;
	border-color: rgb(197, 197, 197) !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #000 !important;
}
.checkbox-filter input:checked + label {
	background: #fff !important;
	color: #000 !important;
	border-color: #fff !important;
}

.checkbox-filter.color-turquoise label:hover {
	border-color: var(--color-turquoise);
	color: var(--color-turquoise);
}
.checkbox-filter.color-turquoise input:checked + label {
	background: var(--color-turquoise) !important;
	color: #000 !important;
	border-color: var(--color-turquoise) !important;
}
.checkbox-filter.color-blue label:hover {
	border-color: var(--color-blue);
	color: var(--color-blue);
}
.checkbox-filter.color-blue input:checked + label {
	background: var(--color-blue) !important;
	color: #000 !important;
	border-color: var(--color-blue) !important;
}
.checkbox-filter.color-green label:hover {
	border-color: var(--color-green);
	color: var(--color-green);
}
.checkbox-filter.color-green input:checked + label {
	background: var(--color-green) !important;
	color: #000 !important;
	border-color: var(--color-green) !important;
}
.checkbox-filter.color-light-blue label:hover {
	border-color: var(--color-light-blue);
	color: var(--color-light-blue);
}
.checkbox-filter.color-light-blue input:checked + label {
	background: var(--color-light-blue) !important;
	color: #000 !important;
	border-color: var(--color-light-blue) !important;
}
.checkbox-filter.color-beige label:hover {
	border-color: var(--color-beige);
	color: var(--color-beige);
}
.checkbox-filter.color-beige input:checked + label {
	background: var(--color-beige) !important;
	color: #000 !important;
	border-color: var(--color-beige) !important;
}

/* SINGLE */
body.single .page-title {
	margin-bottom: 20px;
}
body.single h1 {
	font-size: 4.5rem;
	margin-bottom: 20px;
}
body.single .single-content {
	margin-bottom: 30px;
}
body.single .single-image figcaption {
	margin-top: 15px;
}
.single-interview .image-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.single-interview .image-wrapper .play-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255);
	border-radius: 50%;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	opacity: 0.37;
}
.single-interview .image-wrapper .play-svg svg {
	height: 30px;
}
.single-interview .image-wrapper .play-svg svg path {
	transition: all 0.3s ease;
}
.single-interview a.video-link:hover .play-svg,
.single-interview a.video-link:focus .play-svg {
	opacity: 1;
}
/* .single-interview a.video-link:hover .play-svg svg path,
.single-interview a.video-link:focus .play-svg svg path {
    fill: #000000;
} */
.single-interview .image-wrapper img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
}
.single-interview a.video-link:hover img,
.single-interview a.video-link:focus img {
	transform: scale(1.05);
}

/* SINGLE ARCHIVE */
.archive-type {
	text-align: right;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}
.archive-type .btn {
	min-width: 200px;
	text-align: center;
	display: inline-block;
}
.gallery-slider {
	margin-bottom: 30px;
}
.gallery-slider .swiper-slide {
	background-color: #101115;
}
.gallery-slider:not(.split-gallery) .swiper-slide {
	aspect-ratio: 3/2;
}
.gallery-slider.split-gallery .swiper-slide {
	aspect-ratio: 23/32;
}
.gallery-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	transform: scale(1);
	-o-object-fit: contain;
	object-fit: contain;
}
.gallery-slider .swiper-slide > a {
	cursor: zoom-in;
}
.gallery-slider.split-gallery .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery-slider .gallery-navigation {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.gallery-slider.split-gallery .gallery-navigation {
	right: 50%;
	transform: translateX(50%);
	gap: 50px;
}
.gallery-slider .gallery-navigation .swiper-button-prev,
.gallery-slider .gallery-navigation .swiper-button-next {
	position: static;
}

/* SINGLE ARTIKEL */
h2.milestone-title {
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 20px;
}

/* ERROR 404 */
.error-404-content {
	text-align: center;
	min-height: 40vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

/* FLEXIBLE CONTENT */
.flex-element + .flex-element {
	margin-top: 40px;
}
.team-member {
	text-align: center;
}
.team-member .team-photo {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
	margin-bottom: 30px;
	border-radius: 50%;
	padding: 15px;
}
.team-list {
	margin-top: -30px;
}
.team-list > div:nth-child(3n + 1) .team-member .team-photo {
	background: linear-gradient(225deg, var(--color-blue) 0%, #000 100%);
}
.team-list > div:nth-child(3n + 2) .team-member .team-photo {
	background: linear-gradient(225deg, var(--color-turquoise) 0%, #000 100%);
}
.team-list > div:nth-child(3n) .team-member .team-photo {
	background: linear-gradient(225deg, var(--color-green) 0%, #000 100%);
}
.team-member .team-photo img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.team-member .team-name {
	font-size: 2.3rem;
}
.flex-element figure figcaption {
	margin-top: 10px;
	font-size: 1.5rem;
}
.image-element .image-link {
	position: relative;
}
.image-element .image-link a:not(.lightbox-link) {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.image-element a.lightbox-link {
	cursor: zoom-in;
}
.image-element img.small-image-popup {
	max-height: 500px;
	width: auto;
}
.gallery-element .gallery-slider {
	margin-bottom: 0;
}
.gallery-element .gallery-slider + .gallery-caption {
	margin-top: 10px;
	font-size: 1.5rem;
}

/* SEARCH */
.search-item {
	position: relative;
	overflow: hidden;
	background: #2b2b2b;
	border-radius: 30px;
	color: #101115;
	opacity: 0;
}
/* .search-item.color-blue {
    background: var(--color-blue);
}
.search-item.color-turquoise {
    background: var(--color-turquoise);
}
.search-item.color-green {
    background: var(--color-green);
}
.search-item.color-light-blue {
    background: var(--color-light-blue);
} */

.search-item + .search-item {
	margin-top: 30px;
}
.search-item .item-image {
	aspect-ratio: 3/2;
	position: relative;
	overflow: hidden;
	background-color: #3c3c3c;
}
.search-item .item-image img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
	will-change: transform;
}
.search-item .item-image img.placeholder-image {
	padding: 20px;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.search-item .item-image a {
	display: block;
}
.search-item .item-image a:hover img,
.search-item .item-image a:focus img {
	transform: scale(1.05);
}
.search-item .item-content {
	width: 100%;
	padding: 30px;
	position: relative;
}
.search-item .item-content h3 a {
	color: #101115 !important;
}
.search-item .post-type {
	display: flex;
	justify-content: end;
	margin-bottom: 10px;
}
.search-item .post-type .post-type-label {
	display: inline-flex;
	align-items: center;
	padding: 5px 19px;
	font-size: 1.8rem;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	background-color: transparent;
	border: 1px solid #101115;
	color: #101115;
	overflow: hidden;
	position: relative;
}

/* FOOTER */
footer {
	padding: 50px 0;
	background-color: #101115;
	position: relative;
}
.footer-content {
	border-radius: 30px;
	background-color: #2b2b2b;
	padding: 4rem;
	margin-bottom: 25px;
}
.footer-top {
	margin-bottom: 25px;
}
.footer-logo {
	height: 65px;
	width: auto;
}
.partners-logo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 51px;
}
.partners-logo .partner-logo {
	display: flex;
	align-items: center;
	position: relative;
}
.partners-logo .partner-logo:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -25px; /* Adjust as needed */
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #fff; /* Adjust color as needed */
}
.partners-logo img {
	height: 100px;
}

.site-info {
	padding-left: 4rem;
	padding-right: 4rem;
	font-size: 1.7rem;
}
.site-info ul.footer-menu {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 50px;
	margin: 0;
	padding: 0;
}
.site-info ul.footer-menu li {
	list-style: none;
}
.site-info ul.footer-menu li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease;
}
.site-info ul.footer-menu li a:hover {
	color: var(--color-turquoise);
	/* color: var(--color-blue); */
}

/* GDPR BANNER */
@media screen and (min-width: 768px) {
	#moove_gdpr_cookie_info_bar
		.moove-gdpr-info-bar-container
		.moove-gdpr-info-bar-content {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #011629 !important;
	background-color: #ffffff !important;
	background-color: transparent !important;
	border: 0 !important;
	bottom: 10px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	max-width: 1000px;
	background: #2b2b2b;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	border-radius: 15px;
	padding: 15px 25px !important;
	margin: 10px 15px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 80%) 0px 0px 2px 0px,
		rgb(60 64 67 / 30%) 0px 2px 6px 2px;
}

#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content {
	padding: 0 !important;
}

#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	a.mgbutton,
#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	a.mgbutton,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	button.mgbutton {
	background-color: var(--color-blue) !important;
	color: #000000 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	span.change-settings-button:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	span.change-settings-button:focus {
	color: var(--color-turquoise) !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton:focus {
	background-color: var(--color-turquoise) !important;
}

#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	a.mgbutton,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	button.mgbutton {
	/* background-color: #2B2B2B !important; */
	/* color: #000000 !important; */
	border: 0 !important;
	padding: 8px 30px !important;
}
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	a.mgbutton:hover,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	button.mgbutton:hover,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	a.mgbutton:focus,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	button.mgbutton:focus,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:focus {
	background-color: var(--color-turquoise) !important;
	color: #000 !important;
}

#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-left-content
	#moove-gdpr-menu
	li.menu-item-selected
	a,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-left-content
	#moove-gdpr-menu
	li.menu-item-selected
	button {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: var(--color-blue) !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-close
	span.gdpr-icon {
	background-color: var(--color-blue) !important;
}
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-close
	i:hover,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-close
	span.gdpr-icon:hover {
	background-color: var(--color-turquoise) !important;
	border-color: var(--color-turquoise) !important;
}
#moove_gdpr_cookie_info_bar
	.moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
#moove_gdpr_cookie_info_bar
	.moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
.gdpr-icon.moovegdpr-arrow-close:after,
.gdpr-icon.moovegdpr-arrow-close:before,
i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,
i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
	background-color: var(--color-blue) !important;
	background-color: #000000 !important;
}
#moove_gdpr_save_popup_settings_button {
	background-color: #000000 !important;
	/* background-color: var(--soft-black) !important; */
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg * {
	fill: var(--color-blue) !important;
}

/* KEYFRAMES */
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-15px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes image-anim {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes scrollDown {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 10px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* ANIMATION */
.animate-item,
.scroll-animate,
.reveal-animation .animate-item,
.page-elements .flex-element,
.article-item,
.archiv-item,
.interview-item {
	opacity: 0;
}

/* BREAKPOINTS */
@media screen and (max-width: 1400px) {
	.timeline-item h2 {
		font-size: 8rem;
	}
}
@media screen and (max-width: 1200px) {
	body:not(.has-header-image) header#header {
		height: 175px;
	}
	#site-navigation .logo img {
		height: 100px;
	}
	#site-navigation .menus-wrapper,
	#site-navigation .main-menu_ {
		margin-top: 130px;
	}

	.page-section {
		padding: 40px 0;
	}

	.home-personensuche .text-block-wrapper {
		bottom: 50px;
	}

	.checkbox-filter label {
		min-width: 150px;
	}
}
@media screen and (min-width: 992px) {
	.posts-slider .swiper-button-prev,
	.posts-slider .swiper-button-next {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.g-large {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 1.5rem;
		--bs-gutter-y: 40px;
	}
	.g-large-x {
		--bs-gutter-x: 1.5rem;
	}
	.g-large-y {
		--bs-gutter-y: 1.5rem;
		--bs-gutter-y: 40px;
	}

	.page-section {
		padding: 30px 0;
	}
	.flex-element + .flex-element {
		margin-top: 40px;
	}

	.timeline-article + .timeline-article {
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #3c3c3c;
	}
	.page-template-template-artikel .article-item:not(:last-child) {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	h3 {
		font-size: 2.8rem;
	}

	body:not(.has-header-image) header#header {
		height: 155px;
	}
	#site-navigation .logo img {
		height: 80px;
	}
	#site-navigation .menu-toggler {
		font-size: 2.4rem;
		gap: 10px;
	}
	#site-navigation .menus-wrapper,
	#site-navigation .main-menu_ {
		margin-top: 80px;
	}

	#main {
		padding: 30px 0 30px;
	}
	body:not(.home) .site-content {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}

	.search-block a.search-link {
		width: 45px;
		height: 45px;
		right: 20px;
		bottom: 20px;
	}
	.search-block a.search-link svg {
		width: 20px;
	}

	.timeline-item h2 {
		font-size: 7rem;
	}

	.home .articles-list > .row > div:not(:nth-child(-n + 2)),
	.home .archives-list > .row > div:not(:nth-child(-n + 2)) {
		display: none;
	}

	.posts-slider.swiper-initialized .row.swiper-wrapper {
		flex-wrap: nowrap;
		margin: 0;
	}
	.posts-slider.swiper-initialized .swiper-slide {
		width: 100%;
		padding: 0;
	}

	.timeline-images img {
		position: relative;
		box-shadow: 15px 20px 20px rgba(0, 0, 0, 0.24);
		max-height: 350px;
	}
	.timeline-item .timeline-images.multiple-images img.image-1,
	.timeline-item .timeline-images.multiple-images img:nth-child(1) {
		margin-top: 50px;
	}
	.timeline-item .timeline-images img.vertical.image-1,
	.timeline-item .timeline-images img.vertical:nth-child(1) {
		max-height: 350px;
	}

	.home-personensuche {
		margin: 0;
	}

	.home-cta .row {
		gap: 30px;
	}
	.cta-item .cta-image::after {
		opacity: 1;
	}
	.cta-item .cta-link .cta-text {
		transform: translateY(0);
		opacity: 1;
	}

	.checkbox-filter label {
		min-width: 100px;
	}

	footer {
		padding: 30px 0 50px;
	}
}
@media screen and (max-width: 768px) {
	.page-section {
		padding: 20px 0;
	}
	.flex-element + .flex-element {
		margin-top: 30px;
	}

	body:not(.has-header-image) header#header {
		height: 135px;
	}
	#site-navigation .logo img {
		height: 60px;
	}

	.article-item .col-12 + .col-12,
	.article-item .col-md-6 + .col-md-6 {
		margin-top: 25px;
	}
	.archiv-item .item-image,
	.interview-item .item-image {
		margin-bottom: 25px;
	}

	.home-personensuche .text-block-wrapper {
		bottom: 30px;
	}
	.home-personensuche .personensuche-image img {
		min-height: 400px;
	}

	/* .timeline-item .timeline-content {
        padding: 40px 0;
    } */
	h1 {
		font-size: 4.5rem;
		margin-bottom: 15px;
	}
	.timeline-item h2 {
		font-size: 4.5rem;
	}
	.timeline-article h2 {
		font-size: 2.8rem;
	}
	.timeline-item .timeline-images img {
		margin: 0 !important;
	}
	.timeline-item .timeline-images img:not(.image-1),
	.timeline-item .timeline-images img:not(:nth-child(1)) {
		display: none;
	}

	.arbeiter-info {
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: 0 !important;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	.arbeiter-block
		.row:last-child
		.col-md-4:last-child
		.arbeiter-info:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}
	.arbeiter-block .row {
		margin-top: 0 !important;
	}

	.filter-form {
		gap: 20px;
	}
	.checkbox-filters {
		width: 100%;
	}
	.checkbox-filter {
		flex: 1;
	}
	.checkbox-filter label {
		min-width: auto;
		width: 100%;
	}
	.submit-filter {
		margin-left: auto;
	}

	.sudenergie-table th {
		font-size: 2.4rem;
	}
	table.dataTable > tbody > tr > th,
	table.dataTable > tbody > tr > td {
		padding: 10px;
	}

	footer {
		text-align: center;
	}
	.footer-content {
		text-align: center;
	}
	.footer-logo {
		height: 50px;
	}
	.partners-logo {
		justify-content: center;
	}
	.partners-logo img {
		height: 50px;
	}
	.site-info .row {
		gap: 20px;
	}
	.site-info ul.footer-menu {
		justify-content: center;
		gap: 20px;
	}
}
@media screen and (max-width: 576px) {
	#main {
		padding-bottom: 20px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-title:not(:last-child) {
		margin-bottom: 30px;
	}
	h1 {
		font-size: 4rem;
	}

	h2 {
		font-size: 3.6rem;
	}

	/* body.has-header-image #site-navigation { */
	#site-navigation {
		transition: background 0.3s ease;
		padding-top: 30px;
		position: relative;
		padding-bottom: 3.75px;
	}
	#site-navigation.fixed {
		padding: 10px 0 !important;
	}
	body.menu-fixed:not(.has-header-image) {
		margin-top: 85px;
	}

	body:not(.has-header-image) header#header {
		height: auto;
	}
	body #site-navigation.fixed .logo img,
	#site-navigation .logo img {
		height: 50px;
	}
	#site-navigation .menu-toggler {
		font-size: 12px;
		gap: 10px;
	}
	#site-navigation .menu-toggler svg {
		width: 30px;
	}
	#site-navigation .main-menu a {
		font-size: 4rem;
		line-height: 7.3rem;
	}

	.search-block a.search-link {
		width: 35px;
		height: 35px;
		right: 15px;
		bottom: 15px;
	}
	.search-block a.search-link svg {
		width: 15px;
	}

	.header-bottom {
		bottom: 7%;
	}
	.scroll-down-block {
		gap: 0px;
	}
	.scroll-down-link {
		transform: scale(0.75);
	}

	.header-title h1 {
		font-size: 4.8rem;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.home .articles-list > .row > div:not(:first-of-type),
	.home .archives-list > .row > div:not(:first-of-type) {
		display: none;
	}

	.timeline-item .timeline-content {
		flex-direction: column-reverse !important;
		flex-direction: column !important;
		gap: 30px;
		padding-left: 60px;
		align-content: flex-start;
	}

	.timeline-text .timeline-marker {
		left: -65px !important;
		right: auto !important;
		padding: 10px;
	}
	.timeline-text .timeline-marker svg {
		width: 40px;
	}
	.timeline-item:nth-child(even) .timeline-text .timeline-marker {
		left: auto;
		right: 0;
	}
	.timeline-item .timeline-content > div {
		width: 100%;
	}
	.timeline::after {
		left: 24px;
	}
	.timeline-line {
		left: 22px !important;
	}

	.interviews-slider .slider-nav,
	.archives-slider .slider-nav {
		text-align: right;
	}
	.interviews-slider .slider-nav > div,
	.archives-slider .slider-nav > div {
		position: static;
	}

	.cta-item > h2 {
		margin-bottom: 15px;
	}
	.cta-item .cta-image {
		min-height: 300px;
	}

	.gallery-slider .gallery-navigation {
		bottom: 15px;
		right: 15px;
	}

	.filter-form {
		gap: 20px;
		justify-content: center;
	}
	.checkbox-filters {
		width: auto;
		gap: 15px 0;
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.checkbox-filter {
		flex: 0 0 auto;
		width: 50%;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.checkbox-filter label {
		min-width: auto;
		width: 100%;
	}
	.submit-filter {
		margin-left: auto;
		margin-right: auto;
	}

	.site-info {
		padding: 0;
	}
	.site-info ul.footer-menu {
		flex-wrap: wrap;
		gap: 10px 15px;
	}
}
