body{
  background-color: lightgray;
}

h1{
  font-weight: bold;
  text-align: center;
}

h2{
  font-weight: 500;
}


h6{
  font-weight: bold;
  font-size: 45px;
}

/*Elválasztó vonal*/
hr {
    height: 1px;
    background-color: #000000;
  }  
/*Elválasztó vonal vége*/

/*Slide*/

.carousel-item{
    height: 500px;
    background: #000000;
    color: white;
    position: relative;
    background-position: center;
    background-size: cover;
}

.container{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding-bottom:50px;
}

.overlay-image{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}

/*Slide vége*/

/*Lábléc*/

.lablec {
    margin-top: 20px;
    background-color: rgb(130, 130, 130);
    padding: 20px;
    text-align: center;
  }
  
  @media screen and (max-width: 600px) {
    .lablec {
      font-size: 14px;
    }
}

/*Lábléc vége*/ 

.idovonal {
  position: relative;
  width: 50%;
  margin: 25px auto;
}
.bejegyzes {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 45%;
}
.bejegyzes.left {
  left: 0;
  text-align: left;
}
.bejegyzes.right {
  left: 50%;
  text-align: left;
}
.bejegyzes:before {
  display: none;
}
.bejegyzes.left:before {
  left: -15px;
}
.bejegyzes.right:before {
  left: -15px;
}
.bejegyzes h3 {
  margin: 0 0 10px;
  color: black;
}
.bejegyzes p {
  margin: 5px 0;
  color: #666;
}
.bejegyzes span.date {
  font-size: 0.9em;
  color: #999;
}
.line {
  position: absolute;
  left: 50%;
  width: 4px;
  background-color: black;
  top: 0;
  bottom: 0;
  margin-left: -2px;
}