@font-face{
	font-family:"Century Gothic W01";
	src:url("../assets/fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix");
	src:url("../assets/fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"),
	url("../assets/fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"),
	url("../assets/fonts/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype"),
	url("../assets/fonts/c9e387df-c0d3-42e1-8de6-78c41f68594c.svg#c9e387df-c0d3-42e1-8de6-78c41f68594c") format("svg");
}

html,body,div,span,section,article,aside,footer,header {
	border: 0; margin: 0; padding: 0; box-sizing: border-box;
}
.clear { clear: both; }

.container {
	width: 96%;
	margin: 0 auto;
}

body {
	font-family: 'Century Gothic W01', Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	background: #000;
	text-align: center;
	margin-top: 2em;
	/* min-width: 320px; */
}

.page h1, .page h2, .page h3, .page h4 { font-family: 'Century Gothic W01', Arial, sans-serif; color: #fff; }
.page h1, .awards.page h2 {font-size: 1.25em;/* line-height: 1.4em; */}

.category.page #main h1 {
	margin-top: 0;
}
.page h2 { font-size: 1.4em; }
.page h3 { font-size: 1.3em; }


a, a:visited { color: #fff; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

img {width:100%;height:auto;pointer-events: none;position: relative;display: block;}
p, li { line-height: 1.6em; }

.no-mt {
	margin-top: 0;
}

.preload { display: none; }
.nowrap { white-space: nowrap; }

.container { max-width: 950px; width: 96%; }
.container .alpha  { float: left; }
.container .omega { float: right; }

.page {
	margin-top: 1em;
}
.page .content {text-align: justify;/* font-size: 14px; *//* display: flex; */}
.page .positioning { float: none; margin: 0 auto; }
.page .content article ul {list-style: disc;padding-left: 20px;}

.page .content article li {
	margin-bottom: 0;
}

.logo {
	font-size: 1.5em;
	display: flex;
	justify-content: space-between;
	line-height: 1.4em;
	cursor: default;
	text-align: left;
}
.logo .names {
	display: block;
	flex: 0 0 50%;
	flex-wrap: wrap;
}
.logo .names span {
	white-space: nowrap;
}
.logo .names span:last-child {
	margin-left: 0.5em;
}
.logo .profession {
	flex: 0 0 50%;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	display: inline-flex;
	justify-content: space-between;
}
.logo .profession span {
	flex: 1 1 auto;
	text-align: center;
}

@media (max-width: 900px) {
	#bottom .logo .names span {
		display: block;
	}
}

.contact div span { float: right; }

.content .six.columns { text-align: right; }
.content article.extra-margin { padding-top: 0.4em; }

.content article a,
.content article a:visited {
	text-decoration: underline;
}

.content article a:hover,
.content article a:focus {
	text-decoration: none;
	color: #000;
	background: #fff;
}

