/*********************************
    Allgemeine Einstellungen
*********************************/


.container {
    margin-top: 200px;
}
h5 {
    margin-top: 40px;
}
p i {
    margin: 0px 0 20px 0;
    display: block;
}

li.breadcrumb-item.active.right {
    position: absolute;
    right: 20px;
}
li.breadcrumb-item.active.right:nth-child(3) {
    right: 100px;
}
li.breadcrumb-item.active.right:last-child {
    right: 200px;
}
