

/* Techniker */
#technicians {
    padding: 50px 0;
}

.technician {
    margin-bottom: 20px;
    width: 80%;
    overflow: hidden;
    
    
}

.techimg{
    width: 300px; 
}

.technician h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.technician p {
    color: #666;
    line-height: 1.6;
}

.placeholder {
    color: #999;
}

.unserteam{
text-align: center;
}
@media (max-width: 600px) {

    .techimg{
        width: 70%; 
    }
    .technician{
        margin-bottom: 10%;
        margin-right: 10%;
    margin-left: 10%;
    }

}
