/* #################################### SCHRIFTEN #################################### */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'),
	   url('/fonts/roboto-v20-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
	   url('/fonts/roboto-v20-latin-700.woff2') format('woff2'),
	   url('/fonts/roboto-v20-latin-700.woff') format('woff');
}

/* #################################### ALLGEMEIN #################################### */

* {
	box-sizing: border-box;
	text-rendering: geometricPrecision;
	letter-spacing: 0.25px;
}
body {
	padding: 0 20px;
	font-family: 'Roboto', Georgia, serif;
	font-weight: 400;
	line-height: 120%;
	font-size: 13px;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
	color:#333;
}
b, strong {
	font-weight: 700;
}
.container {
	position: relative;
	width:100%;
	max-width: 1020px;
	margin: 0 auto;
	padding-left:0px;
	padding-right:0px;
}
.hyphens {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2; 
}
.notmobil {
	display: block;
}
.notp p {
	margin:0;
}
.uppercase {
	/* text-transform: uppercase; */
}

/* #################################### HEADER #################################### */

header {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index: 79999;
	height:100px;
	text-align: left;
	line-height: 140%;
	padding: 40px 20px 0px 20px;
	background-color: white;
}
body.SEITE_80 header,
body.SEITE_81 header {
	background-color: transparent;
}
header .container {
	display: flex;
	justify-content: space-between;
	width:90%;
	max-width: 100%;
}
header #logo {
	display: inline-block;
	/* margin-right: 60px; */
	font-size: 10.5px;
	letter-spacing: 1px;
}
header #logo a {
	color:#333;
	font-size: 10.5px;
}
header #logo a strong {
	font-size: 15px;
	font-size: 18px;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0px;
}

section {
	/* margin-top:240px; */
	margin-top:100px;
	margin-bottom:40px;
	text-align: left;
}
footer {
	display: flex;
	justify-content: space-between;
}
body.SEITE_80 footer,
body.SEITE_81 footer {
	display: none;
}
.startseite_fullscreen,
.mySwiper {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position: center center;
	background-size: cover;
}
.swiper-wrapper {
	position: relative;
}
.swiper-slide {
	/* position: absolute; */
	/* top:0;
	left:0; */
	width:100vw;
	height: 100vh;
	background-position: center center;
	background-size: cover;
}

body.SEITE_80 header #logo a strong,
body.SEITE_80 header .navi .rex-navi1 a {
	color: white;
}
/* #################################### NAVIGARTON #################################### */


.navi ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
	justify-content: center;
}
.navi ul li {
	padding-left: 0px;
	line-height: 14px;
	display: inline-block;
}
.navi .rex-navi1 a {
	text-decoration: none;
	font-weight: 700;
	/* font-size: 30px;
	line-height: 30px; */
	font-size:15px;
	padding-left: 25px;
	/* text-transform: uppercase; */
}
.navi .navi a:hover {
	text-decoration: none;
	color:#333;
}
.navi a.rex-current {
	text-decoration: none;
	font-weight: 400;
	color:#333;
}
/* .navi li.rex-article-28 {
	display: none;
} */

/* #################################### TEXTE #################################### */

a {
	text-decoration: none;
	color:#333;
	/* color:#666; */
}
a:hover {
	text-decoration: none;
	/* color:#666; */
	color:#333;
}

table tr td {
	vertical-align: top; 
	}
	
table tr td:nth-child(1){
	white-space: nowrap;
	padding-right: 20px;
	width: 10%;
	}
	
.tinymcewysiwyg {
	width:100%;
	/* padding-right: 10px; */
}

/* #################################### PROJEKTE #################################### */

.text_spalte .titel b {
	font-size: 18px;
	line-height: 120%;
	font-size: 13px;
	/* text-transform: uppercase; */
}

