body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10px;
  background-color: #B1CAF3;
  margin: 0;
}

.d-block{
    display: block;
}

.mb-16{
    margin-bottom: 1rem;
}

.mb-24{
    margin-bottom: 1.5rem;
}

.container-img{
    background-image: url('images/hg-haupt-gr2.jpg');
    background-repeat: no-repeat;
    min-height: 300px;
    padding: 0 1.25rem;
}

.container{
    width: 100%;
    overflow: hidden;
}

.container-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper{
    padding: 1.25rem;
}

.content-text-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-wrapper-head{
    margin-bottom: 1rem;
}

.row{
    display: flex;
}

.gap-3{
    gap: 1.5rem;
}

.w-100{
    width: 100%;
}

.ptb-16{
    padding: 1rem 0;
}

h1, .h1{
    font-size: 1rem;
    color: #666666;
}

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

.color-violet{
    color: #330066;
}

.color-blue-light{
    color: #004080;

}

.font-size-10{
    font-size: 10px;
}

.font-size-12{
    font-size: 12px;
}

.font-size-16{
    font-size: 1rem;
}

.col-4{
    width: 33.3333%;
}
.content-text{
    margin-bottom: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-center{
    text-align: center;
}

.img-responsive{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture-winner{
    height: 280px;
}

.td-head{
    background-color: #004080;
    color: #ffffff;
    font-size: 1rem;
    padding: .5rem;
    width: 50%;
}

.tr-content{
    background-color: #FFFFFF;
}

.tr-content:nth-child(odd){
    background-color: #f8f8f8;
}

.td-content{
    font-size: .75rem;
    padding: .75rem 0 .75rem .5rem;
}

.td-content.font-size-16{
    font-size: 1rem;
}