/*
    DEMO STYLE
*/
/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/


@font-face {
    font-family: 'MYRIADPRO';
    src: url('../Fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
}

@font-face {
    font-family: 'PR8-CHARADE';
    src: url('../Fonts/PR8-CHARADE.TTF') format('truetype');
}

* {
    font-family: "MYRIADPRO";
}

.cart {
    text-align: right;
    padding: 1em 2em 0;
}

.slogan {
    font-family: "PR8-CHARADE";
    font-size: 28px;
    color: #d0d0d0;
}

.anmelden, .warenkorb {
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 3em;
}

    .warenkorb:before {
        content: url('../Images/shop.jpg');
    }

    .anmelden:before {
        content: url('../Images/user.jpg');
        padding: 3px 3px 0 3px;
    }

.fa::before {
    padding: 6px;
}

body {
    font-family: Arial;
    background: #ffffff;
    color: #333333;
}

footer {
    /*width: 100%;*/
    /*max-width: 1100px;*/
    margin: 0 auto;
    background-color: #ff6b00;
    padding: 7px 15px;
    color: white;
}

@media (min-width: 768px) {
    footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        height: 40px;
    }
}

footer > p {
    display: table-cell;
    vertical-align: middle;
    color: white;
}

div.footer-row {
    max-width: 1100px;
    margin: 0 auto;
}

p {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    margin-bottom: 10px;
}

    #sidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        padding: 0 0 20px 10px;
        margin-top: 50px;
        /*background: #6d7fcc;*/
    }

    #sidebar ul.components {
        padding: 0px 0 0 10px;
        border-bottom: 0px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 5px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #ff6b00;
            background: #fff;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #ff6b00;
    }


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


.ppcapac {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*height: 29%;*/
    background: #FFF;
}

.perfume-desc {
    min-height: 160px;
    border-top: 1px solid black;
    padding-top: 10px;
}

.angebote-desc {
    border-top: 1px solid black;
    padding-top: 10px;
}

.charade {
    font-family: "PR8-CHARADE";
}

.herrenTitle {
    background-color: #0033a0;
    color: white;
    text-transform: uppercase;
    padding: 10px;
}

.damenTitle {
    background-color: #ff6b00;
    color: white;
    text-transform: uppercase;
    padding: 10px;
}

.slider-button-white {
    border: 1px white solid;
    color: white;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.1);
    font-size: 0.6em;
}

    .slider-button-white:hover {
        background-color: rgba(0,0,0,0.4);
        color: white;
    }

.slider-button-black {
    border: 1px black solid;
    color: black;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.1);
    font-size: 0.6em;
}

    .slider-button-black:hover {
        background-color: rgba(255,255,255,0.4);
        color: black;
    }

.slider-button-orange {
    border: 1px #ff6b00 solid;
    color: #ff6b00;
    padding: 5px 30px;
    background-color: rgba(0,0,0,0.1);
    font-size: 0.6em;
}

    .slider-button-orange:hover {
        background-color: rgba(0,0,0,0.4);
        color: #ff6b00;
    }

.carousel-indicators {
    bottom: 10px;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 10px;
    left: 5%;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
}

.home-title {
    color: #ff6b00;
    font-weight: bold;
}

.home-text {
    color: #333333;
    font-size: 0.8em;
}

.myDesign-title {
    color: white;
    font-size: 1.2em;
}

.myDesign-text {
    color: white;
    font-size: 0.7em;
}

.myDesign-div {
    position: relative;
}

.myDesign-caption {
    position: absolute;
    padding: 5px;
}

.impressum-text {
    margin-bottom: 5px;
}

.item-title {
    font-weight: bold;
    margin-top: 15px;
}

.expanded-none {
    color: inherit !important;
    background: inherit !important;
}

.mobile-menu-button {
    background-color: #ff6b00;
    visibility: hidden;
    display: inline-block;
    cursor: pointer;
    color: white;
}

.x-button {
    visibility: hidden;
}

/*.react-avatar-left-foreground-image, .react-avatar-left-background-image, .react-avatar-confirm-img {
    max-width: 30em;
    width: auto;
}*/
/*#pn1, #pn2, #pn3, #pn4{
    animation:
}*/



#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blue {
    color: #253c96;
}

.radioButtonList td {
    padding: 5px;
}

    .radioButtonList td span input {
        margin: 0 5px;
    }

.aspNetDisabled {
    color: darkgray;
}

.dxbButton_MaterialCompact.dxbTSys {
    width: 96px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-top: 5px;
}

#MainContent_cbpOptions_spMenge {
    width: 70px !important;
    text-align: right;
}

td > span.dxeBase_MaterialCompact {
    float: right;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }



/* Corporate */
.row.corporate-animation > div {
    text-align: center;
    display: table;
    margin: 0;
    padding: 0;
    height: 20em;
}

    .row.corporate-animation > div > h4 {
        height: 3em;
        vertical-align: middle;
        display: table-row;
        padding: 10px;
    }

        .row.corporate-animation > div > h4 > span {
            display: table-cell;
            vertical-align: middle;
        }

    .row.corporate-animation > div > div {
        display: table-row;
        padding: 10px;
    }

        .row.corporate-animation > div > div.corporate-image {
            height: 3em;
            vertical-align: middle;
            display: table-cell;
            height: 17em;
        }

.row.corporate-animation h4 > span {
    font-size: 1em;
}

.corporate-perfume:before {
    content: "";
    height: 2px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.corporate-perfume {
    padding: 10px 0 0;
}

/****end corporate ***/
#MainContent_cbpImage {
    min-width: 225px;
    max-width: 225px;
    margin: 0 auto;
}

