<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
## Breadcrumbs
## Widgets
## Content
    ### Posts and pages
    ### Comments
    ### Media
        #### Captions
        #### Galleries
    ### Blog Overview, Archive &amp; Search
    #### Blog Post Hover
    ### Single Post
        ##### Single Post - Reading Bar
    ### Pagination
    ### Search Form
    ### Search Results
    ### Sidebar &amp; Widgets
    ### ZusÃ¤tzliche CSS-Klassen fÃ¼rs Styling
## Footer

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

#atomion-breadcrumbs {
    list-style: none;
    overflow: hidden;
}

#atomion-breadcrumbs.breadcrumb-size-small {
    font-size: 80%;
    margin: 1.5rem auto;
}

#atomion-breadcrumbs.breadcrumb-size-medium {
    margin: 3rem auto;
}

#atomion-breadcrumbs.breadcrumb-size-large {
    margin: 3rem auto;
    font-size: 120%;
}

#atomion-breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#atomion-breadcrumbs li a {
    font-weight:bold;
    text-decoration:none;
}

#atomion-breadcrumbs li a i {
    font-size: 120%;
}

#atomion-breadcrumbs .bread-current {
    font-weight: normal;
}

/** Special Breadcrumb CSS **/
.single-post #atomion-breadcrumbs.breadcrumb-size-small + article .entry-header {
    margin-top: 1.5rem;
}

.archive.woocommerce #atomion-breadcrumbs.breadcrumb-size-small {
    margin-bottom: 0;
}

.archive.woocommerce #atomion-breadcrumbs.breadcrumb-size-medium,
.archive.woocommerce #atomion-breadcrumbs.breadcrumb-size-large {
    margin-bottom: 1.3rem;
}

/** No Breadcrumb CSS 
* If no bradcrumb -&gt; margin top for #content except for: 
* - page-template-page-blank-full-width-content (page template for Elementor etc.)
* - page-template-page-blank (page template for home etc. - slider big images direct after header without margin)
* - transparent-header
*
* For pages and archives less margin top because other elements on this pages have a margin top.
* For cat hero image there have to be a negative margin top, to get the right position for the image.
* Single Post: remove margin-top from .entry-header, when no-breadcrumb
**/
body:not(.page-template-page-blank-full-width-content):not(.page-template-page-blank):not(.transparent-header) #content.no-breadcrumb {
    margin-top: 4rem;
}

body.archive:not(.page-template-page-blank-full-width-content):not(.page-template-page-blank):not(.transparent-header) #content.no-breadcrumb,
body.page:not(.page-template-page-blank-full-width-content):not(.page-template-page-blank):not(.transparent-header) #content.no-breadcrumb {
    margin-top: 2rem;
}

#content.no-breadcrumb #atomion-category-hero {
    margin-top: -2rem;
}

.single-post #content.no-breadcrumb .entry-header {
    margin-top: 0;
}

@media (max-width: 480px) { 

    #atomion-breadcrumbs.breadcrumb-size-medium {
        margin: 1.5rem auto;
    }

    #atomion-breadcrumbs.breadcrumb-size-large {
        margin: 2rem auto;
    }

    .single-post #atomion-breadcrumbs.breadcrumb-size-medium + article .entry-header {
        margin-top: 1.5rem;
    }

    .single-post #atomion-breadcrumbs.breadcrumb-size-large + article .entry-header {
        margin-top: 2rem;
    }

    .archive.woocommerce #atomion-breadcrumbs.breadcrumb-size-medium,
    .archive.woocommerce #atomion-breadcrumbs.breadcrumb-size-large {
        margin-bottom: 0;
    }
 }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

footer .widget-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    margin-top: 9px;
}

.sidebar .widget-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    margin-top: 10px;
}
.atomion-trust .element-1-3 {
    float: left;
    width: 30%;
    margin: 4px;
}
.atomion-trust .element-1-2 {
    float: left;
    width: 47%;
    margin: 4px;
}

.sidebar .social-media-icon {
    display: inline-block;
    margin-right: 1.5rem;
}

.sidebar .social-media-icon:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content {
    max-width: calc(1200px + 10%);
    padding: 0 5%;
}

/*--------------------------------------------------------------
#### Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
    opacity: 1;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-template-page-blank .entry-content {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.error404 #content {
    margin-bottom: 13em;
}

.page-template-page-full-width-image .post-thumbnail.alignfull {
    width: 100vw;
}

.page-template-page-blank-full-width-content #content {
    max-width: 100%;
    padding: 0;
}

.page-template-page-blank-full-width-content .entry-content,
.page-template-page-blank-full-width-content .hentry {
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-page-blank-full-width-content footer.site-footer {
    padding-top: 0;
}

@media screen and (max-width: 600px) {
    .admin-bar .sticky {
        top: 0;
    }
}


/*--------------------------------------------------------------
### Comments
--------------------------------------------------------------*/
#comments {
    margin-bottom: 8em;
}
span.says {
    display: none;
}
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

