@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+English');

*{
	box-sizing:border-box !important;
	font-family: 'Titillium Web', sans-serif;
}
html{
	position:relative;
	height: 100%;
}
body{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align: center;
	max-height:100vh;
	overflow:hidden;
	margin: 0;
	overflow: hidden;
	color:#FFFFFF;
	font-size:18px;
}
body.content-page{
	overflow: visible;
	background-image:url(/img/content-page.jpg);
	background-attachment:fixed;
}
h1,h2,h3,h4{
	font-family: 'IM Fell English', serif;
	margin:0px;
	padding:0px;
	line-height:100%;
	font-weight:normal;
	text-shadow: #333333 1px 1px 2px;
}
h1{
	font-size:60px;
}
h2{
	font-size:40px;
}
h3{
	font-size:22px;
}
.page_container{
	width:100%;
	max-width:800px;
	margin:0px auto;
	box-sizing:border-box;
	padding:60px 30px;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
	background-color:rgba(255, 255, 255, 0.7);
	color:#000000;
	border:0px;
	outline:none;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:18px;
}
.neuland_link{
	display:block;
	position:fixed;
	width:150px;
	max-width:150px;
	bottom:0px;
	left:50px;
	z-index:50;
	text-decoration:none;
	outline:none;
	border:0px;
	cursor:pointer;
}
.neuland_link img{
	display:block;
	width:100%;
	outline:none;
	border:0px;
}
.infotext{
	margin:10px 0px;
	text-shadow: #333333 1px 1px 2px;
}
.impressum_link{
	position:fixed;
	bottom:20px;
	right:50px;
	z-index:50;
}
.impressum_link a{
	text-decoration:none;
	outline:none;
	border:0px;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:500;
	font-size:14px;
	text-shadow: #333333 1px 1px 2px;
}
.schild{
	position:absolute;
	margin:20vw auto 0px auto;
	left:-10vw;
	right:0;
	top:0;
	width:400px;
	transform: rotate(-10deg);
}
.schild img{
	display:block;
	margin:0px auto;
	width:400px;
}
.schild_text{
	position:absolute;
	top:50px;
	text-align:center;
	left:0px;
	width:100%;
	font-size:40px;
	line-height:40px;
	font-family: 'IM Fell English', serif;
	text-shadow: #333333 1px 1px 2px;
	color:#361500;
}
.kennung_eingabe{
	display:block;
	margin:20px;
	font-size:20px;
}

.mail_eingabe{
	display:block;
	margin:20px;
	margin-top: 0px;
	font-size:20px;
}
.mail_eingabe input[type="email"]{
	width: 400px;
}

.adresse_eingabe{
	display:block;
	margin:20px;
	font-size:20px;
}
.adresse_eingabe input[type="text"]{
	color:#000000;
}
.adresse_mail_eingabe{
	display:block;
	margin:20px;
	margin-top: 0px;
	font-size:20px;
}
.adresse_mail_eingabe input[type="email"], .adresse_mail_eingabe input[type="text"]{
	width: 400px;
	color:#000000;
}

