strong {
    font-weight: bold;
}

.details-content .breadcrumbs li {
    padding-bottom: 5px;
}

b {
    font-weight: 400;
}

header .menu-container .full-menu .language li a.active {
    color: #e7173e;
}

#mapDetail {
    height: 450px;
}

.nav-category {
    display: none;
}

.no-uppercase {
    text-transform: none;
}

.main-content ul {
    list-style: disc;
    padding-left: 19px;
}

.main-content li {
    line-height: 28px;
    color: #808080;
    font-size: 19px;
    font-weight: 300;
    font-style: italic;
}

header .container-header {
    background: #424242;
}

header .container-header {
    height: auto;
}

header .container-header .slide-info .slide-control-box .post-number {
    height: 58px;
}

header .container-header .slide-info .slide-post-logo {
    margin-top: 0;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

p {
    margin: 0 0 15px;
}

.content-page {
    padding-top: 20px;
}

.content-page a {
    color: #b51434;
}

.content-page h1 {
    font-size: 46px;
    color: #b51434;
    font-weight: 100;
    margin-bottom: 10px;
}

.content-page p {
    line-height: 28px;
    color: #808080;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 300;
}

.content-page h2 {
    font-size: 28px;
    margin: 0 0 10px;
    color: #b51434;
    font-weight: 300;
}

.content-page h3 {
    font-size: 26px;
    margin: 0 0 10px;
    color: #b51434;
    font-weight: 300;
}

.content-page h4 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #b51434;
    font-weight: 300;
}

.content-page .breadcrumbs {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.content-page .breadcrumbs li {
    display: inline-block;
}

.content-page .breadcrumbs li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #dedede;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #1f1f1f;
    background-color: #383838;
    display: inline-block;
}

