ul {
    margin-bottom: 1em;
}

.psemcont {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
}

.psemcont > div {
    display: flex;
    margin-bottom: 1.5rem;
}

.picon {
    width: 4rem;
    height: 4rem;
    padding-right: 1rem;
}

.pleist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 6rem;
    margin-top: 2rem;
    text-align: center;
}

.pleist > div {
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
}

.ptitle {
    color: #00a5db;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}


.p2c {
    display: grid;
    grid-template-columns: minmax(100px, 4rem) minmax(200px, 16rem);
    grid-gap: 1rem;
}

.p2c > div:nth-child(odd) {
    font-weight: bold;
}

.p-dots {
    list-style: circle;
    padding-left: 1em;
}


/*  Styles zum Testen für company/index.html Seite. Wenn nicht gebraucht, dann rauslöschen */
.p3c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 4rem;
}

.p-hero-cont {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.p-hero-cont > h1{
    text-align: center;
}



.plist > li {
    list-style: disc;
    margin-left: 1rem;
}

.youtube {
    margin-bottom: 1em;
}