.flysail-eventlist {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
}
.flysail-event {
    flex: 1 1 300px;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 6px;
    background: #f9f9f9;
}

.flysail-thumb  {
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 1rem;
}

.flysail-thumb img {
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 1rem;
  	border-radius:6px;
}
.event-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  	margin-top:1rem;
}
.event-button a {
    background: #0073aa;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}
.event-button a:hover {
    background: #005177;
}
.flysail-event-single {
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
}
.flysail-event-single ul.event-meta {
    list-style: none;
    padding: 0;
}
.flysail-event-single ul.event-meta li {
    margin-bottom: 0.5rem;
}

.flysail-event-simple-list {
    list-style: none;
    padding-left: 0;
}

.flysail-event-simple-list li {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
}

.event{
  font-family:arial;
  font-size:20px;
}




.oben {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius:10px;
}

.oben img {
  width: 100%;
  /*height: auto;*/
  display: block;
 
}

.oben .event {
  position: absolute;
  top: 20%;
  left: 10%;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em 2em;
  border-radius: 10px;
  max-width: 80%;
  font-size: 1.2em;
}

.flysail-event-simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flysail-event-simple-list li {
  margin-bottom: 0.5em;
}

.flysail-event-simple-list a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.flysail-event-simple-list a:hover {
  text-decoration: underline;
}

.flysail-event-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    margin: 20px 0;
}

.event-kachel {
    width: 160px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease;
    text-align: center;
}

.event-kachel:hover {
    transform: scale(1.02);
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.event-kachel-bild {
    width: 100%;
    height: auto;
}

.event-kachel-bild.leer {
    background: #eee;
    padding: 40px 0;
    font-size: 14px;
    color: #999;
}

.event-kachel-text {
    padding: 10px;
    font-size: 14px;
}

.event-banner .event-banner-image {
    width: 80%;
    height: auto;
    display: block;
    object-fit: cover; /* nur wenn Höhe fix ist */
  
 .event-banner-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
 
  
  .fs-full-bleed-banner{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  max-width:100vw;
  overflow:hidden;
}
.fs-full-bleed-banner .fs-full-bleed-img{
  display:block;
  width:100%;
  height:auto;
}
/* optional feste Bannerhöhe wie 1920x600 + sauberes Zuschneiden */
@media (min-width: 992px){
  .fs-full-bleed-banner{ height:600px; }
  .fs-full-bleed-banner .fs-full-bleed-img{ height:100%; object-fit:cover; object-position:center; }
}

}