.site-loader{
	position: fixed;
	top: 100%;
	left: 100%;
	visibility: hidden;
	pointer-events: none;
}

html, body {
	width: 100%;
	height:100%;
	overflow: hidden;
}
body {
	background-color: rgba(236, 246, 229, 1);
	color: #5E625C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-style: normal;
	text-decoration: none;
	overflow: auto;
	margin: 0;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}

.kinetic-active.main-container {
	cursor: grab;
}
.grabbed .kinetic-active.main-container {
	cursor: grabbing;
}

.main-container{
	width: 100%;
	height: 100%;
	overflow: scroll;
	position: relative;
	opacity: 0;
}
.main-content{
	padding: 50vh 50vw;
	transition: transform 0.8s, margin 0.8s;
	transform-origin: 0 0;
	width: 888em;
	position: relative;
	display: grid;
    grid-template: 635px 25px repeat(10, 1000px) / 15px repeat(10, 1fr);
}
.scaled .main-content {
	transition: transform 0s, margin 0.8s;
	transform: scaleD(0.2);
	margin: 50px 0px 0px 50px;
}

.main-content *{
  	user-select: none;
}

/*-----------------------------Grid -----------------------------*/
 .col {
	display: inline-block;
	height: inherit;
	border-width:thin;
	border-color:#000;
}
.row-header {
	text-transform: uppercase;
}
.row img {
	max-height: 100%;
	max-width: 100%;
}

.cycle-container{
	display: flex;
	height: 100%;
}
.cycle-container > div{
	max-height: 100%;
	max-width: 100%;
}
.cycle-slideshow{
	flex-grow: 0;
	flex-shrink: 1;
	flex: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.horz-center{
	justify-content: center;
}
.vert-center{
	align-items: center;
}
.right{
	justify-content: flex-end;
}
.bottom{
	align-items: flex-end;
}


/*-----------------------------/Grid -----------------------------*/
/*-----------------------------Imprint -----------------------------*/
/*----anim----*/
body .show {
	opacity: 1;
}

body.show .main-content{
	visibility: hidden;
}
body:not(.show) .imprint-wrapper {
	display: none;
	pointer-events: none;
}
body.mobile:not(.show) .imprint-wrapper{
	opacity: 0;
}
.imprint-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	z-index: 5;
	color: #CCCCCC;
	font-size: inherit;
	cursor: auto;
	font-size: 1rem;
}
body.show .imprint-content {
	opacity: 0;
}

.imprint-trigger {
	border-right: 100px solid transparent;
	border-top: 100px solid #21211F;
	opacity: 0;
	cursor: pointer;
	left: 0;
	position: fixed;
	top: 0;
	opacity: 0;
	z-index: 100;
}

.imprint-trigger-close {
	border-right: 100px solid rgb(236, 246, 229);
	border-top: 100px solid transparent;
	right: 0;
	bottom: 0;
	position: fixed;
	cursor: pointer;
	opacity: 0;
	z-index: 100;
	display:none;
}

.show .imprint-trigger-close{
	display:inline-block;
}
.imprint-content {
	width: 70%;
	position: relative;
	margin: auto;
	padding-left: 3em;
	opacity: 0;
}
.skull, .imprint {
	position: absolute;
}
.skull {
	width: 100%;
	height: 100%;
	background-image: url("/holbein_skull.jpeg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;
}
.imprint div.imprint-contact {
	margin-bottom: 25%;
}
.imprint h2.title {
	width: 10%;
	float: left;
	margin: 0;
	font-size: inherit;
	font-weight: normal;
}
.theimprint > div {
	margin-bottom: 6em;
}
.theimprint {
	float: left;
	width: 90%;
}
.theimprint p:first-child{
	margin-top: 0;
}
.theimprint p{
	margin-bottom: 5%;
}
.imprint {
	padding-top: 25%;
}
p.footer {
	color: gray;
	font-size: x-small;
	margin-bottom: 5em;
}
.the-amb {
	position: relative;
}
.the-amb img {
	position: absolute;
	display: none;
	top: 1.4em;
	left:0;
}
.the-amb:hover img {
	display: inline-block;
}
/*-----------------------------/Imprint -----------------------------*/

/*-----------------------------Nav -----------------------------*/
.col.legend {
	column-count: 2;
	flex-grow: 1;
}


a.img-desc{
	cursor: default;
}
.link{
	transition: color 0.5s 0.5s;
	text-indent: -9999px;
	color: rgb(236, 246, 229);
	cursor: pointer;
 	text-decoration: underline;

}
.link:hover{
	transition: color 0.3s;
 	text-indent:0px;
 	text-decoration: none;
 	color: inherit;
 	text-shadow: none!important;
}
.highlight span.link{
 	text-decoration: none;
  	background-color: #5E625C;
  	color: rgb(236, 246, 229);
  	transition-delay: 0s;
}
.highlight span.link:hover{
 	text-shadow: none;
	text-decoration: none;
 	color: inherit;
 	background-color: inherit;
}
.visited .link{
	text-decoration: none;
 	color: inherit;
}
.visited:hover .link{
	text-decoration: underline;
}
.legend-set{
	width: 500px;
	margin-bottom: 2.5em;
}
.img-desc{
	text-decoration: none;
}

.img-desc-cont {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	cursor: auto;
	margin-bottom: -1em;
}
.img-id,.img-desc {
	float: left;
}
.img-desc {
	width: 80%;
}

.img-desc-cont p {
	margin: 5px 0px;
}

.img-id {
	width: 10%;
}

/*-----------------------------Images -----------------------------*/

.img-wrapper,.img-wrapper img {
	position: relative;
	overflow: hidden;
	float: left;
}
.img-wrapper:hover .img-legend {
	bottom: 0px;
}
.img-legend {
	width: 100%;
	position: absolute;
	bottom: -100%;
	background-color: rgba(236, 246, 229, 0.6);
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.img-legend p {
	padding: 3px;
	margin: 0px;
}
