body {
    background-color: #111;
    font-family: Arial, sans-serif;
    color: #fff;
    line-height: 1.6;
	image-rendering: pixelated;
}

main {
    padding: 2rem 0;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

p {
    font-size: 16px;
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
    color: #ccc;
}

ul li {
    background-color: #222;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 8px;
    transition: background-color 0.3s;
}

.label-container {
    display: flex;
    align-items: flex-end;
}

.label-hot:before {
    content: '♥';
    color: #ff0000;
    font-size: 1.4rem!important;
    display: inline-block;
    line-height: 1;
    margin: 0 8px 0 1px;
}

.label-top:before {
    content: '★';
    color: #ff6800;
    font-size: 1.4rem!important;
    display: inline-block;
    line-height: 1;
    margin: 0 8px 0 1px;
}

.label-new:before {
    content: 'NEU';
    background: #13861d;
    color: #f1f1f1;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 0 8px 0 1px;
}

.label-updated:before {
    content: 'UPDATED';
    background: #ef2c0e;
    color: #f1f1f1;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 0 8px 0 1px;
}

.table-container {
    max-width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 0px;
    text-align: left;
    word-wrap: break-word;
}

.logo-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.logo {
    display: block;
    width: 322px;
    height: 147px;
	background-image: url('/img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
	user-select: none;
}

.container {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
}

nav {
    background-color: #222;
    padding: 1rem 0;
}

.menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.menu.active {
    display: block;
}

.menu li {
    margin: 0 10px;
    position: relative;
    max-width: 250px;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 25px;
    transition: color 0.3s, background-color 0.3s;
	border-radius: 5px;
}

.menu li a:hover {
    color: #ff3333;
    background-color: rgba(255, 51, 51, 0.2);
    border-radius: 5px;
    padding: 10px 25px;
}

.mobile-toggleMenu {
    display: none;
}

.event-box {
    background-color: #333;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 30px auto -20px;
    max-width: 1500px;
    text-align: center;
}

.event-box h2 {
    font-size: 24px;
    color: #FF5733;
    margin-bottom: 15px;
}

.event-box ul {
    list-style-type: none;
    padding: 0;
}

.event-box ul li {
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.event-box ul li.news {
    background-color: #662a2a;
    color: #ff0000;
}

.event-box ul li.season {
    background-color: #1a4121;
    color: #00FF00;
}

.event-box ul li.event {
    background-color: #665c2a;
    color: #FFD700;
}

.event-box ul li.update {
    background-color: #194357;
    color: #00aeff;
}

.articles {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

article {
    max-width: 100%;
    width: auto;
    margin: 10px;
    background-color: #222;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    font-size: 13px;
}

article img {
    width: 100%;
    height: auto;
	max-width: 60%;
	display: block;
    margin: 0 auto;
}

article h1 {
    margin-bottom: 30px;
    font-size: 2rem;
}

article h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

article h3 {
    margin-bottom: 30px;
    font-size: 1.6rem;
}

article h4 {
    margin-bottom: 30px;
    font-size: 1.4rem;
}

.stream-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
}

.streamplan {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stream-item {
    display: flex;
    align-items: center;
    background: #1f1f1f;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stream-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.stream-item .left {
    flex: 1;
    text-align: left;
}

.stream-item .left h2 {
    margin: 0;
    font-size: 18px;
    color: #f4f4f4;
    transition: color 0.3s ease;
}

.stream-item .left p {
    margin: 5px 0;
    font-size: 16px;
    color: #bbbbbb;
    transition: color 0.3s ease;
}

.stream-item:hover .left h2,
.stream-item:hover .left p {
    color: #ffffff;
}

.stream-item .separator {
    width: 2px;
    height: 100%;
    background: #444;
    margin: 0 20px;
}

.stream-item .right {
    flex: 2;
    text-align: left;
}

.game {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.game img {
    width: 112px;
    height: 150px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.game img:hover {
    transform: scale(1.05);
}

.game .details {
    display: inline-block;
    vertical-align: middle;
}

.game .details p {
    margin: 0;
    font-size: 16px;
}

.game .details .time {
    color: #bbbbbb;
    font-size: 14px;
    transition: color 0.3s ease;
}

.stream-item:hover .game .details .time {
    color: #ffffff;
}

.placeholder {
    font-style: italic;
    color: #bbb;
    transition: color 0.3s ease;
}

.stream-item:hover .placeholder {
    color: #ffffff;
}

.placeholder::before {
    content: "Für diesen Tag wurde noch nichts festgelegt :-(";
}

.streamfrei {
	font-style: italic;
    color: #bbb;
    transition: color 0.3s ease;
}

.stream-item:hover .streamfrei {
    color: #ffffff;
}

.streamfrei::before {
    content: "Heute ist Streamfrei :-)";
}

.nostreams {
    font-style: italic;
    color: #bbb;
    transition: color 0.3s ease;
}

.stream-item:hover .nostreams {
    color: #ffffff;
}

.nostreams::before {
    content: "Es sind aktuell keine Streams geplant.";
}


.highlight {
    border: 3px solid #FFCC00;
    background-color: #2c2c2c;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.5);
}

.team-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.team-card {
    background: linear-gradient(135deg, rgba(139, 139, 139, 0.9), rgba(30, 30, 30, 0.9));
    color: #fff;
    border: 1px solid rgba(247, 244, 244, 0.2);
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.team-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.team-info {
    flex: 1;
}

.team-info h2 {
    font-size: 1.8em;
    margin: 0;
    font-weight: bold;
    color: #ffd700;
}

.team-info h2 span {
    font-size: 0.8em;
    color: #ccc;
    font-weight: normal;
}

.team-info .role {
    font-size: 1.2em;
    color: #ff6f61;
    font-weight: bold;
    margin: 5px 0;
}

.team-info .since {
    font-size: 1em;
    color: #faf5fd;
    margin-bottom: 10px;
}

.team-info p {
    font-size: 1em;
    line-height: 1.6;
    margin: 5px 0;
}

.team-info .expertise,
.team-info .favorites {
    margin-top: 10px;
}

.team-info .expertise strong,
.team-info .favorites strong {
    color: #25cacf;
    font-weight: bold;
}

.games {
    padding: 20px;
    background-color: #222;
    color: #fff;
    text-align: center;
	margin-bottom: 20px;
}

.games h1 {
    margin-bottom: 30px;
    font-size: 2rem;
}

.games h2 {
    margin-bottom: 30px;
    font-size: 1.75rem;
}

.games h3 {
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.games h4 {
    margin-bottom: 30px;
    font-size: 1.25rem;
}

.game-cards {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    justify-content: center;
}

.game-card {
	max-width: 100%;
	height: 400px;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
	box-sizing: border-box;
}

.game-banner {
    width: 460px;
    height: 215px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #444;
    margin-bottom: 10px;
}

.platforms {
    display: flex;
	flex-wrap: wrap;
    gap: 8px;
	justify-content: center;
    margin-bottom: 10px;
}

.platform {
    background-color: #444;
    color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.6rem;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 0.3s, transform 0.3s;
}

.platform:hover {
    background-color: #555;
    transform: scale(1.05);
}

.game-card h3 {
    margin: 10px 0;
    font-size: 1.5rem;
    text-align: center;
}

.game-card p {
    margin: 5px 0;
    font-size: 0.8rem;
    text-align: left;
    width: 100%;
}

.playtime {
    margin-top: 10px;
    font-size: 1rem;
    color: #ccc;
    text-align: left;
    width: 100%;
}

.playtime strong {
    color: #fff;
    font-style: normal;
}

.changelog {
    background-color: #222;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 30px auto -20px;
    max-width: 1500px;
    text-align: left;
    margin-bottom: 30px;
}

.entry {
    background: linear-gradient(135deg, rgba(139, 139, 139, 0.9), rgba(30, 30, 30, 0.9));
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.entry h1 {
    font-size: 1.8rem;
    color: #111;
    margin-bottom: 10px;
}

.entry ul {
    list-style-type: none;
}

.entry ul li {
    margin-bottom: 10px;
}

footer {
	background-color: #222;
	color: white;
	padding: 2rem 1rem;
	text-align: center;
}

.footer-content {
	max-width: 98%;
	margin: 0 auto;
	text-align: left;
}

.footer-content p {
	margin: 5px 0 5px;
	font-size: 14px;
	color: #fff;
}

.support-link {
	color: rgb(255, 0, 0);
	text-decoration: none;
    font-size: 14px;
	display: inline-block;
}

.support-link:hover {
	text-decoration: underline;
    color: rgb(226, 95, 95);
}

.social-links {
	display: flex;
	gap: 15px;
}

.social-links a {
	color: white;
	font-size: 32px;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
	color: rgb(255, 0, 0);
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.logo {
		margin: 8px 0;
	}

	.menu {
		display: none;
		flex-direction: column;
		background-color: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 195px;
		right: 0;
		width: 100%;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		z-index: 999;
	}

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 10px 0;
        max-width: none;
    }

    .menu li a {
        font-size: 18px;
        padding: 12px 20px;
    }

	.mobile-toggleMenu {
		display: block;
		font-size: 30px;
		color: white;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 140px;
		z-index: 1000;
	}

    article img {
        max-width: 100%;
    }

	article h1 {
		margin-bottom: 30px;
		font-size: 1.2rem;
	}
	
	article h2 {
		margin-bottom: 30px;
		font-size: 1rem;
	}
	
	article h3 {
		margin-bottom: 30px;
		font-size: 0.8rem;
	}
	
	article h4 {
		margin-bottom: 30px;
		font-size: 0.6rem;
	}

    .stream-container {
        padding: 10px;
    }

    .stream-item {
        flex-direction: column;
        padding: 15px;
    }

    .stream-item .separator {
        display: none;
    }

    .stream-item .right {
        flex: none;
        width: 100%;
        margin-top: 10px;
    }

    .game {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .game img {
        width: 80%;
        height: auto;
        margin-bottom: 10px;
    }

    .game .details {
        text-align: center;
    }

    .stream-item .left h2 {
        font-size: 16px;
        text-align: center;
    }

    .stream-item .left p {
        font-size: 14px;
        text-align: center;
    }

    .team-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
    }

    .team-photo {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .team-info {
        text-align: left;
    }

    .team-info h2 {
        font-size: 1.5em;
    }

    .team-info .role {
        font-size: 1em;
    }

    .team-info .since,
    .team-info p {
        font-size: 0.9em;
        text-align: left;
    }

    .team-info .expertise,
    .team-info .favorites {
        font-size: 0.9em;
    }

    .games h1 {
        font-size: 1rem;
    }

    .games h2 {
        font-size: 0.8rem;
    }

    .games h3 {
        font-size: 0.6rem;
    }

    .games h4 {
        font-size: 0.4rem;
    }

	.game-cards {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	.game-card {
		flex: 1 1 300px;
		max-width: 100%;
		height: 250px;
		background-color: #333;
		color: #fff;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		text-align: left;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 15px;
		box-sizing: border-box;
	}

	.game-card h3 {
		font-size: 1rem;
	}

    .game-banner {
		width: 100%;
		max-width: 460px;
		height: auto;
		display: block;
	}

    .platform {
        font-size: 0.7rem;
        padding: 5px 8px;
    }

    .entry {
        padding: 15px;
    }

    .entry h1 {
        font-size: 1rem;
    }

    .entry ul li {
        font-size: 0.75rem;
    }
}
