/******************************************************************************/
/*            Farben                                                          */
/******************************************************************************/

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #acacac;
}

.nav-link:focus {
    outline: none !important;
}

/*Primary************************************************/
.text-primary,
.text-primary * {
    color: #007bff !important
}

.border-primary {
    border-color: white !important
}

.bg-primary {
    background-color: white !important
}

/*Button*/
.btn-primary {
    color: #fff;
    background-color: #E56605;
    border-color: #E56605;
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #9e5d2c;
    border-color: #9e5d2c;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9e5d2c;
    border-color: #9e5d2c;
}

.btn-primary a {
    color: white;
    font-weight: bold;
}

.btn-primary a:hover {
    color: white !important;
    font-weight: bold;
}

/*Secondary**********************************************/
.text-secondary,
.text-secondary * {
    color: #6c757d !important
}

.border-secondary {
    border-color: #6c757d !important
}

.bg-secondary {
    background-color: #e56605 !important
}

/*Button*/
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

/*Success************************************************/
.text-success,
.text-success * {
    color: #28a745 !important
}

.border-Success {
    border-color: #28a745 !important
}

.bg-success {
    background-color: #28a745 !important
}

/*Button*/
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

/*Danger*************************************************/
.text-danger,
.text-danger * {
    color: #dc3545 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

/*Button*/
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}


