@font-face {
  font-family: 'Assistant';
  src: url('Assistant-VariableFont_wght.ttf') format('truetype');
}

* { box-sizing: border-box; } 

html, body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	background: #f9f9f9;
	color: #222;
	scrollbar-color: #ccc #f5f5f5;
}

section {
	position: relative;
	width: auto;
	margin: 0 24px;
	padding: 0;
}

h1 {
	position: relative;
	font-size: 40px;
	font-weight: 640;
	line-height: 64px;
	margin: 24px 0 16px -2px;
	padding: 0;
	display: inline-block;
	color: #222;
	letter-spacing: 0.2px;
}

h2 {
	position: relative;
	font-size: 26px;
	font-weight: 640;
	line-height: 64px;
	margin: 0 0 16px -2px;
	padding: 0;
	display: inline-block;
	color: #222;
	letter-spacing: 0.2px;
}

a {
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
	display: inline;
	text-decoration: none;
	font-weight: 480;
	transition: all .2s ease-in-out;
	color: #656565;
}

a:hover {
	color: #454545;
	box-shadow: inset 0 -8px 0 0 rgba(0, 0, 0, 0.1);
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

ul li a {
	line-height: 32px;
}

ul.jumpto li {
	float: left;
	margin-right: 30px;
}

ul.footnotes li {
	float: right;
	margin-left: 30px;
}

ul.links li {
	float: left;
	margin-right: 30px;
}

.divider {
	border-top: 1px solid #444;
}

.external {
	position: relative;
}

.external::after {
	content: '';
	height: 24px;
	width: 24px;
	position: absolute;
	right: -24px;
	top: 0;
	transform: rotate(225deg);
	background: url("../img/arrow-down-blck.svg") center center no-repeat;
	background-size: 60%;
}

.link {
	margin: 0 0 0 40px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}

.link::before {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	background: #222;
	width: 30px;
	left: -40px;
}

ul.links .link::before {
	background: #444;
}

b { font-weight: 700; }

i { font-style: italic; }

.logo {
	position: fixed;
	top: 40px;
	left: 37px;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	color: #ccc;
	z-index: 999;
	cursor: pointer;
	mix-blend-mode: difference;
}

#menu {
	position: fixed;
	top: 36px;
	right: 36px;
	width: 48px;
	height: 48px;
	background: rgba(34, 34, 34, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 24px;
	display: flex; 
    align-items: center;
    justify-content: center;
	z-index: 1000;
	cursor: pointer;
}

#menu:hover {
	background: rgba(14, 14, 14, 0.7);
}

#menuoverlay {
	display: none;
	position: fixed;
	top: 36px;
	right: 36px;
	background: rgba(34, 34, 34, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 24px;
	padding: 24px;
	width: 280px;
	font-size: 18px;
	color: #fff;
	z-index: 1001;
}

#menuoverlay ul li a {
	color: #fff;
	line-height: 40px;
	font-weight: 400;
}

#menuoverlay ul li a:hover {
	color: #ccc;
}

#menuoverlay ul li a.current {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

#closemenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	display: flex; 
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

#back {
	position: fixed;
	top: 36px;
	right: 100px;
	padding: 0 24px;
	height: 48px;
	background: rgba(225, 225, 225, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 24px;
	display: flex; 
    align-items: center;
    justify-content: center;
	z-index: 1000;
	cursor: pointer;
	font-weight: 500;
}

#back:hover {
    background: rgba(205, 205, 205, 0.7);
}

.start {
	padding: 40px 0 160px 0;
}

.about {
	padding: 120px 0;
}

.page {
	padding: 120px 0;
}

.navigation {
    padding: 14vh 0 16vh 0;
}

.navigation p {
	margin: -8px 0 0 0;
	max-width: 750px;
	font-size: 18px;
	font-weight: 440;
	line-height: 32px;
	color: #222;
}

#container {
	margin: 24px 0 0 0;
	padding: 0 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 32px 64px;
}

