/* =================================================
INSERATE LAYOUT
================================================= */
.inserate-wrapper{
max-width:900px;
margin:40px auto;
padding:0 20px;
width:100%;
box-sizing:border-box;
}

.inserat-card{
background:#fff;
border-radius:12px;
padding:25px;
margin-bottom:30px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
border:1px solid #e5e5e5;

width:100%;
box-sizing:border-box;
}

.headline-title{
display:block;
font-size:22px;
font-weight:bold;
text-align:center;

margin-bottom:15px;
padding-bottom:10px;

border-bottom:1px solid #eee;
}

.inserat-text{
line-height:1.6;
font-size:16px;
margin-bottom:20px;
}

.inserat-card a{
color:#000;
text-decoration:underline;
}

/* Info-Bereich */
.inserat-info{
display:flex;
gap:150px;
flex-wrap:wrap;
border-top:1px solid #eee;
padding-top:20px;
text-align:center;
}

.info-block{
flex:1;
min-width:220px;
font-size:15px;
line-height:1.6;
text-align:center;
}

.sport-logo{
width:55px;
height:55px;

margin:0 auto 10px auto;

background: #d9dce0;
border-radius:50%;

display:flex;
align-items:center;
justify-content:center;
}

.sport-logo img{
width:50px;
height:50px;

object-fit:cover;
border-radius:50%;
}

.info-title{
font-weight:bold;
text-decoration:underline;
margin-bottom:8px;
display:block;
}

/* Datum */
.inserat-datum{
border:none;
margin-top:0;
padding-top:0;
margin-bottom:20px;
text-align:center;
}

.inserat-datum a{
background:#e6f0ff;
padding:6px 12px;
border-radius:999px;
font-size:14px;
}

.info-sub{
font-size:15px;
color:#777;
margin-top:2px;
}

/* Responsive */
@media (max-width:700px){

.inserat-info{
flex-direction:column;
gap:20px;
}

.headline-title{
font-size:20px;
}

}

/* =================================================
MOBILE
================================================= */

@media (max-width:768px){

.event-box{
flex-direction:column;
text-align:center;
}

.event-logo img{
width:70px;
height:70px;
}

}


/* =================================================
LINKS
================================================= */
a.sportart-link {
  color: #777;
  text-decoration: none;
}

a.sportart-link:hover {
  text-decoration: underline;
}


/* =================================================
PAGINATION
================================================= */

.pagination{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:6px;
margin-top:30px;
}

.pagination a,
.pagination span{
display:inline-block;
min-width:36px;
padding:6px 10px;

background:#f4f6f9;
border-radius:6px;

color:#000;
text-decoration:none;
font-size:16px;
text-align:center;

box-shadow:0 2px 6px rgba(0,0,0,0.06);
}

.pagination a:hover{
background:#e4e7ec;
}

.pagination .active{
background:#dfe3ea;
font-weight:bold;
}


/* =================================================
EVENT LINKS
================================================= */

.event-links a{
color:#000;
text-decoration:none;
}

.event-links a span{
text-decoration:underline;
}

.event-links a:hover span{
text-decoration:underline;
}