body.smallheader header div.intro-text {
    padding-top: 80px;
    padding-bottom: 20px;
}

body.smallheader header div.intro-text div.intro-heading {
    margin-top: .5em;
}

#begehungen div.timeline-image {
    width: 100px;
    height: 100px;
    margin-left: -10px;
    background-color: #bbb;
}

#begehungen div.timeline-image i.fa {
    font-size: 50px;
    margin-left: 0;
    margin-top: 0;
}

@media(min-width:768px) {
    body.smallheader header div.intro-text {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    body.smallheader header div.intro-text div.intro-heading {
        margin-top: 0;
    }

    #begehungen div.timeline-image {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    #begehungen div.timeline-image i.fa {
        font-size: 50px;
        margin-left: -12px;
        margin-top: -12px;
    }

}

@media(min-width:992px) {
    #begehungen div.timeline-image i.fa {
        font-size: 50px;
        margin-left: -43px;
        margin-top: -44px;
    }
}

body.smallheader section div.row h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    word-break: break-word;
}

body.smallheader section div.row h2 {
    margin-top: 1em;
    margin-bottom: .5em;
    word-break: break-word;
}

.userimpression {
    margin: 5px;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #bbb;
    overflow: hidden;
}

.userimpression span.diagonal {
    background-color: rgb(254, 201, 21);
    white-space: nowrap;
    position: absolute;
    padding: 5px 100px;
    min-width: 300px;
    transform: rotate(-45deg) translate(-62%, 0);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    top: -125px;
    box-sizing: border-box;
}

header div.container div.intro-heading,
div.timeline-heading h4 {
    word-break: break-word;
}

.btn-xl {
    white-space: break-spaces;
}

header div.container div.intro-text section.bg-light-gray {
    padding: 40px;
}

.btn.btn-xl.space,
.btn.btn-l.space {
    margin: 1em;
}

.btn.btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

div.alert {
    color: #333;
}
