/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
 

@import url("/templates/NOVAChildDesignedit/themes/my-nova/custom-bassa.css");

/*******************************************************************************
 * Allgemein                                                                   *
 ******************************************************************************/
.btn-primary:hover {
    background-color: #9e7fff;
    border-color: #9e7fff;
    color: white;
}
.breadcrumb-wrapper {
    border: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6 {
    font-family: asap, Arial, sans-serif;
}
.btn[data-count-down] {
    padding: 0.625rem 0.25rem 0.625rem 0.625rem;
}
.btn[data-count-up] {
    padding: 0.625rem 0.625rem 0.25rem 0.625rem;
}
.hr-sect::before, .hr-sect::after {
    background: #212120;
}
.btn-outline-primary:hover {
    border-color: #9e7fff;
    background-color: transparent;
    color: #9e7fff;
}


/*******************************************************************************
 * header                                                                      *
 ******************************************************************************/
#logo {
	text-align: center;
	margin:0px auto;
}
#logo .shopname {
	text-align: center;
	margin:0px auto;
	margin-top: 19px;
}
#logo .shopname .h1 {
	font-family: sangbleusans-italic;
	font-size: 12px !important;
	font-weight: normal;
	text-transform: uppercase;
}
#search-header {
  border-radius: 20px 0px 0px 20px;
  border-left: 1px solid #81aba9;
  border-top: 1px solid  #81aba9;
  border-right: 0px;
  border-bottom: 1px solid  #81aba9;
  background-color: none !important;
}
.search-wrapper .input-group-append {
  border-radius: 0px 20px 20px 0px;
  border-left: 0px;
  border-top: 1px solid #81aba9;
  border-right: 1px solid #81aba9;
  border-bottom: 1px solid #81aba9;
}
.search-wrapper .btn-secondary {
  background-color: transparent;
  border: 0px !important;
}
.search-wrapper .fas.fa-search {
	color: #81aba9;
}
/*******************************************************************************
 * Produktdetail allgemein                                                     *
 ******************************************************************************/
 .freehtmlbox2 {
     position: relative;
 }
.freehtmlbox2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.5rem;
    height: calc(100% - 1rem);
    border-right: 0.0625rem solid currentColor;
}
body[data-page="1"] h1.product-title.h2 {
    font-family: sangbleusans-lightitalic;
    font-size: 34px;
}
body[data-page="1"] .product-detail button.question {
    font-weight: bold;
}
body[data-page="1"] button.question:hover {
    color: #9e7fff;
}
body[data-page="1"] .wishlist-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media (max-width: 767.98px) {
    body[data-page="1"] .wishlist-action {
        margin-top: 1rem;
    }
}
body[data-page="1"] .wishlist-action .btn, body[data-page="1"]  .compare-button {
    border: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
body[data-page="1"] .wishlist-action .btn:hover {
    color: #9e7fff;
}
body[data-page="1"] .wishlist-action .btn .wishlist-button-text {
    text-decoration: none;
}
body[data-page="1"] .compare-icon {
    margin-right: 0.5rem;
}
.compare-button-inner {
    display: flex;
    align-items: baseline;
}
body[data-page="1"] .basket-form-inline .col:first-child {
    margin-bottom: 0;
}
@media (min-width: 991.98px) AND (max-width: 1300px) {
    body[data-page="1"] .basket-form-inline .col:first-child {
        margin-bottom: 1rem;
    }
}
@media (max-width: 768px) {
    body[data-page="1"] .basket-form-inline .col:first-child {
        margin-bottom: 1rem;
    }
    body[data-page="1"] .wishlist-action {
        align-items: center;
        justify-content: center;
    }
}
body[data-page="1"] #tabAccordion ul.info-essential {
    line-height: 19px;
}
a.badge-primary {
    color: #f5f7fa;
    background-color: #9e7fff;
}
a.badge-primary:hover {
    color: #525252;
    background-color: #cebfff;
}

/*******************************************************************************
 * Produkt-Navbuttons Produktdetail                                            *
 ******************************************************************************/
