/* fjalla-one-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: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/fjalla-one-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-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: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/playfair-display-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-700 - 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: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/playfair-display-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - 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 Cond';
  font-style: normal;
  font-weight: 300;
  src:	url(../webfonts/open-sans-condensed-v15-latin-300.eot);src:local(''),
  		url(../webfonts/open-sans-condensed-v15-latin-300.eot?#iefix) format('embedded-opentype'),
  		url(../webfonts/open-sans-condensed-v15-latin-300.woff2) format('woff2'),
  		url(../webfonts/open-sans-condensed-v15-latin-300.woff) format('woff'),
  		url(../webfonts/open-sans-condensed-v15-latin-300.ttf) format('truetype'),
  		url(../webfonts/open-sans-condensed-v15-latin-300.svg#OpenSansCondensed) format('svg');
}

/* open-sans-300 - 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: 300;
  src: url('../webfonts/open-sans-v40-latin-300.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('../webfonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - 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: 500;
  src: url('../webfonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - 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: 700;
  src: url('../webfonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Variables */

:root {
	--ci-color: #f5d646;
}

/* General Styles */

* {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans Cond', 'Open Sans', sans-serif;
	font-weight: 300;
}

main {
	min-height: calc(100vh - 590px);
}

.wp-block-columns {
	width: 1350px;
	max-width: 100%;
	margin: auto;
}

.page404 {
	padding: 200px 0 50px 0;
	font-size: 35px;
}

.page404 h1 {
	font-size: 50px;
	font-family: 'Fjalla One';
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page404 p {
	margin-bottom: 10px;
}

/* Header */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background-color: rgba(255,255,255,0.85);
	padding: 30px 0 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

header .logo img {
	width: 125px;
	margin-bottom: -25px;	
}

header .nav_trigger span {
	display: block;
	font-size: 0;
	background-color: var(--ci-color);
	background-image: url('/wp-content/themes/formhochdrei/assets/images/nav_trigger.svg');
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	text-align: center;
	cursor: pointer;
	margin-left: auto;
	transition: all 0.3s;
}

header .nav_trigger span.open {
	transform: rotate(45deg);
}

nav.navigation {
	display: flex;
	position: fixed;
	top: -100%;
	left: 0;
	background: var(--ci-color);
	width: 100%;
	height: 100%;
	align-items: center;
	transition: all 0.3s;
	z-index: 888;
}

nav.navigation.open {
	top: 0;
}

nav.navigation ul {
	margin: 0;
	padding: 0;
}

nav.navigation ul li {
	list-style: none;
}

nav.navigation ul li a {
	color: #ffffff;
	font-family: 'Fjalla One';
	font-size: 75px;
	text-transform: uppercase;
	transition: all 0.3s;
}

nav.navigation ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* Videobanner */

section.videobanner {
	position: relative;
	height: 100vh;
}

section.videobanner video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

section.videobanner .videobanner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	padding-bottom: 75px;
	color: #ffffff;
	text-transform: uppercase;
}

section.videobanner .videobanner_overlay strong {
	font-family: 'Fjalla One';
	font-size: 40px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	line-height: 1;
	padding-left: 80px;
	display: block;
}

section.videobanner .videobanner_overlay h1 {
	position: relative;
	line-height: 1.1;
	padding-bottom: 10px;
}

section.videobanner .videobanner_overlay h1::before,
section.videobanner .videobanner_overlay h1::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: calc(100% - 10px);
	background-image: url('/wp-content/themes/formhochdrei/assets/images/quote.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

section.videobanner .videobanner_overlay h1::after {
	left: initial;
	right: 0;
	bottom: initial;
	top: calc(100% - 5px);
	transform: rotate(180deg);
}

section.videobanner .videobanner_overlay h1 span {
	display: block;
	font-family: 'Playfair Display';
	font-size: 135px;
	line-height: 1;
}

section.videobanner .videobanner_overlay h1 span:last-child {
	text-align: right;
}

/* Banner */

section.banner {
	position: relative;
	height: 100vh;
}

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

section.banner .banner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.48);
	padding-bottom: 75px;
	color: #ffffff;
	text-transform: uppercase;
}

section.banner .row {
	position: relative;
}

section.banner .banner_outlinefont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 180px 15px 121px 15px;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

section.banner .banner_outlinefont .banner_outlinefont_inner {
	width: 100%;
}

section.banner .banner_outlinefont .banner_outlinefont_inner span {
	display: block;
	text-transform: uppercase;
	font-family: 'Fjalla One';
	font-size: 294px;
	line-height: 0.9;
	color: transparent;
	-webkit-text-stroke: 1px #ffffff;	
}

section.banner .banner_outlinefont .banner_outlinefont_inner span:last-child {
	text-align: right;
	width: 1000px;
	max-width: 100%;
}

section.banner .banner_overlay h1 {
	position: relative;
	line-height: 1.1;
	padding: 20px 0;
}

