.unternehmen-thumbnail-url {
overflow:hidden;
position:relative;
width:100%;
}
.overlay {
position: absolute;
top: calc(50% - 25px);
left: -50px;
width: calc(100% + 100px);
height: 50px;
background-color: rgba(255,0,0,0.7);
color: white;
font-size:1.2em;
text-align: center;
line-height: 50px;
transform: rotate(-30deg);
transform-origin: center;
font-weight: bold;
z-index: 1000;
}
.ogreen {
background-color: rgba(149,193,31,0.7);
}
.unternehmen-liste {
display:flex;
gap:50px;
flex-wrap:wrap;
justify-content:center;
}
.unternehmen-liste .azubitour {
background-image: linear-gradient(90deg, #0b6cb7 0%, #e8207d 90%);
font-size:1.5em;
}
.unternehmen-liste .academicmatch {
background-image: linear-gradient(213deg, #0075be 0%,#3aaa35 100%);
font-size:1.3em;
}
.unternehmen-liste .extra {
padding:10px;
text-align:center;
color:white;
font-weight:bold;
}
.unternehmen-liste .unternehmen-item {
display:flex; 
justify-content:space-between;
flex-direction:column;
flex-grow:1;
}
.unternehmen-liste .unternehmen-route-durchgang {
text-align: center;
margin-top: 20px;
font-size: 20px;
font-weight: bold;
color: #06529a;
}
.unternehmen-liste .iit-logo-wrapper {
display: flex;  
flex-direction:column; 
justify-content: center;
}
@media screen and (min-width:768px) {
.unternehmen-liste .iit-logo-wrapper {
aspect-ratio: 1 / 1;
}
}