.JournalWidget .row {
    margin-left: 0;
    margin-right: 0;
}

.LatestJournalEntriesWidget img {
    width: 100%;
}

.LatestJournalEntriesWidget .body {
    display: table;
}

.LatestJournalEntriesWidget .body > div {
    display: table-cell;
    background-color: #dfdfdf;
    float: none;
    padding: 0;
    border-style: solid;
    border-color: #fff;
    border-width: 0 10px 0 10px;
}

.LatestJournalEntriesWidget .body > div > div {
    float: none;
}

.LatestJournalEntriesWidget .summary {
    padding: 15px;
}

.JournalWidget {
    margin-bottom: -75px;
}

.JournalWidget .construction-journal {
    margin: 0;
}

.JournalWidget .header {
    background-color: #a9a9a9;
    color: #fff;
}

.journal-content {
    padding: 35px 0;
}

@media (min-width: 768px) {
    .construction-journal {
        float: left;
    }

    .construction-journal {

    }
}

.journal-sidebar {

    text-align: center;
}

.journal-sidebar h2 {
    clear: both;
    margin: 40px 0 5px;
}

.journal-sidebar form {
    position: relative;
    margin: 0;
    padding: 0;

}

.journal-sidebar input {
    background-color: #ababab;
    color: #fff;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 0;
    width: 100%;
    border: none;
}

.journal-sidebar input:hover,
.journal-sidebar input:active {
    border: none;
    box-shadow: none;
}

.journal-sidebar button {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background: url(../images/lupe2.png) scroll no-repeat center;
}

.tags {
    margin: 0;
    line-height: 28px;
    width: auto;
}

.tags a {
    padding: 0px 4px;
    background-color: #737373;
    color: #fff;
    text-decoration: none;
    margin: 0 4px 4px 0;
    line-height: 20px;
    display: inline-block;
}

.date {
    color: #333;
    font-size: 12px;
    font-family: "Myriad W01 SmBd";
    margin: 0 0 10px 0;
}

.journal-content .date {
    margin: 0 0 25px 0;
    font-size: 15px;
}

.journal-image {
    margin: 35px 0 25px;
}

.prev a, .next a {
    display: block;
    text-decoration: none;
    font-family: "Myriad W01 Regular";
    font-size: 22px;
    margin: 30px 0 0;
}

.prev a {
    background: url(../images/pfeillinks.png) scroll no-repeat left center;
    padding: 10px 0 10px 40px;
}

.next a {
    background: url(../images/pfeilrechts.png) scroll no-repeat right center;
    padding: 10px 40px 10px 0;
    text-align: right;
}

.journal-content img {
    width: 100%;
}
