﻿
.ticker-container {
    width: 100%;
    overflow: hidden;
    /*background: black;*/
    border: 1px solid white;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.ticker-padding {
    width: 100px;
    flex-shrink: 0;
    height: 100%;
}

.ticker-text {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: ticker-scroll 12s linear infinite;
    font-size: 1.25rem;
    font-weight: bold;
    color: green;
}

    .ticker-text a {
        color: green;
        text-decoration: underline;
        transition: color 0.2s;
        text-decoration: none;
    }

        .ticker-text a:hover,
        .ticker-text a:focus {
            color: aqua;
            text-decoration: none;
        }

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



.weg_schalten {
    display: none;
}

.wegschalten {
    display: none;
}


.Clear_schalten {
    clear: both;
    visibility: hidden;
}


.Text_Schatten_01 {
    text-shadow: 2px 2px 2px darkgrey;
}

.shadow-border {
    border: 1px solid #ccc; /* Rahmenfarbe */
    border-radius: 5px; /* Abgerundete Ecken */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatteneffekt */
    padding: 15px; /* Innenabstand */
    background-color: #fff; /* Hintergrundfarbe */
}

.Farbe000000 {
    color: #000000;
}

.Farbe800000 {
    color: #800000;
}

.Farbe008000 {
    color: #008000;
}

.Farbe808000 {
    color: #808000;
}

.Farbe000080 {
    color: #000080;
}

.Farbe800080 {
    color: #800080;
}

.Farbe008080 {
    color: #008080;
}

.FarbeC0C0C0 {
    color: #C0C0C0;
}

.Farbe808080 {
    color: #808080;
}

.Farbeff0000,
.Farbe_Rot_0 {
    color: #ff0000;
}

.Farbe00ff00,
.Farbe_Green1 {
    color: #00ff00;
}


.Farbe_Green2 {
    color: #00ee00;
}


.Farbe_Green3 {
    color: #00cd00;
}


.Farbe_Green4 {
    color: #008b00;
}

.Farbeffff00 {
    color: #ffff00;
}

.Farbe0000ff {
    color: #0000ff;
}

.Farbeff00ff {
    color: #ff00ff;
}

.Farbe00ffff {
    color: #00ffff;
}

.Farbeffffff {
    color: #ffffff;
}

/*---------------------------------------------------*/

.Groesse05 {
    font-size: 0.5em;
}

.Groesse06 {
    font-size: 0.6em;
}

.Groesse07 {
    font-size: 0.7em;
}

.Groesse08 {
    font-size: 0.8em;
}

.Groesse09 {
    font-size: 0.9em;
}

.Groesse10 {
    font-size: 1.0em;
}

.Groesse11 {
    font-size: 1.1em;
}

.Groesse12 {
    font-size: 1.2em;
}

.Groesse13 {
    font-size: 1.3em;
}

.Groesse14 {
    font-size: 1.4em;
}

.Groesse15 {
    font-size: 1.5em;
}

.Groesse16 {
    font-size: 1.6em;
}

.Groesse17 {
    font-size: 1.7em;
}

.Groesse18 {
    font-size: 1.8em;
}

.Groesse19 {
    font-size: 1.9em;
}

.Groesse20 {
    font-size: 2.0em;
}

.Groesse21 {
    font-size: 2.1em;
}

.Groesse22 {
    font-size: 2.2em;
}

.Groesse23 {
    font-size: 2.3em;
}

.Groesse24 {
    font-size: 2.4em;
}

.Groesse25 {
    font-size: 2.5em;
}

.Groesse26 {
    font-size: 2.6em;
}

.Groesse27 {
    font-size: 2.7em;
}

.Groesse28 {
    font-size: 2.8em;
}

.Groesse29 {
    font-size: 2.9em;
}

.Groesse30 {
    font-size: 3.0em;
}



.Groesse35 {
    font-size: 3.5em;
}

.Groesse40 {
    font-size: 5.0em;
}


.Groesse45 {
    font-size: 4.5em;
}

.Groesse50 {
    font-size: 5.0em;
}

/*'------------------------------------*/
.TextStärke_01 {
    font-weight: 100;
}

.TextStärke_02 {
    font-weight: 200;
}

.TextStärke_03 {
    font-weight: 300;
}

.TextStärke_04 {
    font-weight: 400;
}

.TextStärke_05 {
    font-weight: 500;
}

.TextStärke_06 {
    font-weight: 600;
}

.TextStärke_07 {
    font-weight: 700;
}

.TextStärke_08 {
    font-weight: 800;
}

.TextStärke_09 {
    font-weight: 900;
}

.TextStärke_bold {
    font-weight: bold;
}


.TextStärke_bolder {
    font-weight: bolder;
}
