body {
    background: black;
    font-family: adihaus, sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.clearFix {
    clear: both;
}

.clearFix::after {
    content: "";
    clear: both;
    display: table;
}

.Section {
    
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    background-size: cover;
}


.Section .leftColumn {
    
    min-height: 200px;
    // background-color: #666666;
    position: absolute;
    width: 50%;
    text-align: right;
    overflow:hidden;
}

.mobile .Section .leftColumn {
    
    width: 100%;
    right: 0;
}



.Section .rightColumn {
    
    min-height: 200px;
    // background-color: #888888;
    position: absolute;
    width: 50%;
    left: 50%;
    overflow:hidden;
}

.mobile .Section .rightColumn {
    
    display: none;
}

.Section .leftColumn .Tile {
    
    float: right;
    clear: right;
    margin-right: 2px;
    margin-bottom: 4px;
    // background-color: #AA0000;
    perspective: 1;
}

.Section .rightColumn .Tile {
    
    float: left;
    clear: left;
    margin-left: 2px;
    margin-bottom: 4px;
    // background-color: #AA0000;
    perspective: 1;
}

.Tile.fromRight {
    
    display: none;
}

.mobile .Tile.fromRight {
    
    display: block;
}


.TileA {
    
    width: 300px;
    height: 200px;
    background-color: rgba(255,255,255,0.8);

}

.TileB {
    width: 100px;
    height: 300px;
    background-color: rgba(255,255,255,0.6);
}

.TileC {
    width: 200px;
    height: 100px;
    background-color: rgba(255,255,255,0.4);
}

.TileD {
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.2);
}

.TileE {
    width: 200px;
    height: 200px;
    background-color: rgba(255,255,255,0.8);
}

.FGTile {
    
    margin-bottom: -200px;
    width: 200px;
    height: 200px;
    background-color: red;
}


/** MM **/

.Tile {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

#timeline ul {
	list-style: none;
}
#timeline  li {
	cursor: pointer;
	//transition: font-size 1s, opacity 1s;
	//-webkit-transition: font-size 1s, opacity 1s;
	//-webkit-transition-delay: 1s; /* Safari */
	//transition-delay: 1s;
}
#timeline {
	position: fixed;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
	color: #FFF;
	font-size: 30px;
}

/*Popup*/


.Repo {
//display: none;
}

.Repo .PopupContent {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #FFF;
	overflow: auto;
	z-index: 2;
}
@media only screen and (max-width: 800px) {
	.Repo .PopupContent {
		width: 100%;
		margin-left: -50%;
	}
}
.mobile .Repo .PopupContent {
	width: 100%;
	margin-left: -50%;
}

#tmpPopupItem {
	border:0px solid red;
	background-color:#FFFFFF;
	opacity: 0;
}

.PCImage {
	height:400px;
	max-width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.PCText {
	font-weight: normal;
	padding: 20px;
	padding-top:0px;
	line-height: 24px;
}
.PCHeadline {
	font-family: adihauscondensed;
	font-size: 40px;
	padding: 20px;
}
.dialog-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	background-color: #FFF;
	border: none;
	outline: none;
	cursor: pointer;
}
#milkglass {
	display: none;
	height:100%;
	width:100%;
	position: fixed;
	left: 0;
	top: 0;
	opacity:0.3;
	background-color: #000;
}