header > h1 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 4rem;
	color: #CFC9CF;
	text-shadow: 0 0 80px #F530FFA0;
}

header > p:first-of-type {
	margin-top: 0;
}

.hero-img {
	position: relative;
	display: block;
	margin-top: 4rem;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 50% 0;
	border-radius: 6px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 50%);
	max-width: 90vw;
	max-height: 56.25vw;
	width: 1280px;
	height: 800px;
}

.hero-img video {
	border-radius: 8px;
	max-width: 90vw;
	max-height: 56.25vw;
	width: 1280px;
	height: 800px;
}

.hero-img .color-blob-1, .hero-img .color-blob-2, .hero-img .color-blob-3, .hero-img .color-blob-4 {
	position: absolute;
	width: 100%;
	height: 150%;
	z-index: -1;
}

.hero-img .color-blob-1 {
	background: radial-gradient(#FF9BD940, rgba(0, 0, 0, 0.0) 60%);
	left: 0;
	bottom: -25%;

	offset-path: circle(2% at 50% 75%);
  	animation: blob-1-animation 3s linear infinite;
}
@keyframes blob-1-animation { 100% { offset-distance: 100%; } }

.hero-img .color-blob-2 {
	background: radial-gradient(#C536FF40, rgba(0, 0, 0, 0.0) 60%);
	left: -10%;
	top: -25%;

	offset-path: circle(2% at 40% 20%);
  	animation: blob-2-animation 4s linear infinite;
}
@keyframes blob-2-animation { 0% { offset-distance: 100%; } 100% { offset-distance: 0%; } }

.hero-img .color-blob-3 {
	background: radial-gradient(#64E1FF40, rgba(0, 0, 0, 0.0) 60%);
	left: -25%;
	bottom: -25%;

	offset-path: circle(2% at 25% 60%);
  	animation: blob-3-animation 3.5s linear infinite;
}
@keyframes blob-3-animation { 100% { offset-distance: 100%; } }

.hero-img .color-blob-4 {
	background: radial-gradient(#FFB01240, rgba(0, 0, 0, 0.0) 60%);
	right: -25%;
	top: -20%;

	offset-path: circle(2% at 75% 30%);
  	animation: blob-4-animation 3.7s linear infinite;
}
@keyframes blob-4-animation { 100% { offset-distance: 100%; } }

.download-buttons {
	font-size: 1.0rem;
}

.download-buttons > a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	color: white;
}

.download-buttons > a.additional-link {
	z-index: 1;
	font-size: 0.9rem;
}

.download-buttons > a.icon-button {
	text-align: left;
	height: auto;
	line-height: 1em;
	padding-left: 4rem;
	padding-right: 1.2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-radius: 10px;
}

.download-buttons > a.icon-button::before {
	display: block;
	position: absolute;
	left: 1rem;
	top: 1.0rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2rem;
	content: "";
}

.download-buttons > a:hover {
	text-decoration: underline;
}

.download-buttons > a small {
	display: block;
	font-size: 0.9rem;
	font-weight: normal;
	opacity: 80%;
	line-height: 1.25rem;
}

header li {
	text-align: left;
	font-size: 1rem;
}

header li i {
	width: 3rem;
	text-align: center;
}

header li a {
	text-decoration: none;
}
header li a:hover {
	text-decoration: underline;
}

.sync-img {
	box-shadow: 0 0 10px #000;
	width: 33vw;
	height: 22vw;
	max-width: 396px;
	max-height: 264px;
	margin-top: 3rem;
}

.sync-img::before {
	box-shadow: 0 0 100px #4a453c;
}

.finder-library-structure-img {
	position: relative;
	z-index: 0;
	margin-top: 3rem;
	height: 100%;
	max-width: 792px;
	max-height: 434px;
	width: 66vw;
	height: 36.13408vw;
}

.finder-library-structure-img::after {
	box-shadow: 0 0 150px #97472d;
	height: 40%;
	width: 20%;
	left: unset;
	right: 0;
	top: 15%;
}

.organization-img {
	position: relative;
	width: 336px;
	height: 382px;
	margin-top: 2rem;
}

.organization-img::before {
	position: absolute;
	width: 290px;
	height: 342px;
	top: unset;
	left: unset;
	bottom: 0;
	right: 0;
}

.organization-img::after {
	position: absolute;
	width: 50px;
	height: 160px;
	top: unset;
	left: unset;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 100px #735119;
}

.organization-img {
	display: block;
	position: relative;
	width: 336px;
	height: 382px;
	margin-left: auto;
	bottom: 0;
}

.collection-video {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	margin-top: 3rem;
}

.collection-video video {
	max-width: 100%;
	object-fit: contain;
	box-shadow: 0 0 20px black;
	border-radius: 8px;
}

.collection-video::before {
	box-shadow: 0 0 150px #565d63;
	height: 45%;
}

.collection-video::after {
	box-shadow: 0 0 100px #445f61;
	height: 55%;
	top: unset;
	bottom: 0;
	left: 0;
}

.ownership-img {
	box-shadow: 0 0 10px #000;
	width: 33vw;
	height: 24.75vw;
	max-width: 396px;
	max-height: 297px;
	margin-top: 3rem;
}

.ownership-img::before {
	box-shadow: 0 0 100px #191d1f;
}


.colleagues {
	/*max-width: 600px;*/
	margin: 0 auto;
	margin-top: 5rem;
	color: #fff;
}

.colleagues > div {
	padding-bottom: 3rem;
	display: flex;
	align-items: flex-start;
}

.colleagues h3, .colleagues [role=doc-subtitle] {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.25rem;
}
.colleagues h3 {
	font-weight: 700;
	color: #aaa;
}

.colleagues hr {
	display: none;
	width: 100%;
	height: 0;
	border: none;
}


.colleagues .avatar {
	position: relative;
	background-repeat: no-repeat;
	/*background-size: 127px 130px;
	padding-top: 150px;*/
	background-size: 100px 102px;
	padding-top: 130px;
	background-position: center top;
	min-width: 130px;
}
.colleagues [role=doc-subtitle] {
	color: #737373;
}
.colleagues p {
	padding-left: 2rem;
	padding-right: 4rem;
	text-align: left;
	margin: 0;
	flex-grow: 1;
}

.colleagues .avatar::before {
	left: 30px;
	top: 20px;
	/*width: 60px;
	height: 60px;*/
	width: 40px;
	height: 40px;
}
.colleagues .avatar::after {
	box-shadow: 0 0 100px #907b60;
	left: 50px;
	top: 60px;
	/*width: 50px;
	height: 50px;*/
	width: 30px;
	height: 30px;
}

.colleagues .member-soenke .avatar::before {
	box-shadow: 0 0 80px #814599;
}
.colleagues .member-meikel .avatar::before, .colleagues .member-maike .avatar::before {
	box-shadow: 0 0 80px #518c8d;
}
.colleagues .member-leonid .avatar::before, .colleagues .member-elena .avatar::before {
	box-shadow: 0 0 80px #b56b49;
}

.colleagues .member-soenke .avatar { background-image: url(../img/home/face_soenke.png); }
.colleagues .member-meikel .avatar { background-image: url(../img/home/face_meikel.png); }
.colleagues .member-leonid .avatar { background-image: url(../img/home/face_leonid.png); }
.colleagues .member-suekriye .avatar { background-image: url(../img/home/face_suekriye.png); }
.colleagues .member-maike .avatar { background-image: url(../img/home/face_maike.png); }
.colleagues .member-elena .avatar { background-image: url(../img/home/face_elena.png); }


@media (max-width: 767.99px) { /* phone */
	header > h1 { margin-top: 3rem; font-size: 2rem; line-height: 3rem; }
	header > p {
		font-size: 1.1rem;
		line-height: 1.5em;
	}
	header li {
		text-align: center;
	}
	header li i {
		width: auto;
		margin-right: 0.5rem;
	}
	.hero-img { margin-left: -6vw; margin-right: -6vw; max-width: 112vw; max-height: 70vw; }
	.hero-img video { max-width: 112vw; max-height: 70vw; }
	.download-buttons { bottom: 7vw; }
	#organization-img-block { order: -1; }
	.sync-img { width: 90vw; height: 60vw; margin: 0 auto;}
	.finder-library-structure-img { width: 90vw; height: 49.3181vw; margin: 0 auto; }
	.ownership-img { width: 90vw; height: 67.5vw; margin: 0 auto; }
	.colleagues hr { display: block; }
}

@media ((max-width: 991.99px) and (min-width: 768px)) { /* tablet */
	.download-buttons { bottom: 7vw; }
	.sync-img { width: 50vw; height: 33.3333333vw; margin: 0 auto; }
	.ownership-img { width: 45vw; height: 33.75vw; margin: 0 auto; }
}

@media ((max-width: 1199.99px) and (min-width: 992px)) { /* small screen */
	.download-buttons { bottom: 7vw; }
}