.submenu ul {
	margin-top: 0;
	/* font-size: 1.2em; */
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.submenu li { margin-bottom: 0; }
.submenu li a, .submenu li a:visited {
	padding: 0 0.1em;
	text-decoration: none;
}
.submenu li.active a,
.submenu li a:hover,
.submenu li a:focus {
	background: url('arrow-right-white.png') left center no-repeat;
	background-size: 8px;
	padding-left: 15px;
}

.submenu li a:hover,
.submenu li a:focus {
	background-image: url('arrow-right-gray.png');
}

.submenu li:last-child {
	margin-top: 1em;
}

/* .submenu li.active a, .submenu li a:hover, .submenu li a:focus { text-decoration: underline; background: transparent; color: #fff; } */

dl.contact dt, .contact dl dt { float: left; }
dl.contact dd, .contact dl dd { text-align: right; }

dl.references dt {/* font-size: 1.1em; */float: none;}
dl.references dd {font-size: 0.9em;margin-bottom: 1.5em;margin-left: 0;color: #999;}

.references.progress h3 {
	border-bottom: 1px solid #444;
	margin-top: 2em;
	font-size: 1.1em;
}

dl.project.current { font-size: 1.1em; }
dl.project dt {float: left;/* font-size: 1.1em; */}
dl.project dd {text-align: right;font-size: 0.9em;}

.description dl.project {
	margin-bottom: 1em;
	margin-top: 0;
}

.description dl.project:last-child {
	margin-bottom: 0;
}

.description h2 {
	margin-top: 1em;
	font-size: 1.1em;
	margin-bottom: 0;
}

.trigger-info {
	/* padding: 0.2em 0.6em; */
	cursor: pointer;
	/* background: #444; */
	display: block;
	width: 210px;
	transition: opacity 500ms ease-in-out;
	margin: 1em 0;
}

.trigger-info.top {
	width: 15em;
}

.trigger-info.bottom {
	width: 15em;
}

.trigger-info:hover {
	text-decoration: underline;
}

.trigger-info.closed {
	opacity: 0;
	display: none;
}

.trigger-info.hidden {
	display: none;
}

.project-description::before {
	line-height: 2em;
	margin-bottom: 1em;
	font-size: 1.1em;
	border-bottom: 1px solid #444;
	display: inline-block;
	padding-right: 2em;
	content: "infos zum projekt";
}
.project-description.closed {
	display: none;
}

.project-description p:last-child {
	margin-bottom: 0;
}

.gold {
	color: #ffbf28;
}

/*

.project-description {
	overflow: hidden;
	animation-name: collapse-description;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: running;
	animation-fill-mode: forwards;
}
*/

@keyframes collapse-description {
	0% {
		color: transparent;
		opacity: 0;
	}

	100% {
		color: inherit;
		opacity: 1;
	}
}

.category.page header a {
	display: block;
	position: relative;
}

/* Verlinktes Projekt anzeigen
.category.page header a:after {
	content: attr(title);

	display: block;
	position: absolute;
	bottom: 2px;
	right: 2px;
	transform-origin:bottom right;
	transform: rotate(-90deg) translateX(100%);

	color: #fff;
	background: #000;
	padding: 0.4em 0.6em;
	font-size: 0.8em;
	line-height: 1em;
}
*/

.category.page header img {
	/* max-height: 400px; */
	width: 100%;
}


.row.profil { position: relative; }
.row.profil.about { height: 344px; }

#pictures { height: 300px; overflow-x: scroll; overflow-y: hidden; }
#pictures img { display: inline-block; float: left; width: auto; }

a.backlink {
	color: #999;
	line-height: 20px;
	background: url('../assets/arrow-left-gray.png') no-repeat left center;
	padding-left: 1.3em;
	background-size: 10px;
	/* font-size: 1.1em; */
	/* display: inline-block; */
	text-transform:lowercase;
}

#sidebar .backlink {
	margin: 0 0 2em;
}
a.backlink:hover {
	color: #fff;
	background-image: url('../assets/arrow-left-white.png');
}

section .backlink {
	color: #fff;
	background-image: url('../assets/arrow-left-white.png');
	text-decoration: none;
	float: right;
	margin: 1em 0;
	display: none;
}

a.backlink {}
section .backlink:hover {
	text-decoration: underline;
	color: inherit;
	background-color: inherit;
}

@media (max-width: 767px) {
	#sidebar .backlink {
		display: none;
	}
}

@media (min-width: 768px) {
	section .backlink {
		display: none;
	}
}

.row.picture {
	margin-top: 10px;
}

#sidebar .award {
	/* font-size: 0.8em; */
	max-width: 210px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	opacity: 0.8;
	margin: 1em 0;
}

@media (max-width: 767px) {
	#sidebar .award {
		display: block;
		margin: 2em auto 1em;
	}
}

#sidebar .award:hover {
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

#sidebar .award span {
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bolder;
	font-size: 14px;
}

.picture-container {
	margin-top: 1em;
	min-height: 300px;
	position: relative;
}

.navbar {
	overflow: hidden
}

.project-teaser-page {
	margin-top: 1em;
}

.project-teaser-page h3 {
	text-align: right;
}

