@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.satire {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    font-weight:lighter;
	pointer-events: none;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;

}

html, body {
	width: 100%;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background:	#152837;
	min-height: 100vh;
	overflow-x: hidden;
}

header {
	position: absolute;
	top: -10px;				/*navbar von oben ausrichten */
	left: 00px;			/*navbar von links ausrichtung */
	width: 100%;
	padding: 30px 100px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	z-index: 100;
}



.navigation a {
	text-decoration: none;
	color: whitesmoke;
	padding: 8px 10px;
	border-radius: 20px;
	margin: 10 40px;
	font-weight:600;
	cursor: crosshair;
}

.navigation a:hover,
.navigation a.active {
	background-color: #264054;
	color: whitesmoke;
	cursor: crosshair;
}

.dropdown-content a {
	border-bottom: groove 2px #754865 ;
	background-size: cover;
}

.dropdown {
	position: relative;
	display: inline-block;
	cursor: crosshair;

}

.dropbtn {
	background-color: black;
	color: black;
	padding: 14px 16px;
	font-size: 16px;
	border: none;
	cursor: crosshair;


}

.dropdown-content {
	display: none;
	position: absolute;
  	background-color: rgb(40,37,64);
	cursor: crosshair;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
	border-radius: 35px;
}

.dropdown-content a {
	color: white;
	padding: 12px 16px;
	display: block;
	cursor: crosshair;
	text-align: center;

}

.dropdown-content a:hover {
	background-color: rgb(56,103,121);
}

.dropdown:hover .dropdown-content {
  	display: block;
}

.topic1 {
	background-image: url(img/dropdown/meer.jpg);

}

.topic2 {
	background-image: url(img/dropdown/sand.jpg);
}

.topic3 {
	background-image: url(img/dropdown/jungle.jpg);
}

.tier1 {
	background-image: url(img/dropdown/koala.jpg);
}
.tier2 {
	background-image: url(img/dropdown/elefant.jpg);
}
.tier3 {
	background-image: url(img/dropdown/eisbär.jpg);
}
.tier4 {
	background-image: url(img/dropdown/panda.jpg);
}
.tier5 {
	background-image: url(img/dropdown/leopard.jpg);
}
.tier7 {
	background-image: url(img/dropdown/orang.jpg);
}
.tier8 {
	background-image: url(img/dropdown/echse.jpg);
}
.tier9 {
	background-image: url(img/dropdown/turtle.jpg);
}
.tier10 {
	background-image: url(img/dropdown/vogel.jpg);
}
.tier11 {
	background-image: url(img/dropdown/fish.jpg);
}

.stuff1 {
	background-image: url(img/dropdown/plastik.jpg);
}
.stuff2 {
	background-image: url(img/dropdown/alu.jpg);
}
.stuff3 {
	background-image: url(img/dropdown/wood.jpg);
}
.stuff4 {
	background-image: url(img/dropdown/clothes.jpg);
}
.stuff5 {
	background-image: url(img/dropdown/chemic.jpg);
}
.stuff6 {
	background-image: url(img/dropdown/electro.jpg);
}

.land1 {
	background-image: url(img/dropdown/german.jpg);
}
.land2 {
	background-image: url(img/dropdown/holland.jpg);
}
.land3 {
	background-image: url(img/dropdown/sweden.jpg);
}
.land4 {
	background-image: url(img/dropdown/spain.jpg);
}




.parallax1 {
	position: relative;
	display: flex;
	justify-content: center;				/* startseite wald */
	align-items: center;
	height: 100vh;

}

.parallax1 h2 {
	top: 100%;
}

h2 {

	position: absolute;
}

.parallax1 img {
	position: absolute;						/* startseite wald */
	top: 0;
	left: 0;
	width: 100%;
	height: 85%; 					/*<--  strechted oder angepasst (section abstand problem) */
	pointer-events: none;
}

.parallax2 {
	position: relative;
	display: flex;							/* section 2 meer */
	justify-content: center;
	align-items: center;
	height: 100vh;

}

.parallax2 img {
	position: absolute;
	top: 0px;									/* section 2 meer */
	left: 0;
	width: 100%;
	height: 110%;
	pointer-events: none;
}

.parallax3 {
	position: relative;
	display: flex;
	justify-content: center;				/* section 3 erde */
	align-items: center;
	height: 100vh;

}

.parallax3 img {
	position: absolute;
	top: 0;
	left: 0;								/* section 3 erde */
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.parallax4 {
	position: relative;
	display: flex;
	justify-content: center;				/* section 4 urwald */
	align-items: center;
	height: 100vh;

}

.parallax4 img {
	position: absolute;
	top: 0;
	left: 0;								/* section 4 urwald */
	width: 100%;
	height: 120%;
	pointer-events: none;
}
								/* Überschriften */
#text1 {
	position: absolute;
	font-size: 8em;
	color:rgb(255, 255, 255);
	text-shadow: 10px 10px 6px rgba(0, 0, 0, 1), 5px 5px 70px rgba(255, 255, 255, 0.795);				/* startseite wald */
	top: 330px;
	pointer-events: none;

}

#text2 {
	position: absolute;
	font-size: 8em;
	color:rgb(255, 255, 255);
	text-shadow: 10px 10px 6px rgba(0, 0, 0, 1), 5px 5px 70px rgba(255, 255, 255, 0.795);				/* section 2 meer  */
	top: 250px;
	pointer-events: none;

}

