/*
-----------------------------------------------
	www.andreagruetzner.de
 by www.christinaschmid.de
and www.lichtsignale.de
----------------------------------------------- */


/*		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-variant-ligatures: none;
}

html {
	height: 100%;
	-ms-text-size-adjust: none;
	-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
----------------------------------------------- */

@font-face {
    font-family:"Soehne AG";
    font-weight: 300;
	src: url("fonts/soehne-leicht.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family:"Soehne AG";
	font-weight: 400;
	src: url("fonts/soehne-buch.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family:"Soehne AG";
	font-weight: 400;
	src: url("fonts/soehne-buch-kursiv.woff2") format("woff2");
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family:"Soehne AG";
	font-weight: 700;
	src: url("fonts/soehne-kraftig.woff2") format("woff2");
	font-display: swap;
}


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

:root {
	--color-text: #222;
	--color-hover: #13d66e;
	--color-past: #bbb;
	--spacing: 1.45rem;
}

body {
	color: var(--color-text);
	background: #fff;
	font-family: "Soehne AG", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 17px;
	line-height: var(--spacing);
	letter-spacing: 0.025em;
	text-align: left;
}

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

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

*:focus {
	outline: none;
}

main a:link, main a:visited {
	color: var(--color-text);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

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

main nav a {
	text-decoration: none !important;
}

h3 a {
	border-bottom: none !important;
}

img, video {
	max-inline-size: 100%;
	block-size: auto;
	object-fit: contain;
	object-position: center center;
	height: auto;
}

.workitem .step {
	height: calc(var(--spacing) * 3);
}


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

header {
	padding-top: calc(var(--spacing) / 3);
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	padding-bottom: calc(var(--spacing) / 2.1);
}

#home header {
	background-color: transparent;
}

#home main {
	position: relative;
	z-index: 100;
}

header h1 {
	margin: 0 calc(var(--spacing) * 0.75);
	text-align: center;
	position: relative;
}

header h1 span {
	display: none;
	opacity: 0;
	padding-left: 5px;
	transition: opacity ease-in-out 0.5s;
}

.sps--blw h1 {
	text-align: left;
	left: 0;
}

.sps--blw h1 span {
	display: inline;
	opacity: 1;
}

#mobilenav {
	position: absolute;
	right: calc(var(--spacing) * 0.75);
	top: 8px;
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.5s;
}

#mobilenav em {
	display: none;
	margin-right: 2px;
}

#mobilenav.active em {
	display: inline;
}

#mobilenav.active strong {
	display: none;
}

.sps--blw #mobilenav {
	opacity: 1;
}

#mobilenav svg {
	width: auto;
	height: 12px;
	fill: var(--color-text);
}

#mobilenav:hover svg {
	fill: var(--color-hover);
}

#menu {
	margin: 5px 0 calc(var(--spacing) * 0.5) 0;
	display: none;
	position: relative;
}

nav li {
	list-style: none;
}

#menu a {
	display: block;
	padding: 5px calc(var(--spacing) * 0.75);
}

.active {
	font-weight: bold;
}


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

main {
	padding: 0 calc(var(--spacing) * 0.75) calc(var(--spacing) * 1.25) calc(var(--spacing) * 0.75);
}

#nav {
	margin: calc(var(--spacing) * 2) 0;
	font-weight: 300;
	font-size: 130%;
	line-height: calc(var(--spacing) * 1.3);
	letter-spacing: 0.01em;
	width: calc(100% + 15px);
}

#nav li {
	display: inline-block;
	margin-right: 5px;
}

#nav a {
	border-bottom: none;
}

#homediv {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

h2 {
	font-weight: 700;
	font-size: 130%;
	line-height: calc(var(--spacing) * 1.15);
	letter-spacing: 0.01em;
	margin-bottom: var(--spacing);
}

h2 a {
	border: none !important;
}

h2 strong {
	display: block;
	margin-top: calc(var(--spacing) / 2);
	font-size: 17px;
	line-height: var(--spacing);
	letter-spacing: 0.025em;
}

.textitem, .exitem, .newsitem, .workitem {
	padding-bottom: calc(var(--spacing) * 2.5);
}

.exitem em, #workviews em {
	font-style: normal;
	display: block;
	margin-top: calc(var(--spacing) / 2);
	font-size: 80%;
	line-height: 1.35;
	letter-spacing: 0.04em;
}

.newsitem figure {
	max-width: 66%;
}

.newsitem figure img {
	position: relative;
	margin-bottom: -6px;
}

h3 {
	font-weight: 700;
	font-size: 130%;
	line-height: calc(var(--spacing) * 1.15);
	letter-spacing: 0.01em;
	margin-top: calc(var(--spacing) * 0.4);
	margin-bottom: calc(var(--spacing) / 2);
}