#comments ol.commentlist li {
    position: relative;
    background: 0;
    float: left;
    width: 100%;
}

#comments ol.commentlist li article {
    padding: 0 0 3em;
    margin: 0 0 3em;
    border-bottom: 1px solid #CBCBCB;
}

#comments ol.children {
    max-width: 1000px;
    margin: 0 auto;
    list-style: none;
}

#comments footer {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

#comments footer a {
    text-decoration: none;
}

#comments .comment-author img {
    width: 75px;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    margin-right: 20px;
}

#comments .comment-author b.fn {
    font-size: 1.25em;
}

#comments .comment-metadata {
    font-size: .9em;
}

#comments .reply a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.comment-content {
    line-height: 1.5;
}

.checkout-focus-label {
    transform: translate3d(0, 100%, 0);
    position: absolute;
    margin: -42px 0 0 15px;
    padding: 0 !important;
    font-size: 0.8rem;  
}
#commentform {
    width: 100%;
}

.comment-form-author, .comment-form-email {
    float: left;
    width: calc(50% - 1rem);
    max-width: 350px;
}

.comment-form-author {
    margin-right: 2rem !important;
}

.comment-form-author input, .comment-form-email input {
    width: 100%;
    max-width: 100% !important;
}

.comment-form-comment {
    clear: both;
}

#author::-webkit-input-placeholder, #email::-webkit-input-placeholder, #comment::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 text-transform: uppercase;
}
#author::-moz-placeholder, #email::-moz-placeholder, #comment::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
}
#author:-ms-input-placeholder, #email:-ms-input-placeholder, #comment:-ms-input-placeholder { /* IE 10+ */
 text-transform: uppercase;
}
#author:-moz-placeholder, #email:-moz-placeholder, #comment:-moz-placeholder { /* Firefox 18- */
 text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .comment-form-author, .comment-form-email {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
        float: none;
    }
}

/*--------------------------------------------------------------
### Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
### Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
### Galleries
--------------------------------------------------------------*/

.gallery {
    margin: 0 0 -5px 0;
    float: left;
    width: 100%;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33.33333333%;
    margin:0;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img:hover,
.gallery img:focus {
    background: white;
}
.gallery-columns-2 .attachment-medium, .gallery-columns-3 .attachment-medium {
    max-width: 100%;
    padding: 5px;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 100%;
    padding: 5px;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/*--------------------------------------------------------------
### Blog Overview, Archive &amp; Search
--------------------------------------------------------------*/
#atomion-sticky-post {
    margin-bottom: 5em;
}

#atomion-sticky-post-mobile h3 {
    margin-top: 0;
}

#atomion-sticky-post-mobile .atomion-post-category {
    margin-top: 1.5em;
}

#atomion-sticky-post-mobile img {
    width: 100%;
}

#atomion-sticky-post-mobile .slick-dots {
    bottom: 0;
}

#atomion-sticky-post-content {
    padding: 0 3em;
}

#atomion-sticky-post-content h2 {
    font-size: 2em;
    font-weight: 800;
    margin-top: 0;
}

#atomion-sticky-post-content h2:after {
    display: none;
}

#atomion-sticky-post-content h2 a,
#atomion-three-sticky-posts h3 a {
    text-decoration: none;
}

#atomion-three-sticky-posts {
    justify-content: space-between;
    margin: 0 -.5em;
    width: calc(100% + 1em);
}

#atomion-three-sticky-posts .atomion-post-category {
    margin-top: 2em;
    padding: 0 1.2em;
    float: left;
}

#atomion-three-sticky-posts h3 {
    font-size: 1.25em;
    padding: 0 1em;
}

#atomion-three-sticky-posts .post {
    padding: .5em;
}

#atomion-three-sticky-posts .post &gt; a {
    overflow: hidden;
    position: relative;
    float: left;
    line-height: 0;
}

#blog-sidebar,
#atomion-more-latest-posts {
    float: left;
    margin-top: 3em;
}

.archive #blog-sidebar,
.search #blog-sidebar,
.search #atomion-more-latest-posts,
.archive #atomion-more-latest-posts {
    margin-top: 1.5em;
}

#atomion-more-latest-posts.center {
    margin: 6em auto 0;
    float: none;
}

#atomion-more-latest-posts h3 {
    font-size: 1em;
    margin: 0 0 1.5em;
    line-height: 1;
}

#atomion-more-latest-posts h3:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    margin-top: 14px;
}

#blog-sidebar .atomion-searchform input:hover,
#blog-sidebar .atomion-searchform input:focus {
    box-shadow: none;
}

#blog-sidebar.sidebar-right,
#blog-sidebar.sidebar-right .sidebar-content {
    float: right;
}

#atomion-more-latest-posts article,
.archive article,
.search article {
    margin-bottom: 4.7em;
}

