.hero #logo{
	width: 6rem;
}
.headline{
	margin: 0.5rem 0 0rem 0;
  padding: 0;
	
}

.headline span, .headline p, .headline h1, .headline  h2 {
	margin: 0.2rem 0 0.2rem 0;
  padding: 0;
	
}



.bg-rmv{
	
	background: #f5f5f5; 
	
}


.timetable{
    display: flex;
    flex-direction: column;
    
      margin-top: 1.0em;
}

.timetable .row {

  border-bottom: 1px solid #ccc;
  
    display: grid;
    grid-template-columns: 60px 90px auto 60px;
    row-gap: 0;
    column-gap: clamp(4px, 2vw, 24px);
    
    margin:0;
    padding:0;
    
}

.timetable > .row.headline > div {
  min-height: unset;
  padding: 0.2em 0 0.2em 0;
}

.timetable > .row > div {
  padding: 0;
  /*border-bottom: 1px solid #ccc;*/
 /* background: #f4f4f4; */
  min-height: 2.5em;
    align-content: center;
  /*      justify-content: center;*/
  
  overflow: hidden;  
}

.timetable .headline {
  font-weight: bold;
}

.timetable .platform, .platform {
  text-align: right;
}

.time {
	width:60px;
}

.train {
	min-width:80px;
	max-width:90px;
}

.platform{
	text-align: right;
	width:60px;
}

.timetable .message{
	color: red;
	font-size: 1.0rem;
}


  .flash-cell {
    animation: flashCell 0.6s ease;
  }

  @keyframes flashCell {
    0%   { background-color: #ffffcc; }
    50%  { background-color: #fff79a; }
    100% { background-color: transparent; }
  }

  .flip-cell {
    display: inline-block;
    animation: flip 0.5s ease;
    transform-origin: center;
    backface-visibility: hidden;
    display: table-row;
    transform-style: preserve-3d;
  }

  @keyframes flip {
    0%   { transform: rotateX(0deg); }
    50%  { transform: rotateX(90deg); opacity: 0.2; }
    100% { transform: rotateX(0deg); opacity: 1; }
  }


#logo {
	width: 150px;
}

#findStation {
	  display: flex;
    padding: 0.7rem;
          align-items: center;      /* vertikal zentrieren */
      justify-content: center;  /* optional: horizontal zentrieren */
      flex-direction: row; /* Standard: nebeneinander */
      gap: 0.625rem;      
      
      
    /*  background-image: url("/abfahrtstafeln-180x180.png"); */
    /* text-transform: uppercase;  ALLE BUCHSTABEN GROSS */
}

.button-icon {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 0px;

}

.button-text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  
  font-size: 16px;


}

.hero.container-box{
	
	max-width: unset;
}

    .container-box {
      display: flex;
      align-items: center;      /* vertikal zentrieren */
      justify-content: center;  /* optional: horizontal zentrieren */
    /*  height: 200px;     */       /* feste Höhe für vertikale Mitte */
     /* border: 1px solid #ccc; */
max-width: 800px;
margin: 1.25rem auto;
  
      flex-direction: row; /* Standard: nebeneinander */
      /*flex-wrap: wrap;*/
      gap: 1.25rem;
      /*height: 200px;*/
    }

    .box {
      padding: 20px;
      margin: 10px;
    /*  background-color: #f0f0f0; */
    }


    /* Responsive – bei kleiner Breite untereinander */
    @media (max-width: 53rem) {
      .container-box {
        flex-direction: column; /* Stapeln */
        height: auto;
        text-align: center;
        margin: 1.25rem auto;
      }
      .box {
      	      padding: 0;
              margin: 0;
      }
      
      #logo{
      	width: 120px;
      }
      
      .hero .container-box {
        flex-direction: column-reverse; /* Stapeln */
        height: auto;
        text-align: center;
        margin: 1rem auto;
      }
      
      .hero #logo{
      	width: 4rem;
      }
      
      
    }

.none-list-Style{
	
	list-style-type: none;
	margin: 0;
  padding: 0;
    text-align: center;
}


.card {
	
	margin: 1rem auto 4rem auto;
  max-width: 34rem;
  text-align: center;
  
  height: 12rem;
  
}

.center{
	  text-align: center;
}

     button, .button-link {
      padding: 6px 14px;
      font-size: 16px;
      font-weight: 500;
      background-color: white;
      color: black;
      border: none;
      
      cursor: pointer;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: flex;
      margin: 0.5em auto;
      max-width: 250px;
      transition: background-color 0.3s, color 0.3s, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      
      
     align-items: center;
     align-content: center;
     gap: 1.25rem;
     flex-direction: column; 

    }
     button:hover, .button-link:hover {
      background-color: white;
      color: black;
      border-color: #1e90ff;
      box-shadow: 0 0 4px rgba(30, 144, 255, 0.4);
      
    }

    .button-link {
    	background-color: transparent;
    }
    
    .button-link:hover {
    	background-color: transparent;
    }
    
tr {
	height = 1.5rem;
}

.bg-feed24{
	background-color: #feed24;
}


article {
	height: 250px;
	    background-color: #feed24;
}


.row {

  /*  padding-top: 15px; */
  margin: 2rem 0;
}

.navbar-dark  .navbar-brand {
    rotate: 0deg;
    color: #feed24;

}

nav {
  background-color: #343a40;
}

.navbar {
	display:flex;
	justify-content: space-between;
  max-width: 75rem;
  width: 100%;
  margin: 0rem auto;
  padding: 0 1.25rem;
  height: 3.8rem;
  align-items: center; 
}

.navbar:after {
  clear: both;
}

.navbar-brand {
  rotate: 0deg;
  color: #feed24;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.navbar-nav {
  display: box;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  text-decoration: none;
  padding: 0;
  margin:0 ;
}

    .navbar button, .navbar .button-link {
      padding: 6px 14px;
      margin:0;
      font-size: 12px;
      font-weight: 500;
      background-color: transparent;
      color: #ccc;
      border: none;
      cursor: pointer;
      border: 1px solid #222;
      border-radius: 3px;
      transition: background-color 0.3s, color 0.3s;
    }
    .navbar button:hover, .navbar .button-link:hover {
      background-color: white;
      color: black;
      
    }

 .navbar #logo{
 	width: 3rem;
 }

.btn-primary {
    color: #fff;
    background-color: #feed24;
    border-color: #feed24;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0rem;
}

.hero {
    padding: 0rem 0rem;
    margin: 0 auto;
    max-width: 50rem;
    overflow: hidden;
    background-color: #feed24;
}

.hero h1{
	text-align: center;
}

.hero h1, .hero p, .hero .container-box{
	margin: 1rem 0;
	padding: 0;
}



.teaser h3{
   font-size: 1.2rem;
   font-weight: bold;
   padding-top: 1.5rem;
}



