@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: aqua; 
	text-align: center;
	/* letter-spacing:2px; */
	overflow-y: scroll; 
}

/* Neues Menue 2025 */

.marquee {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

.marquee .glow-text {
    display: inline-block;
    width: max-content;
    position: relative;
    animation: marquee 20s linear infinite, glow 1s ease-in-out infinite alternate;
    color: yellow;
    text-shadow: 0 0 5px yellow, 0 0 10px orange, 0 0 15px red;
}

@keyframes marquee {
    0% { transform: translateX(100vw); }
    100% { transform: translateX(-100vw); }
}

@keyframes glow {
    0% { text-shadow: 0 0 5px yellow, 0 0 10px orange, 0 0 15px red; }
    100% { text-shadow: 0 0 10px yellow, 0 0 20px orange, 0 0 30px red; }
}


.btn-zurueck {
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: darkgray;
    border: none;
    cursor: pointer;
    text-align: center;
	}

.btn-zurueck:hover {
    background-color: black;
    color: white;
	}

#container-impressum, #container-datenschutz {
    display: none;
    position: relative;
    width: 100%;
	height: 500px;
    /* min-height: 80vh; */
    text-align: center;
    background-color: black; 
	}

.btn-zurueck {
    padding: 10px 20px;
    font-size: 16px;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    display: block;
    margin: 0 auto;
	background-color: black;
	transition: background-color 1.3s ease;
	}

.btn-zurueck:hover {
    background-color: yellow; 
    color: black;
	width: 120px;
    height: 50px;
    border-radius: 10px;
	text-align: center;
    display: block;
    margin: 0 auto;
	}

.button-container {
	display: flex;
    justify-content: center;
    margin-top: 300px;
    width: 100%;
    height: auto;
	}

#btn-zurueck-datenschutz {
    padding: 10px 20px;
    font-size: 16px;
    display: block; /* Falls er fälschlicherweise ausgeblendet wurde */
	}

.datenschutz-box {
    width: 70%;
    max-height: 356px;
    overflow-y: auto;
    padding: 15px;
	border: 1px solid black;
	border-radius: 0px;
    background-color: #000;
    text-align: center;
    position: absolute;
    top: 120px; 
    left: 50%;
    transform: translateX(-50%); 
	}

.datenschutz-text {
    font-size: 16px;
    color: #999;
    text-align: justify;
    padding-right: 5px;
}

.datenschutz-text ul {
    list-style: disc; 
    padding-left: 20px;
	}

.datenschutz-text li {
    font-size: 16px;
    color: white;
    text-align: justify;
	}

.impressum-text {
    color: #999;
    font-size: 26px;
    font-weight: bold; 
    text-align: center;
	}

.information-text {
    color: gray;
    font-size: 26px;
    font-weight: bold; 
    text-align: center;
	}

.information-text2 {
    color: gray;
    font-size: 20px;
    text-align: center;
	}