section.banner .banner_overlay h1::before,
section.banner .banner_overlay h1::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: calc(100% - 10px);
	background-image: url('/wp-content/themes/formhochdrei/assets/images/quote.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

section.banner .banner_overlay h1::after {
	left: initial;
	right: 0;
	bottom: initial;
	top: calc(100% - 10px);
	transform: rotate(180deg);
}

section.banner .banner_overlay h1 span {
	display: block;
	font-family: 'Fjalla One';
	font-size: 115px;
	line-height: 1;
}

section.banner .banner_overlay h1 span:last-child {
	text-align: right;
	font-family: 'Playfair Display';
	font-size: 100px;
	text-transform: initial;
}

/* Panorama */

section.panorama img {
	width: 100%;
	height: auto;
	min-height: 450px;
	object-fit: cover;
	object-position: center;
}

section.panorama {
	position: relative;
}

section.panorama .panorama_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	font-family: 'Playfair Display';
	display: flex;
	align-items: flex-end;
	padding-bottom: 50px;
	font-size: 85px;
	line-height: 1.1;
}

section.panorama .panorama_overlay em {
	text-align: right;
	display: block;
	font-style: normal;
}

/* Projectgallery */

section.projectgallery img {
	width: 100%;
	margin-bottom: 50px;
}

section.projectgallery .wrap_images {
	position: relative;
	padding-top: 150px;
}

section.projectgallery .wrap_images::before {
	content: '';
	width: 150px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -20px;
	background-color: #000000;
}

/* Paragraph */

section.paragraph p {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 0;
}

section.paragraph p .decoration {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: var(--ci-color);
	border-radius: 100%;
	margin-right: 20px;
}

/* Numbered List */

section.numberedlist ol {
	margin: 0;
	padding: 0;
}

section.numberedlist ol li {
	list-style: none;
	font-size: 35px;
	margin-bottom: 50px;
	line-height: 1.4;
}

section.numberedlist ol li strong {
	font-family: 'Fjalla One';
	color: var(--ci-color);
	font-size: 47px;
}

section.numberedlist ol li strong span {
	display: inline-block;
	margin-right: 10px;
	color: transparent;
	-webkit-text-stroke: 1px #000;	
	font-size: 60px;	
}

/* Headline */

section.headline {
	margin-bottom: 50px;
}

section.headline span {
	display: block;
	font-family: 'Fjalla One';
	font-size: 115px;
	line-height: 1.1;
	text-transform: uppercase;
}

section.headline span:last-child {
	text-align: right;
	font-family: 'Playfair Display';
	font-size: 75px;
	text-transform: initial;
}

/* Invader */

section.invader {
	padding: 100px 0;
	background-color: var(--ci-color);
	font-size: 35px;
	line-height: 1.4;
	margin: 100px 0;
}

section.invader section.slogan {
	margin-bottom: 100px;
}

section.invader p:last-child {
	margin-bottom: 0;
}

