
.breaking-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Stil für das Breaking News-Element auf großen Bildschirmen */
#breakingNews {
  /* margin: 0 0 25px 0; */
  padding: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#breakingNews .breaking-right {
  padding: 0 0 0 20px;
  border-left: 3px solid rgb(11 98 173);
}

#breakingNews h2 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#breakingNews h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
    
 #breakingNews h4 {
    display: inline-block;
    font-size: 0.90em;
    margin: 0;
    padding: 0;
    line-height: 1;
}
    

#breakingNews span.breaking-small {
  display: inline-block;
  font-size: 70%;
  letter-spacing: 0.06em;
  color: rgba(255, 0, 0, 1);
  line-height: 0;
}

#breakingNews span.breaking-large {
  font-size: 124%;
  letter-spacing: 0.06em;
}

/*#breakingNews p {
  font-size: 120%;
  line-height: 1.2;
}*/

/* Set the font family for the entire breaking news section */
#breakingNews {
  font-family: Arial, sans-serif;
}

/* Style the "Read More" button */
#breakingNews button {
  margin-top: 10px;
  background-color: rgba(255, 0, 0, 1);
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}
	   
.button-container {
    margin-bottom: 10px;
}	   

#breakingNews button:hover {
  background-color: rgba(255, 0, 0, 0.8);
}

/* Add padding to the bottom of the breaking news section */
#breakingNews .breaking-left,
#breakingNews .breaking-right {
  padding-right: 15px;
}

/* Add space between the Breaking and News in the heading */
#breakingNews span.breaking-small {
  margin-right: 5px;
}

/* Add space between the heading and the content */
/*#breakingNews .breaking-right h3 {
  margin-top: 10px;
}*/

/* Add a margin above the button */
#breakingNews button {
  margin-top: 15px;
}
    
.pub-time {
    font-size: 0.6em;
    line-height: 0.0;
	margin-top: 15px;
        }
    
    /* Füge eine CSS-Klasse hinzu, um den blinkenden Punkt zu erstellen */
        .breaking-dot {
            width: 8px;
            height: 8px;
            background-color: red;
            border-radius: 50%;
            display: inline-block;
            animation: blink 2s infinite; /* Blinkende Animation */
            margin-bottom: 2px;
        }
        
        /* Blinkende Animation */
        @keyframes blink {
            0% {
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }
	   

/* Stil für kleinere Bildschirme (maximale Breite von 767px) */
@media (max-width: 767px) {
  /* Hier kannst du die spezifischen Stile für kleinere Bildschirme definieren */
/*  #breakingNews {
    flex-direction: column;
    text-align: center;
  }

  #breakingNews .breaking-right {
    padding: 0;
    border-left: none;
    /* margin-top: 15px; */ /* Abstand zwischen Titel und Button auf kleineren Bildschirmen */
  }

#breakingNews h4 {
      display: inline-block;
    font-size: 0.80em;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 15px;
}  
    
#breakingNews button {
  margin-top: 10px;
  background-color: rgba(255, 0, 0, 1);
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
    font-size: 10px;
}*/    
    
}';
       