#atomion-more-latest-posts article .post-thumbnail,
.archive article .post-thumbnail,
.search article .post-thumbnail {
    margin-bottom: 2em;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.atomion-blog-article-content-wrapper {
    width: 100%;
}

#atomion-more-latest-posts article h2,
.archive article h2,
.search article h2 {
    font-size: 2em;
    font-weight: 800;
    margin: 0;
}

#atomion-more-latest-posts article .entry-content,
.archive article .entry-content,
.search article .entry-content {
    margin: .5em 0;
}

#atomion-more-latest-posts article h2:after ,
.archive article h2:after,
.search article h2:after {
    display: none;
}

#atomion-more-latest-posts article h2 a,
.archive article h2 a,
.search article h2 a {
    text-decoration: none;
}

.blog #atomion-latest-posts footer.entry-footer,
.blog article footer.entry-footer,
.archive article footer.entry-footer,
.search article footer.entry-footer {
    text-transform: uppercase;
    margin-top: .8em;
}

#atomion-latest-posts {
    margin-bottom: 3em;
}

.search .no-results #atomion-searchform input {
    margin-bottom: 3em;
}

.atomion-post-category {
    text-transform: uppercase;
    font-weight: 600;
}

/* Blog Post Hover */

.blog .post-thumbnail, 
.blog #atomion-sticky-post-thumbnail, 
.blog #atomion-three-sticky-posts .post,
.archive .post-thumbnail, 
.archive #atomion-sticky-post-thumbnail, 
.archive #atomion-three-sticky-posts .post {
    position: relative;
    overflow: hidden;
    width:100%;
    height:100%;
}
.blog .post-thumbnail:before, 
.blog #atomion-sticky-post-thumbnail:before, 
.blog #atomion-three-sticky-posts .post:before,
.archive .post-thumbnail:before, 
.archive #atomion-sticky-post-thumbnail:before, 
.archive #atomion-three-sticky-posts .post:before {
    content: '';
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.blog .post-thumbnail:hover:before, 
.blog #atomion-sticky-post-thumbnail:hover:before, 
.blog #atomion-three-sticky-posts .post:hover:before,
.archive .post-thumbnail:hover:before, 
.archive #atomion-sticky-post-thumbnail:hover:before, 
.archive #atomion-three-sticky-posts .post:hover:before,
.blog .post-thumbnail:focus:before, 
.blog #atomion-sticky-post-thumbnail:focus:before, 
.blog #atomion-three-sticky-posts .post:focus:before,
.archive .post-thumbnail:focus:before, 
.archive #atomion-sticky-post-thumbnail:focus:before, 
.archive #atomion-three-sticky-posts .post:focus:before {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.blog .post-thumbnail img, 
.blog #atomion-sticky-post-thumbnail img, 
.blog #atomion-three-sticky-posts .post img,
.archive .post-thumbnail img, 
.archive #atomion-sticky-post-thumbnail img, 
.archive #atomion-three-sticky-posts .post img {
    -webkit-transition: opacity 0.35s, 
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

.blog .post-thumbnail:hover img, 
.blog #atomion-sticky-post-thumbnail:hover img, 
.blog #atomion-three-sticky-posts .post:hover img,
.archive .post-thumbnail:hover img, 
.archive #atomion-sticky-post-thumbnail:hover img, 
.archive #atomion-three-sticky-posts .post:hover img,
.blog .post-thumbnail:focus img, 
.blog #atomion-sticky-post-thumbnail:focus img, 
.blog #atomion-three-sticky-posts .post:focus img,
.archive .post-thumbnail:focus img, 
.archive #atomion-sticky-post-thumbnail:focus img, 
.archive #atomion-three-sticky-posts .post:focus img {
    opacity: 0.3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
}

.blog .post-thumbnail:hover span, 
.blog #atomion-sticky-post-thumbnail:hover span, 
.blog #atomion-three-sticky-posts .post:hover span,
.archive .post-thumbnail:hover span, 
.archive #atomion-sticky-post-thumbnail:hover span, 
.archive #atomion-three-sticky-posts .post:hover span,
.blog .post-thumbnail:focus span, 
.blog #atomion-sticky-post-thumbnail:focus span, 
.blog #atomion-three-sticky-posts .post:focus span,
.archive .post-thumbnail:focus span, 
.archive #atomion-sticky-post-thumbnail:focus span, 
.archive #atomion-three-sticky-posts .post:focus span {
        visibility: visible;
} 

.atomion-blog-lupe {
    z-index: 9999;
    position: absolute;
    margin: 0px auto;
    display: block;
    width: 50px;
    height: 50px;
    visibility: hidden;
}

.post-thumbnail .atomion-blog-lupe {
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#atomion-sticky-post-thumbnail a {
    line-height: 0;
    float: left;
}

#atomion-sticky-post-thumbnail a .atomion-blog-lupe {
    top: 0px;
    display: flex;
    position: absolute;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

#atomion-three-sticky-posts .atomion-blog-lupe {
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    animation: atomionFadeIn .5s;
}