.bottle-front, .bottle-side {
    max-height: 300px;
}




/*#MainContent_cbpImage_imgSideKappen {
    margin-top: -14px !important;
}*/

/*#MainContent_cbpImage_imgKappen {
    margin-top: 12px !important;
}*/
#MainContent_cbpImage_imgSide {
    margin-top: 14px !important;
    width: 251px !important;
}

#MainContent_cbpImage_imgPerfume {
    margin-top: 14px !important;
    width: 251px !important;
}

.react-avatar-left-column {
    height: 927px;
    width: 640px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #MainContent_cbpImage_imgSide {
        margin-top: 0px !important;
        width: 251px !important;
    }

    #MainContent_cbpImage_imgPerfume {
        margin-top: 0px !important;
        width: 251px !important;
    }


    /*#MainContent_cbpImage {
        min-width: unset;
        max-width: unset;
    }*/
    .react-avatar-left-column {
        height: 423px;
        width: 250px;
    }

    .react-avatar-left-foreground-image {
        margin-top: 4px;
    }

    .slogan {
        font-size: 24px;
        text-align: center;
        width: 100%;
        display: block;
    }

    #cbLimbi {
        margin: 5px;
    }

    #cbpCart {
        text-align: center;
        font-size: 1.3em;
        padding: 0;
        margin-bottom: 5px;
    }

    .charade {
        font-family: "PR8-CHARADE";
        text-align: center;
        padding: 5px 0 10px;
    }

    .myDesign-caption {
        position: absolute;
        padding: 5px;
        height: 60px;
    }

    .myDesign-title {
        color: white;
        font-size: 1.1em;
        margin-right: 5px;
        vertical-align: middle;
        line-height: 1em;
    }

    .myDesign-text {
        color: white;
        font-size: 0.7em;
    }

    .footer-center {
        text-align: center !important;
    }

    .mobile-menu-button {
        visibility: visible !important;
    }

    .x-button {
        visibility: visible !important;
    }

    .myDesignCol {
        width: 100% !important;
        margin-bottom: 10px;
        margin-right: 0px !important;
    }

    .myDesign-div img {
        width: 100%;
    }

    #sidebar {
        min-width: 100vw;
        max-width: 100vw;
        margin-left: -100vw;
        transform: rotateY(90deg);
    }

        #sidebar .sidebar-header {
            margin-top: 10px;
        }

        #sidebar.open {
            margin-left: 0px !important;
            transform: none !important;
        }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }

    #content {
        width: auto;
        padding: 20px;
        min-height: 100vh;
        transition: all 0.3s;
        max-width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .mobile-menu-button.btn {
        margin: 5px;
    }
    /* slider */
    .carousel-caption.d-block {
        bottom: 3px;
        padding: 0;
    }

    .slider-button-black, .slider-button-white {
        padding: 10px 30px;
        font-size: 1em;
    }

    .carousel-indicators {
        bottom: 0;
        padding: 0;
        margin: 5px;
    }

    .personalize span {
        text-shadow: 2px 2px 9px rgba(150, 150, 150, 1) !important;
    }

    #backToGallery {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        padding: 10px 0 0 0;
        font-size: 1.2em;
    }

    #perfumeHint {
        display: inline-block;
        text-align: center;
    }

    #MainContent_cbpOptions div > span {
        padding-top: 10px;
        display: inline-block;
    }

    #MainContent_lvCategories_lblDeinBildText1_0 {
        text-align: center;
        display: inline-block;
    }

    .react-avatar-buttons-wrapper {
        z-index: 100000;
    }

    .dxflHALSys.dxflVATSys.dxflCaptionCell_MaterialCompact.dxflCaptionCellSys,
    .dxflNestedControlCell_MaterialCompact {
        display: block !important;
        width: 100% !important;
    }

    /* react app */


    .react-avatar-container {
        width: 99%;
        margin: 0 auto;
    }

    .react-avatar-right-side-wrapper {
        margin: 0 auto;
    }

    .react-avatar-right-column {
        min-width: unset;
    }

    .react-avatar-right-column-text-wrapper.row > .react-avatar-right-column-input.col-md-12.form-group {
        width: 100%;
        padding: 0;
    }

        .react-avatar-right-column-text-wrapper.row > .react-avatar-right-column-input.col-md-12.form-group > input.width100.form-control {
            border-color: #ff6b00;
            width: 100%;
        }

    .react-avatar-right-column-options-wrapper.row span.react-numeric-input {
        width: 100%;
    }

    .bottle-front, .bottle-side {
        max-height: 330px;
        max-width: 225px;
        margin: 0 auto;
    }

    .react-avatar-confirm-wrapper {
        height: auto;
        margin-top: -60px;
    }

    .react-avatar-confirmation-btn-wrapper {
        margin-top: -40px;
    }

    .react-avatar-buttons-wrapper {
        padding-left: 3em;
        padding-right: 3em;
    }



    /*.img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 41px !important;
    }*/

}


.radioButtonList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radioButtonList.horizontal li {
        display: inline;
    }

    .radioButtonList label {
        display: inline;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

.react-avatar-left-column-drop-text {
    text-align: center;
}

#react-avatar-wrapper {
    min-width: 270px;
}

.col-orange {
    color: #ff6b00;
}

.bg-orange {
    background-color: #ff6b00;
}

.umwelt-table {
    color: #4E7D2F;
    font-weight:bold;
}

.storyline-mt{
    margin-top:1em;
}