img.nurmobil {
	display: none;
}
.projekt {
	position: relative;
	text-align: left;
	border-top:1px solid #333;
	border-top:1px solid rgba(0,0,0,0.2);
	padding: 0px 0 16px 0;
}
article:last-child .projekt.archiv {
	border-bottom:1px solid rgba(0,0,0,0.2);
	margin-bottom: 80px;
}
.projekt.archiv {
	padding: 0;
}
.projekt.archiv:hover {
	background-color: rgba(0,0,0,0.05);
}


.display_flex {
	width:100%;
	display: flex;
	flex-direction: row;
	gap:20px;
}
.projekt_2022 .display_flex,
.projekte_2022 .display_flex {
	width:100%;
	display: flex;
	flex-direction: column-reverse;
	gap:0px;
}

.projekt_2022 .foto_spalte,
.projekt_2022 .text_spalte,
.projekte_2022 .foto_spalte,
.projekte_2022 .text_spalte {
	width:100%;
}
.projekte_2022 .text_spalte {
	display: block;
	margin-bottom: 5px;
}

.projekte_2025 {
	width:100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	gap: 30px 1%;
	/* justify-content: space-between; */
}

.projekte_2025 .display_flex {
	width:100%;
	max-width: 320px;
	max-width: 32.5%;
	display: flex;
	flex-direction: column;
	gap:0px;
	justify-content: flex-end;
}
.projekte_2025 .display_flex .projekt_fotos {
	width:100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.projekte_2025 .display_flex .text_spalte {
	min-height: 40px;
}

.projekt_fotos {
	width:100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.projekt .jahr{
	margin-bottom: 14px;
	display: inline-block;
	color:#333; 
}
.projekt .text_spalte.schwarz .jahr {
	color:#333;
}
.projekt .titel {
	font-size: 13px;
	line-height: 120%;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 2px;
	display: block;
}
.projekt .titel {
	cursor: row-resize;
}
.projekt .titel.schwarz {
	color:#333;
}
.projekt .titel b {
	font-weight: 400;
}
.projekt .titel:hover {
	color:#333;
}
.projekt .titel.schwarz:hover  {
	color:#333;
}
.projekt .text p {
	margin-bottom:0; 
	color:#333;
}
.projekt .text_spalte.schwarz .text p {
	color:#333;
}

.projekt .foto_spalte a {
	cursor: zoom-in;
}
.projekt .foto_spalte a img {
	width:210px;
	height:auto;
	filter: grayscale(100%);
}

.projekt:hover .foto_spalte a img {
	filter: grayscale(0%);
}



/* ################################## RESPONSIVE ################################## */

@media only screen and (min-width: 1370px) {
body.SEITE_28 .container {
	max-width: 90%;
	max-width: 1200px;
}
body.SEITE_28 header .container {
	max-width: 90%;
}
body.SEITE_28 .display_flex {
	flex-direction: row-reverse;
	gap:24px;
}
body.SEITE_28 .display_flex .foto_spalte {
	width:66.6%;
}
body.SEITE_28 .display_flex .text_spalte {
	width:33.3%;
	text-align: right;
}
}

@media only screen and (max-width: 1370px) {
header .container {
	display: flex;
	justify-content: space-between;
	width:100%;
	max-width: 1200px;
}
}
@media only screen and (max-width: 900px) {
.projekte_2025 .display_flex {
	max-width: 49.5%;
}
}
@media only screen and (max-width: 640px) {
.projekte_2025 .display_flex {
	max-width: 100%;
}
header {
	height: 120px;
}
header .container {
	flex-direction: column;
}
header #logo a strong {
	white-space: wrap;
}
.navi ul {
	flex-wrap: nowrap;
	justify-content: left;
}
.navi ul li {
	line-height: 18px;
}
.navi .rex-navi1 a {
	padding-left: 0px;
	padding-right: 20px;
}
section {
	margin-top:160px;
}
#menu_desktop {
	width:100%;
	padding-top: 16px;
}
} 