/*
-----------------------------------------------
	www.dannien-roller-architekten-partner.de
 by www.christinaschmid.de
and www.claraneumann.fr
and www.lichtsignale.de
----------------------------------------------- */

:root {
	--schrift: "NeueHaasUnicaW1G-Regular", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;

	--farbe-text: #000;
	--farbe-flaeche: #fff;
	--farbe-gedimmt: #999;

	--abstand-xs: 6px;
	--abstand-s: 12px;
	--abstand-m: 24px;
	--abstand-l: 48px;
}

/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-feature-settings: "liga" 0, "clig" 0;
font-variant-numeric: proportional-nums; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	height: 100%;
-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}


/*		W E B F O N T S
----------------------------------------------- */

/**
* @license
* MyFonts Webfont Build ID 3932539, 2020-08-04T13:49:04-0400
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed Webfonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: NeueHaasUnicaW1G-Regular by Linotype
* URL: https://www.myfonts.com/fonts/linotype/neue-haas-unica/regular/
* Copyright: Copyright &amp;#x00A9; 2016 Monotype Imaging Inc. All rights reserved.
* 
* 
* 
* © 2020 MyFonts Inc
*/


@font-face {
	font-family: "NeueHaasUnicaW1G-Regular";
	src: url("fonts/font.woff2") format("woff2"),
	url("fonts/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/*		B A S I C S
----------------------------------------------- */

body {
	color: var(--farbe-text);
	background: var(--farbe-flaeche);
	font-family: var(--schrift);
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.025em;
	text-align: left;
}

*:focus {
	outline: none;
}

*:focus-visible {
	outline: 2px solid var(--farbe-text);
	outline-offset: 3px;
}

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

h1, h2, h3, h4, h5, h6, strong, em, b, i {
	font-weight: normal;
	font-style: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: var(--farbe-text);
}

a:hover, a:active {
	color: var(--farbe-gedimmt);
}

.active a:link, .active a:visited {
	text-decoration: none;
	color: var(--farbe-gedimmt);
}

.active a:hover, .active a:active {
	color: var(--farbe-text);
}

main span a:link, main span a:visited {
	border-bottom: 1px solid var(--farbe-gedimmt);
	position: relative;
	z-index: 3000;
}

#wrapper {
	margin: 8px var(--abstand-s) 0 var(--abstand-s);
}

img {
	position: relative;
	z-index: 20;
}


/*		H E A D E R
----------------------------------------------- */

header {
	margin-bottom: var(--abstand-m);
}

header a {
	display: block;
	white-space: nowrap;
}

header h1 {
	background: var(--farbe-flaeche);
	position: relative;
	z-index: 20;
}

header h1 span {
	padding-left: 3px;
	white-space: nowrap;
}

nav {
	margin-top: var(--abstand-xs);
	margin-bottom: var(--abstand-m);
	background: var(--farbe-flaeche);
	position: relative;
	z-index: 20;
}

nav li {
	list-style: none;
	display: inline-block;
	margin-right: var(--abstand-xs);
}

#secondary {
	background: var(--farbe-flaeche);
	position: relative;
	z-index: 20;
}

#secondary li {
	list-style: none;
	display: inline-block;
	margin-right: var(--abstand-xs);
	margin-bottom: var(--abstand-xs);
}


/*		M A I N
----------------------------------------------- */

main span {
	background: var(--farbe-flaeche);
	position: relative;
	z-index: 20;
	display: inline-block;
}


main {
	margin-top: var(--abstand-l);
}

h2 {
	font-size: 150%;
	font-size: 1.7rem;
	letter-spacing: -0.005em;
	line-height: 1.2;
	margin-bottom: var(--abstand-m);
	position: relative;
	left: -1px;
	z-index: 250;
}

h2.htitle {
	background: var(--farbe-flaeche);
	display: block;
}

h2.htitle:after {
	content: " ";
	display: block;
}

h2.htitle span {
	background: transparent;
}

main #lefthalf h2, main #righthalf h2 {
	background: var(--farbe-flaeche);
}

main #lefthalf h2 span, main #righthalf h2 span {
	background: transparent;
}

aside {
	margin-bottom: var(--abstand-l);
}


/*		H O M E
----------------------------------------------- */

#home {
	position: relative;
	z-index: 20;
}

#home a {
	display: block;
	border-bottom: none;
	margin-bottom: var(--abstand-l);
}

#home a:last-child {
	margin-bottom: var(--abstand-s);
}


/*		A K T U E L L
----------------------------------------------- */

