/** STORE LIST PAGE **/
.dd-detail-content-top {
    background: #F2F2F3;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.dd-detail-data {
    margin-top: 0 !important;
    padding: 24px 0;
    overflow: hidden;
}

.dd-detail-actions {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .dd-detail-data {
        padding: 32px 0;
    }
}

@media screen and (min-width: 992px) {
    .dd-detail-data {
        padding: 48px 0;
    }

    .dd-detail-actions {
        column-gap: 32px;
        flex-direction: row;
        justify-content: flex-end;
    }
}

.dd-detail-content-top .kmt-detail-media-top {
    margin-top: 0;
}

.dd-store-map {
    background: rgba(0, 0, 0, 0.2);
    margin: 20px 0 40px 0;
    width: 100%;
}

.dd-stores-dropdown {
    margin: 15px 0 25px 0;
}

.dd-store-list {
    display: table;
    position: relative;
}

.dd-store-info {
    height: 100%;
    margin: 0 0 40px 0;
}


.dd-storefinder-header h4 {
    margin: 0 0 16px 0;
}

.dd-store-image {
    width: 100%;
}

.dd-store-image img {
    max-height: 248px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -10px;
}

@media (max-width: 995px) {
    .dd-store {
        width: 100% !important;
    }
}

@media (max-width: 650px) {
    .dd-storefinder-main {
        padding: 0 40px 0 40px;
    }
}

.dd-storefinder-info {
    margin: 20px 0 20px 0;
    display: table;
}

.dd-storefinder-info h4 {
    width: 100%;
    font-family: "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
    line-height: 35px;
    padding: 0 10px 0 10px;
    background-color: black;
    height: 35px;
    display: table;
    float: left;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.dd-storefinder-content img {
    width: 100%;
}

.dd-storefinder-content {
    padding: 0 0 0 0 !important;
}



/** STORE DETAILS PAGE **/

.dd-storefinder-header {
    margin-top: 0;
    padding-bottom: 0;
}

.dd-storefinder-header h1 {
    margin: 0;
    text-transform: uppercase;
    line-height: 45px;
}

.active {
    background-color: #e3e3e3;
}

.dd-store-detail-content {
    margin-bottom: 35px;
}

.dd-store-cities-list {
    margin-bottom: 0;
}

.dd-detail-content {
    width: 100%;
}

.dd-detail-content-body {
    padding: 15px 0 15px 0;
}

.dd-responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%; /* Workaround wegen Balken bei Youtube Videos */
    height: 98%; /* Workaround wegen Balken bei Youtube Videos */
}

.html5-video-player{
    background-color: #fff;
}

.dd-responsive-media {
    margin-right: 10px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.dd-detail-media img {
    margin: 0 auto;
    max-width: 100%;
}

.dd-detail-media {
    position: relative;
    text-align: left;
    width: 100%;
}

.dd-detail-content-info {
    position: relative;
}

.kmt-detail-media-top {
    margin-top: 16px;
}

.dd-detail-content-info p {
    padding: 8px 0 8px 0;
}

.dd-detail-content-info a {
    color: #141a1f;
    text-decoration: underline;
}

.dd-detail-content-info ul {
    list-style: disc;
    padding-left: 40px;
}

.dd-detail-content-info .dd-sidebar-first ul,
.dd-detail-content-info .dd-sidebar-second ul {
    list-style: none;
    padding-left: 0;
}

.dd-detail-content-info h5 {
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.dd-detail-content-info > .col-xs-12, .col-md-6{
    padding-left: 0;
}

.dd-detail-journeymap p {
    text-align: center;
}

.dd-detail-journeymap iframe {
    width: 100% !important;
}

#dd-detail-media-bottom {
    margin-bottom: 25px;
}

.dd-content {
    padding: 0 !important;
}

.slides {
    list-style: none !important;
    padding: 0 !important;
}

@media screen and (max-width: 576px) {
    .dd-storefinder-header h1 {
        font-size: 24px;
        line-height: 28px;
    }
}
