.accordion {
    position: relative;
}
.accordion input[name='panel'] {
    display: none;
}
.accordion label {
    position: relative;
    display: block;
    padding: 1.75rem 3rem 1.75rem 1rem;
    background: #ededed;
    border-top: 1px solid #6f2283;
    font-size: 1.5em;
    cursor: pointer;
    line-height: 2rem;
    color: #666;
}
.accordion label::after {
    content: '+';
    position: absolute;
    top: calc(50% - 1rem);
    right: 1rem;
    width: 1rem;
    height: 1rem;
    text-align: center;
    border-radius: 50%;
}
.accordion label:hover {
    color: #6f2283;
}
.accordion input:checked + label {
    color: #6f2283;
}
.accordion input:checked + label::after {
    content: '-';
}
.accordion__content {
    position: relative;
    overflow: hidden;
    max-height: 0em;
    background: #fff;
    transition: all .2s;
}
.accordion__content p {
    padding: 0 12px;
}
.accordion__content .accordion__header {
    padding: 0 12px;
}
.accordion__content .accordion__body {
    font-size: .825em;
    line-height: 1.4em;
    padding: 0 0 1.5em;
}
input[name='panel']:checked ~ .accordion__content {
    padding: 20px 0;
    max-height: 150rem;
    transition: all .4s;
}
input[name='contact[Attachment]'] {
    background: transparent;
}

/* VERSAND */
.headline-icon {
    filter: contrast(0.15);
    position: relative;
    top: -2px;
}
.pharmacy-box {
    -webkit-box-shadow: 7px 7px 14px -2px rgba(71,71,71,0.20); 
    box-shadow: 7px 7px 14px -2px rgba(71,71,71,0.20);
}
/* END */

/** HEADER **/

/* NAVIGATION */
.submenu-element {
    margin-left: 12px;
}
.submenu-element:before {
   content: "\f105";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: 500;
   text-decoration: inherit;
   color: #ee7202;
   font-size: 16px;
   position: relative;
   top: 0px;
   left: -4px;
}
/* END */
/** END **/

/* DATENSCHUTZ COOKIES */
.CookieDeclarationDialogText, 
.CookieDeclarationIntro, 
.CookieDeclarationLastUpdated {
     margin: 0 0 14px 0 
}
 .CookieDeclarationType {
     display: block;
     margin: 12px 0 12px 0;
     padding:8px 8px 0 8px;
     border: 1px solid #7777773b;
     vertical-align: top;
}
 .CookieDeclarationTypeHeader {
     font-weight: 600;
     color: #6f2283;
}
 .CookieDeclarationTypeDescription {
     margin: 2px 0 16px 0;
}
 .CookieDeclarationTable {
     table-layout: fixed;
     width: 100%;
     border-collapse: collapse;
     border-spacing: 0;
     margin: 0 0 18px 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
 .CookieDeclarationTableHeader {
    font-weight: 500;
    border-bottom: 1px solid #6f2283;
    text-align: left;
    padding: 4px;
    overflow: hidden;
    color: #fff;
    background: #a97ab5; 
}
 .CookieDeclarationTableHeader[dir='rtl'] {
     text-align: right;
}
 .CookieDeclarationTableCell {
     text-overflow: ellipsis;
     word-wrap: break-word;
     border-bottom: 1px solid #7777773b;
     vertical-align: top;
     padding: 4px 4px 5px 4px;
}
 #CookieDeclarationUserStatusLabelConsentId {
     text-overflow: ellipsis;
     word-wrap: break-word;
}
 @media all and (max-width: 600px) {
     .CookieDeclaration table.CookieDeclarationTable tr td:nth-child(n+5), .CookieDeclaration table.CookieDeclarationTable tr th:nth-child(n+5), .CookieDeclaration table.CookieDeclarationTable colgroup col:nth-child(n+5){
         display: none;
    }
}
/* END */

/* HIDE NAVBAR FROM GOOGLE iframe in page Standorte */
div.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}
/* END */

/* GLOBAL */
.fs6 {
  font-size: 30px!important; 
}
/* END */
 
.googleTour-wrapper iframe,
.googleTour-wrapper object,
.googleTour-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.googleTour-wrapper  {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
@media (min-width: 768px){
.product-box--cart .product-box__image {
    width: 200px;
}
}

.sf-bundle>.search input[type=search] {
    padding: 12px !important;
    background-color: #f2f2f2 !important;
}

.sf-bundle>.search > a {
    background: #6f2283;
    width: 115px;
    height: 50px !important;
    flex: auto;
    justify-content: center;
}

div.inlay p > video {
    max-width: 100%;
}