section.invader h1,
section.invader h2,
section.invader h3 {
	font-family: 'Fjalla One';
	font-size: 60px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

section.invader ul {
	margin: 0;
	padding: 0;
	font-family: 'Playfair Display';
	font-size: 45px;
}

section.invader ul li {
	list-style: none;
	margin-bottom: 20px;
}

section.invader strong {
	font-family: 'Fjalla One';
}

/* Text */

section.text {
	font-size: 35px;
	line-height: 1.4;
}

section.text strong {
	color: var(--ci-color);
	font-family: 'Fjalla One';
	text-transform: uppercase;
}

section.text h1,
section.text h2,
section.text h3 {
	font-family: 'Playfair Display';
	font-size: 50px;
}

section.text a {
	color: #000000;
}

.single-projekte section.text h1 {
	font-family: 'Fjalla One';
	margin-bottom: 50px;
	font-size: 90px;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 50px;
	position: relative;
}

.single-projekte section.text h1 + p strong {
	font-weight: 300;
	font-family: 'Open Sans Cond', 'Open Sans', sans-serif;
	position: relative;
	color: #000000;
	display: block;
	padding-bottom: 50px;
	text-transform: initial;
}

.single-projekte section.text h1::after,
.single-projekte section.text h1 + p strong::after{
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
}

.single-projekte section.text h1:has(+ p strong) {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.single-projekte section.text h1:has(+ p strong)::after {
	display: none;
}

.single-projekte section.text h1 em {
	font-style: normal;
	font-size: 60px;
}

.single-projekte section.text h2 {
	font-family: 'Playfair Display';
	font-size: 45px;
	margin-bottom: 50px;	
}

.single-projekte section.text h3 {
	font-family: 'Fjalla One';
	margin-bottom: 50px;
}

/* Button */

a.button {
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	background-color: var(--ci-color);
	font-size: 35px;
	text-transform: uppercase;
	padding-right: 75px;
	position: relative;	
	transition: all 0.3s;
}

a.button::after {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: calc(50% - 15px);
	content: '';
	background-color: #000000;
	background-image: url('/wp-content/themes/formhochdrei/assets/images/nav_trigger.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	border-radius: 100%;
}

a.button:hover {
	opacity: 0.8;
}

/* Slogan */

section.slogan span {
	display: block;
	font-family: 'Fjalla One';
	font-size: 100px;
	line-height: 1.1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #000;		
}

section.slogan span:last-child {
	text-align: right;
}

/* Treadmill */

section.treadmill {
	padding: 100px 0;
	margin: 100px 0;
	background-image: url('/wp-content/themes/formhochdrei/assets/images/background_treadmill.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

section.treadmill .treadmill_wrapper {
	display: flex;
	gap: 5vw;
	overflow: hidden;
	user-select: none;
	padding: 15px 0 10px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

section.treadmill .treadmill_inner {
	animation: scroll 15s linear infinite;
	display: flex;
	flex-shrink: 0;
	gap: 5vw;
	justify-content: space-around;
	min-width: 100%;	
}

section.treadmill .treadmill_inner strong {
	font-family: 'Fjalla One';
	font-size: 125px;
	text-transform: uppercase;
	color: var(--ci-color);	
	line-height: 1;
	display: flex;
	align-items: flex-end;
}

section.treadmill .treadmill_inner strong span:not(.nonumber) {
	display: inline-block;
	margin-right: 30px;
	color: transparent;
	-webkit-text-stroke: 1px #000;	
}

section.treadmill .treadmill_inner strong span:has(+ .claim),
section.treadmill .treadmill_inner strong span:has(+ .nonumber) {
	display: none;
}

section.treadmill .treadmill_inner strong span.claim span {
	display: block;
	text-align: right;
	margin-right: 0;
}

section.treadmill .treadmill_inner strong span.claim:not(.no_decoration) span:first-child {
	padding-right: 120px;
}

section.treadmill .treadmill_inner strong span.claim:not(.no_decoration) span:last-child {
	position: relative;
	padding-right: 60px;
}

section.treadmill .treadmill_inner strong span.claim:not(.no_decoration) span:last-child::after {
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: var(--ci-color);
	position: absolute;
	bottom: 10px;
	right: 0;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 5vw));
	}
}

/* Services */

section.services > .container {
	position: relative;
}

/* section.services > .container::before,
section.services > .container::after {
	width: 100px;
	height: 24px;
	background-image: url('/wp-content/themes/formhochdrei/assets/images/dots.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: -12px;
	right: 0;
}

section.services > .container::after {
	top: initial;
	bottom: -12px;
} */

section.services .service_single {
	font-size: 25px;
	margin-top: -1px;
}

section.services .service_single:nth-child(even) {
	flex-direction: row-reverse;	
}

section.services .service_single .service_image {
	display: flex;
	align-items: center;
	padding: 50px;	
}

/* section.services .service_single .service_image {
	padding: 50px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top-left-radius: 100%;
	border-bottom-left-radius: 100%;
	display: flex;
	align-items: center;
}

section.services .service_single:nth-child(even) .service_image {
	border-left: none;
	border-right: 1px solid #000000;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;	
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;	
} */

section.services .service_single .service_text {
	padding: 50px 15px;
	position: relative;
}

/* section.services .service_single .service_text::after {
	width: 50%;
	height: 1px;
	content: '';
	position: absolute;
	background-color: #000;
	bottom: 0;
	left: 0;
}

section.services .service_single:last-child .service_text::after {
	width: 100%;
}

section.services .service_single:first-child .service_text::before {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
}

section.services .service_single:nth-child(even) .service_text::after {
	left: initial;
	right: 0;
} */

section.services .service_single p {
	margin-bottom: 0;
}

section.services .service_single strong {
	display: block;
	font-family: 'Playfair Display';
	margin-bottom: 30px;
	font-size: 45px;
	line-height: 1.1;
}

section.services .service_single strong span {
	display: inline-block;
	font-family: 'Fjalla One';
	color: transparent;
	-webkit-text-stroke: 1px #000;		
	margin-right: 20px;
	font-size: 55px;
}

section.services .service_single img {
	width: 100%;
}

/* Reasons */

section.reasons .reason_single {
	position: relative;
	margin-bottom: 30px;
}

section.reasons .reason_single::before {
	position: absolute;
	width: 500px;
	height: 500px;
	content: '';
	border-radius: 100%;
	background-color: var(--ci-color);
	top: 0;
	left: calc(50% - 250px);
	opacity: 0.6;
}

section.reasons .reason_single:nth-child(even) {
	flex-direction: row-reverse;
}

section.reasons .reason_text {
	font-size: 25px;
}

section.reasons .reason_text .reason_title {
	margin-bottom: 30px;
	padding-left: 90px;
	position: relative;
	height: 90px;
}

section.reasons .reason_text .reason_title .reason_number {
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Fjalla One';
	font-size: 40px;
}

section.reasons .reason_text .reason_title strong,
section.reasons .reason_text .reason_title span {
	display: block;
	line-height: 1.1;
}

section.reasons .reason_text .reason_title strong {
	font-family: 'Fjalla One';
	font-size: 40px;
}

section.reasons .reason_text .reason_title span {
	font-family: 'Playfair Display';
	font-size: 25px;
}

section.reasons .reason_text {
	padding-top: 250px;
}	

section.reasons .reason_image img {
	max-width: 100%;
	height: 400px;
	display: block;
	margin-left: auto;	
	object-fit: contain;
	object-position: right;
}

section.reasons .reason_single:nth-child(even) .reason_image img {
	object-position: left;
}

section.reasons .reason_single:nth-child(even) .reason_text .reason_title {
	padding-left: 0;
	padding-right: 90px;
	text-align: right;
}

section.reasons .reason_single:nth-child(even) .reason_text .reason_title .reason_number {
	left: initial;
	right: 0;
}

section.reasons .reason_single:nth-child(even) .reason_image img {
	margin-left: initial;
	margin-right: auto;
}

/* Contact */

section.contact {
	margin-bottom: 100px;
}

section.contact .contact_top {
	margin-bottom: 100px;
}

section.contact .contact_top h2 {
	font-family: 'Fjalla One';
	font-size: 50px;
	margin-bottom: 30px;
}

section.contact .contact_top {
	font-size: 35px;
}

section.contact .contact_top strong,
section.contact .contact_top span {
	display: block;
	line-height: 1.1;
}

section.contact .contact_top strong.name {
	font-family: 'Playfair Display';
	text-transform: uppercase;
	margin-bottom: 30px;
}

section.contact .contact_bottom {
	background-color: #000000;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 225px;
}

section.contact .contact_bottom .contact_buttons {
	margin-top: -30px;
	margin-bottom: 50px;
}

section.contact .contact_bottom .contact_buttons a.button {
	margin-bottom: 20px;
	text-transform: initial;
	padding-right: 15px;
}

section.contact .contact_bottom .contact_buttons a.button::after {
	display: none;
}

section.contact .contact_bottom .contact_buttons a.button:hover {
	opacity: 1;
	text-decoration: underline;
}

section.contact .contact_bottom .contact_slogan-outline span {
	display: block;
	text-transform: uppercase;
	font-family: 'Fjalla One';
	font-size: 125px;
	line-height: 1.1;
	color: transparent;
	-webkit-text-stroke: 1px #ffffff;		
}

section.contact .contact_bottom .contact_slogans {
	padding-top: 275px;
}

section.contact .contact_bottom .contact_slogan-outline span:nth-child(2) {
	text-align: right;
}

section.contact .contact_bottom .contact_slogan {
	margin-top: -75px;
	display: inline-block;
	position: relative;
	padding-right: 40px;	
}

section.contact .contact_bottom .contact_slogan::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--ci-color);
	position: absolute;
	bottom: 10px;
	right: 0;
}

section.contact .contact_bottom .contact_slogan span {
	display: block;
	text-transform: uppercase;
	font-family: 'Fjalla One';
	font-size: 60px;
	line-height: 1.1;	
}

section.contact .contact_bottom .contact_image {
	padding-top: 20px;
}

section.contact .contact_bottom img {
	width: 100%;
}

/* Information */

section.information .information_single {
	margin-bottom: 75px;
}

section.information .information_table {
	margin-bottom: 75px;
	text-transform: uppercase;
	font-size: 40px; 
	line-height: 1.1;
}

section.information .information_table ul {
	margin: 0;
	padding: 0;
}

section.information .information_table ul li {
	list-style: none;
	margin-bottom: 30px;
	display: block;
}

section.information .information_table ul li span {
	font-family: 'Fjalla One';
	color: var(--ci-color);
	font-size: 50px;
	display: inline-block;
	margin-right: 20px;
}


section.information .information_content_number {
	font-size: 150px;
	display: block;
	text-transform: uppercase;
	font-family: 'Fjalla One';
	line-height: 1.1;
	color: transparent;
	-webkit-text-stroke: 1px #000000;		
}

section.information .information_content_title span {
	display: block;
	font-family: 'Fjalla One';
	font-size: 60px;
	line-height: 1.1;
	text-transform: uppercase;
}

section.information .information_content_title span:last-child {
	text-align: right;
	font-family: 'Playfair Display';
	font-size: 35px;
}

section.information .information_content_title {
	background-color: var(--ci-color);
	padding: 50px 0;
	margin-bottom: 100px;
}

section.information .information_content_teaser {
	margin-bottom: 100px;
}

section.information .information_content_teaser p {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 0;
}

section.information .information_content_teaser p .decoration {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: var(--ci-color);
	border-radius: 100%;
	margin-right: 20px;
}

section.information .information_content_jalousie_trigger {
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	padding-right: 70px;
	cursor: pointer;
}

section.information .information_content_jalousie_trigger::after {
	display: inline-block;
	font-size: 0;
	background-color: var(--ci-color);
	background-image: url('/wp-content/themes/formhochdrei/assets/images/nav_trigger.svg');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	margin-left: auto;
	transition: all 0.3s;	
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 25px);
}

