.EDGARRUN {
    animation: none; /* Deaktiviere die CSS-Animation zunächst */
    position: absolute;
    top: 700px;
    left: -150px; /*Positionierung vorerst außerhalb des Bildes links*/
    height: 200px;
    width: auto;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.start-popup {
    position: absolute;
    top: 50%;
    left: 50%;
	border-radius: 10px;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    z-index: 1000;
}

.popup-content {
    text-align: center;
}

.BOX {
    flex-direction: column;
    gap: 20px;
    height: auto;
    width: 1440px;
    background-color: white;
    color: white;
	margin: 0;
}

body {
	width: 1440px;
	margin: 0;
}

header {
    background-color: #69A276;
    margin: 0;
    text-align: center;
}

.MAIN {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.PAIR {
    display: flex;
	justify-content: center; 
	align-items: center; 
    gap: 20px;
	padding: 40px;
}

.CONTENT {
    background-color: white;
    width: 100%;
}

.GAMES {
	height: 350px;
	width: 200px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
	align-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.GAMEIMAGE {
	height: 90px;
	width: auto;
}

.CONTENTQUIZ {
    background-color: white;
    width: auto;
    padding: 30px;
}

.CONTENTIMAGE {
    background-color: white;
	margin: 0;
    width: 100%;
    text-align: left; 
    display: flex; 
    justify-content: center;
} 

.CONTENTSAFARI {
    width: 100%;
    height: 100vh;
    position: relative;
}


#bild {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px; /* Anpassung der Größe des Steins */
    height: auto;
}

.FOOTER {
    display: flex;
    flex-direction: column;
	background-color: #D1FFDB;
    color: white;
    text-align: justify;
    padding: 10px;
    position: relative;
    bottom: 0;
	height: auto;
    width: 100%;
}

.BUTTON {
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
	box-shadow: 2px 2px 2px gray;	
}
.BUTTON-QUIZ {
	background-color: #D1FFDB;
}

.BUTTON-1 {
	background-color: #ec9006;
}
.BUTTON-1:hover {
	background-color: #9A5C00;
}
.BUTTON-2 {
	background-color: #A5113E;
}
.BUTTON-2:hover {
	background-color: #6B0D2A;
}
.BUTTON-3 {
	background-color: #7B217B;
}
.BUTTON-3:hover {
	background-color: #410F41;
}

.BUTTON-4 {
	background-color: #124D73;
}
.BUTTON-4:hover {
	background-color: #09293D;
}

.HEADLINE {
    display: flex;
    justify-content: center;
    background-color: #E4CFAB;
}

.smallimage {
	height: 300px;
	width: auto;
}

.WIMMELBILD {
    margin: 0 auto;
    justify-content: flex-start;
	width: 1440px;
	height: 739px;
}
.WIMMELBILD2 {
    margin: 0 auto;
    justify-content: flex-start;
	width: 1440px;
	height: 897px;
}
.imagelernen {
    border-radius: 30px;
    height: 250px;
    width: auto;
}
.textContainer {
    text-align: left;
}
#idstartquiz {
	padding: 10px 20px;
    background-color: #D1FFDB;
    color: #0B4518;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

#idstartquiz:hover {
	 background-color: #6CAD4A;
	 color: white;
}
.classAntworten {
	padding: 15px 20px;
    background-color: #D1FFDB;
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
	display: inline-block;
	margin-right: 40px;
}
.classAntworten:hover {
	background-color: #6CAD4A;
}

.custom-cursor {
            cursor: url('images/hammer.png'), auto;
        }

.speech-bubble {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.speech-bubble p {
    margin: 0;
	display: inline-block;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
	color: black;
	font-family: arial;
	cursor: pointer;
}

li {
    margin-bottom: 5px;
	cursor: pointer;
}

a {
    text-decoration: none;
  	color: #0B4518;
	cursor: pointer;
	
}
a:hover {
    text-decoration: underline;
	cursor: pointer;
}