.attributes {
	margin: 0;
	padding: 10px;
	box-shadow: none;
	width: 280px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nr {
	margin-top: 8px;
	font-size: 11px;
	text-align: center;
}

.description {
	max-width: 1080px;
	font-size: 16px;
	line-height: 28px;
	color: #777;
}

.attributes a {
	max-width: 80%;
	max-height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.attributes a:hover {
	box-shadow:none;
	opacity:1;
}

.attributes img {
	border-radius: 2px;
	max-width: 100%;
	max-height: 100%;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.attributes img::before {
width: 100%;
height:100%;
background: #666;
}

.attributes img:hover {
	opacity: 1;
}

.fancybox__container {
	--fancybox-bg: rgba(245,245,245,1);
	--fancybox-color: #222;
}

.fancybox__container .fancybox__content {
  box-sizing: content-box;
  background: rgba(255,255,255,0);
  color: #374151;
  box-shadow: none;
  margin: 0;
}

.f-button {
  background: none !important;
  border-radius: 50%;
  
}

.f-button:hover {
  background: rgba(34, 34, 34, 0.7) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fancybox__infobar {
  background: none !important;
  text-shadow: none !important;
  padding: 0 8px;
  margin: 0 16px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 550;
}

.fancybox__toolbar {
  padding: 36px 36px 8px 36px ;
}

.fancybox__caption {
  background: none !important;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
  z-index: 2000;
  font-weight: 500;
}

.fancybox__caption span {
  font-weight: 700;
  color: #777;
  margin-left: 8px;
}

@media (min-width: 1280px) and (min-height: 768px) {
	
  .fancybox__container {
  --fancybox-bg: rgba(200,200,200,1);
  --fancybox-color: #222;
  }
  
  .frameless {
  --fancybox-bg: rgba(245,245,245,1);
  }
 
  .fancybox__container .fancybox__content {
    box-sizing: content-box;
    background: rgba(255,255,255,0);
    color: #374151;
    box-shadow: none;
    margin: 80px;
  }	
    
  .fancybox__container .fancybox__content:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 110px);
    left: -55px;
    height: calc(100% + 110px);
    top: -55px;
    background-color: #eee;
    z-index: -1;
    box-shadow:
      inset 0px 3px .5em rgba(0,0,0,.1),
      inset 0.1em 0px 0.1em rgba(0,0,0,.1),
      inset -0.1em 0px 0.1em rgba(0,0,0,.05),
	  inset 0px 10px 15px -3px rgba(0,0,0,0.4),
      0px 2em 4em 0.5em rgba(0,0,0,.05);
    background-image: -moz-radial-gradient(50% 50%, circle farthest-corner, #e1e1e1, #eee 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle farthest-corner, #e1e1e1, #eee 100%);
    background-image: -o-radial-gradient(50% 50%, circle farthest-corner, #e1e1e1, #eee 100%);
    background-image: -ms-radial-gradient(50% 50%, circle farthest-corner, #e1e1e1, #eee 100%);
    background-image: radial-gradient(50% 50%, circle farthest-corner, #e1e1e1, #eee 100%);
  }
  
  .fancybox__container .fancybox__content:after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 130px);
    left: -65px;
    height: calc(100% + 130px);
    top: -65px;
    background: #363636;
    z-index: -2;
    border-radius: 2px;
    box-shadow:
      0px 1em 2em -1em rgba(0,0,0,.1),
      0px 2em 2em -1em rgba(0,0,0,.1),
      0px 3em 2em -1em rgba(0,0,0,.1),
      0px 4em 1.5em -1em rgba(0,0,0,.05),
      0px 2em 4em 0.5em rgba(0,0,0,.05);
  }
  
  .frameless .fancybox__content:before {
    content: "";
    position: absolute;
    display: block;
    width: auto !important;
    left: 0 !important;
    height: auto !important;
    top: 0 !important;
    background-color: none !important;
    z-index: -1;
    box-shadow: none !important;
    background-image: none !important;
  }
  
  .frameless .fancybox__content:after {
    content: "";
    position: absolute;
    display: block;
    width: auto !important;
    left: 0 !important;
    height: auto !important;
    top: 0 !important;
    background: none !important;
    z-index: -2;
    border-radius: none !important;
    box-shadow: noen !important;
  }
}

.page ul {
	list-style: square;
	margin: 0 15px;
	max-width: 700px;
}

.about p {
	margin-top: 0;
	font-size: 18px;
	font-weight: 440;
	line-height: 32px;
	color: #222;
}

.about .portrait-frame {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.about .portrait {
	margin-top: 10px;
	width: 100%;
	max-width: 200px;
}

.preface {
	position: relative;
	font-size: 24px;
	letter-spacing: 0.2px;
	font-weight: 480;
	color: #222;
	margin: 0 0 16px 0;
	line-height: 40px;
}

.preface span {
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.preface a {
	color: #656565;
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
	display: inline;
	transition: box-shadow .2s ease-in-out;
	padding: 0;
}

.preface a:hover {
	color: #454545;
	box-shadow: inset 0 -14px 0 0 rgba(0, 0, 0, 0.1);
}

.preface svg {
	transform: rotate(-45deg)
}

.gutter {
	margin-bottom: 128px;
}

.grid-offset {
	margin-top: 90px;	
}

.gallery {
	position: relative;
	width: 100%;
	transition: all .3s ease-in-out;
}

.twothird {
	padding-top: 66.6667%;
}

.wide {
	padding-top: 60%;
}

.square {
	padding-top: 100%;
}

.nrw {
	background: transparent url("../img/ruhrgebiet.jpg") center center no-repeat;
	background-size: cover;
}

.heimat {
	background: transparent url("../img/heimat.jpg") center top no-repeat;
	background-size: cover;
}

.alpen {
	background: transparent url("../img/alpen.jpg") center center no-repeat;
	background-size: cover;
}

.nordsee {
	background: transparent url("../img/nordsee.jpg") center center no-repeat;
	background-size: cover;
}

.metropolen {
	background: transparent url("../img/metropolen.jpg") center top no-repeat;
	background-size: cover;
}

.anderswo {
	background: transparent url("../img/anderswo.jpg") center center no-repeat;
	background-size: cover;
}

.unscheinbar {
	background: transparent url("../img/unscheinbar.jpg") center center no-repeat;
	background-size: cover;
}

.meinefavoriten {
	background: transparent url("../img/meinefavoriten.jpg") center center no-repeat;
	background-size: cover;
}

.uiux {
	background: transparent url("../img/uiux.jpg") center center no-repeat;
	background-size: cover;
}

.gallery .overlay {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
	opacity: 0;
	font-size: 36px;
	letter-spacing: 1px;
	color: #222;
	font-weight: 200;
	background: rgba(175, 175, 175, 0.5);
}

.gallery:hover .overlay {
	opacity: 1;
}

.gallery a:hover {
	box-shadow: none;
}

.gallerytitle {
	font-size: 16px;
	font-weight: 640;
	margin: 12px 0 6px 0;
}

.count {
	display: inline-block;
	color: #666;
	font-size: 11px;
	font-weight: 540;
	border: 1px solid #666;
	border-radius: 16px;
	letter-spacing: 1px;
	padding: 1px 6px;
}

.gallery .overlay span {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background: #222;
	background: rgba(34, 34, 34, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex; 
    align-items: center;
    justify-content: center;
}

.gallery .overlay span svg {
	transform: rotate(45deg);
}

.justify-start {
	margin-right: auto;
}

.uxdesign {
	padding: 10vh 0;
}

.artikel {
	list-style-type: none;
}

.artikel li {
	border-top: 1px solid #222;
}

.artikel li a {
	display: block;
	position: relative;
	color: #222;
	width: 100%;
	padding: 35px 0;
	font-size: 22px;
	font-weight: 500;
	transition: all .2s ease-in-out;
}

.artikel li a:hover {
	box-shadow: none;
}

.artikel li:last-child {
	border-bottom: 1px solid #222;
}

.artikel li a .topic {
	display: inline-block;
	width: calc(100% - 100px);
	line-height: 24px;
}

.artikel li a .plus {
	opacity: 0;
	position: absolute;
	top: calc(50% - 22px);
	right: 35px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background: #222 url("../img/plus.svg") center center no-repeat;
	z-index: 100;
	transition: all .2s ease-in-out;
}

.artikel li a:hover .plus {
	opacity: 1;
}

.artikel li a .doc {
	opacity: 0.5;
	position: absolute;
	top: calc(50% - 22px);
	right: 35px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background: url("../img/document.svg") center center no-repeat;
}

.artikel li a .img {
	opacity: 0.5;
	position: absolute;
	top: calc(50% - 22px);
	right: 35px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background: url("../img/image.svg") center center no-repeat;
}

.page p {
	max-width: 700px;
}

.end {
	padding: 35px 0;
}

.end p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-weight: 540;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.top {
	text-align: right;
}

#impressum p {
	font-size: 16px;
}


@media (max-width: 1060px) {
	
	.about p {
		font-size: 16px;
		font-weight: normal;
		line-height: 28px;
	}
}

@media (max-width: 992px) {
	
	.preface {
		font-size: 24px;
		line-height: 48px;
		max-width: 750px;
	}

	.gallery .overlay {
		opacity: 1;
		background: none;
	}
	
	.gallery .overlay span {
		display: none;
	}
		
	.artikel li a {
		display: block;
		position: relative;
		color: #222;
		width: 100%;
		padding: 30px 0;
		transition: all .2s ease-in-out;
	}
	
}

@media (max-width: 768px) {
	
	.start {
		padding: 120px 0 60px 0;
	}
	
	.gallery {
		margin-top: 50px;
	}
	
	.gallerytitle{
		font-size: 16px;
	}
	
	.bottom {
		position: relative;
	}
	
	.wide, .square {
		padding-top: 66.6667%;
	}
	
	.gallery::after {
		left: 8px;
		font-size: 14px;
	}

	.preface{
		font-size: 18px;
		line-height: 32px;
	}
	
	.description { 
		font-size: 15px;
	}
	
	.logo {
		font-size: 20px;
	}
	
	.nav {
		height: 30px;
		top: -40px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	.about p {
		font-size: 16px;
		line-height: 28px;
	}
	
	ul.jumpto li {
		float: none;
	}

	ul.links li {
		float: none;
	}
	
	.end p  {
		margin: 8px 0;
	}
	
	.artikel li a {
		padding: 25px 0;
		font-size: 16px;
	}

	.artikel li a .plus {
		right: 10px;
	}

	.artikel li a .doc {
		right: 10px;
	}
	
	.attributes {
		width: 140px;
		height: 140px;
		padding: 5px;
	}
	
	.attributes a {
		max-width: 90%;
		max-height: 90%;
	}
	
	h1 {
		font-size: 28px;
		font-weight: 640;
		line-height: 40px;
		margin: 20px 0 16px 0;
	}
	
	.navigation {
		padding: 14vh 0 8vh;
	}
	
	#container {
		justify-content: flex-start;
		gap: 24px 16px;
	}
	
	.navigation p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.gutter {
		margin-bottom: 32px;
	}
	
	.top {
		text-align: left;
	}
	
	.fancybox__caption {
		font-size: 1rem;
	}

}