body[data-page="1"] .navigation-arrows .btn {
    float: left;
}
body[data-page="1"] .col.navigation-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
body[data-page="1"] .product-nav, .prevnext_middle {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
body[data-page="1"] .pnavbtn {
    padding: 5px 1rem 0 1rem;
}

/*******************************************************************************
 * Blog-Link Produktdetail                                                     *
 ******************************************************************************/
body[data-page="1"] #div_blog_link {
    position: absolute;
    top: 0;
    right: -140px;
    width: 150px;
    height: 150px;
    color: #000;
    background-color: #9F7FFA;
    border-radius: 50%;
    z-index: 100;
    padding: 50px 0 0 26px;
    animation-name: colorpulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: transform .15s ease-in-out;
}
body[data-page="1"] #div_blog_link  a.blog-link {
    text-decoration: none;
}
body[data-page="1"] #div_blog_link  span#insp {
    font-size: 14px;
    font-family: asap;
    line-height: 17px;
    letter-spacing: 1px;
}
body[data-page="1"] #div_blog_link  span#blog_link{
    font-size: 19px;
    text-decoration: underline;
    font-family: asap-bold;
    line-height: 24px;
}
@keyframes colorpulse {
   0% {background-color: #9F7FFA;}
   50% {background-color: #cebfff;}
   0% {background-color: #9F7FFA;}
}

/*******************************************************************************
 * Akkordeon Produktdetail                                                     *
 ******************************************************************************/
body[data-page="1"] #pdsection #tabAccordion > .card .collapse {
    margin-bottom: 0;
}
body[data-page="1"] #pdsection .accordion .card-header::after, body[data-page="1"] #pdsection .psocialheading::after {
    content: ' ' !important;
    height: 1px;
    background-color: #212120;
    width: 100%;
    margin-left: 2rem;
    transition: none;
    display: block;
}
body[data-page="1"] #pdsection .accordion .card-header::before {
    content: '\f054' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-right: 1rem;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    transition: transform 0.2s;
    will-change: transform;
    border-top: 0;
    font-size: 0.75em;
    color: #212120;
    padding-left: 5px;
}
body[data-page="1"] #pdsection .accordion .card-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
body[data-page="1"] #pdsection .accordion .card-header[aria-expanded="true"]::before {
    transform: rotate(90deg);
}
body[data-page="1"] #pdsection .accordion .card-header {
    background-color: transparent;
    cursor: pointer;
    padding-right: 0;
}
body[data-page="1"] #pdsection .accordion .card-header[aria-expanded="true"] h2.accordion-heading {
    color: #9e7fff;
}
body[data-page="1"] #pdsection h2.accordion-heading {
    margin-bottom: 0;
    font-size: 1.25rem;
}
body[data-page="1"] #pdsection .accordion .card-body {
    min-height: 1px;
    padding: 0 1.25rem 1.25rem 49px;
}
body[data-page="1"] .pdesc .container {
    padding-right: 0;
}

#sidepanel_left .nav-link.dropdown-toggle::after {
    content: '';
}
@media (max-width: 991.98px) {
    body[data-page="1"] .pdesc .container {
        padding-left: 0;
    }
    body[data-page="1"] #tab-essential-head, body[data-page="1"] #tab-description-head {
        padding-left: 0;
    }
    body[data-page="1"] #pdsection .accordion .card-body {
        padding: 0 1.25rem 1.25rem 28px;
    }
}
@media (max-width: 575.98px) {
    body[data-page="1"] #pdsection .accordion .card-header::after, .psocialheading::after {
        background-color: transparent;
    }
}

/*******************************************************************************
 * Social Links Produktdetail                                                  *
 ******************************************************************************/
body[data-page="1"] .psocialcontent {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
body[data-page="1"] .psocialheading {
    padding: 22px 36px 20px 0px;
    margin-left: -32px;
}
body[data-page="1"] .psocialcontent .social-icon-link {
    display: inline-block;
    margin: 0 0 26px 0;
    text-decoration: none;
}
body[data-page="1"] .psocialcontent .social-icon-link > span {
    position: relative;
    top: -8px;
    margin-left: 15px;
}
body[data-page="1"] .social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
}
@media (min-width: 992px) {
    body[data-page="1"] .psocialcontent {
        display: block;
    }
    body[data-page="1"] .psocialcontent .social-icon-link {
        display: block;
    }
}

/*******************************************************************************
 * Lookbook Produktdetail                                                      *
 ******************************************************************************/

