body, html {
    margin: 0;
    padding: 0;
 	width:100%;
}

.bildmass {
	width:450px;
	height: auto;
	margin: 10vh 20vh 10px 20vh;
}

.vtitel {
	color: rgba(255,255,255,0.4);
	font-size: 1.3em;
	margin-bottom: -30px;
}

.vtitel2 {
	color: rgba(255,255,255,0.3);
	margin-bottom: -30px;
	font-size: 2em;
}

.blocki {
	min-height: 110vh;
	flex-direction: column;
	padding-top: 10vh;
	justify-content: center;
	color: white;
	text-align: center;
	position: relative;
	z-index: 1;
}

.blocki-kurz {
	min-height: 600px;
	flex-direction: column;
	padding-top: 10vh;
	justify-content: center;
	color: white;
	text-align: center;
	position: relative;
	z-index: 1;
}


.fixieren{
	position: fixed;
}
.matrix {
	padding-top: 10%;
    color: white;
    text-align: center;
    margin-bottom: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	width:100%;
	height: 100%;
}        

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.unten0 {margin-bottom: 0px;}

/* iOS-spezifische Stile */
@supports (-webkit-touch-callout: none) {
	.parallax {
		background-size: auto;
		background-repeat: repeat;
	}
}

/* iOS-spezifische Stile */
@supportsxxxxx (-webkit-touch-callout: none) {
	.parallax {
		background-size: auto;
		background-repeat: repeat;
		background-attachment: flex;
	}
	.matrix {background-size: auto;}
	.bewegung1 {background-size: auto;}
}

.bewegung1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: moveBackground 60s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}
.bewegung2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: moveBackground 40s cubic-bezier(0.1, 0, 0.7, 1) infinite alternate;
}

.veranstaltung {
	font-size: 1.2em;
	letter-spacing: 0.1em;	
	margin: 50px 200px 50px 200px;
    padding: 50px;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 10px 10px 9px 0px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
}

.titel {font-size: 250%;
	letter-spacing: 0.1em;
	opacity: 0.3;
	line-height: 0.9;
	font-weight: 600;
}

.texti {
	background-color: rgb(0, 0, 0, 0.3);
	padding: 20px;
	margin: 0px 10% 10vh 10%;
	font-size: 1.15em;
}

.dezent {
	font-size: 110%;
	letter-spacing: 0.15em;	
	opacity: 0.7;
	line-height: 1.2;
	padding: 10px;
}

@keyframes moveBackground {
	0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@media only screen and (max-width: 800px) {
	.bildmass {
		width:60%;
		height: auto;
		margin: 5vh 20vw 10px 20vw;
	}
	.abstandunten {margin-bottom: 30vh;}
	.veranstaltung {
	margin: 20px;
    padding: 20px;
    font-size: 1.1em;
	}
	.texti {
		font-size: 0.9em;
		padding: 5px;
		margin: 5px 10px 2px 10px;
	}
	.titel {font-size: 150%;}
	.vtitel2 {font-size: 1.8em;}
	.dezent {font-size: 80%;}
}

button9 {
    margin: 0 30px 0 30px;
    padding: 5px 15px 5px 15px;
    background-color: #efefef;
    box-shadow: 10px 10px 9px 0px rgba(0,0,0,0.4);
}
button {
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	margin: 4px 5px 0px 5px;
	color: rgba(255,255,255,0.8);
}

button:hover {
    cursor: pointer;
    outline: 2px solid rgba(255, 255, 255, 0.2);
}

.impressum {
	height: 100vh;
	padding-top: 60vh;
}