#atomion-sticky-post-thumbnail:hover .atomion-blog-lupe i,
#atomion-three-sticky-posts .post &gt; a:hover .atomion-blog-lupe i,
#atomion-sticky-post-thumbnail:focus .atomion-blog-lupe i,
#atomion-three-sticky-posts .post &gt; a:focus .atomion-blog-lupe i {
    animation: atomionFadeIn .5s;
}

.atomion-blog-lupe i {
    color: black;
    font-size: 3em;
}

#atomion-mobile-sidebar-prefix,
#atomion-mobile-sidebar-button {
    display: none;
}

@media (max-width: 768px) { 
    #atomion-sticky-post-thumbnail {
        margin-bottom: 1.5em;
    }

    #atomion-mobile-sidebar-prefix {
        display: inline-block;
        padding: 0.64rem 0;
        font-weight: 600;
        width: calc(100% - 40px);
        text-align: right;
    }

    #atomion-mobile-sidebar-button {
        display: block;
        width: 30px;
        text-align: right;
        float: right;
        font-size: 1.5em;
        overflow-x: hidden;
        padding: 0;
        background: transparent;
        border: unset;
        line-height: 1.5;
    }

    #blog-sidebar &gt; .sidebar-content {
        display: none;
        width: 100%;
    }
    
    #blog-sidebar,
    .archive #blog-sidebar, 
    .search #blog-sidebar {
        margin-top: 0;
    }

    #atomion-more-latest-posts {
        margin-top: 1em;
    }

    #blog-sidebar .atomion-searchfield {
        max-width: 100%;
    }

    #atomion-more-latest-posts h3 {
        margin-bottom: 2em;
    }
    
 }

 @media (max-width: 480px) { 
    #atomion-sticky-post-content {
        padding: 0 1em;
    }

    #atomion-more-latest-posts article,
    .archive article,
    .search article {
        margin-bottom: 3.7em;
    }

    #atomion-sticky-post-mobile .slick-slide {
        margin: 0 0 35px;
    }

    #atomion-more-latest-posts article h2,
    .archive article h2,
    .search article h2 {
        font-size: 1.5em;
    }

 }

/*--------------------------------------------------------------
#### Single Post
--------------------------------------------------------------*/
.single-post .entry-header {
    margin: 3em 0 3.7em;
}

.single-post .entry-content {
    max-width: calc(1200px - 200px);
    margin: 0 auto
}

.single-post .post-thumbnail {
    margin-bottom: 2em;
}

.single-post .atomion-post-category {
    text-align: center;
    margin-bottom: .8em;
}

.single-post .entry-title {
    font-size: 2.5em;
    text-align: center;
    margin: 0 0 .3em;
}

.single-post .entry-title:after {
    visibility: hidden;
}

.single-post .entry-meta {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.single .entry-meta {
    text-transform: uppercase;
}

.single .entry-meta &gt; * {
    display: inline-block;
}

.single-post .entry-meta a,
.single-attachment .entry-meta a {
    text-decoration: underline dotted;
    text-underline-offset: .3em;
}

.single-post .alignwide {
    max-width: 1200px;
    width: 100vw;
}

.single-post .sep {
    margin: 0 .5em;
}

.single-post .entry-content h2:after {
    display: none;
}

.single-post #meta-footer {
    margin: 3em 0;
}

[class^="wc-block"] li:not(.wc-block-product-categories-list-item) {
    padding-left: 0;
}

[class^="wc-block"] li:not(.wc-block-product-categories-list-item):before,
[class^="wc-block"] h1::after,
[class^="wc-block"] h2::after {
    display: none !important;
}

[class^="wc-block"] select {
    width: auto;
}

[class^="wc-block"] a.wp-block-button__link {
    color: white;
}

.slick-dots li:before, #shipping_method li:before {
 content: "" !important;
}

.single-post h2.section-headding {
    text-align: center;
    font-size: 2.5em;
    margin: .3em 0 2.3em 0;
}

.single-post h2.section-headding:after {
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 1em;
    background: #dddddd;
    height: 1px;
}

.single-post #meta-footer a {
    text-decoration: none;
}

.single-post #meta-footer table {
    margin: 0px;
}

.single-post #meta-footer .atomion-shariff-table {
    margin-bottom: .6em;
}

@media (max-width: 1200px) { 
    .single-post .alignwide {
        width: 90vw !important;
    }
 }

@media (max-width: 480px) { 
    .single-post #meta-footer td {
        width: 100%;
        display: block;
    }

    .single-post h2.section-headding {
        font-size: 1.8em;
    }
}

/*--------------------------------------------------------------
##### Single Post - Reading Bar
--------------------------------------------------------------*/
#atomion-reading-progress {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 3px;
    margin: 0px;
    left: 0px;
    z-index: 99999;
}
  
#atomion-reading-progress .bar {
    height: 3px;
    position: fixed;
}

.admin-bar #atomion-reading-progress {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #atomion-reading-progress {
        top: 46px;
    }    
}

@media screen and (max-width: 600px) {
    .admin-bar #atomion-reading-progress {
        top: 0;
    }    
}

