@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: aqua; 
	text-align: center;
	overflow-y: scroll; 
}

/* Hauptseite */

.menu-item {
    position: relative;
    display: inline-block;
}

.menu-item img {
    display: block;
}

.bild-counter {
    position: absolute;
    top: 8px;
    right: 10px;

    font-size: 12px;
    font-weight: 700;

    /* Grundverlauf Weiß → Lila */
    background: linear-gradient(90deg, #ffffff, #d7ab48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Shine-Animation */
    animation: shineText 5s ease-in-out infinite;
    background-size: 200% auto; 
}

@keyframes shineText {
    0% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}

.button_farbe {
    color: #999 !important;
    text-shadow: none !important;
}

.button_farbe:hover,
.button_farbe:focus {
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

.abstand_logo {
    margin-top: 5px;
  }

.container_abstand {
    margin-top: 20px;
  }

.rounded-img {
  border-radius: 25px;
}

.logozeile_links,
.logozeile_rechts_m {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
}

.logozeile_links {
    text-align: left;
}

.logozeile_rechts_m {
    text-align: right;
    position: relative; /* wichtig für absolute Spans */
}

.logozeile_links a,
.logozeile_rechts_m a {
    color: #ffffff !important;
    text-decoration: none;
}

.logozeile_links a:hover,
.logozeile_rechts_m a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

.logozeile_links a:visited,
.logozeile_rechts_m a:visited {
    color: #ffffff !important;
}

.rechtsgruppe {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.bilder_info_unten_copyright_links_h {
	color: #999999;
	text-align: left;
	font-size: 14px;
	background: #000000;
	font-weight: bolder;
}

.bilder_info_unten_update_rechts_h {
	color: #999999; 
	text-align: right;
	font-size: 14px;
	background: #000000;
	font-weight: bolder;
}

.bilder_info_unten_info_mitte_h {
	color: #999999; 
	text-align: center;
	font-size: 14px;
	background: #000000;
	font-weight: bolder;
}

.bilder_info_unten_h {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;

    color: #999999;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 0 5px 0;
    font-weight: bold;
    position: relative;
    overflow: visible;
}


/* Bilder */

.bild-wrapper {
  position: relative;
  width: 100%;      
  display: block;   
}

.bild-wrapper img {
  width: 100%;      
  height: auto;     
  display: block;   
}

.datum-kodak {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #f5d36c;
  padding: 6px 12px;
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 15px;
}

.bilder_untertext {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.5px;

  text-shadow:
    0 0 12px rgba(255, 255, 255, 1),
    0 0 24px rgba(255, 255, 255, 0.9),
    0 0 40px rgba(255, 255, 255, 0.8),
    0 0 70px rgba(255, 255, 255, 0.6);
}

.bilder_abstand {
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 1px;
		}

.ueberschrift {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 50px;
    background: #000000;

    background: linear-gradient(90deg,
        #7a2cff 0%,
        #7a2cff 30%,
        #dcdcff 50%,
        #7a2cff 70%,
        #7a2cff 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    display: inline-block;
}

.ueberschrift2 {
	margin-top: -5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	background: #000000;
		}

.abstand_unten {
    margin-bottom: 5px;
  }

.bilder_info_unten {
    color: #FFFFFF;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    font-weight: bold;
    position: relative;
    overflow: visible;
}

/* Animierte Linie  */
.bilder_info_unten::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 10;

    background: linear-gradient(90deg,
        #ffffff 0%,
        #7a2cff 50%,
        #ffffff 100%
    );

    background-size: 200% 100%;
    animation: wanderlinie 3s linear infinite;
}

@keyframes wanderlinie {
    0% { background-position: 0% 0; }
    100% { background-position: 200% 0; }
}


.bilder_info_unten_copyright_links {
	color: #999999;
	text-align: left;
	font-size: 14px;
	background: #000000;
	font-weight: bolder;
}

.bilder_info_unten_update_rechts {
	color: #999999; 
	text-align: right;
	font-size: 14px;
	background: #000000;
	font-weight: bolder;
}

.bilder_info_unten_info_mitte {
	color: #999999; 
	text-align: center;
	font-size: 14px;
	background: #000000;
	font-weight: bolder;
}

.bilder_info_unten_logozeile_gesamt {
	background: #000000;	
}

.text_rechts_m {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #000000;
}































/* aLT!

.rahmen-gradient-left {
    padding: 3px;
    border-radius: 14px;
    background: linear-gradient(45deg, #ad6200 0%, #999999 100%);
    display: inline-block;
} 

.rahmen-gradient-left img {
    border-radius: 14px;
    display: block;
}

.rahmen-gradient-right {
    padding: 3px;
    border-radius: 14px;
    background: linear-gradient(45deg, #999999 0%, #ad6200 100%);
    display: inline-block;
}

.rahmen-gradient-right img {
    border-radius: 14px;
    display: block;
}

.rahmen-gradient-left {
    width: 100%;
    max-width: 450px;
    padding: 3px;
    border-radius: 18px;
    background: linear-gradient(45deg, #A65E2E 0%, #D3D3D3 100%);
    display: inline-block;
}

.video-small {
    width: 100%;               
    aspect-ratio: 450 / 200;   
    object-fit: cover;         
    border-radius: 14px;
    display: block;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

video::-webkit-media-controls-picture-in-picture-button {
    display: none !important;
}

video {
    pointer-events: none;
}

video {
    object-fit: cover;
}
*/

/* 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;			
}