body[data-page="1"] .theme-default .nivoSlider {
	max-height: 500px !important;
}
body[data-page="1"] .theme-default .nivoSlider img {
	max-height: 500px !important;
}
body[data-page="1"] .theme-default .nivoSlider img {
 	object-fit: contain !important;
}

.lb .sliderContainer .nextCircle img {
    height: 30px;
    position: absolute;
    top: 25px;
    left: 25px;
}
.lb .sliderContainer .prevCircle img {
    height: 30px;
    position: absolute;
    top: 25px;
    left: 25px;
}

#lookbook-container {
    display: flex;
    margin-bottom: 50px;
}
#lookbook-container::before {
    content: ' ' !important;
    height: 1px;
    background-color: #212120;
    width: 100%;
    margin-right: 2rem;
    margin-top: 12px;
    transition: none;
    display: block;
}
#lookbook-container::after {
    content: ' ' !important;
    height: 1px;
    background-color: #212120;
    width: 100%;
    margin-left: 2rem;
    margin-top: 12px;
    transition: none;
    display: block;
}
#lookbook-container h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
}

/*
#lookbook-container-content {
    margin-bottom: 50px;
    padding: 0;
}
#lookbookslider {
    box-shadow: none;
    margin: 0;
    text-align: center;
    padding: 0 !important;
}

#lookbook-container-content .nivo-slice {
    text-align: center !important;
}
#lookbook-container-content .nivo-main-image, #lookbook-container-content .nivo-slice img {
    width: auto !important;
    margin: auto !important;
    height: auto !important;
    max-height: 600px !important;
}
/*
#lookbook-container-content .nivoSlider:first-child img {
    position: static !important;
}
*/
/*
#lookbook-container-content .nivo-slice:first-child img {
    margin: auto !important;
}


#lbsliderwrapper .theme-default .nivo-directionNav a {
    width: auto !important;
    opacity: 0 !important;
}
#lbsliderwrapper .nivo-directionNav_dE a {
    position: absolute;
    top: 23%;
    cursor: pointer;
    display: block;
    width: 43px;
    height: 71px;
    background: url(/media/lookbook/pfeil-links.svg) no-repeat !important;
    border: 0;
    opacity: 1;
}
#lbsliderwrapper .nivo-directionNav_dE a.nivo-prevNav_dE {
    left: 0;
}
#lbsliderwrapper .nivo-directionNav_dE a.nivo-nextNav_dE {
    right: 0;
    transform: rotate(180deg);
}
*/

/*******************************************************************************
 * Sidepanel                                                                   *
 ******************************************************************************/
#sidepanel_left .box-categories .dropdown .collapse, .box-linkgroup .dropdown .collapse {
    background: #eae9e7;
}

/*******************************************************************************
 * Footer                                                                      *
 ******************************************************************************/
#footer {
    margin-top: auto;
    padding: 4rem 0 0;
    background-color: #eae9e7;
    color: #000000;
}



.mainpage_headline {
	position: relative;
	z-index: 0;
	margin: 35px 0px;
}
.mainpage_headline h2 {
	font-family: sangbleusans-medium;
	font-size: 1.6rem;
	background-color: #fff;
	padding: 5px 25px 10px 25px;
	margin-bottom: 10px;
	width: fit-content;
	margin: 0px auto;
	text-transform: uppercase;
}

.mainpage_headline h3 {
	font-family: sangbleusans-lightitalic;
	font-size: 1.5rem;
	background-color: #fff;
	padding: 0px 25px 0px 25px;
	width: fit-content;
	margin: 0px auto;
	text-transform: uppercase;
	color: #212120;
}



.mainpage_headline::before {
	/* we want to draw a line, so no content needed */
	content: '';
	/* this sets the position and size of the pseudo-element */
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #000;
	/* draw behind child elements */
	z-index: -1;
}
.blogteaser {
	padding: 15px;
}
.blogteaser img{
	padding-bottom: 15px;
}
.blogteaser div {
	max-width: 100% !important;
}
.blogteaser h3 {
	font-family: sangbleusans-lightitalic;
	  font-size: 34px;
	  line-height: 41px;
	  margin-bottom: 12px;
}
.blogteaser h4 {
	font-family: asap-bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