h3 span {
	font-size: 95%;
}

figure.multiply {
	background: #f9f7f3;
}

figure.multiply img {
	mix-blend-mode: multiply;
}

.past a {
	color: var(--color-past) !important;
}

.past a:hover {
	color: var(--color-hover) !important;
}

.past figure img {
	opacity: 0.3;
	filter: grayscale(1);
}

.past a:hover figure img {
	opacity: 1;
	filter: grayscale(0);
}

.past figure.multiply {
	background: #f2f2f2;
}

main .past a:link, main .past a:visited {
	color: var(--color-past);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

main .past a:hover, main .past a:active {
	color: var(--color-hover);
}

.more h1 {
	text-align: center;
}

h4 {
	font-weight: 300;
	font-size: 130%;
	line-height: calc(var(--spacing) * 1.15);
	letter-spacing: 0.01em;
	margin-bottom: calc(var(--spacing) / 2);
}

.works {
	margin-top: calc(var(--spacing) * 2.25)
}

.workitem {
	width: calc(50% - var(--spacing) * 0.38);
}

.gutter-sizer {
	width: calc(var(--spacing) * 0.76);
}

.workitem h4 {
	text-align: center;
	font-weight: bold;
}

.workitem p {
	display: none;
}

#index {
	text-align: center;
	padding-top: var(--spacing);
}

#index li {
	display: inline-block;
	margin: 0 calc(var(--spacing) / 4);
}

#work h2 {
	text-align: center;
	position: relative;
	margin-bottom: calc(var(--spacing) / 2);
}

#work h3 {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
	padding-top: calc(var(--spacing) * 2.5);
}

#work .textitem h3 {
	margin-bottom: calc(var(--spacing) / 2);
}

#work .textitem p {
	margin-bottom: calc(var(--spacing) / 2);
}

#work h4 {
	margin-bottom: calc(var(--spacing) * 2.5);
}

#work #intro {
	margin-bottom: calc(var(--spacing) * 2.5);
}

#work #intro p {
	margin-bottom: var(--spacing);
}

.readmore-widget {
	clear: both;
}

.exitem .rsGCaption {
	margin-bottom: 0 !important;
}

#readmore, #readless {
	text-align: center;
	margin: 0 auto var(--spacing) 0;
}

#readmore span, #readless span, .rm-more, .rm-less {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.rm-more, .rm-less {
	text-align: center;
	display: block;
}

#readmore span:hover, #readless span:hover, .rm-more:hover, .rm-less:hover {
	color: var(--color-hover);
	cursor: pointer;
}

#more, .rm-panel {
	display: none;
}

#gallery {
	margin-top: calc(var(--spacing) * 3);
	margin-bottom: calc(var(--spacing) * 3);
	display: grid;
	line-height: 0;
}

#gallery a {
	border: none;
	margin-bottom: calc(var(--spacing) / 4);
	align-self: center;
}

#gallery img {
	margin-bottom: -6px;
}

#gallery div.newline {
	grid-column: 1 / -1;
	padding: calc(var(--spacing) * 0.5);
}

#workviews {
	margin-bottom: calc(var(--spacing) * 3);
}

#workviews figure {
	margin-bottom: calc(var(--spacing) * 3);
}

#workviews em {
	font-style: normal;
	display: block;
	margin-top: calc(var(--spacing) / 2);
}

#babout .textitem p {
	margin-bottom: var(--spacing);
}

#babout .textitem ul p {
	margin-bottom: 0;
}

.textitem ul {
	margin-bottom: calc(var(--spacing) * 1);
}

.textitem li {
	list-style: none;
	margin-bottom: calc(var(--spacing) / 2);
}

.textitem a, .newsitem a {
	text-decoration: none !important;
}

.textimtem p a, .newsitem p a, .linkview .textitem a {
	text-decoration: underline !important;
}

.noshow {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	visibility: hidden;
}

.noshow.show {
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
	transition: max-height 0.6s ease, opacity 0.6s ease;
}

#mce-EMAIL {
	font: inherit;
	padding: 3px 10px 5px 10px;
	border-radius: 2px;
	border: 1px solid var(--color-text);
	width: 75%;
	margin-bottom: 10px;
}

#showmore, #mc-embedded-subscribe, .button {
	font: inherit;
	color: #fff !important;
	background: var(--color-text);
	padding: 3px 10px 5px 10px;
	border-radius: 2px;
	border: none;
	text-decoration: none !important;
}

#showmore:hover, #mc-embedded-subscribe:hover, .button:hover {
	background: var(--color-hover);
	cursor: pointer;
}


/*		F A N C Y B O X
----------------------------------------------- */

.fancybox-button--zoom, .fancybox-button--play, .fancybox-navigation, .fancybox-button--thumbs {
	display: none !important;
}