section.information .information_content_jalousie_trigger.open::after {
	transform: rotate(45deg);
}

section.information .information_content_jalousie_trigger span {
	font-family: 'Fjalla One';
	font-size: 30px;
}

section.information .information_content_jalousie {
	display: none;
}

section.information .information_content_jalousie ul {
	margin: 0;
	padding: 0;
}

section.information .information_content_jalousie ul li {
	list-style: none;
	font-family: 'Fjalla One';
	font-size: 30px;
	margin-bottom: 50px;
}

section.information .information_content_jalousie ul li span {
	color: var(--ci-color);
	display: inline-block;
	margin-right: 15px;
}

section.information .information_content_jalousie ul li p {
	font-family: 'Open Sans Cond';
	margin-bottom: 10px;
	font-size: 20px;
}

section.information .information_content_quote {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Playfair Display';
	font-size: 50px;
}

/* Projekte */

main.archive_projekte {
	padding: 250px 0 100px 0;
}

.projekt-single {
	margin-bottom: 50px;
}

.projekt-single .projekt-headline {
	display: block;
	font-family: 'Fjalla One';
	font-size: 30px;
	padding: 10px 0 10px 0;
}

.projekt-single img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

section.projects .projects_slogans {
	position: relative;
	margin-bottom: 50px;
}

