
.ekey-mediacenter h3 {

    margin-top: 5px;
    margin-bottom: 5px;

}

.ekey-mediacenter h2{
font-size: 30px !important;
margin-top: 1em !important; 
    margin-bottom: 10px !important;

}


.media-ekey-wall {
    display: flex;
    flex-wrap: wrap;
    
    gap: 20px;
    }


.media-ekey-box {

    background: #f9f9f9;
    width: 22%;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

 .media-titel {

    font-size: 14px !important;
   
}

.sprachen-mediacenter {
    display: flex;
    justify-content: center;
}

.sprache-mediacenter-link {
    padding: 0 2px 0 2px;
    font-size: 14px;
}

.ekey-mediacenter table {
width: 100%;

}
.ekey-mediacenter td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
    width: 50%;
  }
  
  .ekey-mediacenter tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  div#filterDiv {
    display: flex;
    align-items: flex-end;
    gap: 25px;
    margin-bottom: 40px;
}

.media_1_4 {
    width: 25%;
}

.ekey-mediacenter select {

    width: 100%;
}

div#filterDiv p {

    margin-bottom: 5px;
}


.anwedung_title {

margin-top: 100px !important;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 16px;
}

.ekey-mediacenter tr:hover {

background: #ebebeb;

}