.category-teaser {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.category-teaser:hover a {
	opacity: 0.6;
}

.category-teaser:hover a:hover {
	opacity: 1;
}

.category-teaser a {
	position: relative;
	padding-bottom: 0;
	flex-basis: 48%;
	margin-bottom: 0.5em;
}

.category-teaser a > span {
	position: absolute;
	bottom: 8px;
	left: 0;
	text-align: center;
	width: 100%;
}

.category-teaser a span span {
	padding: 0.25em 0.5em;
	background: #000000cc;
	font-size: 1.2em;
}

.category-teaser a:hover {
	background: transparent;
	color: inherit;
}

/* Sticky Navigation */

#bottom {
	position:fixed;
	bottom:0;
	z-index:150;
	width:100%;
	box-sizing:border-box;
	background: rgba(0,0,0,0.9);
	border-top: 1px solid #444;
}

#bottom .container.row { margin-bottom: 0; }

#bottom .logo {
	line-height: 1.4em;
	font-size: 1.2em;
	margin: 0.5em 0 0.25em;
}
#bottom .logo .names {
	text-align: right;
}

#bottom nav {
	margin:0;
	text-align: right;
	padding-left: 0;
	font-size: 1.1em;
}
#bottom nav > div {
	display: inline-block;
}
#bottom nav a {
	display:inline-block;
	line-height:1.5em;
	text-decoration:none;
	white-space:nowrap;
	width: auto;
	text-transform:lowercase;
	padding: 0.5em 1em;
}
#bottom nav a:hover, #bottom nav a:focus, #bottom nav li a.active {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 767px) {
	#bottom nav {
		width: 100%;
	}

	#bottom nav li {
		/* margin-left: 1em; */
	}

	#bottom nav li:first-child {
		margin-left: 0;
	}

	#bottom nav a {
	    padding: 0;
	    margin: 0.3em 0.6em;
	}
	
	#bottom nav div a:last-child {
		margin-right: 0;
	}

	#bottom nav div.secondRow {
		margin-left: 0.6em;
	}
}

.mobile-claim { display: none; width: 98%; margin: 0 auto; }
.mobile-claim .names, .mobile-claim .profession { width: 100% !important; margin-right: 0; }

.logo.mobile {
	margin: 1em auto;
	width: 300px;
	flex-wrap: wrap;
}
.logo.mobile .names, .logo.mobile .profession {
	flex: 0 0 100%;
}
.logo.mobile .names {
	display: inline-flex;
	justify-content: space-between;
	letter-spacing: 6px;
	width: 100%;
}

.logo.mobile .profession {
	display: inline-block;
	letter-spacing: 18px;
	text-align: center;
}
.logo.mobile .profession span:last-child {
	letter-spacing: normal;
}


@media only screen and (max-width: 1000px) {
	.claim .profession { letter-spacing: 2.4em; }
}

@media only screen and (min-width: 950px) {
	body {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 900px) {
	.claim .profession {
		letter-spacing: 2.2em;
	}

	body .container {
		width: 96%;
		margin: 0 auto;
		min-width: 280px;
	}

	#slides .slidesjs-navigation { margin-top:10px; }

	.row.profil { height: auto; margin: 20px 0; }
}

@media only screen and (max-width: 850px) {
	.claim .profession { letter-spacing: 1.9em; }
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
	body {
		margin-bottom: 110px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		margin-bottom: 4em;
	}

	body .container {
		width: 100%;
		margin: 0 auto;
		min-width: 280px;
		max-width: 480px;
		padding: 0 1em;
	}

	#bottom .logo {
		display: none;
	}

	.backlink-container { position: static; }
	.backlink-container .backlink { display: none; }
	#sidebar .award { position: static; margin-bottom: 1em; }
	#mobile-backlink { display: block; }
}

@media only screen and (min-width: 992px) {
	.head.logo { display: none; }
}

@media only screen and (max-width: 500px) {
	.head.logo { font-size: 1.3em; }
	.mobile-claim .profession { letter-spacing: 1.0em; }
}

@media only screen and (max-width: 450px) {
	body {margin-bottom: 6em;}
}

@media only screen and (max-width: 400px) {
	.head.logo { font-size: 1.1em; }
	.mobile-claim .profession { letter-spacing: 0.75em; }
}