section.projects .projects_slogan-outline span {
	display: block;
	text-transform: uppercase;
	font-family: 'Fjalla One';
	font-size: 225px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px #000000;		
}

section.projects .projects_slogan-outline span:nth-child(2) {
	text-align: right;
}

section.projects .projects_slogan {
	position: absolute;
	bottom: 6px;
	left: 0;
}

section.projects .projects_slogan span {
	display: block;
	text-transform: uppercase;
	font-family: 'Fjalla One';
	font-size: 175px;
	line-height: 1;	
}

.projects .row {
	margin-bottom: 30px;
	align-items: center;
}

.project_single:has(+ .project_single),
.project_single:has(+ .textbox),
.textbox:has(+ .project_single) {
	margin-bottom: 30px;
}

.project_single.small {
	width: 66.66%;
}

.column_left .project_single {
	margin-left: auto;
}

.project_single {
	position: relative;
}

.project_single img {
	width: 100%;
}

.project_single_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
	padding: 30px;
}

.project_single:hover .project_single_overlay,
.project_single:focus .project_single_overlay,
.project_single:active .project_single_overlay,
.visible.visible .project_single_overlay {
	opacity: 1;
}

.project_single_overlay_inner strong,
.project_single_overlay_inner span {
	display: block;
}

.project_single_overlay_inner strong {
	font-family: 'Fjalla One';
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 1.1;
}

.project_single_overlay_inner span {
	font-family: 'Playfair Display';
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.1;	
}

.project_single_overlay_inner a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 30px;
	line-height: 1;
	font-family: 'Open Sans';
	transition: all 0.3s;
}

.project_single_overlay_inner a:hover {
	opacity: 0.8;
}

.column_left.centered {
	margin: auto;
}

.textbox {
	width: 300px;
	height: 300px;
	background: #000;
	color: #fff;
	padding: 30px;
	font-family: 'Playfair Display';
	display: flex;
	align-items: center;
	font-size: 60px;
	line-height: 1;
}

.column_left .textbox {
	margin-left: auto;
}

.textbox_inner {
	width: 100%;
}

.textbox p {
	margin-bottom: 0;
}

.textbox p:nth-child(even) {
	text-align: center;
}

/* Footer */

footer {
	padding: 75px 0 50px 0;
}

footer .footer_top {
	margin-bottom: 25px
}

footer .footer_top .footer_keywords {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-size: 35px;
	font-family: 'Fjalla One';
}

footer .footer_main {
	margin-bottom: 25px;
}

footer .footer_main ul {
	margin: 0;
	padding: 0;
}

footer .footer_main ul:not(.imprint) li {
	list-style: none;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 300;
	position: relative;
}

footer .footer_main ul:not(.imprint) li:first-child {
	display: inline-block;
}

footer .footer_main ul:not(.imprint) li:first-child::after {
	width: 30px;
	height: 30px;
	content: '';
	background-color: var(--ci-color);
	border-radius: 100%;
	position: absolute;
	left: calc(100% + 10px);
	top: calc(50% - 15px);
}

footer .footer_main ul.imprint {
	font-size: 0px;
}

footer .footer_main ul.imprint li {
	display: inline-block;
	font-size: initial;
}

footer .footer_main ul.imprint li::after {
	content: '/';
}

footer .footer_main ul.imprint li:last-child::after {
	display: none;
}

footer .footer_main ul li a {
	color: #000;
	transition: all 0.3s;
}

footer .footer_main ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

footer .footer_main .backlink a {
	color: #000000;
	transition: all 0.3s;
}

footer .footer_main .backlink a:hover {
	text-decoration: none;
	opacity: 0.8;
}

footer .footer_bottom .footer_keywords ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer_bottom .footer_keywords ul li {
	list-style: none;
}

footer .footer_bottom .footer_keywords ul li a {
	display: block;
	padding: 10px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #000000;
	border: 1px solid #000;
	transition: all 0.3s;
	font-size: 20px;
}

footer .footer_bottom .footer_keywords ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* Responsive */

@media only screen and (max-width: 1660px) and (min-width: 1200px) {

	section.contact .contact_bottom {
		background-position: right;
		padding-bottom: 100px;
	}

	section.contact .contact_bottom .contact_slogans {
		padding-top: 175px;
	}

}

@media only screen and (min-width: 1199px) and (max-height: 1000px) {

	section.banner .banner_outlinefont {
		display: none;
	}

	header .logo img {
		width: 90px;
		margin-bottom: -18px;
	}	

	header .nav_trigger span {
		width: 70px;
		height: 70px;
		background-size: 40px;
	}

}