/*--------------------------------------------------------------
#### Pagination
--------------------------------------------------------------*/
.blog #footer-action-bar .inner,
.search #footer-action-bar .inner,
.woocommerce #footer-action-bar .inner,
.archive #footer-action-bar .inner {
    justify-content: center;
}

ul.page-numbers {
    display: inline-block;
}

ul.page-numbers li {
    font-size: 1.25rem;
    padding: .6rem;
    min-width: 1em;
    display: inline-block;
    text-align: center;
}

ul.page-numbers li span.current,
ul.page-numbers li:hover,
ul.page-numbers li:focus {
    font-weight: 900;
    color: #3D464F;
    background: transparent;
}

ul.page-numbers li span.current:after {
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 1px;
    background: #3D454F;
    margin-top: 8px;
}

ul.page-numbers li a {
    color: #404040;
}



/*--------------------------------------------------------------
#### Search Form
--------------------------------------------------------------*/
.search-item {
    position: relative;
    z-index: 99;
}

.search-dropdown.wrapper {
    display: none;
    position: absolute;
    right: 0;
}

.atomion-searchform input {
    float: left;
    height: 50px;
}

.widget .atomion-searchform .atomion-searchfield {
    width: calc(100% - 50px);
    max-width: 100%;
}

.atomion-searchfield::placeholder {
    text-transform: uppercase;
    font-weight: 300;
}

.atomion-searchfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-transform: uppercase;
    font-weight: 300;
}

.atomion-searchfield::-ms-input-placeholder { /* Microsoft Edge */
    text-transform: uppercase;
    font-weight: 300;
}

.atomion-searchform .atomion-searchfield {
    border-right: 0;
}

#mobile-navigation .atomion-searchfield {
    width: calc(100% - 50px);
}

.atomion-searchform .atomion-searchicon {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    padding: 14px;
    font-size: 1rem;
    color: white;
    border: 3px solid;
    transition: all 0.2s ease-in; 
    -webkit-transition: all 0.2s ease-in; 
    -o-transition: all 0.2s ease-in;
}

.atomion-searchform .atomion-searchsubmit {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -3px;
    right: -3px;
    background: transparent;
    border: 0 !important;
}

/* Style for 404 error page search form */
.error404 .atomion-searchfield {
    width: calc(100% - 50px);
}

/*--------------------------------------------------------------
### Search Results
--------------------------------------------------------------*/
#search-results-wrapper {
    margin: 1.5em auto;
}

.search .woocommerce.sidebar-active ul.products {
    width: 80%;
    float: left;
    padding-right: 4.5em;
}

/* WP-Search with Woo results*/
.search-results .sidebar-active #search-results-wrapper {
    float: right;
}

.search-results article.product {
    width: 100%;
    display: flex;
    align-items: center;
}

.search-results article.product .post-thumbnail {
    flex-basis: 50%;
    margin-bottom: 0;
}

.search-results article.product .price {
    font-size: 1.3em;
    line-height: 1;
    font-weight: 900;
    color: #333333;
    margin: 0 0 10px;
}

.search-results article.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
}

.search-results article.product .price ins, 
.search-results article.product p.price ins {
    color: #E84948;
    background: transparent;
}

@media (max-width: 768px) { 
    #search-results-wrapper {
        display: flex;
        flex-flow: column;
    }

    .search .woocommerce.sidebar-active ul.products {
        width: 100%;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .search .woocommerce.sidebar-active ul.products:before {
        display: none;
    }

    .search .woocommerce.sidebar-active ul.products li {
        flex-basis: 48%;
        float: left;
        position: relative;
        clear: both;
        margin: 0 0 2.992em !important;
    }

    .woocommerce.sidebar-active #shop-sidebar:before {
        line-height: 1.5;
    }

    .search #shop-sidebar {
        top: -10px;
    }
 }



/*--------------------------------------------------------------
### Sidebar &amp; Widgets
--------------------------------------------------------------*/
.sidebar section {
    float: left;
    padding-bottom: 2em;
    border-bottom: 1px solid #CBCBCB;
}

.sidebar .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .88em;
    letter-spacing: .05em;
    margin-bottom: 1.3em;
}

.sidebar .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar .hamRotate.active {
    transform: rotate(45deg);
}

.sidebar .hamRotate180.active {
    transform: rotate(180deg);
}

.sidebar .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:5.5;
    stroke-linecap:round;
}

.sidebar .ham1 .top {
    stroke-dasharray: 40 139;
}

.sidebar .ham1 .bottom {
    stroke-dasharray: 40 180;
}

.sidebar .ham1.active .top {
    stroke-dashoffset: -98px;
}

.sidebar .ham1.active .bottom {
    stroke-dashoffset: -138px;
}

#blog-sidebar .widget-title:first-child {
    margin-top: 0;
}

/*** search widget ***/
.widget_search form.search-form {
    position: relative;
}

.widget_search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 54px;
    padding: 0;
    border: 0;
    background: #38bae3;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
}

