@charset "utf-8";
*{margin:0;padding:0;}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 140%;
}

a {
	text-decoration: none;}
		
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	color: white;
	font-weight: 700;
	text-align: left;	
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: rgba(0,0,0,0.7);
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	margin-bottom: 30px;	
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	color: white;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	margin-left: 5px;	
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: white;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 49%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

/*---------------------------------------------------------MENU---ANFANG---*/
.menu-button {
	width: 5vw;
	min-width: 40px;
	max-width: 60px;
	height: auto;
	position: fixed;
	top: 3vw;
	right: 3vw;
	z-index: 99999;
}

.menu-button img {
	height: 100%;
	width: 100%;
	opacity: 0.7;
	cursor: pointer;
}

#popup {
	display: none;
	width:100%;
	height: 100%;
	background-color: white;
	opacity: 1;
	position:fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 999999;
	cursor:url(Grafiken/cross.gif),url(myBall.cur),auto;
	transition: .5s ease;
}

ul {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	top: 47%;
	left: 50%;
	text-align: center;
	cursor: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);

}

ul a {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: black;
	font-weight: 700;
	line-height: 180%;
}

ul a:hover {
	color: #3f3f3f;
}

ol {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	bottom: 3vw;
	left: 3vw;
	text-align: left;
	cursor: auto;
}

ol a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	line-height: 180%;
}

ol a:hover {
	color: #999;
}

/*---------------------------------------------------------MENU---ENDE---*/
.button img {
	cursor: pointer;
	opacity: 0.7;
}

.button img:hover {
	opacity: 1;
}

.start {
	height: auto;
	width: 100%;
	position: relative;
}

#Logo {
	width: 100%;
	height: 100vh;
}

#Logo img {
	position: relative;
	top: 42%;
	left: 50%;
	min-width: 400px;
	width: 50%;
	z-index: 99;
	opacity: 0.7;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

#blurred-image-container {
    display:block;
    padding:0;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-1;
}

.img-src { 
    position: fixed;
	background: url(Bilder/Startbild.jpg) center center;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-khtml-background-size: cover;
	background-size: cover;
	background-position: center center;
	top: -2%;
    bottom: 2%;
    left: -2%;
    right: 2%;
    width:104%;
    height:104%;
}

#button-scroll img {
	width: 5vw;
	min-width: 40px;
	max-width: 60px;
	height: auto;
	position: absolute;
	top: 90vh;
	left: 50%;
	transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
}

#button-top img {
	width: 5vw;
	min-width: 40px;
	max-width: 60px;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

#Einleitung {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	height: auto;
	min-height: 50vh;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 999;
	position: relative;
}

#Willkommen {
	margin-left: 3vw;
	margin-right: 3vw;
	width: auto;
	max-width: 560px;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.zone {
	height: auto;
	width: 100%;
	z-index: 999;
	-webkit-columns: 2 400px;
    -moz-columns: 2 400px;
    columns: 2 400px;
	column-fill: balance;
	-webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
	position: relative;
}

#Titel {
	width: 90%;
	height: auto;
	position: absolute;
	top: 3vw;
	left: 3vw;
	z-index: 9999;
}

.Spalte {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}

.container-L {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.container-R {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.Spalte img {
	width: 100%;
	heigth: auto;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
}

.Spalte img:hover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.overlay-Draw {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(96,162,174,0.7);
	pointer-events: none;
}


.container-L:hover .overlay-Draw {
	opacity: 1;
}

.container-R:hover .overlay-Draw {
  opacity: 1;
}

.overlay-Build {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(227,151,77,0.7);
	pointer-events: none;
}

.container-L:hover .overlay-Build {
	opacity: 1;
}

.container-R:hover .overlay-Build {
	opacity: 1;
}

#Platzhalter {
	height: 50vh;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	position: relative;
}

#Zone-About {
	height: 80vh;
	width: 100%;
	position: relative;
	-webkit-mask-image: linear-gradient(black, black);
	mask-image: linear-gradient(black, black);
}

#About-Platzhalter {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: url(Bilder/Port-Ani.gif) center top;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-khtml-background-size: cover;
	background-size: cover;
	background-position: center top;
	z-index: -1;
}

#About-Platzhalter-Mobil {
	display: none;
}

#Fuss{
	height: auto;
	min-height: 100vh;
	width: 100%;
	position: relative;
	color: white;
	float: left;
	-webkit-mask-image: linear-gradient(black, black);
	mask-image: linear-gradient(black, black);
}

#Fuss-Container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(Bilder/Port-Blur.jpg) center top;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-khtml-background-size: cover;
	background-size: cover;
	background-position: center top;
	z-index: -1;
}

#Fuss-Titel {
	height: 280px;
	width: 100%;
	position: relative;
}

#Ubermich {
	height: auto;
	width: auto;
	max-width: 820px;
	position: relative;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-bottom: 50px;
	float: left;
}

#Kontakt {
	height: auto;
	width: 300px;
	float: left;
	padding-left: 3vw;
	padding-bottom: 18vh;
}

#Kontakt img {
	width: auto;
	height: auto;
	opacity: 0.5;
	transition: .5s ease;
}

#Kontakt img:hover {
	width: auto;
	height: auto;
	opacity: 1;
}

#Ende {
	height: 18vh;
	min-height: 50px;
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
}




@media (max-width: 800px) {
	.img-src {
		display: none;
	}
	.img-src-sp {
		display: block;
		position: fixed;
		background: url(Bilder/Startbild.jpg) center center;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		-khtml-background-size: cover;
		background-size: cover;
		background-position: center center;
		top: -2%;
		bottom: 2%;
		left: -2%;
		right: 2%;
		width:104%;
		height:104%;
	}
	
	#About-Platzhalter {
		display: none;
	}
	
	#About-Platzhalter-Mobil {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(Bilder/Port.jpg) center top;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		-khtml-background-size: cover;
		background-size: cover;
		background-position: center top;
		z-index: -1;
	}


}