@media only screen and (max-width: 1199px) {
	
	section.videobanner .videobanner_overlay h1 span {
		font-size: 115px;
	}

	section.videobanner .videobanner_overlay strong {
		font-size: 33px;
	}

	section.treadmill {
		margin: 50px 0;
	}

	section.treadmill .treadmill_inner strong {
		font-size: 100px;
	}

	section.projects .projects_slogan-outline span {
		font-size: 175px;
	}

	section.projects .projects_slogan span {
		font-size: 115px;
	}

	section.headline span {
		font-size: 90px;
	}

	section.headline span:last-child {
		font-size: 60px;
	}

	section.slogan span {
		font-size: 75px;
	}

	section.banner .banner_outlinefont .banner_outlinefont_inner span {
		font-size: 180px;
	}

	section.banner .banner_overlay h1 span {
		font-size: 85px;
	}

	section.banner .banner_overlay h1 span:last-child {
		font-size: 75px;
	}

	section.banner .banner_outlinefont {
		padding-bottom: 101px;
	}

	section.services .service_single .service_image,
	section.services .service_single .service_text {
		border: none !important;
	}

	section.services > .container::before, 
	section.services > .container::after,
	section.services .service_single:first-child .service_text::before,
	section.services .service_single:first-child .service_text::after,
	section.services .service_single:nth-child(2n) .service_text::after,
	section.services .service_single:last-child .service_text::after {
		display: none !important; 
	}	

	section.contact .contact_bottom {
		background-position: -650px;
	}

	footer .footer_bottom .footer_keywords ul li a {
		font-size: 15px;
	}

	.wp-block-spacer {
		max-height: 150px;
	}

	main:has(> .wp-block-spacer:first-child) {
		padding-top: 75px;
	}	

}

@media only screen and (max-width: 991px) {

	section.reasons .reason_text {
		padding-top: 50px;
	}

	section.reasons .reason_single:nth-child(even) .reason_image img {
		object-position: center;
	}

	section.reasons .reason_single:nth-child(even) .reason_text .reason_title {
		padding-left: 90px;
		padding-right: 0;
		text-align: left;
	}

	section.reasons .reason_single:nth-child(even) .reason_text .reason_title .reason_number {
		left: 0;
		right: initial;
	}

	section.reasons .reason_single:nth-child(even) .reason_image img {
		margin-left: auto;
		margin-right: auto;
	}	

	section.videobanner .videobanner_overlay h1 span {
		font-size: 75px;
	}

	section.videobanner .videobanner_overlay strong {
		font-size: 20px;
		-webkit-text-stroke: 0.5px #fff;
	}

	section.videobanner .videobanner_overlay h1::before {
		bottom: calc(100% - 5px);
	}

	section.headline span {
		font-size: 75px;
	}

	section.headline span:last-child {
		font-size: 50px;
	}

	section.projects .projects_slogan-outline span {
		font-size: 125px;
	}

	section.projects .projects_slogan span {
		font-size: 85px;
	}

	section.projects .projects_slogan {
		bottom: 4px;
	}

	.textbox {
		width: 250px;
		height: 250px;
		padding: 20px;
		font-size: 50px;
	}

	.project_single_overlay_inner strong {
		font-size: 30px;
	}

	.project_single_overlay_inner span {
		font-size: 18px;
	}

	section.numberedlist ol li {
		line-height: 1.4;
	}

	section.numberedlist ol li strong {
		font-size: 35px;
	}

	section.slogan span {
		font-size: 65px;
	}

	section.banner .banner_outlinefont .banner_outlinefont_inner span {
		font-size: 130px;
	}

	section.banner .banner_outlinefont {
		padding-bottom: 87px;
	}

	section.banner .banner_overlay h1 span {
		font-size: 65px;
	}

	section.banner .banner_overlay h1 span:last-child {
		font-size: 60px;
	}

	section.reasons .reason_image img,
	section.reasons .reason_single:nth-child(2n) .reason_image img {
		margin-right: auto;
		margin-left: auto;
	}

	section.contact .contact_bottom {
		background-position: -950px;
	}

	section.contact .contact_information {
		max-width: 550px;
	}

	section.information .information_content_quote {
		font-size: 40px;
	}

	section.information .information_content_title span {
		font-size: 40px;
	}

	section.information .information_content_title span:last-child {
		font-size: 25px;
	}

	.single-projekte main {
		padding-top: 176px;
	}

	section.panorama .panorama_overlay {
		font-size: 45px;
	}

	section.panorama .panorama_overlay p {
		margin-bottom: 0;
	}

	.single-projekte section.text h1 {
		font-size: 60px;
		line-height: 40px;
	}

	.single-projekte section.text h1 em {
		font-size: 30px;
	}

	.single-projekte section.text h2 {
		font-size: 30px;
	}

	.footer_column {
		margin-bottom: 50px;
	}

	footer .footer_top .footer_keywords {
		font-size: 25px;
	}

	footer .footer_bottom .footer_keywords ul {
		flex-direction: column;
	}

	footer .footer_bottom .footer_keywords ul li {
		display: inline-flex;
		margin-bottom: 15px;
	}

	.wp-block-spacer:has(+ section.services) {
		display: none;
	}

}

@media only screen and (max-width: 781px) {

	.change_mobile_behaviour section.slogan span {
		text-align: center;
		line-height: 1.4;
		font-size: 70px;
	}
	
}