/*Warning************************************************/
.text-warning,
.text-warning * {
    color: #ffc107 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

/*Button*/
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

/*Info***************************************************/
.text-info,
.text-info * {
    color: #17a2b8 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

/*Button*/
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

/*Light**************************************************/
.text-light,
.text-light * {
    color: #f8f9fa !important
}

.border-light {
    border-color: #f8f9fa !important
}

.bg-light {
    background-color: #B2B2B2 !important
}

/*Button*/
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

/*Dark***************************************************/
.text-dark,
.text-dark * {
    color: #343a40 !important
}

.border-dark {
    border-color: white !important
}

.bg-dark {
    background-color: #2d2d2d !important
}

/*Button*/
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

/*Muted**************************************************/
.text-muted,
.text-muted * {
    color: #6c757d !important
}

.border-muted {
    border-color: #6c757d !important
}

.bg-muted {
    background-color: #6c757d !important
}

/*Black & White & Transparent****************************/
.text-white,
.text-white * {
    color: #FFFFFF !important
}

.border-white {
    border-color: #FFFFFF !important
}

.bg-white {
    background-color: #FFFFFF !important
}

.text-black,
.text-black * {
    color: #000000 !important
}

.border-black {
    border-color: #000000 !important
}

.bg-black {
    background-color: #2D2D2D !important
}

.bg-transparent {
    background-color: transparent !important;
}

/*Links**************************************************/
/*�nderung der Linkfarbe mit Klasse .text-primary etc.!*/
a {
    color: #e56605
}

a:hover {
    color: #E56605
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}



/******************************************************************************/
/*         Font-Sizes                                                         */
/******************************************************************************/
.font-size-xxl,
.font-size-xxl * {
    font-size: 3.75rem !important
}

.font-size-xl,
.font-size-xl * {
    font-size: 3rem !important
}

.font-size-lg,
.font-size-lg * {
    font-size: 2rem !important
}

.font-size-md,
.font-size-md * {
    font-size: 1.5rem !important
}

.font-size-sm,
.font-size-sm * {
    font-size: 1.25rem !important
}

.font-size-xs,
.font-size-xs * {
    font-size: 1rem !important
}

.font-size-xxs,
.font-size-xxs * {
    font-size: .75rem !important
}

/*Headlines*/
h1 {
    margin-bottom: 1rem;
}

h2 {
    margin-bottom: 1rem;
    color: #e56605 !important;
}

h3 {
    margin-bottom: 1rem;
}

.subheader {
    margin-bottom: 1.5rem;
    font-weight: normal;
}

/******************************************************************************/
/*            Layout                                                          */
/******************************************************************************/

/*******************************/
/*Allgemeines Layout           */
/*******************************/

/*PageContentWidth*/
.container-limited {
    max-width: 1376px;
    margin: 0px auto;
}

/*Responsive-Images*/
.responsive-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.responsive-image.isPortrait {
    height: 100%;
    width: auto;
}

/*******************************/
/*Content-Layouts              */
/*******************************/

/*Zentriertes Layout************/
main#content>.align-items-center {
    text-align: center;
}

/*Text-Media********************/
html,
body {
    overflow-x: hidden;
    width: 100vw;
    max-width: 100vw;
    color: #333333 !important;
}

figure.image a {
    display: block;
    width: 100%;
    height: 100%;
}

figure {
    height: 100%;
}

/*Responsive Youtube*/
.video-embed {
    position: relative;
    /*padding-bottom: 56.25%; /* ratio 16x9 */
    min-height: 350px;
    height: auto;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.video-embed-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 766px) {
    .ce-textpic {
        flex-direction: column-reverse !important;
    }
}

@media only screen and (max-width: 1200px) {
    .ce-row {
        flex-direction: column !important;
        margin: 0px !important;
    }

    .ce-textpic .image {
        height: 200px;
    }
}



/*ContentAbst�nde***************/

/** VORABSTAND ANFANG **/
.frame-space-before-extra-small {
    margin-top: 1rem !important;
}

.frame-space-before-small {
    margin-top: 1.5rem !important;
}

.frame-space-before-medium {
    margin-top: 3rem !important;
}

.frame-space-before-large {
    margin-top: 4rem !important;
}

.frame-space-before-extra-large {
    margin-top: 5rem !important;
}

/** VORABSTAND ENDE **/

/** NACHABSTAND ANFANG **/
.frame-space-after-extra-small {
    margin-bottom: 1rem !important;
}

.frame-space-after-small {
    margin-bottom: 1.5rem !important;
}

.frame-space-after-medium {
    margin-bottom: 3rem !important;
}

.frame-space-after-large {
    margin-bottom: 4rem !important;
}

.frame-space-after-extra-large {
    margin-bottom: 5rem !important;
}

/** NACHABSTAND ENDE **/

.frame-layout-1 {
    display: flex;
    justify-content: center;
}


/******************************************************************************/
/*   Mask-Content-Elemente                                                    */
/******************************************************************************/
/*******************************/
/*Logo Slider             */
/*******************************/



/*******************************/
/*Teaser-Boxen                 */
/*******************************/
.teaserbox {
    height: 100%;
    border: none
}

.teaserbox .textWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.teaserbox.image-background .responsive-image {
    height: 100%;
    position: absolute;
}


.teaserbox .card-bg-transparent {
    background-color: rgba(255, 255, 255, 0.5);
}

.teaserbox .card-bg-transparent .card-text {
    text-shadow: 0 0 6px #fff;
}

/*******************************/
/*ImageList                    */
/*******************************/
.imageList h2 {
    padding: 0px 15px;
}

.imageList .media {
    margin: 20px 0px;
}

.imageList .media-image {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border: 3px solid #e56605 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageList .media-image img {
    height: 100%;
    width: auto;
}

/*******************************/
/*Akkordeon                    */
/*******************************/

[id^="accordion"] .card .card-header div {
    transition: all 2s;
}

[id^="accordion"].frame-default .card .card-body,
[id^="accordion"].frame-default .card .card-body .frame-default {
    padding: 0 !important;
}

[id^="accordion"].frame-default .card .card-body {
    padding-top: 20px !important;
}

[id^="accordion"] .card .card-header * {
    text-align: left !important;
}

/*Not Collapsed*/
[id^="accordion"] .card .card-header div h3 {
    background-color: var(--light) !important;
    color: var(--dark) !important;
    min-height: 50px;
}

[id^="accordion"] .card .card-header div span.indicator {
    transition: all 2s;
    display: block;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    background-color: var(--dark) !important;
}

[id^="accordion"] .card .card-header div span.indicator i {
    transition: all 300ms;
    transform: rotate(0deg);
    color: var(--light) !important;
}

/*Collapsed*/
[id^="accordion"] .card .card-header div.collapsed {
    transition: all 2s;
}

[id^="accordion"] .card .card-header div.collapsed span.indicator {
    transition: all 2s;
}

[id^="accordion"] .card .card-header div.collapsed h3 {
    background-color: var(--dark) !important;
    color: var(--light) !important;
}

[id^="accordion"] .card .card-header div.collapsed span.indicator {
    background-color: var(--light) !important;
}

[id^="accordion"] .card .card-header div.collapsed span.indicator i {
    transform: rotate(180deg);
    color: var(--dark) !important;
}

/*******************************/
/*ContactDetails               */
/*******************************/
#contactInfo .socialLink {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
}