.content-page .breadcrumbs li:after {
    content: "";
    font-family: icomoon;
    font-size: 15px;
    color: #383838;
    padding-left: 10px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.content-page .breadcrumbs li:last-child:after {
    display: none;
}

.content-page .subtitle-bg {
    width: 100%;
    display: block;
    background-color: #e4e4e4;
    height: 13px;
    margin-bottom: 15px;
}

.content-page .subtitle-bg .single-subtitle {
    font-size: 14px;
    color: #707070;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    background-color: #e4e4e4;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 40px;
}

header .menu-container .full-menu .primary-menu li.have-dropdown .dropdown-level-two .quantity {
    border-radius: 4px;
    line-height: 15px;
}

.btn {
    font-size: 15px;
    color: #f0f0f0;
    text-transform: uppercase;
    padding: 9px 25px;
    background-color: #707070;
    margin-bottom: 20px;
    border-radius: 3px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn.btn-primary {
    background-color: #b51434;
    color: #f0f0f0;
}

.btn-block {
    display: block;
    text-align: center;
}

.content-page .btn {
    color: #f0f0f0;
}

.content-page .btn.btn-primary {
    color: #f0f0f0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b51434;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #b51434;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #f0f0f0;
    cursor: default;
    background-color: #b51434;
    border-color: #b51434;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
    display: block;
}

.img-responsive-normal {
    max-width: 100%;
}

.content-image {
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    padding: 5px;
    background: #fff;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.content-image.pull-right {
    margin: 0 0 15px 15px;
}

.lSSlideWrapper {
    max-width: 80%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.lSSlideOuter {
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    color: #808080;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: auto;
}

.map-header {
    padding-top: 55px;
}

.gallery-link {
    display: block;
    position: relative;
}

.gallery-row .content-image {
    margin-bottom: 25px;
}

.gallery-link h4 {
    background-color: rgba(224, 224, 224, 0.8);
    color: #383838;
    padding: 17px 30px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    font-size: 27px;
    margin: 0;
    width: 100%;
    min-height: 88px;
}

.gallery-link h4 span,
.category-link h4 span {
    display: inline-block;
    background-color: #b51434;
    border-radius: 4px;
    border: 1px solid #d7153a;
    color: #dedede;
    font-size: 17px;
    font-weight: 400;
    padding: 3px 8px;
    position: absolute;
    top: -13px;
    right: 10px;
}

.content-page .subtitle-bg.big {
    height: 22px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.content-page .subtitle-bg.big .single-subtitle {
    font-size: 24px;
    color: #383838;
    margin: 0;
    position: relative;
    font-weight: 300;
}

.content-page .subtitle-bg.big .single-subtitle:before {
    content: " ";
    left: -40px;
    background: #e4e4e4;
    height: 22px;
    top: 3px;
    width: 40px;
    position: absolute;
}

.category-link {
    display: block;
    position: relative;
    padding-bottom: 61px;
}

.category-link h4 {
    background-color: rgb(56, 56, 56);
    color: #ffffff;
    padding: 17px 30px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    font-size: 27px;
    margin: 0;
    width: 100%;
}

.newsletter h1 {
    margin: 20px 0;
}

.start-category {
    display: none;
}

header .slide-cont .overlay-bg .content-overlay .text-slide {
    line-height: 28px;
    font-size: 22px;
    color: #dedede;
    font-weight: 300;
    font-style: italic;
    max-width: 500px;
    text-align: center;
    background: rgba(0, 0, 0, 0.52);
    padding: 10px;
    border-radius: 5px;
}

header .menu-fixed .toggles .menu-lang {
    padding-top: 23px;
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #1c1c1c;
    background-color: rgba(36, 36, 36, 0.9);
    display: block;
    float: left;
    color: #dedede;
    cursor: pointer;
    border-left: 0;
    position: relative;
}

header .menu-fixed .toggles {
    overflow: visible;
}

header .menu-fixed .toggles .menu-lang .menu-sub-lang {
    padding-top: 23px;
    padding-bottom: 19px;
    padding-left: 19px;
    padding-right: 20px;
    border: 1px solid #1c1c1c;
    background-color: rgba(36, 36, 36, 0.9);
    display: block;
    float: left;
    color: #dedede;
    cursor: pointer;
    position: absolute;
    left: -1px;
    top: 100%;
    display: none;
}

header .menu-fixed .toggles .menu-toggle,
header .menu-fixed .toggles .search-toggle {
    height: 60px;
}

header .menu-fixed .toggles .menu-title {
    cursor: pointer;
}

header .menu-fixed .toggles .menu-title:hover {
    background-color: #b51434;
    border-color: #b51434;
}

header .menu-fixed .toggles .menu-lang:hover {
    background-color: #b51434;
}

header .menu-fixed .toggles .menu-lang:hover .menu-sub-lang {
    display: block;
}

header .menu-fixed .toggles .menu-lang .menu-sub-lang:hover {
    background-color: #b51434;
}

header .menu-fixed .toggles .menu-title,
header .menu-fixed .toggles .menu-lang {
    height: 60px;
}

@media (max-width: 767px) {
    header .container-header .slide-info .slide-post-logo {
        margin-top: 55px;
        width: 100px;
        height: 85px;
    }

    header .container-header .slide-info .slide-control-box .post-number {
        height: 46px;
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    header .slide-cont .slick-slide {
        min-height: 0;
    }

    header .slide-cont .slick-slide img {
        min-height: 0;
    }
}

/* Categorie Namens Zusatz */
header .menu-container .full-menu .primary-menu li.category-zusatz a .quantity {
    right: 8px;
}

header .menu-container .full-menu .primary-menu li.category-zusatz a {
    line-height: 22px;
    padding: 17px 0 17px 30px;
}

header .menu-container .full-menu .primary-menu li.category-zusatz a:hover small {
    color: #a8a8a8;
}

header .menu-container .full-menu .primary-menu li.category-zusatz a small {
    font-size: 14px;
    color: #a8a8a8;
}

span#category-zusatz {
    font-style: italic;
}

.page-title.category-zusatz small {
    font-size: 65%;
}

.page-title.category-zusatz {
    line-height: 36px;
    margin-bottom: 15px;
}

/* ./ Categorie Namens Zusatz */

/* Startseite Slider */
@media (max-width: 520px) {

    header .slide-cont .overlay-bg .content-overlay {
        margin: 0;
    }

    header .slide-cont .overlay-bg .content-overlay .text-slide {
        display: none;
    }

    header .slide-cont .slick-track {
        height: inherit;
    }

    header .slide-cont .overlay-bg .content-overlay .slide-button {
        margin-left: -50px;
    }

    header .slide-cont .slick-slide img {
        width: 591px;
        height: 100%;
    }

    header .slide-cont .slick-slide {
        height: auto;
    }

    header .slide-cont .slick-list.draggable {
        height: 350px !important;
    }

    .front-page header .container-header {
        height: 26vh;
    }

    .front-page header .slide-cont,
    .front-page header .slide-cont img.img-responsive {
        height: inherit;
    }

    .front-page header .slide-cont img.img-responsive {
        width: unset;
        max-width: fit-content;
        margin-left: -95px;
        height: inherit;
    }
}


/* ./ Startseite Slider */
.overlay-text .red-button {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #f0f0f0;
    padding: 20px 0;
    background-color: #b51434;
    display: block;
    width: 220px;
    margin: 20px auto;
    text-align: center;
    border-radius: 3px;
}

.overlay-text .red-button:hover {
    background-color: #d01f42;
}

#showOwlSlider {
    display: none;
}

/* Startseite Geschäfteslider Mobil und Desktop */
@media (max-width: 601px) {
    #showOwlSlider {
        display: block;
    }

    .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        background: rgba(28, 28, 28, 0.85) !important;
        color: #fff !important;
        width: 50px;
        height: 50px;
        font-size: 40px !important;
    }

    .owl-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: -5px !important;
    }

    .owl-carousel .owl-nav .owl-next {
        float: right;
        margin-right: -5px !important;
    }

    .owl-carousel .owl-nav .owl-prev span,
    .owl-carousel .owl-nav .owl-next span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #showOwlSlider .shopCategoryImage {
        display: block;
        position: relative;
    }

    #showOwlSlider .shopCategoryImage .carousel-text {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: left;
        padding-left: 15px;
        height: 80px;
        background-color: rgba(224, 224, 224, 0.8);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #showOwlSlider .shopCategoryImage .carousel-text span {
        display: inline-block;
        background-color: #b51434;
        border-radius: 13px;
        border: 1px solid #d7153a;
        color: #dedede;
        font-size: 17px;
        font-weight: 400;
        padding: 3px 8px;
        position: absolute;
        bottom: 25px;
        right: 10px;
    }

    #showOwlSlider .shopCategoryImage .carousel-text h2 {
        font-size: 30px;
        line-height: 80px;
        font-weight: 300;
    }

    #showOwlSlider h4 {
        color: #383838;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c4c4c4;
    }

    #showOwlSlider h3 {
        font-size: 31px;
        font-weight: 300;
        color: #b51434;
        display: block;
        text-align: center;
        padding: 20px 0;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #c4c4c4;
    }

    #showOwlSlider p {
        font-weight: 300;
        font-size: 17px;
        font-style: italic;
        color: #707070;
        text-align: center;
        width: 100%;
        display: block;
        padding: 20px 0;
        border-top: 1px solid #f0f0f0;
        max-width: 315px;
        margin: 0 auto;
        line-height: 23px;
    }

    #showOwlSlider .red-button {
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        color: #f0f0f0;
        padding: 20px 0;
        background-color: #b51434;
        display: block;
        width: 220px;
        text-align: center;
        border-radius: 3px;
        margin: 0 auto;
        margin-bottom: 3px;
    }

    #showOwlSlider .red-button:hover {
        background-color: #d01f42;
    }

    #hideRoundSlider {
        display: none;
    }
}