@media only screen and (max-width: 767px) {

	section.videobanner .videobanner_overlay h1 span {
		font-size: 60px;
	}

	section.paragraph p {
		font-size: 30px;
	}

	section.treadmill {
		margin: 0;
		padding: 75px 0;
	}

	section.treadmill .treadmill_inner strong {
		font-size: 80px;
	}

	section.headline span {
		font-size: 50px;
	}

	section.headline span:last-child {
		font-size: 35px;
	}

	section.invader {
		font-size: 30px;
	}

	section.invader h1, section.invader h2, section.invader h3 {
		font-size: 45px;
	}

	section.invader ul {
		font-size: 30px;
	}

	section.slogan span {
		font-size: 50px;
	}

	section.invader section.slogan {
		margin-bottom: 75px;
	}

	section.projects .projects_slogan-outline span {
		font-size: 100px;
	}

	section.projects .projects_slogan span {
		font-size: 65px;
	}

	.project_single_overlay_inner span {
		display: none;
	}

	.textbox {
		width: 200px;
		height: 200px;
		padding: 15px;
		font-size: 40px;
	}	

	section.numberedlist ol li {
		font-size: 30px;
	}

	section.numberedlist ol li strong {
		font-size: 30px;
		margin-bottom: 15px;
		display: block;
	}	

	section.text {
		font-size: 30px;
	}

	a.button {
		font-size: 30px;
	}

	section.contact .contact_bottom {
		padding-bottom: 175px;
	}

	section.information .information_table {
		font-size: 35px;
	}

	section.information .information_content_title span {
		font-size: 30px;
	}

	section.information .information_content_teaser p {
		font-size: 30px;
	}

	section.information .information_content_quote {
		font-size: 35px;
	}

	section.information .information_content_title span:last-child {
		font-size: 22px;
	}

	section.panorama .panorama_overlay {
		font-size: 35px;
	}

	.single-projekte section.text h1 em {
		line-height: 1;
		font-size: 22px;
	}

	section.panorama .panorama_overlay {
		padding-bottom: 30px;
	}

	section.text h1, section.text h2, section.text h3 {
		font-size: 40px;
	}

	footer .footer_top .footer_keywords {
		font-size: 20px;
	}

	section.videobanner .videobanner_overlay strong {
		display: none;
	}

	.wp-block-spacer {
		max-height: 100px;
	}

	main:has(> .wp-block-spacer:first-child) {
		padding-top: 125px;
	}		

}