/*** category widget &amp;&amp; block ***/
.sidebar-content .widget_block {
    width: 100%;
}

.widget_categories ul,
.woocommerce.widget_product_categories ul,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget_categories ul.children,
.woocommerce.widget_product_categories ul.children,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list:not(.wc-block-product-categories-list--depth-0)  {
    margin-left: 1em;
}

.widget_categories ul li,
.woocommerce.widget_product_categories ul li,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li {
    margin: 3px 0;
    padding-right: 25px;
    position: relative;
}

.widget_categories ul li a,
.woocommerce.widget_product_categories ul li a,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a {
    font-size: 0.87em;
    text-decoration: none;
    text-transform: uppercase;
}

.widget_categories ul li a:after,
.woocommerce.widget_product_categories ul li a:after,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a:after {
    content: "\f105" !important;
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 700;
    float: right;
    font-size: 1.3em;
    transition: .2s all ease;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-start;
}

.widget_categories ul li a:hover:after,
.woocommerce.widget_product_categories ul li a:hover:after,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a:hover:after,
.widget_categories ul li a:focus:after,
.woocommerce.widget_product_categories ul li a:focus:after,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a:focus:after {
    margin-right: .5em;
    transition: .2s all ease;
}

.widget_categories ul li a::after, 
.woocommerce.widget_product_categories ul li.cat-parent a::after {
    align-items:flex-start;
    height: auto;
}

.widget_categories ul.children li a::after,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list:not(.wc-block-product-categories-list--depth-0) li a::after {
	align-items: center;
	height: 100%;
}

.widget_categories ul.children, 
.woocommerce.widget_product_categories ul.children,
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list:not(.wc-block-product-categories-list--depth-0) {
    margin-left:0em!important;
    padding-left:1em!important;
    width:calc(100% + 25px);
}

.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list--has-images {
    padding-left: 60px;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories__dropdown {
    max-width: calc(100% - 50px);
    width: 100%;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories__dropdown select {
    border-right: 0;
    margin: 0;
    width: 100%;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories__button {
    border-radius: 0;
    color: white;
    transition: .3s all ease;
    width: 50px;
    justify-content: center;
}

/*** tagcloud widget ***/
.widget .tagcloud a {
    display: inline-block;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid #CBCBCB;
    border-radius: 6px;
}

#content .widget .tagcloud a:hover,
#content .widget .tagcloud a:focus {
    color: white;
    transition: .3s all ease;
}

/* calendar */
.sidebar-content #wp-calendar tbody td {
    text-align: center;
}

.sidebar-content #wp-calendar #today {
    font-weight: bold;
}

/*--------------------------------------------------------------
### ZusÃ¤tzliche CSS-Klassen fÃ¼rs Styling
--------------------------------------------------------------*/
.atomion-bg-grey {
    background: #F5F5F5;
}

.atomion-bg-grey.atomion-product-carousel ul.products .slick-list li,
.atomion-has-bg-color.atomion-product-carousel ul.products .slick-list li {
    transform: scale(.98);
    transition: .2s all ease-in-out;    
}

.atomion-bg-grey.atomion-product-carousel ul.products .slick-list li:hover,
.atomion-has-bg-color.atomion-product-carousel ul.products .slick-list li:hover,
.atomion-bg-grey.atomion-product-carousel ul.products .slick-list li:focus,
.atomion-has-bg-color.atomion-product-carousel ul.products .slick-list li:focus {
    transform: scale(1);
    box-shadow: 0px 5px 40px rgba(204, 204, 204, 0.75);
    transition: .2s all ease-in-out;
}

.atomion-offset &gt; ul.products,
.atomion-offset:not(.gutenberg-block):not(.atomion-block) {
    margin-top: -13em !important;
}

[class^="wp-block-woocommerce"] .no-description .product-excerpt,
.atomion-block.no-description .product-excerpt {
    display: none;
}

[class^="wp-block-woocommerce"] .atomion-woocommerce-product-category a,
.atomion-block .atomion-woocommerce-product-category a {
    color:  #404040;
}

[class^="wp-block-woocommerce"] .atomion-product-carousel ul.products li.first, 
.atomion-product-carousel .woocommerce-page ul.products li.first,
.atomion-product-carousel .woocommerce ul.products li.last, 
.atomion-product-carousel .woocommerce-page ul.products li.last,
.atomion-block.atomion-product-carousel ul.products li.first, 
.atomion-block.atomion-product-carousel .woocommerce-page ul.products li.first,
.atomion-block.atomion-product-carousel .woocommerce ul.products li.last, 
.atomion-block.atomion-product-carousel .woocommerce-page ul.products li.last {
    clear: unset;
}

[class^="wp-block-woocommerce"] .atomion-bg-grey,
.atomion-block.atomion-has-bg-color {
    padding: 4em 0;
    margin-left: calc(50% - 0px);
}

[class^="wp-block-woocommerce"] .atomion-offset,
.atomion-block.atomion-offset {
    margin-top: 6em;
}

