	

/* Hero Bereich */
    .Hero {
			position:relative;
			background-image: url("../Images/Homepage/Game-development-studio.jpeg");
			background-size: cover;
			background-position: center;
			height: 732px;
			width: 100%;
		}

    .Hero-text {
		background-color: rgba(189, 175, 236, 0.44);
		width: 850px;
		height: 280px;
		border-radius: 40px;
		justify-content: center;
		margin-left: 120px;
		margin-top: 80px;
		margin-right: auto;
		padding: 10px;

	}
	
	h1 {
		font-size: 50px;
		color: white;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
		text-align: left;
		margin: 20px 20px 20px 20px;
	}
	
	#Introduction p {
		color:white;
		font-size: 22px;
		padding: 0px 10px 0px 10px;
	}
	
	.PrimaryButton {
		background-color: rgba(133, 107, 239, 0.9);
		width: 200px;
		height: 55px;
		border-radius: 16px;
		font-family: Fredoka, sans-serif;	
		justify-content: center;
		display: flex;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		margin: 30px 0 30px 120px;
		align-items: center;
	}


	.PrimaryButton p {
		color: white;
		font-size: 20px;
		margin:0;
	}
	
	.SecondaryButton {
		background-color: rgba(189, 175, 236, 0.9);
		width: 350px;
		height: 55px;
		border-radius: 16px;
		font-family: Fredoka, sans-serif;	
		justify-content: center;
		display: flex;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		margin: 30px 0 30px 120px;
		align-items: center;
	}

	.SecondaryButton p {
		color: white;
		font-size: 20px;
		margin: 10px 0;
	}


	.PrimaryButton a, .SecondaryButton a {
		color: white;
		text-decoration: none;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}



/* Platform Bereich */
    .Platforms {
		background: white;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 5px solid #EFE7FE;
		box-shadow: 0px 0px 20px rgba(103, 74, 217, 1);
	}

    .PlatformLogos {
		display: flex;
		gap: 200px;
    }
   
   .PlatformLogos img {
		height: 50px;
		width: auto;
    }




/* Basic Info Bereich */
    .Information {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
    }
   
   
	.Lines {
		display:flex;
		justify-content: center;
		align-items: center;
	}
   
   
	.VerticalLineTop {
		width: 10px;        
		height: 500px;
		margin: 0px 50px 0px 50px;
		text-align: center;
		background-color:white ;
		box-shadow: 0px 0px 20px rgba(103, 74, 217, 1);
		justify-content: center;
		align-items: center;
		margin: 0 auto;
    }
   
	#Square {
		width: 1000px;
		height: 500px;
		padding: 30px;
		border: 10px solid white;
		box-shadow: 0 0 30px rgba(103, 74, 217, 0.6); 
		border-radius: 5px;
		text-align: center;
		display: flex;
		justify-content: center;
		box-shadow: 0px 0px 20px rgba(103, 74, 217, 1);
	}
	
	
	h2 {
		font-size: 40px;
		color: white;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
		text-align: left;
		margin: 20px 20px 20px 20px;
		text-align: center;
	}
	
	.Circles {
		display: flex;
		justify-content: center;
		padding: 60px;
		
	}

	
	.Circle1, .Circle2, .Circle3{
		width: 250px;
		height: 250px;
		background-color: white;
		border-radius: 50%;
		margin:20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
   
	.Circle1 p, .Circle2 p, .Circle3 p {
		color: #734AD9;
		font-size: 30px;
		display: flex;
		justify-content: center;
		text-align: center;
		text-align: center;
		text-shadow: -5px 5px 5px rgba(119, 34, 103, 0.4);
	}


		.Circle1,
		.Circle2,
		.Circle3 {
		transition: background-color 0.3s ease, transform 0.3s ease;
		}

		.Circle1:hover,
		.Circle2:hover,
		.Circle3:hover {
		background-color: #734AD9; 
		transform: scale(1.05);
		}

		.Circle1:hover p,
		.Circle2:hover p,
		.Circle3:hover p {
		color: white; 
		}

   
	.VerticalLineBottom {
		width: 10px;        
		height: 500px;
		margin: 0px 50px 0px 50px;
		text-align: center;
		background-color:white ;
		box-shadow: 0px 0px 20px rgba(103, 74, 217, 1);
		justify-content: center;
		align-items: center;
    }



/* Kompletten Games Abschnitt */
	
	#PurpleCard {
		background-color: rgba(197, 180, 254, 0.73);
		height: 587px;
		display: flex;
		justify-content: center;
		align-items: center;            
		padding: 0 20px;  
	}
    
	.Game {
		display:flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		
	}

	.Image img {
		width: 600px;
		height: auto;
		margin: 50px;
   }
		
	.text {
		color: white;
		font-size: 20px;
		font-family: Fredoka, sans-serif;
		line-height: 1.5;
		text-align: left;
		margin: 30px;
		padding: 20px;
		width: 500px;
	}


    
/* Kompletten Team Abschnitt */

.team-section {
  padding: 80px 20px;
  text-align: center;
}

.team-section h1 {
  font-size: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.team-members {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px 50px;
}

.team-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3e2a52;
  color: white;
  padding: 30px;
  border-radius: 16px;
  width: 240px;
  height: 180px;
  text-align: center;
  text-decoration: none;
}

.team-box:hover {
  background-color: #5a3e78;
}

.team-box h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.team-box p {
  font-size: 16px;
  color: #d8c5f0;
}



/* Kompletten News Abschnitt */

.news-table-section {
  padding: 60px 20px;
  text-align: center;
 margin-bottom: 100px;
}

.news-table-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
}

.news-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #3e2a52;
  color: white;
  border-radius: 12px;
  overflow: hidden;
}

.news-table th,
.news-table td {
  padding: 16px;
  border: 1px solid #5a3e78;
  text-align: left;
}

.news-table th {
  background-color: #5a3e78;
  font-weight: bold;
}

.news-table tr:nth-child(even) {
  background-color: #4b3363;
}