#contact_phone_container{
    max-width: 100%;
    width: 100%;
    flex: initial;
}

/******************************************************************************/
/*        Extensions                                                          */
/******************************************************************************/


/*******************************/
/*Powermail                    */
/*******************************/

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 2px solid #38DB00;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: -3px;
    left: -9px;
    font-size: 35px;
    line-height: 0.6;
    color: #42FF00;
    transition: all .2s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999999;
}

[type="checkbox"]:disabled+label {
    color: #aaaaaa;
}

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 2px solid #600000;
}

[type="checkbox"]:checked:focus+label:before {
    border: 2px solid #42FF00;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #42FF00 !important;
    background: #ffffff;

}

/*******************************/
/*News                         */
/*******************************/

.news .card .card-img-overlay {
    top: unset;
    bottom: 50px;
}

.news .card .card-body {}

*.card-header {
    background-color: white;
    border: 1px solid rgb(209, 209, 209);
}

.news .card .btn.mediaLink {
    width: 80%;
}

.news .card .card-footer {
    height: 50px;

}

.teaserbox .card-bg-transparent {
    background-color: rgba(255, 255, 255, 0) !important;
    height: 200px
}

.card-footer {
    background-color: white;
    border: 1px solid rgb(209, 209, 209);
}

/******************************************************************************/
/*        DESIGN                                                          */
/******************************************************************************/


/***************************Menu***********************************/
#pageHeader .nav-link {
    color: rgba(51, 51, 51, 0.63) ;
    align-items: center;
}

.navbar-toggler {
    background-color: #e56605 !important;
}

#pageHeader .nav-link:hover {
    color: #333333;
}

#Home a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/home-solid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Kuechen a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/herd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Berbel a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/air-conditioning.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Bora a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/air-conditioning.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Quooker a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/tap.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Schlafen a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/bed.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Wohnen a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/003-livingroom-black-double-sofa.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Service a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/002-mover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Ueber-Uns a::before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/users-solid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Sale a::before {
    content: "";
    height: 25px;
    width: 20px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/percent-solid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#Sale a{
    font-weight: 800!important;
    color: #e56605!important;
    opacity: 0.8;

}

#Sale a:hover{
    opacity: 1;
    color: #e56605!important;
}

#Karriere a::before {
    content: "";
    height: 25px;
    width: 20px;
    margin-right: 5px;
    background-image: url(/fileadmin/Design/Icons/briefcase-solid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item a {
    display: flex;
    flex-direction: row;
}

.nav-item {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 990px) {
    .nav-item {
        display: block;
    }
}


/***************************Paralax***********************************/

.textBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #ffffff82;
    max-width: 400px;
    padding: 10px;
}



.textBox h2 {
    align-self: center;
}

.textBox p {
    align-self: center;
}


/***************************Contact***********************************/
#contact {
    color: white;
}

.powermail_form h3 {
    display: none;
}

.powermail_fieldwrap .control-label {
    display: none;
}

.powermail_fieldset {
    margin-left: 15px;
}

@media only screen and (max-width: 1000px) {
    .powermail_form {
        flex-direction: column-reverse;
    }
}