@media only screen and (max-width: 565px) {
	
	section.treadmill .treadmill_inner strong span.claim:not(.no_decoration) span:last-child::after {
		width: 30px;
		height: 30px;
		right: 20px;
		bottom: 5px;
	}

	section.contact .contact_bottom .contact_slogan::after {
		width: 20px;
		height: 20px;
		bottom: 5px;
	}

	header .logo img {
		width: 85px;
	}

	header .nav_trigger span {
		width: 55px;
		height: 55px;
		background-size: 30px;
	}

	nav.navigation ul li a {
		font-size: 40px;
	}

	.project_single:has(+ .project_single), 
	.project_single:has(+ .textbox), 
	.textbox:has(+ .project_single),
	.projects .row	{
		margin-bottom: 10px;
	}

	section.videobanner .videobanner_overlay h1 span {
		font-size: 45px;
	}

	section.videobanner .videobanner_overlay strong {
		padding-left: 50px;
	}

	section.contact .contact_bottom .contact_slogan {
		margin-top: -45px;
		padding-right: 25px;
	}

	section.videobanner .videobanner_overlay h1::before, 
	section.videobanner .videobanner_overlay h1::after {
		width: 30px;
		height: 30px;
		bottom: calc(100%);
	}

	section.paragraph p {
		font-size: 22px;
	}

	section.paragraph p .decoration {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	section.treadmill {
		margin: 25px 0;
		padding: 50px 0;
	}

	section.treadmill .treadmill_inner strong {
		font-size: 60px;
	}

	section.headline span {
		font-size: 34px;
	}

	section.invader {
		font-size: 22px;
	}

	section.invader h1, 
	section.invader h2, 
	section.invader h3 {
		font-size: 40px;
		margin-bottom: 30px;		
	}

	section.invader ul {
		font-size: 20px;
	}

	section.invader section.slogan {
		margin-bottom: 50px;
	}

	section.headline span:last-child {
		font-size: 25px;
	}

	section.invader {
		margin: 25px 0;
		padding: 50px 0;
	}

	section.projects .projects_slogan-outline span {
		font-size: 65px;
	}

	section.projects .projects_slogan span {
		font-size: 40px;
	}

	section.projects .projects_slogan {
		bottom: 2px;
	}

	.project_single_overlay_inner span {
		display: none;
	}

	.project_single_overlay_inner strong {
		font-size: 20px;
	}

	.project_single_overlay_inner a {
		font-size: 20px;
		padding: 3px 7px;
	}

	.textbox {
		width: 100px;
		height: 100px;
		padding: 15px;
		font-size: 20px;
	}

	section.projects .column_right {
		padding-left: 5px;
	}

	section.projects .column_left {
		padding-right: 5px;
	}	

	section.numberedlist ol li {
		font-size: 22px;
	}

	section.numberedlist ol li strong {
		font-size: 20px;
	}

	section.numberedlist ol li strong span {
		font-size: 35px;
	}

	section.text {
		font-size: 22px;
	}

	a.button {
		font-size: 22px;
	}

	section.slogan span {
		font-size: 35px;
	}

	section.banner .banner_outlinefont .banner_outlinefont_inner span {
		font-size: 105px;
	}

	section.banner .banner_overlay h1 span {
		font-size: 35px;
	}

	section.banner .banner_overlay h1 span:last-child {
		font-size: 37px;
		text-align: right;
	}

	section.banner .banner_overlay h1::before, 
	section.banner .banner_overlay h1::after {
		width: 30px;
		height: 30px;
		bottom: calc(100% - 10px);
	}	

	section.banner .banner_outlinefont {
		padding-bottom: 62px;
	}

	section.services .service_single .service_image,
	section.services .service_single .service_text {
		border: none !important;
	}

	section.services > .container::before, 
	section.services > .container::after,
	section.services .service_single:first-child .service_text::before,
	section.services .service_single:first-child .service_text::after,
	section.services .service_single:nth-child(2n) .service_text::after,
	section.services .service_single:last-child .service_text::after {
		display: none !important; 
	}

	section.services .service_single strong {
		font-size: 25px;
	}

	section.services .service_single strong span {
		font-size: 35px;
		margin-right: 10px;
	}

	section.services .service_single .service_text {
		padding-top: 0;
		font-size: 22px;
	}

	section.text h1, section.text h2, section.text h3 {
		font-size: 30px;
	}

	section.reasons .reason_image img {
		margin-right: auto;
	}

	section.reasons .reason_text {
		padding-top: 15px;
		font-size: 22px;
	}

	section.reasons .reason_single::before {
		width: 300px;
		height: 300px;
		left: calc(50% - 150px);
	}

	section.reasons .reason_text .reason_title {
		padding-left: 65px;
		margin-bottom: 15px;
		height: 70px;
	}

	section.reasons .reason_single:nth-child(2n) .reason_text .reason_title {
		padding-right: 65px;
	}

	section.reasons .reason_text .reason_title .reason_number {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 30px;
	}

	section.reasons .reason_text .reason_title strong {
		font-size: 30px;
	}

	section.reasons .reason_text .reason_title span {
		font-size: 18px;
	}

	section.contact .contact_bottom {
		background-position: -500px;
	}

	section.contact .contact_top {
		font-size: 22px;
	}

	section.contact .contact_top h2 {
		font-size: 30px;
	}

	section.contact .contact_bottom .contact_slogans {
		padding-top: 150px;
	}

	section.contact .contact_bottom {
		padding-bottom: 50px;
	}

	section.contact .contact_bottom .contact_slogan-outline span {
		font-size: 75px;
	}

	section.contact .contact_bottom .contact_slogan span {
		font-size: 35px;
	}

	section.information .information_table {
		font-size: 25px;
	}

	section.information .information_table ul li span {
		font-size: 35px;
		margin-right: 10px;
	}

	section.information .information_content_number {
		font-size: 100px;
	}

	section.information .information_content_title span {
		font-size: 25px;
	}

	section.information .information_content_title span:last-child {
		font-size: 15px;
		text-align: left;
	}

	section.information .information_content_teaser p {
		font-size: 22px;
	}

	section.information .information_content_quote {
		font-size: 20px;
	}

	section.information .information_content_teaser p .decoration {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	section.information .information_content_jalousie ul li {
		font-size: 20px;
	}

	section.information .information_content_jalousie ul li span {
		margin-right: 10px;
	}

	.single-projekte main {
		padding-top: 126px;
	}

	.single-projekte section.text h1 {
		font-size: 40px;
	}

	.single-projekte section.text h1 em {
		font-size: 30px;
	}

	.single-projekte section.text h2 {
		font-size: 30px;
	}

	section.projectgallery .wrap_images {
		padding-top: 100px;
	}

	section.projectgallery .wrap_images::before {
		top: -10px;
	}

	section.panorama .panorama_overlay {
		padding-bottom: 25px;
		font-size: 30px;
	}

	section.text h1, section.text h2, section.text h3 {
		font-size: 30px;
	}	

	section.panorama .panorama_overlay p {
		margin-bottom: 0;
	}

	footer .footer_top .footer_keywords {
		font-size: 12px;
	}

	footer .footer_bottom .footer_keywords ul {
		flex-direction: column;
	}

	footer .footer_bottom .footer_keywords ul li {
		margin-bottom: 15px;
		display: inline-flex;
	}

	footer .footer_bottom .footer_keywords ul li a {
		font-size: 12px;
	}

	footer .footer_main ul {
		padding-left: 40px;
	}

	footer .footer_main ul:not(.imprint) li:first-child {
		font-family: 'Fjalla One';
	}

	footer .footer_main ul:not(.imprint) li:first-child::after {	
		left: initial;
		right: calc(100% + 10px);
	}

	.footer_column {
		margin-bottom: 25px;
	}

	p {
		margin-bottom: 30px;
	}

	.wp-block-spacer {
		max-height: 75px;
	}

	main:has(> .wp-block-spacer:first-child) {
		padding-top: 100px;
	}

	section.reasons .reason_image img {
		margin-bottom: 50px;
		max-height: 450px;
		height: auto;
	}

}

@media only screen and (max-height: 1079px) {

	nav.navigation ul li a {
		font-size: 40px;
	}

}