.relative {position: relative;}
.no-margin {margin: 0 !important;}
.lh-1-2 {line-height: 1.2;}
mark.gb-highlight {color: var(--accent);}
.rotate-15 { transform: rotate(-13deg); }
.inside-article a:hover {text-decoration: underline;}
.has-textshadow {
text-shadow:0px 1px 1px rgb(20 20 20 / 30%);
} .versteck-mich,
.d-none {display:none !important;} .color-accent {
color: var(--accent);
}
.sticky-element {
position: sticky;
top: var(--headerHeight);
} input[type="text"] {
border: 2px solid;
} .select2-container--default .select2-selection--single,
#coderockz_woo_delivery_additional_field_field {
border: 2px solid var(--contrast);
border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
position: absolute;
top: 2px;
right: 2px;
width: 30px;
background: var(--accent);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #000 transparent transparent transparent;
} .inside-article > .entry-content {margin-top: 0;}  @media screen and (min-width: 994px) {
body {padding-top: 100px;}
header.site-header {
position: fixed;
z-index: 999;
width: 100%;
top: 0;
background: rgba(255,255,255,0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
body.admin-bar header.site-header {top: 32px;}
} @media screen and (max-width: 993px) {
.mobile-header-logo > a {
height: 80%;
}
.mobile-header-logo .is-logo-image {
height: 100%;
}
#mobile-header {
background: rgba(255,255,255,0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
padding: 20px 15px;
}
.gp-icon.icon-menu-bars {font-size:20px;}
} @media screen and (max-width: 993px) {
#generate-slideout-menu.do-overlay .slideout-menu li {
text-align: left;
}
#generate-slideout-menu.do-overlay .slideout-menu li > a {
padding-left: 0;
}
#generate-slideout-menu.do-overlay .slideout-menu li li a {
padding: 6px 5px 6px 10px;
color: #2B2E34;
} .slide-out_logoWrapper {
margin: 30px 0 40px 0;
}
.slideout-navigation.do-overlay .slideout-exit {
position: fixed;
top: 65px;
right: 15px;
color: #707070;
}
.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {border: none;}
}
@media screen and (min-width: 1024px) {
.site-logo {
margin-left: -5px;
}
}  @media screen and (min-width: 1024px) {
#menu-primary-menu .gp-icon.icon-arrow > svg {
width: 20px;
height: 20px;
top: 5px;
transition: all .95s ease;
}
#menu-primary-menu .gp-icon.icon-arrow > svg > path {
fill: var(--accent);
}
#menu-primary-menu li:hover .gp-icon.icon-arrow > svg {
transform: rotate(180deg);
transition: all .5s ease;
}
#menu-primary-menu .gp-icon.icon-arrow > svg > path {
fill: var(--accent);
}
.main-navigation .main-nav ul ul li a {
transition: all .3s ease;
}
} .gb-button-wrapper {margin: 15px 0 25px 0;}
.gb-button-wrapper.btn-wrapper-cc-logo {margin: 0;}
.gb-button-wrapper:not(.footer-sm-wrapper) > a.gb-button:not(.btn-nostyle) {
color: var(--contrast);
background-color: var(--accent);
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: normal;
padding: 15px 30px;
min-width: 190px;
border-radius: 30px;
letter-spacing: 1.5px;
}
.gb-button-wrapper:not(.footer-sm-wrapper) > a.gb-button.btn-black:not(.btn-nostyle) {
color: white;
background-color: var(--contrast);
}
@media screen and (min-width: 992px){ .gb-button-wrapper:not(.footer-sm-wrapper) > a.gb-button:not(.btn-nostyle):hover {
text-decoration: none;
color: white;
background-color: var(--contrast);
transition: all .25s ease;
} .gb-button-wrapper:not(.footer-sm-wrapper) > a.gb-button.btn-black:not(.btn-nostyle):hover {
background-color: var(--accent);
transition: all .25s ease;
}
}  .two-img-box { position: relative; display: inline-block;}
.two-img-box .two-img-box_img_2 {
position: relative;
transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
.two-img-box .two-img-box_img_2 {
transform: translate(25%, -40%);
}
.two-img-box figure {
max-width: 80%;
}
} @media screen and (min-width: 994px) {
.has-sticky-col-2 > .gb-grid-column:nth-child(2) {
position: sticky;
top: 132px;
}
.has-sticky-col-1 > .gb-grid-column:nth-child(1) {
position: sticky;
top: 132px;
}
} #main ul li {
list-style: none;
position: relative;
}
#main ul li:before {
content:"- ";
position: absolute;
left: -15px;
} .c-has-product {
position: relative;
}
.product-discount {
position: absolute;
left: 0;
top: 5%;
z-index: 300;
} @media screen and (min-width: 994px) {
.wrapper_has-bg-green-before {
position: relative;
z-index: 100;
}
.wrapper_has-bg-green-before:before {
content:'';
position: absolute;
left: 0;
top: 0;
width: 60%;
height: 610px;
z-index: -1;
background: var(--accent-2);
}
.wrapper_has-bg-green-before.wrapper_has-bg-green-before__wide:before {
left: -100vw;
top: 0;
width: 200vw;
height: auto;
bottom:-30px;
}
}
@media screen and (max-width: 994px) {
.wrapper_has-bg-green-before {
overflow:hidden;
}
.wrapper_has-bg-green-before:before {
width: 80%;
height: 135vh;
}	
} .slide-contact-portal a {
color: var(--contrast-2);
}
@media screen and (min-width: 994px) {
.slide-contact-portal a:hover {
text-decoration: none;
}
} .mc4wp-form-fields {
display: flex;
}
.mc4wp-form input[type=text], .mc4wp-form input[type=email] {
flex-grow: 1;
border: 1px solid var(--contrast);
border-right: none;
background: white;
border-radius: 30px 0 0 30px;
color: #939393;
font-family: "Playfair-Display";
}
.mc4wp-form input[type=text]:focus, .mc4wp-form input[type=email]:focus,
.mc4wp-form input[type=text]:focus-visible, .mc4wp-form input[type=email]:focus-visible {
border: 1px solid var(--accent);
outline: none;
}
.mc4wp-form input[type=submit] {
color: var(--base-3);
background-color: var(--accent);
line-height: 30px;
font-size: 12px;
letter-spacing: 2px;
border-radius: 0 30px 30px 0;
transition: all 0.5s ease 0s;
} 
.mc4wp-alert {
padding: 12px;
margin-top: 10px;
}
.mc4wp > p {margin: 0;}
.mc4wp-alert.mc4wp-success {
background: var(--accent-2);
} h3.ea-header > a {
font-weight: 800;
padding: 20px 0 10px 0 !important;
border-bottom: 2px solid #6cc247;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
padding-left: 0;
padding-bottom: 5px;
background: none;
}
.sp-easy-accordion ul {margin-bottom: 0;}
@media screen and (max-width: 992px) {
.sp-easy-accordion .sp-ea-single .ea-header a {
font-size: 16px;
line-height: 25px;
}
} .c-dutyTimesWrapper {
opacity: 0.85;
cursor: pointer;
transition: all .5s ease-out;
}
.c-dutyTimesWrapper:hover {
opacity: 1;
transform: scale(1.25) rotate(15deg);
transition: all .25s ease;
}
.duty-dates {
font-weight: normal;
font-size: 43px;
color: #707070;
font-family: "montserrat";
}
.duty-dates.duty-dates_small {
font-size: 30px;
}
#popup-callduty hr {
background: #707070;
}
#popup-callduty h2 {
font-size: 53px;
font-weight: normal;
margin-bottom: 25px;
letter-spacing: 1px;
}
.pum-close {margin-top: -60px; font-weight: 100 !important;}
@media screen and (max-width: 992px) {
.duty-dates {
font-size: 25px;
}
.duty-dates.duty-dates_small {
font-size: 22px;
}
#popup-callduty h2 {
font-size: 30px;
margin-bottom: 25px;
}
#popup-callduty_icon {font-size: 2em !important;}
} .ays-pb-modal hr {
margin: 0;
}
.ays-pb-modal hr {
font-family: Montserrat !important;
font-weight: bold;
}
.ays-pb-modal h2 {
font-family: "Montserrat";
font-weight: bold;
color: #1D1D1D !important;
}
.ays-pb-modal {padding-bottom: 10px !important;}
.ays_content_box > p:last-child {margin-bottom: 0 !important;} .df-popup-thumb {
width: 100%;
} #right-sidebar .cat-item-1,
#right-sidebar .cat-item-6 {display: none;}
@media screen and (min-width: 994px) {
body.blog #content {
position: relative;
z-index: 100;
}
body.blog #content:before {
content:'';
position: absolute;
left: -50vw;
top: 0;
width: 150vw;
bottom: 0;
z-index: -1;
background: var(--accent-2);
}
.inside-right-sidebar li.cat-item:hover > a {
color: var(--accent);
text-decoration: underline;
}
}
@media screen and (max-width: 1023px) {
.resize-featured-image .post-image img {
width: 100%;
height: auto;
}
} .c-blog-detail h3 {font-size: 16px;}
.c-blog-detail h2 {color: black;} .site-footer {
position: relative;
font-size: 15px;
}
.site-footer p {margin-bottom: 10px;}
@media screen and (min-width: 1024px) {
.footer-sm-wrapper {
position: absolute;
top: 25px;
left: 0;
right: 0;
}
body.single.single-post .site-content {
align-items: flex-start;
}
body.single.single-post #right-sidebar {
position: sticky;
top: 140px;
}
}
@media screen and (max-width: 1023px) {
.xs-sm-wrapper > .gb-inside-container {
display: flex;
justify-content: space-between;
align-items: center;
}
} .site-footer .wp-block-navigation__container {
gap: 10px;
margin-bottom: 10px;
}
.site-footer .wp-block-navigation__container li {
line-height: 1.1;
}
@media screen and (min-width: 1024px) {
.site-footer .wp-block-navigation__container li > a {
border-bottom: 1px solid transparent;
}
.site-footer .wp-block-navigation__container li:hover > a,
.site-footer .wp-block-navigation__container li.current-menu-item > a {
border-bottom: 1px solid;
}
} .has-table-responsive table td {
border-color: #6cc247;
vertical-align: top;
}
.has-table-responsive table > tbody > tr:first-child td {
background: #6cc247;
color: white;
}
.has-table-responsive table > tbody > tr:first-child > td:first-child {
min-width: 200px;
}
.wp-block-table td {border: none;}
.wp-block-table .has-fixed-layout {border: none;} .fs-90 {
font-size: 90%;
}
#nl-wrapper .nl-names {
display: flex;
column-gap: 20px;
margin-bottom: 30px;
}
#nl-wrapper .required {
color: #ff0000;
padding-left: 5px;
}
#nl-wrapper #sib_captcha {
margin: 10px 0 30px 0;
}
#nl-submit-wrapper {
margin: 20px 0 30px 0;
}
#nl-submit-wrapper .sib-default-btn.gb-button {
border-radius: 30px;
letter-spacing: 1.5px;
background: var(--contrast);
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: normal;
padding: 15px 30px;
min-width: 190px;
}
@media screen and (min-width: 1024px) {
#nl-submit-wrapper .sib-default-btn.gb-button:hover {
background-color: var(--accent);
transition: all .25s ease;
}
} .sticky-element {
z-index: 850;
}
.wp-block-rank-math-toc-block {
padding: 0;
background: white;
}
.wp-block-rank-math-toc-block nav {
overflow: hidden;
border-bottom: 3px solid var(--accent);
}
.wp-block-rank-math-toc-block nav > div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
column-gap: 0px;
position: relative;
left: 0;
transition: all .25s ease-in-out;
}
.wp-block-rank-math-toc-block nav div > div {
transition: all .25s ease;
padding: 9px 15px;
line-height: 1;
font-weight: 600;
}
.wp-block-rank-math-toc-block nav div.active {
background: var(--accent);
}
.wp-block-rank-math-toc-block nav div a,
.wp-block-rank-math-toc-block nav div a:hover{
white-space: nowrap;
text-decoration: none;
}
.wp-block-rank-math-toc-block nav div.active a {
color: white;
} .wp-block-rank-math-toc-block nav > div::-webkit-scrollbar {
width: 10px;
height: 3px;
}
.wp-block-rank-math-toc-block nav > div::-webkit-scrollbar-track {
background: #e9e9e9 !important; 
}
.wp-block-rank-math-toc-block nav > div::-webkit-scrollbar-thumb {
background: #999; 
cursor: pointer;
}
.wp-block-rank-math-toc-block nav > div::-webkit-scrollbar-thumb:hover {
background: var(--accent); 
} .pw-apostab {
position: absolute;
left: -5%;
top: 60%;
}
@media screen and (max-width: 767px) {
.wp-block-rank-math-toc-block > h4{
padding-left: 35px;
}
.sticky-element__toc {
top: 60px;
margin-left: -35px;
margin-right: -35px;
}
.wp-block-rank-math-toc-block nav div > div {
font-size: 12px;
}
}
.sp-product-content .read-more-container {display: none;} .breadcrumb-wrapper {
font-size: 90%;
}
.breadcrumb-wrapper p {margin:0;}
@media screen and (min-width: 768px) {
.breadcrumb-wrapper {
letter-spacing: .5px;
}
} @media screen and (min-width: 768px) {
.forminator-custom-form .forminator-col-6 {
width: 50%;
max-width: 50%;
padding-right: 15px;
}
}
.forminator-custom-form .form-ele_loesung input {
border: 2px solid var(--accent) !important;
}
.forminator-custom-form .form-ele_loesung label {
color: var(--accent);
}
label.forminator-checkbox {
margin-top: 0 !important;
} .owl-carousel .owl-item img {
object-fit: cover;
}
ol.wp-block-list li {
margin-bottom: 1rem;
} .news_teaser {
height: 100%;	
}
.news_teaser a.btn-green {
text-decoration: none;
display: inline-block;
}
.news_teaser a.btn-green:not(:hover) {
color: black;
}
.news_teaser p:empty {
margin: 0;
}
.is-news:not(:empty):before {
content: "Aktuelle News aus Ihrer Anna Apotheke";
display: block;
margin: 0 8.333%;
margin-bottom: -2%;
padding-top: 5%;
font-family: Playfair-Display;
font-weight: normal;
font-size: 2rem;
line-height: 1.3;
text-align: center;
}
@media screen and (max-width: 767px) {
.is-news:not(:empty):before {
margin-bottom: 20px;
padding-top: 5%;
font-size: 1.7rem;
line-height: 1.2;
margin-left: 10%;
margin-right: 10%;
}
} 
@media screen and (min-width: 1024px) {
.news_teaser {
transition: transform .5s ease;
}
.news_teaser:hover {
transform: translatey(-10px);
transition: transform .25s ease;
}
}