.entry {
	margin-bottom: 72px;
}

.entry:last-child {
	margin-bottom: var(--abstand-s);
}

.meta {
	font-size: 80%;
	letter-spacing: 0.065em;
	line-height: 1.2;
	position: relative;
	z-index: 1000;
}

.meta br {
	display: none;
}

.contcont {
	padding-top: 22px;
}

.images {
	padding-top: 36px;
	position: relative;
	z-index: 100;
}

.galerie {
	position: relative;
}

.galerie-spur {
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	cursor: grab;
}

.galerie-spur::-webkit-scrollbar {
	display: none;
}

.galerie.zieht .galerie-spur {
	cursor: grabbing;
}

.galerie.zieht .galerie-spur,
.galerie.faehrt .galerie-spur {
	scroll-snap-type: none;
}

.galerie-spur:focus-visible {
	outline: 2px solid var(--farbe-text);
	outline-offset: 2px;
}

.galerie-folie {
	flex: 0 0 100%;
	scroll-snap-align: start;
	min-width: 0;
	margin: 0;
}

.galerie-folie img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	-webkit-user-drag: none;
	user-select: none;
}

.numbers {
	margin-top: calc(var(--abstand-xs) - 2px);
}

.numbers button {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 2px 16px 2px 0;
	min-width: 24px;
	font: inherit;
	line-height: inherit;
	color: var(--farbe-gedimmt);
	background: var(--farbe-flaeche);
	cursor: pointer;
}

.numbers button:hover {
	color: var(--farbe-text);
}

.numbers button[aria-current="true"] {
	color: var(--farbe-text);
}

.numbers button:focus-visible {
	outline: 2px solid var(--farbe-text);
	outline-offset: 2px;
}


/*		P R O J E K T E
----------------------------------------------- */

#projekte #filter {
	background: var(--farbe-flaeche);
	position: relative;
	z-index: 15;
}

#projekte #filter li {
	display: inline-block;
	margin: 0 var(--abstand-xs) var(--abstand-xs) 0;
	position: relative;
	z-index: 20;
}

#projekte #filter a {
	border-bottom: none;
}

#projekte #overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	column-gap: var(--abstand-l);
	align-items: start;
}

#projekte #overview a {
	position: relative;
	display: block;
	margin-bottom: var(--abstand-l);
	border-bottom: none;
}

#projekte #overview a:last-child {
	margin-bottom: var(--abstand-s);
}

#projekte #overview a br:nth-child(2), #projekte #overview a br:nth-child(3) {
	display: none;
}

#projekte #overview em {
	font-style: normal;
}

#projekt {
	display: flex;
	flex-direction: column;
}

#projekttext {
	display: contents;
}

#projekt > #images {
	order: 2;
}

#projekt aside {
	margin-bottom: var(--abstand-l);
	order: 3;
}

#projekt h2 {
	margin-bottom: var(--abstand-m);
}

#projekt aside h2 {
	margin-bottom: 0;
	margin-top: var(--abstand-m);
}

#images {
	margin-top: 0;
	margin-bottom: 40px;
}

#images img {
	margin-bottom: 7px;
}

.onlydesktop {
	display: none;
}

.onlymobile {
	position: relative;
	z-index: 100;
}


/*		B Ü R O
----------------------------------------------- */

#lefthalf {
	margin-bottom: var(--abstand-l);
}

#lefthalf img, #righthalf img {
	margin-bottom: 18px;
}

#righthalfimg {
	margin-bottom: 11px !important;
}

.buerotext {
	margin-bottom: var(--abstand-l);
}

#team #overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	column-gap: var(--abstand-l);
	align-items: start;
}

.person {
	margin-bottom: var(--abstand-l);
}

.person:last-child {
	margin-bottom: var(--abstand-s);
}


/*		F O O T E R
----------------------------------------------- */

footer, #internav {
	padding: var(--abstand-l) 0 var(--abstand-s) 0;
	position: relative;
	z-index: 200;
}

#internav li {
	list-style: none;
}

#internav ul {
	display: flex;
	justify-content: space-between;
	gap: var(--abstand-m);
}

footer a, #internav a {
	background: var(--farbe-flaeche);
}


/*		P L U S S E S
----------------------------------------------- */

#plus {
	position: fixed;
	left: 12px;
	top: 8px;
	z-index: 10;
	width: calc(100vw - 24px);
	height: 100vh;
}

#plus ul {
	display: flex;
	justify-content: space-between;
}

#plus li {
	list-style: none;
	display: inline-block;
}