#content {
    margin-top: 50px;
}

/***************************NEWS***********************************/

@media only screen and (max-width: 1000px) {
    .header h3 {
        font-size: 1rem !important;
    }
}

.bigMedia {
    position: relative;
    height: 860px;
}

@media only screen and (max-width: 770px) {
    .bigMedia {
        height: auto;
    }
}

.bigMedia img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.newsList {
    background-color: white;
    padding: 0px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}

.news-list-view {
    min-height: 900px;
    overflow: hidden;
}

.card-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bigNews {
    padding: 0px;
}

.newsList .article {
    height: 130px !important;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: row-reverse;
    margin: 10px;
    overflow: hidden;
    justify-content: flex-end;
    width: 97% !important;
}

.newsList .card-header {
    border: none !important;
}

.detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.article a {
    color: rgb(160, 160, 160);
    text-decoration: none;
}

.article a:hover {
    color: #e56605 !important;
    text-decoration: none;
}

.article a:active {
    color: #e56605 !important;
    text-decoration: none;
}

.news .article .news-img-wrap a {
    border: none !important;
    padding: 0px !important;
}

.header h3 {
    font-size: 1.3rem;
}

.bigText {
    position: absolute;
    width: 100%;
    padding: 30px;
    background-color: rgba(233, 236, 239, 0.9);
    z-index: 1000;
    bottom: 38px;
}

.bigHeader a {
    color: grey;
    font-size: 2rem;
}

.bigText .teaser-text {
    font-size: 1.3rem;
}

.teaser-text a {
    background-color: #e56605;
    color: white;
    padding: 7px;
    font-size: 1rem;
    text-decoration: none;
}

.teaser-text a:hover {
    background-color: #D57C38;
    color: white;
    padding: 7px;
    font-size: 1rem;
    text-decoration: none;
}

.news {
    border-top: 2px solid #e9ecef;
    border-bottom: 2px solid #e9ecef;
}

@media only screen and (max-width: 1000px) {
    .bigText {
        position: initial;
    }
}

.card-image {
    object-position: top;
}

/***************************Cookie***********************************/

.om-cookie-panel {
    width: 100%;
}

.om-cookie-panel h3 {
    color: #e56605;
}

.om-cookie-panel .cookie-panel__button--color--green {
    background-color: #e76805;
}

.om-cookie-panel .cookie-panel__button--color--green:hover {
    background-color: #D57C38;
}

/***************************Contact***********************************/

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form-label {
    font-size: 1.2rem;
}

.form-input input {
    border: none;
    border-radius: .25rem;
}

