@charset "utf-8";

@font-face {font-family:'FoundersGroteskWeb-Light';src:url('/skin/ms/fonts/founders-grotesk-light.woff2') format('woff2');}
@font-face {font-family:'FoundersGroteskWeb-Bold';src:url('/skin/ms/fonts/founders-grotesk-bold.woff2') format('woff2');}
@font-face {font-family:'TiemposText-Regular';src:url('/skin/ms/fonts/tiempos-text-regular.woff2') format('woff2');}
@font-face {font-family:'TiemposText-Regular-Italic';src:url('/skin/ms/fonts/tiempos-text-regular-italic.woff2') format('woff2');}

body:not(#tinymce)
{
	background-color:#000;
	margin:0;
	font-family:'FoundersGroteskWeb-Light';
	color:#595957;
	font-size:24px;
	line-height:32px;
	-webkit-text-size-adjust:100%;
	font-display:auto;
}

#wrapper
{
	background-color:#FFF;
	min-height:100vh;
}

header {
	height: 190px;
	width: 1920px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
	max-width: calc(100% - 40px);
}

header h1 {
	color: #1A1A1A);
	font-family: 'FoundersGroteskWeb-Bold';
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	display: inline-block;
	margin: 12px 200px 0 0;
}

header h1 a {
	color: #1A1A1A;
	text-decoration:none;
}

header nav {
	display: inline-block;
}

header nav ul {
	padding: 0;
	margin: 12px 0 0;
	font-size: 24px;
	line-height: 24px;
	list-style-type: none;
}

header nav ul li {
	display: inline-block;
	margin-right: 40px;
	text-transform: lowercase;
}

header nav ul li:last-child {
	margin-right: 0;
}

header nav ul li a {
	color: #1A1A1A;
	text-underline-offset: 8px;
}

header nav ul li a:hover, header nav ul li a.active {
	text-decoration: none;
}

main {
	width: 1920px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
	max-width: calc(100% - 40px);
	padding-bottom: 100px;
}

#project h2 {
	color: #1A1A1A;
	font-family: 'FoundersGroteskWeb-Bold';
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin: 0;
}

#project h3 {
	color: #1A1A1A;
	font-family: 'FoundersGroteskWeb-Light';
	font-size: 60px;
	font-weight: normal;
	line-height: 64px;
	margin: 0 0 70px;
	width: 75%;
}

#project #info {
	width: 170px;
    height: 48px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: FoundersGroteskWeb-Light;
    font-size: 24px;
    font-style: normal;
    line-height: 45px;
    position: fixed;
    left: 50%;
    margin-top: -128px;
    cursor: pointer;
    transform: translateX(790px);
	z-index: 2;
}

@media (max-width:1975px) {
	#project #info {
		left: unset;
		transform: translateX(0);
		right: 20px;
	}
}

#project #info:hover {
	color: #FFFFFF !important;
	background-color: #000000 !important;
}

#project_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 105px;
	align-items: start;
	line-height: 0;
}

#project_grid.hidden {
	position: absolute;
	left: -10000px;
}

#project .image_full, #project .slider_full, #project .video_full {
	grid-column: span 2;
}

#project_text.hidden {
	position: absolute;
	left: -10000px;
}

#project_text .project_text_entry h4 {
	width: 689px;
	color: #1A1A1A;
	font-size: 24px;
	line-height: 32px;
	font-family: FoundersGroteskWeb-Bold;
	margin: 0 auto 11px;
	font-weight: normal;
}

#project_text .project_text_entry div {
	width: 689px;
	color: #1A1A1A;
	font-family: TiemposText-Regular;
	font-size: 20px;
	line-height: 32px;
	font-feature-settings: "onum";
	margin: 0 auto 37px;
}

#project_text .project_text_entry div p:first-child {
	margin-top: 0;
}

img, video
{
	border-style:none;
	width:100%;
	height:auto;
}

strong
{
	font-family:'FoundersGroteskWeb-Bold';
	font-weight:normal;	
}

figure
{
	margin:0;
}

a {
	text-underline-offset: 6px;
    text-decoration-thickness: 1px;
	color: #0080A3;
}

a:hover {
    text-decoration: none;
	color: #1a1a1a;
}

/* SLIDER */
.slider-wrapper { margin: 0 auto; }
.slider { overflow: hidden; }
.slider-track {
    display: flex;
	align-items: flex-start; /* Safari-Fix: verhindert stretch-Override auf aspect-ratio */
	transition: transform .7s cubic-bezier(.4,0,.2,1);
}
.slider-track.hard_fade {
    transition: none;
}
.slide { min-width: 100%; width: 100%; aspect-ratio: 16/9;position: relative; }
.slide.portrait { aspect-ratio: 8/9;  }
.slide picture,
.slide img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.slider-wrapper--landscape .slide {
min-width: 100%;
width: 100%;
aspect-ratio: 16/9;
position: relative; /* Positioning-Context für img */
}
.slider-wrapper--portrait .slide {
min-width: 100%;
width: 100%;
aspect-ratio: 8/9;
position: relative;
}
.slider-navigation {
    margin-top: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
	margin-bottom: -56px;
}
.slider-nav { display: flex; gap: 14px; list-style: none; }
.slider-nav li { display: flex; align-items: center; }
.slider-nav button {
    width: 12px; height: 12px;
    border-radius: 999px; border: none;
    background: #1A1A1A; cursor: pointer;
    position: relative; overflow: hidden;
    transition: width .35s ease;
}
.slider-nav li.active button { width: 44px; background: #595957; }
.slider-nav li.active button::after {
    content: ""; position: absolute; inset: 0;
    background: #1A1A1A; border-radius: inherit;
    transform: scaleX(0); transform-origin: left center;
}
.slider-toggle {
    height: 28px; display: inline-flex; align-items: center; flex-shrink: 0;
    background: none; border: none; cursor: pointer;
    font-size: 14px; letter-spacing: 0.07em;
    text-transform: uppercase; font-weight: 500;
    color: #0080A3; transition: color .25s ease; white-space: nowrap;
}
.slider-toggle:hover { color: #1D1D1B; }
.slider-toggle:focus-visible, .slider-nav button:focus-visible {
    outline: 2px solid #0080A3; outline-offset: 3px;
}
.slider-toggle .icon {
    height: 0.85em; width: 12px; display: flex;
    align-items: center; justify-content: center;
    margin-right: 10px; position: relative; flex-shrink: 0;
}
.slider-toggle svg {
    position: absolute; height: 100%; width: auto;
    fill: currentColor; display: block;
    transition: opacity .2s ease, transform .2s ease;
}
.icon-play { opacity: 0; transform: scale(.8); }
.slider-toggle[aria-pressed="true"] .icon-pause { opacity: 0; transform: scale(.8); }
.slider-toggle[aria-pressed="true"] .icon-play  { opacity: 1; transform: scale(1); }
.label { position: relative; display: inline-block; width: 60px; height: 1em; }
.label-play, .label-pause {
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%); opacity: 0; transition: opacity .2s ease;
}
.slider-toggle:not([aria-pressed="true"]) .label-pause { opacity: 1; }
.slider-toggle[aria-pressed="true"] .label-play { opacity: 1; }
/* SLIDER ENDE */