#p2, #p3, #p4 {
	margin-top: 22vh;
}

.p4, .p5 {
	display: none !important;
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (min-width: 350px) {

header h1 span {
	padding-left: var(--abstand-s);
	white-space: nowrap;
}

}


@media screen and (min-width: 450px) {

#wrapper {
	margin: 19px var(--abstand-m) 0 var(--abstand-m);
	padding-bottom: var(--abstand-s);
}

#plus {
	left: 24px;
	top: 19px;
	width: calc(100vw - 48px);
}

}


@media screen and (min-width: 550px) {

#projekte #overview {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

}


@media screen and (min-width: 600px) {

#team #overview {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buerotext {
	grid-column: 1 / -1;
}

}


@media screen and (min-width: 720px) {

.onlydesktop {
	display: block;
}

.onlymobile {
	display: none;
}

header {
	margin-bottom: 80px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: start;
}

#buero, #team {
	position: relative;
	margin-top: -36px !important;
}

header h1 {
	display: block;
}

nav {
	grid-column: 2;
	justify-self: end;
	margin: 0;
	position: relative;
	margin-right: -7px;
	padding-bottom: 10px;
	margin-bottom: -10px;
}

#secondary {
	grid-column: 2;
	justify-self: end;
	margin-top: var(--abstand-xs);
	position: relative;
	margin-right: -7px;
}

.entry {
	display: grid;
	grid-template-columns: calc(50% - 24px) calc(50% - 24px);
	column-gap: var(--abstand-l);
	align-items: start;
}

.entry .meta {
	grid-column: 1;
	grid-row: 1;
}

.entry .content {
	grid-column: 1;
	grid-row: 2;
}

#projekt {
	display: grid;
	grid-template-columns: calc(50% - 24px) calc(50% - 24px);
	column-gap: var(--abstand-l);
	align-items: start;
}

#projekttext {
	display: block;
}

#projekt > #images {
	order: 0;
}

#projekt aside {
	order: 0;
}

#projekt h2, #lefthalf h2, #projekte #filter, .buerotext h2 {
	position: relative;
	margin-top: -7px;
}

.entry .images {
	grid-column: 2;
	grid-row: 1 / 3;
}

main:has(> #lefthalf) {
	display: grid;
	grid-template-columns: calc(50% - 24px) calc(50% - 24px);
	column-gap: var(--abstand-l);
	align-items: start;
}

main:has(> #lefthalf.bc-left) {
	grid-template-columns: calc(100% / 3 - 24px) calc(100% / 3 * 2 - 24px);
}

.buerotext {
	position: relative;
	margin-top: -5px;
	grid-column: span 1;
}

.entry .images {
	padding-top: 0;
	margin-top: -var(--abstand-s);
	position: relative;
}

#projekt aside h2 {
	width: 100%;
}

#images {
	margin-top: 0;
}

}


@media screen and (min-width: 960px) {

#projekt aside, #projekte #overview em, .buerotext, .person span, #lefthalf, #righthalf, #home a, .entry .content, .entry .meta, .numbers, footer {
	font-size: 90%;
	line-height: 20px;
	letter-spacing: 0.04em;
	display: block;
}

#projekt {
	grid-template-columns: calc(100% / 3 - 24px) calc(100% / 3 * 2 - 24px);
}

#projekte {
	display: grid;
	grid-template-columns: calc(100% / 3 - 24px) calc(100% / 3 * 2 - 24px);
	column-gap: var(--abstand-l);
	align-items: start;
}

#projekte #filter {
	background: transparent;
	position: inherit;
}

#projekte #filter li {
	display: block;
	margin: 0;
}

#projekte #filter a {
	background: var(--farbe-flaeche);
}

#projekte #overview em {
	display: none;
	position: absolute;
	left: 0;
	top: -5px;
}

#projekte #overview a br:nth-child(2), #projekte #overview a br:nth-child(3) {
	display: inline;
}

#projekte #overview a:hover img {
	opacity: 0;
}

#projekte #overview a:hover em {
	display: block;
	width: 100%;
	height: 300px;
	height: calc(100vw / 3 - 144px);
	color: var(--farbe-text);
	background: transparent;
}

#team #overview {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.buerotext {
	grid-column: span 2;
}

#home {
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	height: calc(100% - 91px);
	overflow-x: scroll;
	white-space: nowrap;
	padding: 0 var(--abstand-xs) 0 var(--abstand-m);
	scroll-behavior: auto;
	overscroll-behavior-x: contain;
}

#home a {
	display: inline-block;
	white-space: normal;
	margin-right: 18px;
	width: auto;
}

