.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.tour-next {
    gap: 10px;
}

.quotes {
    gap: 1.2rem;
}

.quotes .quote--container {
    flex: 1 1 auto;
}

.d-flex.life-is-now{
    justify-content: space-between;
    align-items: center;
}

.py.life-is-now{
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .flexcolumn-sm {
        flex-direction: column !important;
    }

    .life-is-now .responsive {
        height: 10rem;
    }

    .tour-data .card {
        flex: 1;
    }
}

@media (max-width: 1024px) {
    .flexcolumn-md {
        flex-direction: column !important;
    }
}

@media (min-width: 768px) {
    .quotes .quote--container {
        flex: 1 1 45%;
    }

}

@media (min-width: 1024px) {
    .quotes .quote--container {
        flex: 1 1 20%;
    }
}

.btn-hlz {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #d31e3c;
    border-radius: 1.9rem;
    background-color: #d31e3c;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-hlz:active:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, .5);
}

.btn:active {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn:hover {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 2rem !important;
}

.m-1 {
    margin: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.bg-transparent {
    /* background: #efe2e2a3; */
    border-radius: 0.375rem;
    /* width: 100%; */
}

.tour-data {
    background-color: #0069AD;
    padding: 3px;
}

.londonbus {
    background: url('/img/content/startseite/londonbus_herzenssache.png') no-repeat;
    background-position: center;
    background-size: contain;
}

.tour-data,
.tour-data h1 {
    color: white;
}

.tour-data h2 {
    margin-top: 16px;
    margin-bottom: 8px;
    color: black;
}

.station h2 {
    font-size: 20px;
    color: black;
}

.tour-data div p {
    margin-bottom: 2rem;
}

.flexcolumn {
    flex-direction: column;
}

.quote .flexbox {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.quote .card-body {
    margin-top: 2rem;
}

.card-circle {
    padding: 1.5em .5em .5em;
}

.card-circle img.circle {
    width: 7rem;
}

.tour-data .flexcolumn {
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.tour-data .flexcolumn h2 {
    margin: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #212529;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.375rem;
}

.card img {
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    height: 100%;
    width: 100%;
}

button.calendar,
a.calendar,
a.location {
    display: flex;
    font: normal 8.5pt/2 "open_sansbold", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #0069b0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

button.calendar{
    background: transparent;
    border: 0;
    cursor: pointer;
}
button.calendar::before,
a.calendar::before {
    content: url(../img/calendar.svg);
    margin-right: 9px;
}

a.location::before {
    content: url(../img/location.svg);
    margin-right: 9px;
}

.flexbox-2-1>div:first-of-type {
    flex-basis: calc(50% - 100px / 2);
    margin: 0 50px 0 0;
}

.flexbox-2-1>div:nth-of-type(2) {
    flex-basis: calc(50% - 100px / 2);
}

.flexbox-1-2>div:first-of-type {
    flex: 1 1 50%;
}

.flexbox-1-2>div:nth-of-type(2) {
    flex: 1 1 50%;
}

.flexbox-3-1>div:first-of-type {
    /* margin: 0 50px 0 0; */
    flex-basis: calc(80% - 50px / 2);
}

.flexbox-3-1>div:nth-of-type(2) {
    flex-basis: calc(20% - 0px / 2);
}

.flex-0-5 {
    flex: 0.5;
}

.quote {
    position: relative;
    margin-left: .6em;
    /* letter-spacing: .03em;
    margin-bottom: .5rem; */

    &:before {
        content: '\201c';
        position: absolute;
        left: -.6em;
    }

    &:after {
        content: "”";
        margin-right: -1rem;
    }
}

.quote--container {
    /* margin: 4.5rem auto 0; */
    /* width: 17em; */
    /* border-bottom: 2px dotted #C6D1BF; */
    /* padding-bottom: .5rem; */
}

.quote--highlight {
    color: #D24335;
}

.quote--author {
    font-family: 'Open Sans Condensed';
    font-size: .8rem;
    text-align: center;
    font-weight: 300;
}