@media (max-width: 520px) {
    header .slide-cont .overlay-bg .content-overlay {
        bottom: unset;
        top: 90px;
    }

    header .slide-cont .overlay-bg .content-overlay .slide-button {
        margin-left: -100px;
    }
}

@media (max-width: 414px) {

    header .slide-cont .overlay-bg .content-overlay .slide-button {
        margin-left: -50px;
    }
}

@media (max-width: 375px) {
    header .slide-cont .overlay-bg .content-overlay .slide-button {
        margin-left: -100px;
    }
}

/* ./ Startseite Geschäfteslider Mobil und Desktop */

/* Landingpage /support-your-local/ */
.btn--red-standalone {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #f0f0f0 !important;
    padding: 20px 0;
    background-color: #b51434;
    display: inline-block;
    width: 220px;
    margin: 20px 0;
    text-align: center;
    border-radius: 3px;
}

.btn--red-standalone:hover {
    background-color: #d01f42;
}

.btn--red-standalone.btn--facebook {
    background-color: #3b5998;
}

.btn--red-standalone.btn--facebook:hover {
    background-color: #4267b2;
}

.btn--red-standalone.btn--instagram {
    background: #d6249f;
    /* Original Instagram Gradient */
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
    /* Customized Gradient */
    background: radial-gradient(circle at -4% 158%, #fdf497 10%, #fdf497 -7%, #FD5949 29%, #d6249f 63%, #285AEB 120%);
}

.btn--red-standalone.btn--instagram:hover {
    filter: brightness(1.1);
}

.btn--red-standalone.btn--facebook,
.btn--red-standalone.btn--instagram {
    font-weight: 500;
    font-size: 1.1rem;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.landing--cta-outer {
    padding: 40px 0 25px 0;
    background: #f5f5f5;
}

.landing--cta {
    text-align: center;
}

.landing--cta .landing--cta-inner {
    height: 100%;
}

@media (max-width: 480px) {
    .landing--cta-outer {
        padding: 40px 0 40px 0;
    }

    .landing--cta .landing--cta-inner a {
        display: block;
        margin: 15px auto 5px auto;
    }
}

@media (min-width: 992px) {
    .image--grid-landing {
        margin-bottom: 30px;
    }

    .image--grid-landing .image--grid-item-container {
        position: relative;
        margin-top: 30px;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item {
        border-radius: 3px;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: background 0.5s ease;
    }

    .image--grid-landing .image--grid-item-container:hover .image--grid-item-overlay {
        display: block;
        background: rgba(0, 0, 0, .3);
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-title {
        position: absolute;
        width: 100%;
        left: 0;
        top: 120px;
        font-weight: 700;
        font-size: 26px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        z-index: 1;
        opacity: 0;
        transition: top .5s ease, opacity .5s ease;
    }

    .image--grid-landing .image--grid-item-container:hover .image--grid-item-title {
        top: 80px;
        opacity: 1;
    }

    .image--grid-landing .image--grid-item-container.image--grid-item-threelining:hover .image--grid-item-title {
        top: 60px;
        opacity: 1;
    }

    .image--grid-landing .image--grid-item-container.image--grid-item-withoutbutton:hover .image--grid-item-title {
        opacity: 1;
        top: 100px;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 14%;
        text-align: center;
        opacity: 0;
        transition: opacity .55s ease;
    }

    .image--grid-landing .image--grid-item-container.image--grid-item-threelining .image--grid-item-button {
        bottom: 10%;
        transition: opacity .55s ease;
    }

    .image--grid-landing .image--grid-item-container:hover .image--grid-item-button {
        opacity: 1;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button .btn--red-standalone {
        text-align: center;
        padding: 13px 13px;
        font-size: .9rem;
        font-weight: 500;
        z-index: 1;
    }
}

@media (max-width: 1025px) {
    .image--grid-landing .image--grid-item-container .image--grid-item-title {
        opacity: 1;
        font-size: 1rem;
        top: unset;
        bottom: 50px;
        margin: 0;
        line-height: 1.2;
    }

    .image--grid-landing .image--grid-item-container.image--grid-item-threelining .image--grid-item-title {
        bottom: 40px;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-overlay {
        opacity: 1;
        height: 40%;
        bottom: 0;
        top: unset;
        background: rgba(0, 0, 0, .3);
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button {
        opacity: 1;
        padding: 0 15px;
        bottom: -10px !important;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button .btn--red-standalone {
        width: 100%;
        padding: 8px 8px;
        font-size: 0.7rem;
    }
}

@media (max-width: 991px) {
    .image--grid-landing .image--grid-item-container .image--grid-item-overlay {
        display: none;
    }

    .image--grid-landing .image--grid-item-container {
        margin-top: 30px;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item {
        border-right: 3px;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-title {
        text-align: center;
        font-weight: 500;
        font-size: 1rem;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button {
        padding: 0;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button .btn--red-standalone {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 768px) {

    .image--grid-landing .image--grid-item-container .image--grid-item-title {
        margin: 5px 0;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button {
        padding: 0;
    }
}

@media (max-width: 578px) {

    .image--grid-landing .image--grid-item-container .image--grid-item-title {
        margin: 8px 0;
        font-size: 1.3rem;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button .btn--red-standalone {
        padding: 12px;
        font-size: 1rem;
    }
}

@media (max-width: 420px) {

    .image--grid-landing .image--grid-item-container .image--grid-item-title {
        margin: 6px 0;
        font-size: 1.1rem;
    }

    .image--grid-landing .image--grid-item-container .image--grid-item-button .btn--red-standalone {
        padding: 10px;
        font-size: .8rem;
    }
}

/* ./ Landingpage /support-your-local/ */

.carousel-section .info-box .red-button {
    margin-bottom: 25px;
}