.neuland_btn{
	display:inline-block !important;
	color:#34383f;
	padding:5px 12px !important;
	font-weight:700 !important;
	background-image:url(https://www.erfolgs-dschungel.de/img/button.png) !important;
	background-repeat:no-repeat !important;
	background-size:100% 100% !important;
	text-decoration:none !important;
	border:0px !important;
	outline:none !important;
	font-size:18px;
	background-color:transparent !important;
}
.neuland_btn:hover{
	color:#000000;
}
.globe_container{
	position:absolute;
	z-index:-5;
	top:10vw;
	left:-10vw;
	width:120vw;
	height:120vw;
	-webkit-animation:spin 360s linear infinite;
    -moz-animation:spin 360s linear infinite;
    animation:spin 360s linear infinite;
}
.globe{
	display:block;
	width:100%;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.background_s2{
	position:absolute;
	z-index:-10;
	width:120vw;
	min-width:120vw;
	height:100vh;
	top:0;
	margin:0px;
	background-image:url(/img/background2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-animation:move 20s linear;
    -moz-animation:move 20s linear;
    animation:move 20s linear;
		animation-iteration-count: infinite;
}
-moz-keyframes move{
	0%	{ left:-20vw; }
	100% { left:0vw; }
}
@-webkit-keyframes move{
	0%	{ left:-20vw; }
	100% { left:0vw; }
}
@keyframes move{
	0%	{ left:-20vw; }
	100% { left:0vw; }
}
.moved{
    left:0;
}
.papagei_s2{
	position:fixed;
	bottom:0px;
	right:0px;
	width:40vw;
	max-width:40vw;
	z-index:-5;
}
.animation_container_s4{
	display:flex;
	width:40vw;
	position:absolute;
	z-index:-5;
	bottom:0px;
	left:-40vw;
	margin-left:0px;
	-webkit-animation:move4 1.5s linear forwards;
    -moz-animation:move4 1.5s linear forwards;
    animation:move4 1.5s linear forwards;
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
	animation-delay:1.5s;
}
.papagei_s4{
	box-sizing:border-box;
	margin:0px;
	border:0px;
	display:block;
	margin:0px;
	flex-grow:0;
	flex-shrink:0;
	flex-basis:80%;
	overflow:hidden;
}
.gold_s4{
	box-sizing:border-box;
	margin:0px;
	border:0px;
	display:block;
	margin:0px;
	flex-grow:0;
	flex-shrink:0;
	flex-basis:20%;
}
.papagei_s4 img{
	-webkit-animation:move5 1.5s linear forwards;
    -moz-animation:move5 1.5s linear forwards;
    animation:move5 1.5s linear forwards;
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	animation-delay:3s;
}
.papagei_s4 img,
.gold_s4 img{
	display:block;
	width:100%;
	height:auto;
}
-moz-keyframes move4{
	0%	{ left:-40vw; }
	100% { left:0vw; }
}
@-webkit-keyframes move4{
	0%	{ left:-40vw; }
	100% { left:0vw; }
}
@keyframes move4{
	0%	{ left:-40vw; }
	100% { left:0vw; }
}

-moz-keyframes move5{
	0%	{ margin-left:0px; }
	100% { margin-left:-40vw; }
}
@-webkit-keyframes move5{
	0%	{ margin-left:0px; }
	100% { margin-left:-40vw; }
}
@keyframes move5{
	0%	{ margin-left:0px; }
	100% { margin-left:-40vw; }
}

@media(max-width: 769px){

	*{
		box-sizing:border-box !important;
		font-family: 'Titillium Web', sans-serif;
	}
	html{
		position:relative;
		height: 100%;
	}
	body{
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		text-align: center;
		max-height:100vh;
		overflow:hidden;
		margin: 0;
		overflow: hidden;
		color:#FFFFFF;
		font-size:18px;
	}
	body.content-page{
		overflow: visible;
		background-image:url(/img/content-page.jpg);
		background-attachment:fixed;
	}
	h1,h2,h3,h4{
		font-family: 'IM Fell English', serif;
		margin:0px;
		padding:0px;
		line-height:100%;
		font-weight:normal;
		text-shadow: #333333 1px 1px 2px;
	}
	h1{
		font-size:40px;
	}
	h2{
		font-size:30px;
	}
	h3{
		font-size:22px;
	}
	.page_container{
		width:100%;
		max-width:800px;
		margin:0px auto;
		box-sizing:border-box;
		padding:60px 30px;
	}
	input[type="text"],
	input[type="email"],
	input[type="search"],
	textarea {
		background-color:rgba(255, 255, 255, 0.7);
		color:#000000;
		border:0px;
		outline:none;
		padding:5px 10px;
		color:#FFFFFF;
		font-size:18px;
	}
	.neuland_link{
		display:block;
		position:fixed;
		width:100px;
		max-width:100px;
		bottom:0px;
		left:10px;
		z-index:50;
		text-decoration:none;
		outline:none;
		border:0px;
		cursor:pointer;
	}
	.neuland_link img{
		display:block;
		width:100%;
		outline:none;
		border:0px;
	}
	.infotext{
		margin:10px 0px;
		text-shadow: #333333 1px 1px 2px;
	}
	.impressum_link{
		position:fixed;
		bottom:20px;
		right:10px;
		z-index:50;
	}
	.impressum_link a{
		text-decoration:none;
		outline:none;
		border:0px;
		cursor:pointer;
		color:#FFFFFF;
		font-weight:500;
		font-size:14px;
		text-shadow: #333333 1px 1px 2px;
	}
	.schild{
		position:absolute;
		margin:20vw auto 0px auto;
		left:-10vw;
		right:0;
		top:0;
		width:400px;
		transform: rotate(-10deg);
	}
	.schild img{
		display:block;
		margin:0px auto;
		width:400px;
	}
	.schild_text{
		position:absolute;
		top:50px;
		text-align:center;
		left:0px;
		width:100%;
		font-size:40px;
		line-height:40px;
		font-family: 'IM Fell English', serif;
		text-shadow: #333333 1px 1px 2px;
		color:#361500;
	}
	.kennung_eingabe{
		display:block;
		margin:20px;
		font-size:20px;
	}

	.mail_eingabe{
		display:block;
		margin:20px;
		margin-top: 0px;
		font-size:20px;
	}
	.mail_eingabe input[type="email"]{
		width: 400px;
	}

	.adresse_eingabe{
		display:block;
		margin:20px;
		font-size:20px;
	}
	.adresse_eingabe input[type="text"]{
		color:#000000;
	}
	.adresse_mail_eingabe{
		display:block;
		margin:20px;
		margin-top: 0px;
		font-size:20px;
	}
	.adresse_mail_eingabe input[type="email"], .adresse_mail_eingabe input[type="text"]{
		width: 400px;
		color:#000000;
	}

	.neuland_btn{
		display:inline-block !important;
		color:#34383f;
		padding:5px 12px !important;
		font-weight:700 !important;
		background-image:url(https://www.erfolgs-dschungel.de/img/button.png) !important;
		background-repeat:no-repeat !important;
		background-size:100% 100% !important;
		text-decoration:none !important;
		border:0px !important;
		outline:none !important;
		font-size:18px;
		background-color:transparent !important;
	}
	.neuland_btn:hover{
		color:#000000;
	}
	.globe_container{
		position:absolute;
		z-index:-5;
		top:10vw;
		left:-10vw;
		width:120vw;
		height:120vw;
		-webkit-animation:spin 360s linear infinite;
	    -moz-animation:spin 360s linear infinite;
	    animation:spin 360s linear infinite;
	}
	.globe{
		display:block;
		width:100%;
	}
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
	@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

	.background_s2{
		position:absolute;
		z-index:-10;
		width:120vw;
		min-width:120vw;
		height:100vh;
		top:0;
		margin:0px;
		background-image:url(/img/background2.jpg);
		background-repeat:no-repeat;
		background-size:cover;
		-webkit-animation:move 20s linear;
	    -moz-animation:move 20s linear;
	    animation:move 20s linear;
			animation-iteration-count: infinite;
	}
	-moz-keyframes move{
		0%	{ left:-20vw; }
		100% { left:0vw; }
	}
	@-webkit-keyframes move{
		0%	{ left:-20vw; }
		100% { left:0vw; }
	}
	@keyframes move{
		0%	{ left:-20vw; }
		100% { left:0vw; }
	}
	.moved{
	    left:0;
	}
	.papagei_s2{
		position:fixed;
		bottom:0px;
		right:0px;
		width:40vw;
		max-width:40vw;
		z-index:-5;
	}
	.animation_container_s4{
		display:flex;
		width:40vw;
		position:absolute;
		z-index:-5;
		bottom:0px;
		left:-40vw;
		margin-left:0px;
		-webkit-animation:move4 1.5s linear forwards;
	    -moz-animation:move4 1.5s linear forwards;
	    animation:move4 1.5s linear forwards;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
		animation-delay:1.5s;
	}
	.papagei_s4{
		box-sizing:border-box;
		margin:0px;
		border:0px;
		display:block;
		margin:0px;
		flex-grow:0;
		flex-shrink:0;
		flex-basis:80%;
		overflow:hidden;
	}
	.gold_s4{
		box-sizing:border-box;
		margin:0px;
		border:0px;
		display:block;
		margin:0px;
		flex-grow:0;
		flex-shrink:0;
		flex-basis:20%;
	}
	.papagei_s4 img{
		-webkit-animation:move5 1.5s linear forwards;
	    -moz-animation:move5 1.5s linear forwards;
	    animation:move5 1.5s linear forwards;
		-webkit-animation-delay:3s;
		-moz-animation-delay:3s;
		animation-delay:3s;
	}
	.papagei_s4 img,
	.gold_s4 img{
		display:block;
		width:100%;
		height:auto;
	}
	-moz-keyframes move4{
		0%	{ left:-40vw; }
		100% { left:0vw; }
	}
	@-webkit-keyframes move4{
		0%	{ left:-40vw; }
		100% { left:0vw; }
	}
	@keyframes move4{
		0%	{ left:-40vw; }
		100% { left:0vw; }
	}

	-moz-keyframes move5{
		0%	{ margin-left:0px; }
		100% { margin-left:-40vw; }
	}
	@-webkit-keyframes move5{
		0%	{ margin-left:0px; }
		100% { margin-left:-40vw; }
	}
	@keyframes move5{
		0%	{ margin-left:0px; }
		100% { margin-left:-40vw; }
	}
}