#text3 {
	position: absolute;
	font-size: 8em;
	color:rgb(255, 255, 255);
	text-shadow: 10px 10px 6px rgba(0, 0, 0, 1), 5px 5px 70px rgba(255, 255, 255, 0.795);			/* section 3 erde  */
	pointer-events: none;

}

#text4 {
	position: absolute;
	font-size: 8em;
	color:rgb(255, 255, 255);
	text-shadow: 10px 10px 6px rgba(0, 0, 0, 1), 5px 5px 70px rgba(255, 255, 255, 0.795);			/* section 4 urwald  */
	pointer-events: none;

}


					/* klima banner */
.banner1 {
	position:absolute;
	bottom: 0;
	background: #152837;
	padding: 0px;
	pointer-events: none;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(217, 217, 223, 0.247);
	width: 100%;
	overflow: hidden;
	z-index: 10000;
	opacity: 1;
	transition: bottom 0.5s;
}

.section1 {									/* startseite wald topic */
	position: relative;
	background: #152837;
	padding: 10%;
}

.section1 h2 {
	font-size: 2em;
	color: white;
	margin-bottom: 0px;
	display: block;
}

.section1 h2 + h3 {
	font-size: 1em;
	color: whitesmoke;
	font-weight: 200;
	margin-top: 50px;
	display: block;
}

.section2 {								/* meeresspiegel topic*/
	position: relative;
	background-image: url('img/ice/textImage.png');
	background: #4db8e8;
	padding: 10%;
}

.section2 h2 {
	font-size: 2em;
	color: white;
	margin-bottom: 0px;
	display: block;
}

.section2 h2 + h3 {
	font-size: 1em;
	color: white;
	font-weight: 200;
	margin-top: 50px;
	display: block;
}

.section3 {							/* erderwärmung topic*/
	position: relative;
	background-image: url('img/dust/textImage.png');
	background: #e9a661;
	padding: 10%;

}

.section3 h2 {
	font-size: 2em;
	color: white;
	margin-bottom: 0px;
	display: block;
}

.section3 h2 + h3 {
	font-size: 1em;
	color: white;
	font-weight: 200;
	margin-top: 50px;
	display: block;
}

.section4 {							/* urwald topic*/
	position: relative;
	background: #0e3733;
	padding: 10%;
}

.section4 h2 {
	font-size: 2em;
	color: white;
	margin-bottom: 0px;
	display: block;
}

.section4 h2 + h3 {
	font-size: 1em;
	color: white;
	font-weight: 200;
	margin-top: 50px;
	display: block;
}


								/* Newsletter*/

body.forum {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background: url(img/backgroundNight2.jpg);
	background-size: cover;

	font-family: 'Roboto', sans-serif;
}

.newsletter2 {
	width: 100%;
	height: auto;
	background-image: url;
	background-size: cover;
	background-position: center;
	padding: 70px 10px;
	color: white;
}

.newsletter2 h3 {
	margin-top: 15%;
	font-weight: 400;
	font-size: 30px;
}

.newsletter2 h1 {
	margin-top: 30px;
	font-size: 50px;
}

.newsletter2 p {
	margin: 10px 0 50px;
}

.newsletter2 form {
	background:rgba(217, 217, 223, 0.247);
	display: flex;
	width:fit-content
}

.newsletter2 input {
	border: 0;
	outline: none;
	padding: 10px 20px;
	height: 70px;
	width: 400px;
	font-size: 16px;


}

.newsletter2 button {
	background:rgba(217, 217, 223, 0.247);
	border: none;
	outline: none;
	height: 70px;
	width: 20%;
	cursor: pointer;
}

					/* @media shit wegen responsive blabla */

/* Standardgröße für die Überschriften */
#text1, #text2, #text3, #text4 {
    font-size: 8em;
}

/* Ändere die Textgröße basierend auf der Bildschirmbreite */
@media screen and (max-width: 1300px) {
    #text1, #text2, #text3, #text4 {
        font-size: calc(8em * 0.8); /* 80% der Standardgröße */
		top: calc(330px * 0.8); /* 80% der Standardposition */
    }
}

@media screen and (max-width: 970px) {
    #text1, #text2, #text3, #text4 {
        font-size: calc(8em * 0.6); /* 60% der Standardgröße */
		top: calc(330px * 0.6); /* 60% der Standardposition */
    }
}

@media screen and (max-width: 770px) {
    #text1, #text2, #text3, #text4 {
        font-size: calc(8em * 0.4); /* 40% der Standardgröße */
		top: calc(330px * 0.6); /* 40% der Standardposition */
    }
}

/* Ändere die Textgröße für noch kleinere Bildschirme */
@media screen and (max-width: 480px) {
    #text1, #text2, #text3, #text4 {
        font-size: calc(8em * 0.35); /* 20% der Standardgröße */
		top: calc(330px * 0.6); /* 20% der Standardposition */
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 30px 0; /* Horizontal padding entfernen */
    }
    .navigation {
        width: 100%; /* Breite der Navigationsleiste auf 100% setzen */
    }
}

@media screen and (max-width: 420px) {
    .newsletter2 {
        width: 100%;
        margin: 0 auto; /* Zentriert das Element horizontal */
    }

    .newsletter2 form {
        width: 100%;
        max-width: 100%; /* Setzt eine maximale Breite für das Formular */
        padding: 0px; /* Fügt Padding hinzu */
    }


}

@media screen and (min-width: 500px) {
    .navigation a {
        margin: 10px 20px; /* Ändere den Abstand zwischen den Nav-Elementen */
    }

    .dropdown {
        margin-right: 0px; /* Ändere den Abstand zwischen den Dropdowns */
    }
}