#contact_phone_container,
#contact_fax_container,
#contact_email_container,
#contact_save_container,
#contact_maps_container,
.socialContainer {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/***************************Product***********************************/

.product {
    overflow: hidden;
    padding: 0px;
    flex-direction: row !important;
    box-shadow: -1px 5px 5px #b5b5b5;
    margin: 10px;
    border: 10px solid white;
    max-width: 700px;
    min-height: 300px;
}

.product-title {
    height: auto !important;
}

.productDetails {
    width: 100%;
}

.productInfoBase-groups {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.productGroup-products {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: auto !important;
    flex-wrap: wrap;
}

.productGroup-product {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.product-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.Preise {
    margin-top: 40px;
    margin-left: 50px;
}

.priceDiscount {
    color: #d01515;
}

.priceText {
    color: #ababab;
    width: 80px;
}

.product-description {
    height: auto !important;
}

.product-image {
    padding: 0px !important;
    border-bottom: none !important;
    overflow: hidden;
}

#bookmark-elements {
    border-bottom: 1px solid #d8d6d6;
    color: grey;
    font-size: 1.5rem;
    font-weight: normal;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.productInfoForm {
    margin-bottom: 50px;
}

#bookmark-elements .row {
    margin: 0px !important;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productGroup {
    border: none;
}

.productGroup button {
    border: none;
    background-color: #f0f8ff00;
    margin: 10px;
}

.item-footer {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.productGroup button {
    border-bottom: 2px solid #ffffff !important;
    outline: none !important;
    background-color: #ffffff;
}

.productGroup button:focus {
    border-bottom: 2px solid #d0d0d0 !important;
    outline: none !important;
}



/*

@media only screen and (max-width: 1500px) {
    .product{
        width: 300px!important;
        height:600px!important;
        flex-direction: column!important;
    }

}

@media only screen and (max-width: 750px) {
    .product{
        width: 300px!important;
        height:600px!important;
        flex-direction: column!important;
    }

}

*/


.bookmark-item {
    border: 2px solid #d6d6d6;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 10px;
    font-size: 1rem;
    position: relative;
}

.bookmark-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px;
    width: 80%;
}

.bookmark-price,
.priceDiscount {
    color: #d01515;
}

.bookmark-priceDiscount,
.price-detail {
    color: #000;
}

.price-detail-discount {
    color: #000;
}

.price-detail {
    color: #d01515;
}

.bookmark-item p,
.bookmark-item h6 {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 770px) {
    .bookmark-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .bookmark-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-left: 0px;
    }
}

.bookmark-delete-btn {
    padding: 0px;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0px 8px;
    border-radius: 100%;
    border: 1px solid grey;
}

.preise {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.btn-show,
.btn-notice {
    font-weight: bold;
    margin-left: 5px;
}

#notification {
    position: fixed;
    top: 0px;
    width: 100% !important;
    z-index: 10000;
    text-align: center;
    font-weight: normal;
    font-weight: bold !important;
    color: white;
    background-color: #FF7800;
    display: flex;
    padding: 5px;
    justify-content: center !important;
    align-items: center !important;
}

#notification span.dismiss {
    border: none !important;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

#notifictaion-message {
    margin: 0px !important;
}

.dismiss button {
    background-color: white !important;
    border: none !important;
    font-weight: bold !important;
    color: orange !important;
    border-radius: 20px !important;
}

#datenschutz {
    display: none;
}


/***************************DETAIL ANSICHT PRODUKT***********************************/

.product-detail .card-header {
    padding: 0px !important;
    border: none !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.product-detail {
    padding: 0px !important;
    box-shadow: -1px 5px 5px #b5b5b5;
    flex-direction: row !important;
    border: 10px white solid;
    overflow: hidden;
    flex-wrap: wrap;
}

.detail-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-image-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid white;
}

.btn-bookmark {
    margin-left: 5px;
}

.slider-images {
    display: flex;
    flex-wrap: wrap;
}

.slider-images img {
    width: 100% !important;
    height: 100% !important;
}

.prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.product-price-detail {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    width: 200px;
}

.product-priceDiscount-detail {
    font-size: 1.5rem;
    display: flex;
    width: 200px;
}

.priceText-detail {
    color: #ababab;
    width: 150px;
    display: block;
}

.buttons-detail {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.carousel-item img {
    object-fit: cover;
}

.productGroup-products .card a,
.productGroup-products .card a img {
    height: auto;
}

/*
@media only screen and (max-width: 1400px) {
    .product-detail {
        flex-direction:column!important;
        width:47%!important;
    }

}

@media only screen and (max-width: 1000px) {
    .product-detail {
        flex-direction:column!important;
        width:60%!important;
    }

}

@media only screen and (max-width: 700px) {
    .product-detail {
        flex-direction:column!important;
        width:92%!important;
    }

}
*/

/***************************BACKTOTOP***********************************/


#backToTop {
    color: #e56605 !important;
    background-color: #2d2d2d !important;
}

#backToTop:hover {
    color: #2d2d2d !important;
    background-color: #e56605 !important;
}

.ce-headline-center {
 text-align: center;
}


#c184 > div {
    max-width: 100% !important;
}

.frame-layout-2 .ce-gallery{
        max-width: 1400px;
        margin: auto;
    }