

.webinar_auflistung {
    display: block;
    flex-wrap: wrap;
    margin-top: 10px;
}

.webinar_auflistung ul {
    display: flex;
    flex-wrap: wrap;
}

.webinar_auflistung ul li {
    list-style: none;
    padding: 5px;
}

.webinar_anmeldung {
    max-width: 275px;
    display: block;
    position: relative;
    overflow: hidden;
	padding: 20px;
    border: 2px solid #4f628e;
    border-radius: 10px;
    margin: 10px auto;
}

.webinar_anmeldung img {
    max-width: 275px;
	width: 100%;
}

.webinar_bezeichnung {
    color: #000000; 
 /* background: rgba(255,255,255,0.20);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0; */
}

.webinar_bezeichnung h1 {
    margin-top: 14px;
    margin-bottom: 2px;
}
.webinar_bezeichnung p {
    margin: 10px;
}




.team_auflistung {
    display: block;
    flex-wrap: wrap;
    margin-top: 10px;
}

.team_auflistung ul {
    display: flex;
    flex-wrap: wrap;
}

.team_auflistung ul li {
    list-style: none;
    padding: 18px;
}

.team_mitglied {
    max-width: 275px;
    display: block;
    position: relative;
    overflow: hidden;
}

.team_mitglied img {
    max-width: 275px;
	width: 100%;
}

.team_bezeichnung {
    color: #162955; 
 /* background: rgba(255,255,255,0.20);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0; */
}

.team_bezeichnung h1 {
    font-size: 1.2em;
    margin-top: 14px;
    margin-bottom: 2px;
}
.team_bezeichnung p {
    font-size: 0.8em;
    margin: 0;
}
.fa-linkedin {
    /* Stile für das LinkedIn-Symbol */
    color: #0077b5; /* LinkedIn-Blau */
    font-size: 20px; /* Passen Sie die Größe nach Bedarf an */
    margin-left: 10px; /* Passen Sie den Abstand zum Text nach Bedarf an */
  }

  