#home img {
	width: auto;
	height: calc(100vh - 162px);
}

.entry {
	grid-template-columns: calc(100% / 8 + 24px) calc(50% - 48px) 1fr calc(100% / 3 + 16px);
	column-gap: 0;
}

.entry .meta {
	grid-column: 1;
	grid-row: auto;
	margin-top: 1px;
}

.entry .meta br {
	display: inherit;
}

.entry .content {
	grid-column: 2;
	grid-row: auto;
}

.entry .images {
	grid-column: 4;
	grid-row: auto;
	margin-top: var(--abstand-xs);
}

.p4, .p5 {
	display: inline-block !important;
}

header {
	grid-template-columns: 40% 60%;
}

nav, #secondary {
	justify-self: stretch;
	text-align: right;
}

}


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

#projekte {
	grid-template-columns: calc(25% - 24px) calc(75% - 12px);
	column-gap: 36px;
}

#projekte #overview {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#projekte #overview a:hover span {
	height: 400px;
	height: calc(25vw - 120px);
}

#team #overview {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

}


@media screen and (min-width: 1400px) {

body {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.02em;
}

main span a {
	line-height: 25px;
}

.contcont {
	padding-top: 30px;
}

#projekt aside, #projekte #overview em, .buerotext, .person span, #lefthalf, #righthalf, #home a, .entry .content, .entry .meta, .numbers, footer {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.025em;
}

#wrapper {
	margin: 25px 45px 0 45px;
	padding-bottom: 25px;
}

#plus {
	left: 45px;
	top: 25px;
	width: calc(100vw - 90px);
}

header {
	margin-bottom: 80px;
}

#buero, #team {
	margin-top: -33px !important;
}

header h1 span {
	padding-left: 15px;
}

nav, #secondary {
	margin-right: -17px;
}

nav li, #secondary li {
	margin-right: 15px;
}

main {
	margin-top: 90px;
}

h2 {
	font-size: 200%;
	font-size: 2.25rem;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin-bottom: 30px;
	left: -2px;
}

.entry {
	margin-bottom: 90px;
	width: 100%;
}

.entry:last-child {
	margin-bottom: var(--abstand-s);
}

#projekt h2 {
	margin-bottom: 30px;
}

#projekt aside h2 {
	margin-bottom: 0;
	margin-top: 30px;
}

#projekt h2, #lefthalf h2, #projekte #filter, .buerotext h2 {
	margin-top: -10px;
}

#images img {
	margin-bottom: 15px;
}

#lefthalf img, #righthalf img {
	margin-bottom: var(--abstand-m);
}

#righthalfimg {
	margin-bottom: 14px !important;
}

#home {
	top: 43px;
	height: calc(100% - 133px);
	padding: 0 0 0 45px;
}

#home a {
	margin-right: var(--abstand-m);
}

#home a:last-child {
	margin-right: 45px;
}

#home img {
	height: calc(100vh - 238px);
}

#projekte {
	grid-template-columns: calc(25% - 45px) calc(75% - 45px);
	column-gap: 90px;
}

#projekte #overview {
	column-gap: 90px;
}

#projekte #overview a {
	margin-bottom: 70px;
}

#projekte #overview a:hover span {
	height: calc(25vw - 175px);
}

#team #overview {
	column-gap: 90px;
}

#projekt {
	grid-template-columns: calc(100% / 3 - 45px) calc(100% / 3 * 2 - 45px);
	column-gap: 90px;
}

main:has(> #lefthalf) {
	grid-template-columns: calc(50% - 45px) calc(50% - 45px);
	column-gap: 90px;
}

main:has(> #lefthalf.bc-left) {
	grid-template-columns: calc(100% / 3 - 45px) calc(100% / 3 * 2 - 45px);
}

.entry {
	grid-template-columns: calc(100% / 8 + 45px) calc(50% - 90px) 1fr calc(100% / 3 + 16px);
}

.entry .meta {
	margin-top: 3px;
}

.entry .images {
	margin-top: 8px;
}

footer {
	padding: 60px 0 15px 0;
}

}


@media screen and (min-width: 1900px) {

body {
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 0.01em;
}

#buero, #team {
	margin-top: -37px !important;
}

#projekt aside, #projekte #overview em, .buerotext, .person span, #lefthalf, #righthalf, #home a, .entry .content, .entry .meta, .numbers, footer {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.025em;
}

#projekte #overview a:hover span {
	height: calc(25vw - 215px);
}

.contcont {
	padding-top: 25px;
}

}