.counter-gradient {
    background: linear-gradient(to right, #ffffff, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.online-headline {
    color: white; 
    font-weight: bold;
    font-size: 20px;
}

.highlight-text {
    font-size: 16px;
    color: yellow; 
    text-align: center;
    display: block;
}


@keyframes wobble {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

.wobble-text {
    display: inline-block;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    color: transparent;
    background: linear-gradient(to right, yellow 23.3%, #ffffff 75%);
    -webkit-background-clip: text;
    background-clip: text;
    animation: wobble 3s infinite;
}

.abstand_logo2 {
	background: #000000;
	margin-top: -10px;
	margin-bottom: 15px;
	}

.container_Neu_Abstand {
	background: #000000;
	margin-top: 0px;
	}

.container_Neu_Abstand2 {
	background: #000000;
	margin-top: 15px;
	}

.container_Abstand_oben {
	background: #000000;
	margin-bottom: 0px;
	}

.container_button_abstand {
	margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    padding-left: 0; 
    margin-left: -5px; 
	}

.text_rechts_oben {
	font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%; 
    text-align: right; 
    padding-right: 0; 
    margin-right: 0; 
    width: 100%;
	color: #ffffff;
	font-size: 16px;
	margin-top: 7px;
	}

.button_abstand {
	border: none;
	background: #000000;
	color: white !important;
	font-size: 16px;
	text-align: left;
	margin-left: 4px !important;
	}

.button_abstand:hover {
    background-color: yellow;
    color: black !important;
}

.rahmen_haupt {
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-top: 50px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 50px;
	}

.rahmen_wahl {
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	}

.textContainer {
    position: relative;
    width: 100%;
    height: 50px; /* Höhe anpassen */
    overflow: hidden;
    }
        
.fadeText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    }
       
.active {
    opacity: 1;
    }
        
.text_links .fadeText {
	font-weight: bold;
    font-size: 16px;
    text-align: left;
    /* background: linear-gradient(to right, #ffff00 -5%, #ffffff 10%, #ff0000 40%); */
	background: linear-gradient(to right, red -15%, #ffffff 15%);
    -webkit-background-clip: text;
    background-size: 200% auto;
    color: transparent;
	}

.text_rechts {
	font-weight: bold;
	background: linear-gradient(to left, red 30%, #ffffff 75%);
    -webkit-background-clip: text;
    background-size: 200% auto;
    color: transparent;
	font-size: 16px;
    padding-right: 0;
    margin-right: 0;
    text-align: right;
    justify-content: flex-end;
	}

.text_links, .text_rechts, {
    min-height: 50px;
}

/* Neues Menue 2025 */

.uhrzeit-container {
    font-size: 14px;
    text-align: left;
    background: linear-gradient(to right, #7F6446, #ffffff, #7F6446);
    -webkit-background-clip: text;
    color: transparent;
        }

.copyright {
	color: #ffffff; 
	text-align: left;
	font-size: 14px;
	background: #000000;
	}

.impressum_datenschutz {
	color: #ffffff; 
	text-align: right;
	font-size: 14px;
	background: #000000;
	}

/* Einstellungen für Impressum und Datenschutz */

/* Impressum */

.impressum {
	color: #ffffff; 
	text-align: left;
	font-size: 16px;
	background: #000000;
	font-weight: bold;
}

.button_zurueck_impressum {
	margin-top: 20px;
}

.impressum_block {
	color: #FFFFFF; 
	text-align: justify;
	font-size: 16px;
	background: #000000;
	margin-bottom: 25px;
}

/* Datenschutz */

.datenschutz {
	color: #ffffff; 
	text-align: left;
	font-size: 16px;
	background: #000000;
}

.datenschutz_titel {
	color: #FFFF00; 
	text-align: left;
	font-size: 24px;
	background: #000000;
	font-weight: bold;
}

.datenschutz_titel2 {
	color: #FFFFFF; 
	text-align: left;
	font-size: 16px;
	background: #000000;
	margin-bottom: 20px;
}

.datenschutz_block {
	color: #FFFFFF; 
	text-align: justify;
	font-size: 16px;
	background: #000000;
	margin-bottom: 25px;
}

.datenschutz_block_ende {
	color: #FFFFFF;
	text-align: justify;
	font-size: 16px;
	background: #000000;
}

.button_zurueck_datenschutz {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Link-Einstellungen */

	a:link {
	color: #fff;
	font-size:14px;
	text-decoration: none;
	background: linear-gradient(to right, #7F6446, #ffffff, #7F6446);
    -webkit-background-clip: text;
    color: transparent;
}
	a:visited {
	color: #fff;
	font-size:14px;
	text-decoration: none;
}
	a:active {
	color: #fff;
	font-size:14px;
	text-decoration: none;
}
	a:hover {
	color: #fff;
	font-size:14px;
	text-decoration: none;			
}
