.grey {
	opacity: 0.2;
}

.gallery01 {
	position: absolute;
	width:90%;
	height: 80%;
	top: 22%;
	left: 5%;
	overflow: hidden;
	overflow-y: hidden;
	overscroll-behavior: contain;

    padding: 0;
    margin: 0;
    background-color: transparent;

    -webkit-transition: opacity 0.3s ease-in-out;
       -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
         -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
}

.gallery01.mCustomScrollbar {
	overscroll-behavior: contain;
	touch-action: none;
}

.gallery001 .flex-images .noselect {
	overscroll-behavior: contain;
}

@media screen and (max-width: 600px) {
	.gallery01{
		top: 17.5%;
		width: 95%;
		left: 2.5%;
	}
}

.all01 {
	cursor: pointer;
}


/* ---------- HEADING ---------- */
.heading {
	position: absolute;
	top: 9%;
	right: 5%;
	text-align: right;
	color: white;
	font-family: 'Press Start 2P', serif;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 4px;
}

h1, p {
	margin: 0;
}

@media screen and (max-width: 1500px) {
	.heading p {
		font-size: 85%;
	}
}

@media screen and (max-width: 1000px), screen and (max-height: 800px) {
	.heading p {
		display: none;
		text-align: right;
	}
}

@media screen and (max-width: 600px) {
	.heading {
		top: 5%;
	}
	.section h1 {
		font-size: 150%;
	}
	.ContentContainerSlide .heading h1 {
		font-size: 100%;
	}
}

@media screen and (max-width: 500px) {
	.heading {
		display: none;
	}
}

@media screen and (max-width: 850px){
	.section h1.Impressum {
		display: none;
	}
}

@media screen and (max-width: 600px){

	.section h1.Impressum {
		display: none;
	}

	.heading {
		display: block;
	}
}

/* ------------ OVERLAY ------------ */

.overlay {
	position: absolute;
	width: 100%;
	height: 25%;
	bottom: 0%;
	background-color: black;

	opacity: 0;

	-webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
         -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
}

.videoOverlay {
	z-index: 1;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#fullpage img.videoOverlay{
    width: auto;
	height: 20%;
}

h2 {
	margin: 0;
	margin-top: 25px;
	margin-left: 25px;
}

#fullpage div .overlay p {
	margin: 0px 25px;
}

.overlay h2, .overlay p {
	font-family: 'Press Start 2P', sans-serif;
	color: white;
}

@media screen and (max-width: 1500px) and (max-height: 750px){
	.overlay h2 {
		font-size: 110%;
	}

	.overlay p {
		font-size: 90%;
	}
}

@media screen and (min-width: 1300px) and (min-height: 650px){

	.pic02:hover > .overlay {
		opacity: 0.8;
	}
	.pic04:hover > .overlay {
		opacity: 0.8;
	}
	.pic05:hover > .overlay {
		opacity: 0.8;
	}
	.pic07:hover > .overlay {
		opacity: 0.8;
	}
	.pic10:hover > .overlay {
		opacity: 0.8;
	}
	.pic11:hover > .overlay {
		opacity: 0.8;
	}
}

.backgroundOverlay {
	display:none;
	position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1;
    opacity: 0.75;
    top: 0;
}

/* --------- HOVER ---------------*/

.fadeIn {
	opacity: 0.8;
}

/* --------- PROJECTs // GALLERY II ------ */

.GalleryStyle {
	display: none;
	z-index: +1;
	position: fixed;
	width: 40%;
	height: 80%;
	top: 10%;
	right: 5%;
	background-color: #7d7d7d;
	overflow: hidden;
}

.VideoGalleryStyle {
	display: none;
	z-index: 2;
	position: fixed;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
}

.videoWrapper{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 65%;
	width: 65%;
	margin: auto;
}

.videoWrapper02{
	position: relative;
	width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.IframeContainer{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 810px) {
	.IframeContainer02{
		position: relative;
		height: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

.fullSpace {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

/* ____ UMBRUCH VON HORITZONTAL ZU VERTIKAL ______ */

@media screen and (max-width: 1350px), screen and (max-height: 650px)
{
	.fullSpace {
		overflow: hidden;
		position: relative;
		height: 100%;
		width: 100%;

		padding: 25px 7.5px 25px 15px;
	}

	.MobilFullSpace {
		overflow: hidden;
		position: relative;
		height: 100%;
		width: 100%;
		padding-right: 7.5px;
	}

}


.description {
	position: absolute;
	width: 39%;
	height: 100%;
	right: 0%;
	bottom: 0;
	padding: 30px 30px 30px 15px;
	/*top: 4%;*/
}

@media screen and (max-width: 1350px), screen and (max-height: 650px)
{
	.description {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 25px;
		padding: 0px 7px 0px 7px;
	}

}

.descriptionWrapper {
	position: relative;
}

@media screen and (max-width: 1350px), screen and (max-height: 650px)
{
	.descriptionWrapper {
		position: relative;
	}
}

.descriptionWrapper p {
	font-family: 'Press Start 2P', sans-serif;
}

.LineBreak {
	position: absolute;
	width: 100%;
	height: 3.0px;
	background-color: white;
}

.description h1, .description p {
	color: white;
	text-align: justify;
	text-transform: uppercase;
}

.description p {
	letter-spacing: 1px;
	font-size: 85%;
}

@media screen and (max-width: 1500px)
, screen and (max-width: 1700px) and (max-height: 600px)
, screen and (max-width: 1500px) and (max-height: 650px) {

	.description p {
		letter-spacing: 0.5px;
		font-size: 75%;
	}
}

.pictures {
	position: absolute;
	width: 61%;
	height:100%;
	/*top: 4%;*/
	/*left: 4%;*/

	padding: 30px 15px 30px 30px;
    margin: 0;
    background-color: transparent;
	/* 100 - 12 = 88 / 1,618 = 54 */
}

.picturesWrapper {
	width: 100%;
	height:100%;
}

@media screen and (max-width: 1350px), screen and (max-height: 650px) {
	.pictures {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding: 0px;
	}
}

/* --------- CLOSE BUTTON ----------- */

.closeParent {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 95%;
    margin-left: 4.25%;
    margin-top: 0.75%;
}

.closePosition {
	position: absolute;
	cursor: pointer;
	margin: 0;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	z-index: +1;
}

@media screen and (max-width: 1350px), screen and (max-height: 650px) {
	.closePosition {
		top: 10px;
		right: 10px;
	}
}

.close {
	opacity: 1;
}

.closePosition:hover > .close {
	opacity: 0.7;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: white;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}

/* --------- PROJECTS ----------- */


/* --------- COSTUM SCROLLBAR ------- */