@media only screen and (max-width: 300px) {
	.head.logo { font-size: 1em; }
	.logo strong.eight.columns { letter-spacing: 1.1em; }
}

.awards.page .gold {
	color: #ffbf28;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.awards.page .gold:hover {
	color: #000;
}


/* infobox */

.news.page .content {/* font-size: 1em; */}
.news.page .six.columns { text-align: right; }
.news.page .ten.columns { text-align: left; }

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

.news h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0;
}

.news.page .overview .ten.columns p {
	margin-top: 0.25em;
}

.news.page .overview li {
	list-style: none; display: inline-block;
}

.news.page .overview li a {
	padding: 0.3em 0.6em;
	margin-bottom: 1em;
	margin-right: 0.3em;
	border: 1px solid #333;
}

.news.page .news.row {
	clear: both;
	padding-top: 1em;
}

.news.page .boxed-news {
	background: #000;
	padding: 1em;
	width: 100%;
	position: relative;
	border: 1px solid #444;
	max-width: 570px;
	/* margin: 0 auto; */
	font-size: 1rem;
}

.news.page .boxed-news a, .news.page .boxed-news a:hover {
	color: #ffbf28;
	background: none;
	text-decoration: none;
}

.news.page .boxed-news .silver a, .news.page .boxed-news .silver a:hover {
	color: #999;
}

.news.page .boxed-news a:hover {
	text-decoration: underline;
}

.news.page .boxed-news article {
	margin-top: 2em;
}

.news.page .boxed-news p {
	margin-bottom: 0.8em;
}

.news.page .boxed-news ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.news.page .boxed-news li {
	/*margin-bottom: 0;*/
	line-height: 1.5em;
	margin-bottom: 0.25em;
}

.news.page .boxed-news .gold {
	color: #ffbf28;
	text-transform: uppercase;
	letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
	.news.page .boxed-news {
		margin: 2em auto;
	}

	.news.page .boxed-news .award-logo {
		height: auto;
		margin-bottom: 2em;
	}

	.news.page .boxed-news .award-logo span {
		height: auto;
		padding-top: 0;
		padding-left: 0;
		font-size: 16px;
	}
}

.news.page #lichtdesign-preis-2019 section {
	text-align: center;
}

.content a.grid-item:hover,
.content a.grid-item:focus {
	background: none;
}

body.no-js .picture-container {
	display: flex;
	flex-wrap: wrap;
}

body.no-js .grid-sizer, body.no-js .gutter-sizer {
	display: none;
}

body.no-js .grid-item {
	margin-right: 1%;
}

a.grid-item {
	display: block;
	transition: transform 250ms ease-out;
}

a.grid-item:hover,
a.grid-item:focus {
	transform: scale(1.025);
}

.gutter-sizer { width: 2%; }
.grid-sizer, .grid-item {
	width: 32%;
	margin-bottom: 2%;
}

.grid-item--width2 {
	width: 66%;
}

@media (max-width: 550px), (min-width: 767px) and (max-width: 900px) {
	.gutter-sizer { width: 2.6%; }
	.grid-sizer, .grid-item {
		width: 48.7%;
		margin-bottom: 2%;
	}
	.grid-item--width2 {
		width: 100%;
	}
}

.grid.oneColumnLayout .grid-sizer,
.grid.oneColumnLayout .grid-item {
	width: 100%;
}

@media (max-width: 550px), (min-width: 767px) and (max-width: 900px) {
	.grid.oneColumnLayout .grid-sizer,
	.grid.oneColumnLayout .grid-item {
		width: 100%;
	}
}

.grid.twoColumnLayout .gutter-sizer { width: 2%; }
.grid.twoColumnLayout .grid-sizer,
.grid.twoColumnLayout .grid-item {
	width: 49%;
	margin-bottom: 1.5%;
}
.grid.twoColumnLayout .grid-item--width2 {
	width: 100%;
}