.fancybox-toolbar {
	opacity: 1 !important;
	visibility: visible !important;
}

.fancybox-infobar {
	color: #fff !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.fancybox-infobar span:first-child {
	position: absolute;
	left: calc(var(--spacing) * 0.75);
	color: var(--color-text) !important;
}

.fancybox-infobar span:last-child {
	position: absolute;
	right: calc(var(--spacing) * 0.75);
	color: var(--color-text) !important;
}

.fancybox-caption {
	bottom: -13px !important;
	z-index: 99998 !important;
}

.royalSlider {
	margin-bottom: var(--spacing);
}


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

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

section {
	margin: 0 calc(var(--spacing) * 2) calc(var(--spacing) * 1.25) calc(var(--spacing) * 2);
}

#paternoster {
	margin-top: calc(var(--spacing) * 4);
}

#worktext #paternoster, #worktext #paternoster h3 {
	margin-top: 0;
	padding-top: 0;
}

.textitem, .exitem, .workitem {
	padding-bottom: calc(var(--spacing) * 3);
}

.workitem, .textitem {
	width: calc(50% - var(--spacing));
}

.gutter-sizer {
	width: calc(var(--spacing) * 2);
}

.textitem .step {
	height: calc(var(--spacing) * 3);
}

}


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

.workitem, .textitem {
	width: calc(50% - var(--spacing) * 2);
}

.gutter-sizer {
	width: calc(var(--spacing) * 4);
}

.newsitem {
	margin-bottom: calc(var(--spacing) * 3);
	width: calc(50% - var(--spacing) * 2);
}

.workitem p {
	display: block;
}

#paternoster, #work {
	margin-top: calc(var(--spacing) * 2);
}

#worktext #paternoster, #worktext #paternoster h3 {
	margin-top: 0;
	padding-top: 0;
}

#nav, h2, h3, h4 {
	font-size: 175%;
	letter-spacing: 0.0em;
}

#nav {
	line-height: calc(var(--spacing) * 1.5);
	letter-spacing: -0.005em;
}

h2 {
	line-height: calc(var(--spacing) * 1.35);
	letter-spacing: 0;
}

h2 strong {
	font-size: 17px;
	line-height: var(--spacing);
	letter-spacing: 0.025em;
}

h3 {
	text-align: center;
	line-height: calc(var(--spacing) * 1.35);
	letter-spacing: 0.01em;
}

h3 span {
	font-size: 95%;
}

.newsitem h3, .textitem h3 {
	text-align: left;
	font-size: 130%;
	letter-spacing: 0.01em;
	line-height: calc(var(--spacing) * 1.15);
}

#work h3 {
	font-size: inherit;
	line-height: inherit;
}

h4 {
	line-height: calc(var(--spacing) * 1.35);
	letter-spacing: -0.005em;
	margin-top: calc(var(--spacing) * 0.25);
}

#intro p, #more p {
	width: calc(100% / 3 * 2);
	margin-left: auto;
	margin-right: auto;
}

#lift div, .lift {
	width: calc(100% / 3 * 2);
	margin-left: auto;
	margin-right: auto;
}

#lift p, .lift p {
	margin-bottom: var(--spacing);
}

.step, .textitem .step, .workitem .step {
	height: calc(var(--spacing) * 4);
}

}


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

section {
	margin: 0 calc(var(--spacing) * 4) calc(var(--spacing) * 1.25) calc(var(--spacing) * 4);
}

#nav, h2, h3, h4 {
	font-size: 200%;
	letter-spacing: 0.0em;
}

h2 strong {
	font-size: 17px;
	line-height: var(--spacing);
	letter-spacing: 0.025em;
}

h3 span {
	font-size: 95%;
}

.newsitem h3, .textitem h3 {
	text-align: left;
	font-size: 150%;
	letter-spacing: 0.005em;
	line-height: calc(var(--spacing) * 1.15);
}

#work h3 {
	display: none;
}

.textitem h3 {
	display: block !important;
}

h4 {
	line-height: calc(var(--spacing) * 1.35);
	letter-spacing: -0.005em;
	margin-top: calc(var(--spacing) * 0.25);
}

#work h4 {
	padding-top: calc(var(--spacing) * 4);
}

#workvideo h4 {
	padding-top: var(--spacing);
}

.works, .seltexts {
	width: calc(100% / 3 * 2);
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.step, .textitem .step, .workitem .step {
	height: calc(var(--spacing) * 5);
}

}


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

section, #nav {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#nav, h2, h3, h4 {
	font-size: 250%;
	letter-spacing: -0.01em;
	line-height: calc(var(--spacing) * 2);
}

.works {
	max-width: 778px;
}

.works .workitem {
	width: 314px;
}

.works .gutter-sizer {
	width: 150px;
}

}


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

header {
	background: transparent;
}

}