[class^="wp-block-woocommerce"] .atomion-offset.atomion-product-carousel,
.atomion-block.atomion-offset.atomion-product-carousel {
    margin-top: 8em;
}

[class^="wp-block-woocommerce"] .atomion-bg-grey .slick-dots,
.atomion-block.atomion-has-bg-color .slick-dots {
    bottom: -20px;
}

[class^="wp-block-woocommerce"] .atomion-product-carousel ul.products li,
.atomion-block.atomion-product-carousel ul.products li {
    margin-top: 0 !important;
   
}

.atomion-offset .woocommerce ul.products .slick-list li,
.atomion-block.atomion-offset .woocommerce ul.products .slick-list li {
    margin-bottom: 4em;
}

.atomion-offset .woocommerce ul.products .slick-dots,
.atomion-block.atomion-offset .woocommerce ul.products .slick-dots {
    bottom: 5px;
} 

[class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-dots li,
.atomion-block.atomion-product-carousel ul.products .slick-dots li {
    width: auto !important;
    margin: 0;
    padding: 0;
}

[class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-next,
.atomion-block.atomion-product-carousel ul.products .slick-next {
    right: -55px;
    overflow-y: hidden;
}

[class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-prev,
.atomion-block.atomion-product-carousel ul.products .slick-prev {
    left: -55px;
    overflow-y: hidden;
}

[class^="wp-block-woocommerce"] &gt; .woocommerce ul.products,
.atomion-block.woocommerce ul.products {
    max-width: 1200px;
    margin: 0 auto;
}

.atomion-angel-right a:after {
    content: "\f105";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 700;
    font-size: 1.4em;
    position: relative;
    left: .7em;
    top: 3px;
}

[class^="wp-block-woocommerce"].atomion-text-align-center .site-product-meta .atomion-woocommerce-product-category,
[class^="wp-block-woocommerce"].atomion-text-align-center .site-product-meta h2,
[class^="wp-block-woocommerce"].atomion-text-align-center .site-product-meta .wgm-info,
[class^="wp-block-woocommerce"].atomion-text-align-center .site-product-meta .price,
[class^="wp-block-woocommerce"].atomion-text-align-center .site-product-meta .product-excerpt,
[class^="wp-block-woocommerce"].atomion-text-align-center .site-product-meta .go-to-product {
    text-align: center !important;
}

[class^="wp-block-woocommerce"].atomion-text-align-center .site-product-meta h2:after {
    margin: 1em auto 0;
}

#content .atomion-big-headline {
    font-size: 2.5em;
    margin-bottom: .5em;
}

#content .atomion-big-headline:after {
    display: none;
}

@media (min-width: 768px) and (max-width: 1460px) {
	[class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-prev,
    [class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-next,
    .atomion-block.atomion-product-carousel ul.products .slick-prev,
    .atomion-block.atomion-product-carousel ul.products .slick-next {
		display:none!important;
	}
}

@media (max-width: 480px) { 
    [class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-prev,
    [class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-next,
    .atomion-block.atomion-product-carousel ul.products .slick-prev,
    .atomion-block.atomion-product-carousel ul.products .slick-next {
        width: 40px;
        height: 40px;
    }

    [class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-next,
    .atomion-block.atomion-product-carousel ul.products .slick-next {
        right: 0;
    }
    
    [class^="wp-block-woocommerce"] .atomion-product-carousel ul.products .slick-prev,
    .atomion-block.atomion-product-carousel ul.products .slick-prev {
        left: 0;
    }

    #content .atomion-big-headline {
        font-size: 1.8em;
    }
 }


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-action-bar .inner,
#main-footer .inner, 
#footer-top .inner, 
.page-template-page-blank #content .row {
    max-width: calc(1200px + 10%);
}

footer.site-footer {
    padding-top: 4em;
}

#footer-action-bar {
    height: 100px;
    background: #EDEDED;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
}

#footer-action-bar .inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
}

#footer-action-bar .inner &gt; div {
    flex-basis: 33%;
    max-width: 33%;
    text-transform: uppercase;
    font-weight: 900;
}

#footer-action-bar .inner &gt; div:first-child.back-to-top {
    max-width: 100%;
    flex-basis: 100%;
}

#footer-action-bar .inner a {
    text-decoration: none;
}

#footer-action-bar .prev {
    order: 1;
    text-align: left;
}

#footer-action-bar .back-to-top {
    order: 2;
    text-align: center;
    cursor: pointer;
}

#footer-action-bar .back-to-top button.back-to-top-button {
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    overflow: visible;
}

#footer-action-bar .back-to-top i {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

#footer-action-bar .back-to-top i.fa-angle-double-up {
    animation: fadeUpInOut 3s infinite;
    -webkit-animation: fadeUpInOut 3s infinite;
    -moz-animation:    fadeUpInOut 3s infinite;
    -o-animation:      fadeUpInOut 3s infinite;
}

