/*Styled alle Inalte, Layout, Buttons, Boxen usw.*/

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

        #overlay .popup-content img {
            width: 90%;
            height: auto;
        }
   
.start-popup {
    position: absolute;
    top: 50%;
    left: 50%;
	border-radius: 10px;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    z-index: 1000;
}
.WIMMELBILD2 {
	width: 1440px;
	height: 897px;
}
.popup-content {
    text-align: center;
	width: auto;
	height: auto;
}

.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;
}

.PAIR2 {
    display: flex;
	justify-content: center; 
    align-items: center; 
    gap: 30px;
	padding-bottom: 40px;
	padding-top: 40px;
	
}
.PAIR {
    display: flex;
	justify-content: center; 
    align-items: center; 
	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: 15px;
    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-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.CONTENTIMAGE {
    background-color: white;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}


.CONTENTSAFARI {
    background-color: white;
    width: 1400px;
    padding: 30px;
	text-align: center;
	
	
}


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

.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;
}

.BUTTON-5{
	background-color: #BF2022;
}
.BUTTON-5:hover {
	background-color: #8F171A;
}

.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: 921px;


}


.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;
	cursor: pointer;
	
}
.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;
	
}

.hand-cursor {
            cursor: pointer;
        }

.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;
	transition: opacity 2s ease-in-out;
}

.speech-bubble p {
    margin: 0;
}
.CONTENT2 {
	width: 800px;
	height: auto;
	padding: 60px;
	
}


.CONTENT2 img {
    width: 400px; 
    height: auto; 
	border-radius: 20px;
}

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;
}

form div {
    margin-bottom: 10px;
	color: black;
	font-family: arial;
  
}
        form div {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        label {
            color: black;
			padding-left: 15px;
            font-family: Arial, sans-serif;
            width: 120px; 
        }

        input, textarea {
            flex: 0;
            padding: 15px;
            font-family: Arial, sans-serif;
        }
.submit-container {
            display: flex;
            justify-content:flex-start;
	padding-left: 130px;
        }
.submit-container button {
            padding: 10px 20px;
        }

.FORMULAR{
	flex-direction: column;
	padding: 40px;
}
.text-impressum {
	padding-left: 40px;
}