@media (max-width: 550px), (min-width: 767px) and (max-width: 900px) {
	.grid.twoColumnLayout .gutter-sizer { width: 2%; }
	.grid.twoColumnLayout .grid-sizer,
	.grid.twoColumnLayout .grid-item {
		width: 49%;
		margin-bottom: 1.5%;
	}
	.grid.twoColumnLayout .grid-item--width2 {
		width: 100%;
	}
}

.row.picture {
	position: relative;
}

.only-mobile { display: block !important; }
.only-desktop { display: none !important; }

@media (min-width: 767px) {
	.only-mobile { display: none !important; }
	.only-desktop { display: block !important; }

	.logo.mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.start .logo.mobile {
		display: block;
	}
}

/* .page.row.loading::before, */
.page.js.loading .grid-item {
	opacity: 0.5;
}

.page.js.loading .grid.picture-container::before {
	position: absolute;

	z-index: 2;
	opacity: 1;

	top: 96px;
	left: 50%;
	left: calc(50% - 24px);

	content: " ";
	display: block;

	width: 48px; height: 48px;

	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 2s linear infinite;

	visibility: visible;
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.page.loading {
	position: relative;
	height: 80vh;
}

.row.picture, .row.content, .grid-item {
	transition: opacity 200ms ease-in-out,
	height 200ms ease-in-out;
	opacity: 1;
}

body.js .page.loading .row.picture,
body.js .page.loading .row.content,
body.js .page.loading .grid-item {
	opacity: 0 !important;
	/* height: 0; */
}

.page.container {
	/* width: 96% !important; */
	min-width: 320px !important;
}

.page #sidebar {
	text-align: right;
}

.page section {
	overflow: hidden;
	order: 2;
}

.flexrow #sidebar,
#bottom .logo .names,
.flexrow section,
#bottom .logo .profession {
	transition: flex-basis 500ms ease-in-out;
}

@media (min-width: 768px) {
	.flexrow {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	#sidebar nav {

	}

	#sidebar h2, #sidebar a {
		/*
		color: #888;

		 */
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	.flexrow {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.flexrow #sidebar,
	#bottom .logo .names {
		flex-basis: 25%;
	}

	.flexrow section,
	#bottom .logo .profession {
		flex-basis: 70%;
	}
}

@media (min-width: 900px) {
	.flexrow #sidebar,
	#bottom .logo .names {
		flex-basis: 35%;
	}

	.flexrow section,
	#bottom .logo .profession {
		flex-basis: 60%;
	}
}

#sidebar h1, #sidebar h2 {
	font-size: 1.25em;
	margin-top: 0;
}


.submenu {
	opacity: 0.7;
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.page #sidebar {
		text-align: left;
		/* order: 3; */
		margin-top: 1em;
		display: flex;
	}


	.category.page #sidebar {
		order: 1;
	}

	#sidebar ul li {
    display: inline-block;
	  margin-right: 1em;
	}

	.submenu li:last-child {
	  margin-top: 0;
	}

	.submenu li.active a,
  .submenu li a:hover,
  .submenu li a:focus {
  	background: none;
  	padding: 0 0.1em;
  	color: #fff;
  	text-decoration: underline;
  }

	.flexrow.content {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 536px) and (max-width: 767px) {
	#sidebar nav {
		flex: 1 1 auto;
	}
}

@media (max-width: 535px) {
	#sidebar {
		flex-direction: column;
	}
}

.description dl.project dt {
	margin-right: 1em;
}

.project .description h1 {
	margin-top: 0;
}

.awardBadge {
  display: inline-block;
	max-width: 200px;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	/* font-variant: petite-caps; */
}

.awardBadge p {
  margin: 0;
}

.awardBadge a {
  display: block;
}

.awardBadge .winnerOrNominee, .awardBadge .category {
	font-variant: petite-caps;
}

@media (max-width: 767px) {
  #sidebar {
    flex-wrap: wrap;
  }

  .awardBadge {
    display: flex;
    max-width: 100%;
    margin: 1em 0 2em;
  }

  .awardBadge > * {
      flex: 1 1 auto;
  }

  .awardBadge a {
      max-width: 200px;
  }
}

@media (max-width: 480px) {
  .awardBadge, .awardBadge a {
    display: inline-block;
    text-align: center;
  }
}