@font-face{
	font-family: gothic;
    src: url("../fonts/Century Gothic/GOTHIC.TTF") format("TrueType");
    font-weight: 100;
    }

@font-face{
	font-family: gothicB;
    src: url("../fonts/Century Gothic/GOTHICB.TTF") format("TrueType");
    font-weight: 400;
    }

html,*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "gothic";
	list-style: none;
	color: #ffffff;
	text-decoration: none;
}

body{
	background-color: #000000;
}

.content{
	opacity: 0%;
	width: 50vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.centerPosition{
	position: absolute;
	transition: .2s ease-out;
	left: 25% !important;
    z-index: 1000;
}

.finalPosition{
	position: fixed;
	transition: .2s ease-out;
	left: 25% !important;
    z-index: 1000;
	top: 50%;
    transform: translateY(-50%);
}

.hidden{
	visibility: hidden;
}

.scrollStart{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}

.viewport{
	position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
}

#start{
	background-color: #101010;
}

#niklas{
	background-color: #0e0e0e;
}

#address{
	background-color: #0c0c0c;
}
#contact{
	background-color: #0a0a0a;
}
#footer{
	background-color: #000000;
}

#links{
	position: absolute;
	bottom: 0px;
	left: 25vw;
	padding: 25px 0px;
}

.bottomSpace{
	margin-bottom: 15px;
}

.legal{
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
}

.legalContent{
	position: relative;
	width: 50vw;
	left: 50%;
	transform: translateX(-50%);
}

.legalContent h1{
	font-family: "gothicB";
	font-size: 20pt;
	font-weight: 400;
	padding: 30px 0px;
}

.legalContent h2{
	font-family: "gothicB";
	font-size: 16pt;
	font-weight: 400;
	padding: 30px 0px;
}

.legalContent h3{
	font-family: "gothicB";
	font-size: 14pt;
	font-weight: 200;
	margin-bottom: 10px;
}

.legalContent h4{
	font-family: "gothicB";
	font-size: 12pt;
	font-weight: 200;
	margin-bottom: 5px;
}

.legal #links{
	position: relative;
	bottom: 0px;
	left: 25vw;
	padding: 25px 0px;
}

.legalContent p{
	line-height: 18pt;
	margin-bottom: 10px;
	padding-left: 15px;
}

.cChannel{
	float: left;
	margin-right: 20px;
}

.cChannel li p:first-child{
	float: left;
	width: 40px;
	margin-right: 20px;
}

#footer a{
	font-size: 12pt;
	float: left;
}

#footer a:first-child:after{
	content: "|";
}


@media only screen and (min-width:551px) and (max-width:700px) {

		.content, .legalContent{
			width: 60vw;
			font-size: 10pt;
		}

		.finalPosition{
			left: 20vw !important;
		}

		#links, .legal #links{
			left: 20vw;
		}

	}

	/* Im zweiten Schritt elemente neu angeordnet */
	@media only screen and (min-width:0px) and (max-width:550px) {
		.content, .legalContent{
			width: 80vw;
			font-size: 10pt;
		}

		.finalPosition{
			left: 10vw !important;
		}

		.scrollStart{
			bottom: 100px;
		}

		#links, .legal #links{
			left: 10vw;
		}

		#niklas, #imprint{
			font-size: 10pt;
		}

		#footer a{
			font-size: 10pt;
		}
	}