@keyframes fadeUpInOut {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 5;
    }
    100% {
      opacity: 0;
      transform: translateY(-10px)
    }
  }

#footer-action-bar .next {
    order: 3;
    text-align: right;
}

#footer-action-bar .next i, 
#footer-action-bar .prev i {
    font-size: 1.2em;
    position: relative;
    top: 2px;
}

#footer-action-bar .prev i {
    margin-right: 1em;
}

#footer-action-bar .next i {
    margin-left: 1em;
}

footer .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin: 1em 0;
}

footer .social-media-icon {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

footer .social-media-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
}

footer .social-media-icon:hover,
footer .social-media-icon:hover i,
footer .social-media-icon:focus,
footer .social-media-icon:focus i {
    transition: .3s all ease-in-out;
}

#main-footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 4em 5%;
}

#footer-top ul {
	list-style: none;
}

#footer-top .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1em 5% 0 5%;
}
#main-footer ul {
    margin: 0;
    padding: 0;
}

#main-footer ul li {
    list-style: none;
    margin-bottom: .5em;
}

#main-footer ul li a {
    text-decoration: none;
}

#footer-bottom {
    width: 100%;
    float: left;
    padding: 1.3em 2.5em;
}

#footer-bottom .inner {
    width: 100%;
    column-gap: normal;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#footer-bottom.content-width .inner {
	max-width: 1200px;
	margin: 0 auto;
}

#footer-bottom.has-logo .inner .pull-right {
    padding-left: 3em;
}

#main-footer .inner &gt; * {
    padding: 0 10px;
}

#footer-bottom .footer-logo,
#footer-bottom .logo {
    max-width: 150px;
    width: 100%;
}

#footer-bottom .sep {
    display: block;
    margin-left: 10px;
}

#footer-bottom ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
}

#footer-bottom ul li a, #footer-bottom span {
    font-size: 0.85em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2;
}

#footer-bottom ul#footer-bottom-menu {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    #footer-bottom.has-logo .inner .pull-right {
        padding-left: 0;
        margin-top: 1em;
    }
}

@media (max-width: 768px) { 
    #footer-action-bar .inner a span,
	.single-product #footer-action-bar .next,
    .single-product #footer-action-bar .prev {
        display: none;
    }
	
	#footer-action-bar .inner .page-numbers a {
		display:inherit;
	}

    #footer-action-bar .next,
    #footer-action-bar .prev {
        display: flex;
        align-items: center;
    }

    #footer-action-bar .prev {
        justify-content: flex-start;
    }

    #footer-action-bar .next {
        justify-content: flex-end;
    }

    #footer-action-bar .back-to-top i {
        margin-bottom: 5px;
        font-size: 23px;
    }

    #footer-action-bar .prev i {
        margin-right: .5em;
    }

    #footer-action-bar .next i {
        margin-left: .5em;
    }
 }

@media (max-width:480px) {
	footer section {
		width:100%;
		flex-basis:100%;
	}
	#main-footer ul li {
		hyphens: auto;
	}
}

 @media (max-width: 350px) { 
    #footer-action-bar .inner {
        font-size: .9em;
    }
}


/* Atomion Newsletter Widget */
.atomion-newsletter {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.atomion-newsletter h3 {
    font-weight:bold;
    text-transform: normal;
}
.atomion-newsletter h3:after {
    content:none;
}
.atomion-newsletter section.col-news-1 {
    width: 10%;
    flex-basis: 10%;
}
.atomion-newsletter section.col-news-1 img {
    padding: 20px;
}
.atomion-newsletter section.col-news-8 {
    width: 60%;
    flex-basis: 60%;
}
.atomion-newsletter section.col-news-3 {
    width: 30%;
    flex-basis: 30%;
}

@media (max-width: 999px) { 
    .atomion-newsletter {
        flex-flow: column;
		width:50%;
		margin-left:auto;
		margin-right:auto;
    }

    .atomion-newsletter section.col-news-1 {
        width: 30%;
        flex-basis: 30%;
    }

    .atomion-newsletter section.col-news-8,
    .atomion-newsletter section.col-news-3 {
        width: 100%;
        flex-basis: 100%;
    }
 }
 
@media (max-width: 768px) {
	.atomion-newsletter {
		width:100%;
	}
}

@media (max-width:1000px) {
	#footer-bottom .inner,
	#footer-bottom .inner .col.pull-right {
        flex-wrap: wrap;
	}
	#footer-bottom .inner .col,
	#footer-bottom .inner .col.pull-right .credits {
		width:100%;
	}
	#footer-bottom .inner .col.pull-right .sep {
		display:none;
	}
	#footer-bottom .inner .col.pull-right .credits,
	#footer-bottom .inner .col.pull-left .logo {
		margin-left:10px;
	}
}

@media (max-width: 480px) { 
    #footer-bottom .inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    #footer-top .inner &gt; * {
        width: 100%;
        flex-basis: 100%;
    }

    #footer-bottom .inner * {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

}</pre></body></html>