.css-ampel {
    position: relative;
    height: 60px;
    /* width: 35px; */
    width: 75px;
    float: right;
}

.css-ampel span,
.css-ampel:before,
.css-ampel:after {
    content: "";
    color: white;
    position: absolute;
    border-radius: 15px;
    width: 11px;
    height: 11px;
    left: 13px;
}

.noMargin {
    margin-right: 0px !important;
}

.css-ampel:before {
    top: 10px;
}

.css-ampel:after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    width: 23px;
    height: 45px;
    color: black;
    background-color: #686868;
    margin-top: 10px;
}


.ampelrot:before {
    background-color: rgba(186, 27, 45, 0.98);
    z-index: 1;
    margin-left: 5px;
    width: 13px;
    height: 13px;
    margin-top: 25px;
}

.ampelgruen:before {
    background-color: #a6cc22;
    z-index: 1;
    margin-left: 5px;
    width: 13px;
    height: 13px;
    margin-top: 7px;
}

.faehreStatus {
    /* font-size: 1.8rem; */
    font-size: 1.6rem;
    /* align-content: center; */
    /* margin-left: 8px; */
    /* margin-right: 5px; */
    width: 100%;
    /* text-align: center; */
    font-weight: 500;
    line-height: 1.2;
}

.ampelhinweis,
.faehrzeiten {
    padding: 2rem;
    margin: 1rem;
    background-color: #f2f2f2;
    max-width: 480px;
}

.ampelhinweis {
    /* height: fit-content; */
}

.faehre {
    display: flex;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.headline {
    /* font-size: 1.8rem; */
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2;
    height: 60px;
}

p {
    margin-bottom: 0rem;
}

.p-abstand {
  margin-bottom: 0.5rem;
}

.faehrenStatusLive {
    margin-bottom: 2rem;
    height: 60px; 
    display:inline-flex;
}

.statusnamen {
    margin-left: 0.5rem;
    width: 100%;
}