.medaillen-kasten {
    background-color: #393939;
    margin-bottom:30px;
    width:100%;
    padding:35px 20px 35px 20px;
    border-radius:3px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;   
    max-width:800px;
    box-sizing:border-box;
}
.medaillen-kasten img {
    width:100%;
    height:auto;
    margin-bottom:30px;
    flex-grow:0;
    flex-grow: 0;
    display: block;
    max-width:320px;
}

.medaillen-kasten img:last-child {
    margin-bottom:0px;
}
.marginalspalte .medaillen-kasten {
    display:none;
}
.medaillen-kasten .row {
}

.erfolge-liste {
    padding: 0px 0px 0px 0px;
    /* list-style-position: outside; */
    list-style-type: none;
    font-family: "Lato";
    font-size:19px;
    line-height:29px;
    color:#F75724;
    margin-top:0px;
    margin-bottom:0px;
}
.erfolge-liste li {
    margin-bottom:12px;
    position: relative;
  padding-left: 20px;
}
.erfolge-liste li::before {
    content: "•"; /* Bullet */
    position: absolute;
    left: 0; /* Position des Bullets */
  }
.erfolge-liste li:last-child {
    margin-bottom:0px;
}
.erfolge-liste .event {
    color:#393939;
}
.erfolge-liste+h3 {
    margin-top:40px;
}
h3.erfolge-header {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

@media(min-width:738px){
    .medaillen-kasten {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    
    .medaillen-kasten img:first-child {
        margin-bottom: 30px;
    }

    .medaillen-kasten .row {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .medaillen-kasten img {
        width: calc(0.38 * 100vw);
        max-width:320px;
    }    

    .medaillen-kasten .row img {
        flex-basis: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom:0;
    }
    .medaillen-kasten .row img:first-child {
        margin-right:12.5px;
    }
    .medaillen-kasten .row img:last-child {
        margin-left:12.5px;
    }
}

@media(min-width:750px){
    .medaillen-kasten {
        margin-bottom:40px;
    }
}


@media(min-width:1200px){
    .spalten-links .medaillen-kasten {
        display:none;
    }
    .marginalspalte .medaillen-kasten {
        display:flex;
    }
    .medaillen-kasten {
        max-width:300px;
    }
    .medaillen-kasten .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .medaillen-kasten .row img {
        flex-basis: auto;
        margin-bottom:30px;
    }
    .medaillen-kasten img {
        width:100%;
        max-width:320px;
        height:auto;
        margin-bottom:30px;
        flex-grow:0;
        flex-grow: 0;
        display: block;
    }
    .medaillen-kasten .row img:first-child {
        margin-right:0px;
        margin-left:0px;
    }
    .medaillen-kasten .row img:last-child {
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0;
    }
}

@media(min-width:1350px){
    .medaillen-kasten {
        max-width:315px;
    }
}

@media(min-width:1550px){
    .medaillen-kasten {
        max-width:330px;
    }
}