/*
Theme Name: Schumacher Sport
Theme URI: https://www.schmucki.swiss/
Description: Monochrome showcases the sleek difference that white space and typography make in minimal design.
Author: Agentur Schmucki
Author URI: https://www.schmucki.swiss/

Version: 1.6.0

Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: monochrome-pro
Requires at least: 5.4
Requires PHP: 5.6
*/


/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Site Inner
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro / Genesis Portfolio Pro
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Header Search
		- Footer Menu
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Messages
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Before Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 600px
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */


/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */


/* stylelint-disable */

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product .price, .woocommerce .woocommerce-breadcrumb a:focus, .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a::before, .woocommerce .widget_rating_filter ul li.chosen a::before, .woocommerce .widget_rating_filter ul li.chosen a::before {
    color: #394059 !important
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

html.pum-open-scrollable,
html.pum-open.pum-open-overlay.pum-open-scrollable, html.pum-open.pum-open-overlay.pum-open-fixed.pum-open-scrollable .pum-overlay  {
    overflow-y: initial !important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}


/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.genesis-shop-menu::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.genesis-shop-menu::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

/* Live Search */
.search-results-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.searchwp-live-search-results {
    position: fixed !important;
}

.searchwp-live-search-results {
    top: 80px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100vh - 80px) !important;
    max-height: 100% !important;
}

.searchwp-live-search-results-showing {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.searchwp-live-search-result {
    width: 30%;
    border: solid 1px #e4e4e3;
    padding: 15px 20px 10px;
}

.searchwp-live-search-result .result_wrapper_link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}



.searchwp-live-search-result .result_content {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}

body.hasSearchResults {
    overflow: hidden;
}

.searchwp-live-search-result .result_image {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 1em;
}
.searchwp-live-search-result .result_title {
    color: #000000;
    padding: 0.5em 0;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    overflow-wrap: break-word;
}
.searchwp-live-search-result .result_price {
    margin-bottom: 0.5em;
    font-size: 1rem;
    font-weight: 700;
}

@media only screen and (max-width:768px) {
    .searchwp-live-search-result {
        width: 45%;
    }
}

/* Pop Ups */

.pum-theme-27144 .pum-content,
.pum-theme-lightbox .pum-content {
    outline: none !important;
    border: none !important;
}

footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus,
footer textarea:-webkit-autofill,
footer textarea:-webkit-autofill:hover,
footer textarea:-webkit-autofill:focus,
select:-webkit-autofill,
footer select:-webkit-autofill:hover,
footer select:-webkit-autofill:focus,
.pum-container input:-webkit-autofill,
.pum-container input:-webkit-autofill:hover,
.pum-container input:-webkit-autofill:focus,
.pum-container textarea:-webkit-autofill,
.pum-container textarea:-webkit-autofill:hover,
.pum-container textarea:-webkit-autofill:focus,
select:-webkit-autofill,
.pum-container select:-webkit-autofill:hover,
.pum-container select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #1F1F1F inset;
    box-shadow: 0 0 0px 1000px #1F1F1F inset;
}

.pum-container .pum-content+.pum-close {
    border-radius: 32px;
    -webkit-transition: ease-in-out 250ms all;
    -moz-transition: ease-in-out 250ms all;
    -ms-transition: ease-in-out 250ms all;
    -o-transition: ease-in-out 250ms all;
    transition: ease-in-out 250ms all;
}

.pum-container .pum-content+.pum-close:hover,
.pum-container .pum-content+.pum-close:focus {
    opacity: 0.7;
}

.pum-container .pum-content+.pum-close:before,
.pum-container .pum-content+.pum-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background-color: #E0E0E0;
    transform: rotate(-45deg);
}

.pum-container .pum-content+.pum-close:after {
    transform: rotate(45deg);
}

.input-focus .quform-label {
    background-color: #121212 !important;
}

.pum-container .input-focus .quform-label {
    background-color: #1f1f1f !important;
}

.quform-required, .woocommerce-result-count {
    display: none;
}

body .pum-theme-schmucki .pum-container {
    padding: 3.5rem;
}

.mailpoet_paragraph.flex {
    display: flex;
    flex-wrap: wrap;
}

.mailpoet_paragraph.flex>* {
    display: block;
    width: 50%;
}

#mailpoet_form_1 .mailpoet_submit {
    max-width: 280px;
}

.pum-container .pum-content+.pum-close {
    color: transparent !important;
}

/* .pum-theme-lightbox .pum-container {
    height: auto !important;
} */

.pum-container.pum-scrollable .pum-content {
    max-height: 90% !important;
}

@media screen and (max-width: 769px) {
	
	.pum-theme-lightbox .pum-container {
        padding: 10px !important;
		max-width: 90% !important;
        width: 620px !important;
	}

    .pum-theme-27144 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
        top: 3px !important;
        right: 3px !important;
    }

}



/* Defaults
---------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: 'DIN Pro';
    src: url('/wp-content/themes/monochrome-pro/fonts/FFDINProforIIC.woff2') format('woff2'), url('/wp-content/themes/monochrome-pro/fonts/FFDINProforIIC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/wp-content/themes/monochrome-pro/fonts/FFDINProforIIC-Medium.woff2') format('woff2'), url('/wp-content/themes/monochrome-pro/fonts/FFDINProforIIC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/wp-content/themes/monochrome-pro/fonts/FFDINProforIIC-Bold.woff2') format('woff2'), url('/wp-content/themes/monochrome-pro/fonts/FFDINProforIIC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 14px !important;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'DIN Pro', sans-serif;
    font-size: 1.286rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
}

body {
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title>a,
.wp-custom-logo .title-area,
.site-header {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
    color: #e30613;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border-width: 0;
    border-collapse: collapse;
    border-top: 1px solid currentColor;
    color: #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 600;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background-color: #ddd;
    color: #000;
}

blockquote {
    margin: 1em;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DIN Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

.comment-respond h3,
.entry-comments h3 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    width: 5%;
}

h4 {
    font-size: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.wc-block-grid__product-title {
    color: #000 !important;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}


/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #ccc;
}


/* Block Spacing
--------------------------------------------- */

.entry-content>div {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

@media only screen and (max-width:600px) {
    .entry-content>* {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

.entry-content>*[class*='background-color'],
.entry-content>*[class*='has-background'],
.entry-content>*[style*='background-color'] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a:focus {
    outline: none;
}

@media only screen and (min-width:601px) {
    .entry-content>.wp-block-genesis-blocks-gb-columns {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width:600px) {
    .wp-block-genesis-blocks-gb-column {
        margin-bottom: 2rem;
    }
}

.gb-block-container h2 {
    margin-top: 0;
}

body:not(.single-post,
.single-product,
.archive) main.content#genesis-content {
    width: auto;
}

.post-wrapper {
    background-color: #ffffff;
    color: inherit;
}

.entry-content>.wp-block-table {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.entry-content>.wp-block-table table {
    margin-bottom: 0;
}

@media only screen and (min-width:601px) {
    .entry-content>.wp-block-table.alignwide {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/* Forms
--------------------------------------------- */

input,
input[type="search"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    padding: 15px;
    width: 100%;
}

input[type="search"] {
    -webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

::placeholder {
    color: #000;
    opacity: 1;
}

/* 18.09.2023 */
.woocommerce-input-wrapper input::placeholder {
    opacity: 0.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
body .wcpf-field-button .wcpf-button,
body.woocommerce a.button,
body.woocommerce a.button.alt,
body.woocommerce button.button,
body.woocommerce button.button.alt,
body.woocommerce input.button,
body.woocommerce input.button.alt,
body.woocommerce input.button[type="submit"],
body.woocommerce #respond input#submit,
body.woocommerce #respond input#submit.alt
/*, .gb-block-post-grid .gb-block-post-grid-more-link */

{
    display: inline-block;
    width: auto;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    padding: 12px 20px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    background-color: #394059;
    transition: all 300ms ease-in-out;
}

.button {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.button.large {
    font-size: 14px;
}

.button.secondary {
    background-color: #eee;
    color: #000;
}

.more-link {
    display: inline-block;
    margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 15px 20px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
body.woocommerce a.button:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce input.button[type="submit"]:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button:focus,
body.woocommerce a.button.alt:focus,
body.woocommerce button.button:focus,
body.woocommerce button.button.alt:focus,
body.woocommerce input.button:focus,
body.woocommerce input.button.alt:focus,
body.woocommerce input.button[type="submit"]:focus,
body.woocommerce #respond input#submit:focus,
body.woocommerce #respond input#submit.alt:focus {
    box-shadow: inset 0 0 200px rgb(230 230 230 / 25%);
    color: #fff;
}

.woocommerce-mini-cart__buttons.buttons a {
    width: 100% !important;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #000;
    color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    box-shadow: none;
    color: #999;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #c3c5cd;
    border-bottom: 1px solid rgb(195 197 205 / 30%)
}

td,
th {
    line-height: 2;
    text-align: left;
    vertical-align: top;
}

td {
    padding: 0.5em;
}

tr {
    border-top: 1px solid #c3c5cd;
    border-top: 1px solid rgb(195 197 205 / 30%)
}

th {
    font-weight: 600;
    padding: 0.5em;
}


/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 600;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */


/* Site Container
--------------------------------------------- */

.site-container {
    background-color: #fff;
    z-index: 99;
}

.gmm-active .site-container {
    margin-bottom: 0 !important;
}


/* Site Inner
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
}

.site-inner {
    background-color: #fff;
    clear: both;
    margin-top: 100px;
    max-width: 1200px;
    position: relative;
    word-wrap: break-word;
    z-index: 999;
}

.archive .site-inner,
.page-template-page_blog .site-inner {
    margin-bottom: 100px;
}

.full-width-content.featured-image .site-inner {
    margin-top: -220px;
}

.full-width-content.landing-page .site-inner {
    margin-bottom: 80px;
    margin-top: 180px;
    max-width: 680px;
}

.genesis-title-hidden .site-inner {
    margin-top: 0;
}


/* Column Widths and Positions
--------------------------------------------- */


/* Content */

.search .pagination {
    width: 100%;
    margin-top: 60px;
}

.search .entry-meta {
    display: none;
}

.search .entry-header::after {
    padding-bottom: 0px;
}

.search .archive-description {
    width: 100%;
}

.content {
    float: right;
    position: relative;
    width: 720px;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 680px;
}

.search #genesis-content {
    display: flex;
    flex-wrap: wrap;
}

.custom_blog .entry,
.search .entry {
    width: 33.33%;
    padding: 0 15px;
}


/* Sidebar */

.sidebar {
    float: right;
    width: 28%;
}

.sidebar-content .sidebar {
    float: left;
}


/* Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */


/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.entry-avatar .avatar {
    background-color: #fff;
    float: none;
    margin-bottom: 40px;
    margin-top: -60px;
    padding: 5px;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
    font-size: 14px;
    margin-bottom: 40px;
}

.full-width-content.single .breadcrumb {
    text-align: center;
}

.featured-image .breadcrumb {
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    position: absolute;
    top: -220px;
    width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
    color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
    color: #ccc;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 100px;
}

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 100px;
}

.after-entry {
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
    padding: 60px 80px;
}

.full-width-content .after-entry:last-child {
    margin-bottom: 180px;
}

.archive-description p:last-of-type,
.author-box p:last-of-type {
    margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

/* Suche mobile ausblenden */
#mobile_nav .mm-navbar > .search-form {
    display: none;
}


.search-form {
    overflow: hidden;
    position: relative;
}

.entry-content .search-form {
    margin-bottom: 40px;
    margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
    margin-right: 10px;
    width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.widget_search input[type="submit"],
.header-search-wrap input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.widget_search input[type="submit"] {
    right: 0;
    top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
    background-color: #000;
    box-shadow: none;
    clip: auto;
    color: #fff;
    height: auto;
    padding: 22px 20px;
    width: auto;
}

.woocommerce ul.woocommerce-error {
    padding-left: 60px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #242b49;
}

body .wcpf-field-price-slider .ui-slider .ui-slider-range {
    background-color: #242b49;
}

body .wcpl-product-likes-product .wcpl-product-likes-button {
    max-width: 2rem;
    max-height: 1.2rem;
    color: transparent;
}

body .wcpl-product-likes-product .wcpl-product-likes-button::before {
    padding-right: 2em;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns:serif='http://www.serif.com/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 621.8 541.7' style='enable-background:new 0 0 621.8 541.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23E30613;stroke-width:46;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpath class='st0' d='M310.9,107.5c60.6-102,181.8-102,242.4-51c60.6,51,60.6,153,0,254.9c-42.4,76.5-151.5,153-242.4,203.9 c-90.9-51-200-127.4-242.4-203.9c-60.6-102-60.6-204,0-254.9C129.1,5.5,250.3,5.5,310.9,107.5L310.9,107.5z'/%3E%3C/svg%3E%0A");
}

body .wcpl-product-likes-product .wcpl-product-likes-button[data-type="unlike"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:serif='http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 21 18' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M10.157,2.98c2.138,-3.597 6.415,-3.597 8.553,-1.799c2.139,1.799 2.139,5.396 0,8.994c-1.497,2.698 -5.345,5.396 -8.553,7.194c-3.207,-1.798 -7.056,-4.496 -8.553,-7.194c-2.139,-3.598 -2.139,-7.195 0,-8.994c2.138,-1.798 6.415,-1.798 8.553,1.799Z' style='fill:%23e30613;'/%3E%3C/svg%3E");
}

body.woocommerce ul.products {
    flex-grow: 1;
}

body.woocommerce ul.products li.product .price ins,
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, 
.woocommerce-product-attributes-item__value a, .woocommerce div.product form.cart .reset_variations, .posted_in a {
    color: #242b49;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce-product-attributes-item__value a:hover, .posted_in a:hover {
    text-decoration: underline;
}

body.woocommerce ul.products li.product .add_to_cart_button {
    display: none;
}

body .wcpl-product-likes-product .wcpl-product-likes-liked {
    border: 1px solid #e30613;
    background-color: transparent;
    color: #e30613;
    border-radius: 50px !important;
    display: none !important;
}

.woocommerce-MyAccount-navigation-link--downloads, .button.product_type_variable {
    display: none !important;
}

.wcpl-product-likes-product {
    font-size: 1em;
    margin: 1em 0;
    position: absolute;
    top: 10px;
    left: 30px;
}

body .archive-description {
    margin-bottom: 0px;
}

a .woocommerce-loop-product__title,
a .price,
body.woocommerce div.product p.price,
body.woocommerce div.product span.price,
body.woocommerce div.product body.woocommerce-tabs ul.tabs li a:focus,
body.woocommerce div.product body.woocommerce-tabs ul.tabs li a:hover,
body.woocommerce ul.products li.product h3:hover,
body.woocommerce ul.products li.product .price,
body.woocommerce-breadcrumb a:focus,
body.woocommerce-breadcrumb a:hover,
body.woocommerce .widget_layered_nav ul li.chosen a::before,
body.woocommerce .widget_layered_nav_filters ul li a::before,
body.woocommerce .widget_rating_filter ul li.chosen a::before,
body.woocommerce .widget_rating_filter ul li.chosen a::before {
    color: #242b49;
    font-size: 16px;
}

body a .price {
    font-weight: bold !important;
}

body.woocommerce .woocommerce-ordering {
    margin: -60px 0 1em;
}

body.woocommerce ul.products li.product {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    white-space: normal;
    background: #fff;
    border: solid 1px #e4e4e3;
    margin: initial;
    margin-left: -1px;
    margin-bottom: -1px;
    margin-bottom: 0px !important;
    /* height: 100%; */
}

body.woocommerce ul.products li.product a {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

body.woocommerce ul.products li.product a img {
    margin-bottom: auto;
}

body.woocommerce ul.products li.product a:hover, 
body.woocommerce ul.products li.product a:focus {
    background-color: #f6f6f6;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    max-width: 33.33%;
    width: 33.33%;
    float: none;
}

body.woocommerce ul.products li.product .onsale {
    margin: initial;
    border-bottom-left-radius: 5px;
}

.archive-description .entry-title,
.archive-title {
    margin-bottom: 20px;
}

.author-box-title {
    margin-bottom: 10px;
}

.entry-title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.page .entry-title {
    margin-bottom: 0;
}

.page-template-page_blog-php.page .entry-title {
    margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #e30613;
}

.widget-title {
    font-family: 'DIN Pro', "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar .widget-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #242b49;
    line-height: 1.3;
    margin-bottom: 20px;
}

.woocommerce span.onsale {
    background-color: #e30613 !important;
}


/* WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-of-type,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* Featured Content
--------------------------------------------- */

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
    border-width: 0;
}

.featured-content .entry {
    padding: 0;
}

.sidebar .featured-content .entry {
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
}

.sidebar .featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
    margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
    margin-bottom: 0;
}


/* Plugins
---------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews-widget {
    text-align: center;
}

.after-entry .enews-widget form {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
}

.sidebar .enews-widget form {
    margin-top: 20px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px;
}

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
    background-color: #f5f5f5;
}

.after-entry .enews-widget input {
    text-align: center;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 10px;
}


/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
    display: none;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* WPForms
--------------------------------------------- */

.site-container .wpforms-container {
    margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/* Display outline on focus */

:focus {
    color: #000;
    outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.mm-navbar .search-form {
    padding: 0px !important;
    margin: 0px !important ;
}


.mm-navbar .search-form .search-form-input {
    padding: 8px 20px !important;
}

.site-header,
.genesis-shop-menu {
    background-color: #394059;
    border-bottom: 1px solid transparent;
    height: 80px;
    padding: 10px 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: 9999;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
    padding-right: 0px !important;
}

.site-container {
    width: 100vw;
}

.genesis-shop-menu {
    display: none;
}

.genesis-shop-menu {
    display: block;
}

body .genesis-shop-menu {
    top: 80px;
    background-color: #e4e4e3;
    z-index: 1000 !important;
}

.genesis-shop-menu>ul#menu-shop-navigation {
    text-align: center;
}

.genesis-shop-menu>ul#menu-shop-navigation>LI>A {
    color: #000000;
    font-weight: bold;
}

.genesis-shop-menu>ul#menu-shop-navigation>LI.current-menu-item>A,
.genesis-shop-menu>ul#menu-shop-navigation>LI>A:hover,
.genesis-shop-menu>ul#menu-shop-navigation>LI>A:focus {
    color: #e30613;
}

.admin-bar .site-header {
    top: 32px;
}

.admin-bar .genesis-shop-menu {
    top: 112px;
}

.site-header>.wrap>* {
    transition: all 0.4s ease-in-out;
}

.site-header.search-visible>.wrap> :not(.header-search-wrap) {
    opacity: 0;
}

.shadow .site-header,
.site-header.search-visible {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.wp-custom-logo .title-area {
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 0;
    width: 284px;
}

.site-title {
    font-family: 'DIN Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #000;
    text-decoration: none;
}

.wp-custom-logo .site-title>a {
    float: left;
    min-height: 50px;
    width: 100%;
}

.site-description,
.wp-custom-logo .site-title {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.site-header .custom-logo-link .custom-logo {
    height: 54px;
    width: 282px;
}


/* Header Search
--------------------------------------------- */

.header-search-wrap {
    display: none;
}

.js .header-search-wrap {
    height: 100%;
    left: 0;
    padding: 10px 40px;
    position: absolute;
    transform: translate3d(0, -100%, 0);
    transition: none;
    top: 0;
    width: 100%;
    z-index: 1001;
    /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
    height: 100%;
}

.search-visible .header-search-wrap {
    transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
    clear: both;
    display: block;
    position: relative;
}

.header-search-wrap input[type="search"] {
    border: 0;
    padding-left: 20px;
    padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
    border-radius: 3px;
    margin-top: 1px;
    padding: 20px;
    right: 50px;
}

.toggle-header-search {
    background: transparent;
}

.js .toggle-header-search.close:focus {
    outline: 0;
}

.toggle-header-search.close {
    color: #000;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(-35px, 0, 0);
    transition: transform 0.2s ease-in-out;
    width: 30px;
    z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
    transform: none;
}

.toggle-header-search .ionicons {
    font-size: 12px;
    transform: scale(2);
}

.toggle-header-search.close .ionicons {
    position: absolute;
    right: 50%;
    top: calc(50% - 5px);
    transform: scale(3);
}

.cart-item .ionicons.ion-ios-cart {
    font-size: 12px;
    transform: scale(2.5);
}

.cart-contents {
    position: relative;
    text-align: center !important;
}

.cart-contents-count {
    font-size: 11px;
    position: absolute;
    color: #3b4059 !important;
    font-weight: 700;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-bottom: 10px;
}

.nav-secondary .genesis-nav-menu {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 300;
    margin-top: 20px;
}

.nav-secondary .genesis-nav-menu li {
    padding-left: 2px;
}

.nav-secondary .genesis-nav-menu a {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 15px;
    padding: 0;
    text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu li:first-child a {
    margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child::before {
    content: "";
}

.nav-secondary .genesis-nav-menu li::before {
    color: #666;
    content: "—";
    float: left;
    font-size: 10px;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu .menu-item.sfHover>.sub-menu>.menu-item.sfHover>.sub-menu {
    left: 160px;
    margin-left: 0;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------- */
.color-red, 
#menu-header-menu.genesis-nav-menu>li.color-red>a:hover, 
#menu-header-menu.genesis-nav-menu>li.color-red>a:focus, 
#menu-header-menu.genesis-nav-menu>.current-menu-item.color-red>a,
.genesis-nav-menu .color-red a,
.genesis-nav-menu .color-red a span,
.genesis-nav-menu .current-menu-item.color-red > a span,
#menu-header-menu.genesis-nav-menu>li.color-red>a:hover span, 
#menu-header-menu.genesis-nav-menu>li.color-red>a:focus span, 
#menu-header-menu.genesis-nav-menu>.current-menu-item.color-red>a span,
.genesis-nav-menu .color-red a span,
.genesis-nav-menu .current-menu-item.color-red > a,
body.woocommerce ul.products li.product .price ins bdi,
.woocommerce div.product p.price ins bdi {
    color: #e30613 !important;
}

#menu-header-menu .color-red>a, 
#menu-header-menu .color-red>a span {
    font-weight: 600;
}
/* Entries
--------------------------------------------- */

.entry-background {
    background-position: center;
    background-size: cover;
    display: block;
    height: 460px;
    position: relative;
    width: 100%;
}

.entry:not(:last-child) {
    margin-bottom: 100px;
}

.full-width-content.landing-page .entry {
    margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    padding-left: 40px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #000;
    color: #eee;
}

.entry-content .intro {
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
}

p.center {
    text-align: center;
}


/* Entry Messages
--------------------------------------------- */

.message {
    padding: 25px 30px;
}

.message,
.message a {
    color: #fff;
}

.message a {
    border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
    border-bottom: none;
}

.message.green {
    background-color: #00a86d;
}

.message.orange {
    background-color: #cc4b00;
}

.message.red {
    background-color: #be0040;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-meta a {
    color: #000;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #e30613;
    text-decoration: none;
}

.single.full-width-content .entry-header {
    text-align: center;
}

.entry-header::after {
    /*border-bottom: 1px solid #000;*/
    content: "";
    display: block;
    /*margin-bottom: 40px;*/
    padding-bottom: 40px;
    width: 2.5%;
}

.single.full-width-content .entry-header::after {
    margin-left: auto;
    margin-right: auto;
}

.sidebar .entry-header::after {
    display: none;
}

.entry-footer {
    margin-top: 30px;
}

.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 16px/1 "ionicons";
    /* stylelint-disable-line */
    margin-right: 8px;
    margin-top: -5px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.entry-categories::before {
    content: "\f3ca";
}

.entry-tags::before {
    content: "\f48d";
}

.entry-categories,
.entry-tags {
    display: block;
}


/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
}

.archive-pagination a {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
    background-color: #e30613;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline-block;
    margin-bottom: 10px;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    font-size: 17px;
}

.entry-comments,
.entry-pings {
    margin-bottom: 100px;
}

.comment-notes {
    text-align: center;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content p {
    margin-bottom: 20px;
}

.comment-content ul>li {
    list-style-type: disc;
}

.comment-respond {
    margin-bottom: 100px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

.entry-pings .reply {
    display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
    line-height: 1.75;
    margin-bottom: 100px;
}

.sidebar,
.sidebar p {
    font-size: 16px;
}

.sidebar .widget {
    margin-bottom: -1px;
    border: solid 1px #e4e4e3;
    padding: 20px;
}

/* .single-product .widget.woocommerce.widget_product_search {
    display: none !important;
} */

/* Before Footer CTA
---------------------------------------------------------------------------- */

.before-footer-cta {
    background: #e30613;
    background: linear-gradient(45deg, #e30613, #02cbfb);
    line-height: 1.5;
    padding-bottom: 40px;
    padding-top: 45px;
    text-align: center;
}

.before-footer-cta .wrap {
    max-width: 1200px;
}

.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
    margin-bottom: 0;
}

.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
    color: #fff;
}

.before-footer-cta a {
    border-bottom: 1px solid currentColor;
}

.before-footer-cta a:focus,
.before-footer-cta a:hover {
    border-bottom: 1px solid transparent;
}

.before-footer-cta p {
    font-size: 20px;
}

.before-footer-cta button,
.before-footer-cta input[type="button"],
.before-footer-cta input[type="reset"],
.before-footer-cta input[type="submit"],
.before-footer-cta a.button,
.before-footer-cta a.more-link {
    background-color: #fff;
    border-width: 0;
    color: #000;
    margin: 5px 10px;
    padding: 15px 20px;
    vertical-align: middle;
}

.before-footer-cta button:focus,
.before-footer-cta button:hover,
.before-footer-cta input[type="button"]:focus,
.before-footer-cta input[type="button"]:hover,
.before-footer-cta input[type="reset"]:focus,
.before-footer-cta input[type="reset"]:hover,
.before-footer-cta input[type="submit"]:focus,
.before-footer-cta input[type="submit"]:hover,
.before-footer-cta .button:hover,
.before-footer-cta .button:focus {
    background-color: #000;
    color: #fff;
}


/*
Basics:

black: #000000
white: #ffffff
red: #e30613
dark-blue: #394059

Hintergründe:

bg-light-gray: #f6f6f6
bg-gray: #e4e4e3
bg-dark-gray: #222222
bg-light-blue: #dff1f6
bg-dark-blue: #242b49

Schrift:

inactiv-silver: #A5A5A5 / silver
light-blue: #153d9f
light-gray: #737373
*/


/* WooCommerce Shop Anpassungen
---------------------------------------------------------------------------- */

.woocommerce .genesis-shop-menu .menu-item a {
    color: #000000;
}

.woocommerce .genesis-shop-menu .genesis-nav-menu {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:1022px) {
    .woocommerce .genesis-shop-menu {
        display: none;
    }
}

.woocommerce .single-product .quantity,
.woocommerce .single-product .single_add_to_cart_button {
    display: inline-block;
}

.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button {
    display: inline-block;
    width: auto;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    padding: 12px 20px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    background-color: #394059 !important;
    transition: all 300ms ease-in-out;
}

.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:hover,
.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:focus {
    box-shadow: inset 0 0 200px rgb(230 230 230 / 25%);
}

.shop-subnav>.sub-menu::before,
.shop-subnav>.sub-menu>.menu-item {
    display: none !important;
}

.woocommerce-cart .actions .button {
    height: 48px;
}

.woocommerce-cart .actions .coupon .input-text {
    width: auto !important;
}

.woocommerce .widget_shopping_cart a,
.woocommerce .woocommerce-cart-form a {
    color: #242b49;
}

@media only screen and (max-width:800px) {
    .woocommerce .actions .coupon .button {
        width: 100% !important;
    }
    .woocommerce .actions .coupon .input-text {
        margin-bottom: 10px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width:600px) {
    .woocommerce ul.products {
        flex-direction: column;
    }
    .woocommerce ul.products>li.product {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (min-width:1281px) {
    .woocommerce main.content#genesis-content {
        width: 70%;
    }
}

@media only screen and (max-width:600px) {
    .woocommerce .related.products .products {
        flex-direction: column;
        margin-bottom: 0;
    }
    .woocommerce .related.products .products .product {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }
    .woocommerce .related.products .products .product:last-child {
        margin-bottom: 0 !important;
    }
    .woocommerce main.content>.product {
        margin-bottom: 15px;
    }
    body.woocommerce .woocommerce-ordering {
        margin: 0;
    }
    body.woocommerce-account .entry-content ul {
        padding-left: 0;
    }
    @media only screen and (max-width:500px) {
        body.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li {
            display: block;
        }
    }
}

.woocommerce table.shop_attributes th {
    word-break: break-word;
    white-space: nowrap;
}

.woocommerce table.shop_attributes td p {
    word-break: break-word;
}

th, td {
    word-break: break-word;
}

/* Warenkorb Seite
---------------------------------------------------------------------------- */

body.woocommerce-cart.woocommerce-page ul.products.sfn-cart-addons li.product {
    margin-right: 0;
    width: 25%;
    max-width: 25%;
}

body.woocommerce-cart.woocommerce-page ul.products.sfn-cart-addons li.product>* {
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width:768px) {
    body.woocommerce-cart.woocommerce-page ul.products.sfn-cart-addons li.product {
        width: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width:1200px) and (min-width:601px) {
    body.woocommerce-cart.woocommerce-page ul.products.sfn-cart-addons li.product>.button {
        width: auto;
    }
}


/* Quform Schuh Registration Formular
---------------------------------------------------------------------------- */

.quform .quform-elements .quform-element-group>.quform-spacer {
    border: 1px solid #737373;
}

.quform .quform-group-title-description {
    padding: 20px;
    background-color: #242b49;
    color: #ffffff;
}

.quform .quform-group-title-description h3 {
    margin: 0;
}

.quform .quform-spacer>.quform-child-elements {
    padding: 20px;
}

.quform .quform-child-elements .quform-element-group {
    margin-bottom: 40px;
}

.quform .quform-child-elements .quform-element-radio .quform-spacer,
.quform .additional-declarations .quform-spacer {
    margin-bottom: 0;
    padding-bottom: 0;
}

.quform .quform-element .quform-button-back .quform-back,
.quform .quform-element .quform-button-next .quform-next,
.quform .quform-element .quform-button-submit .quform-submit {
    padding: 12px 20px;
    border-radius: 4px;
    color: #000000;
    background-color: white;
    border-color: #000000;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 600;
}

.quform .quform-element .quform-button-back .quform-back:hover,
.quform .quform-element .quform-button-next .quform-next:hover {
    background-color: white;
    border: #000000 1px solid;
}

.quform .quform-element .quform-button-submit .quform-submit {
    color: #ffffff;
    background-color: #e30613;
    border: transparent 1px solid;
}

.quform-page-progress .quform-page-progress-bar {
    background-color: #e4e4e3;
}

.quform-page-progress .quform-page-progress-bar span {
    color: #000000;
}


/* Video & Text Element
---------------------------------------------------------------------------- */

.video-text-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.video-text-block h2 {
    margin-top: 0;
}

.video-text-block p {
    margin-bottom: 0;
}

.video-text-block .step {
    margin-bottom: 10px;
}

@media only screen and (max-width:600px) {
    .video-text-block .step {
        margin-top: 20px;
    }
    .video-text-block .wp-block-media-text .wp-block-media-text__content {
        padding: 0 !important;
    }
}


/* Step by Step Element
---------------------------------------------------------------------------- */

.entry-content .step-by-step {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    max-width: auto !important;
}

.step-by-step+.step-by-step {
    margin-top: 200px !important;
    position: relative;
    margin-bottom: 200px;
}

.step-by-step+.step-by-step::before {
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 267.5 429.1' version='1.1' viewBox='0 0 267.5 429.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239295A4;%7D%0A%3C/style%3E%3Cpath class='st0' d='m251.8 0.3c0.2-0.1 0.3-0.1 0.5-0.2 1.3-0.3 2.7 0 3.8 0.7 1.2 0.8 1.9 1.9 2.2 3.2 1.1 5.4 2 10.2 2.8 14.9 0 0.1 0.1 0.2 0.1 0.3v0.2c0.3 2.7-1.6 5.2-4.2 5.7-2.5 0.4-4.9-1-5.7-3.4-0.1-0.2-0.1-0.5-0.2-0.7-0.8-4.9-1.7-9.8-2.8-14.7v-0.1c-0.4-2.6 1.1-5.1 3.5-5.9zm5.2 30.1c0.3-0.1 0.6-0.1 0.9-0.2 2.5-0.4 4.8 1.1 5.5 3.5 0.1 0.3 0.2 0.6 0.2 0.9 0.8 5.5 1.3 10.5 1.8 15.3 0.2 2.7-1.8 5.3-4.6 5.6-2.4 0.2-4.6-1.2-5.4-3.5-0.1-0.4-0.2-0.7-0.3-1.1-0.5-5-1-10-1.7-15-0.2-2.5 1.3-4.8 3.6-5.5zm3 30.3c0.4-0.1 0.8-0.2 1.3-0.3 2.3-0.1 4.5 1.3 5.2 3.5 0.1 0.4 0.2 0.9 0.2 1.3 0.3 5.1 0.5 10.3 0.7 15.4 0 2.7-2.2 5.1-5 5.2-2.3 0-4.3-1.4-5-3.5-0.2-0.5-0.3-1-0.3-1.5-0.2-5-0.4-10.1-0.7-15.1-0.1-2.1 1.4-4.2 3.6-5zm0.7 30.5c0.5-0.2 1.1-0.3 1.6-0.3 2.2 0 4.2 1.4 4.8 3.5 0.1 0.4 0.3 0.9 0.2 1.4v0.3 0.2 0.1c-0.1 5.4-0.2 10.2-0.5 14.9v0.3 0.1c-0.1 2.6-2.6 5-5.3 4.8-2.1-0.1-3.9-1.5-4.6-3.5-0.2-0.6-0.3-1.3-0.2-1.9 0.2-4.9 0.4-9.9 0.5-15 0-2.3 1.5-4.2 3.5-4.9zm-1.5 30.5c0.6-0.2 1.3-0.3 2-0.2 2.1 0.2 3.8 1.6 4.4 3.6 0.2 0.6 0.3 1.3 0.2 2-0.5 5-1 10.2-1.7 15.4-0.4 2.7-3 4.8-5.8 4.4-1.9-0.2-3.6-1.6-4.2-3.5-0.2-0.7-0.3-1.5-0.2-2.3 0.6-4.8 1.2-9.7 1.7-14.9 0.3-2.2 1.7-3.9 3.6-4.5zm-4 30.2c0.8-0.3 1.7-0.3 2.5-0.2 1.9 0.3 3.4 1.6 4 3.4 0.1 0.4 0.2 0.8 0.3 1.3l0.3-0.6-0.4 2c-0.9 5-1.9 10.1-3 15-0.6 2.6-3.4 4.5-6.1 3.8-1.7-0.4-3.1-1.7-3.7-3.4-0.3-0.9-0.3-1.8-0.1-2.8 1.1-4.8 2.1-9.7 2.9-14.6v-0.1c0.1-1.7 1.5-3.2 3.3-3.8zm-6.7 29.7c0.9-0.3 1.9-0.3 2.9-0.1 1.7 0.5 3 1.8 3.6 3.4 0.3 0.9 0.3 1.9 0 2.9-1.3 4.9-2.8 9.9-4.4 14.8-0.8 2.6-3.8 4.2-6.4 3.3-1.6-0.5-2.8-1.8-3.3-3.3-0.3-1-0.3-2.1 0.1-3.1 1.5-4.7 2.9-9.6 4.3-14.4 0.4-1.6 1.6-2.9 3.2-3.5zm-9.4 29c1.2-0.4 2.3-0.4 3.4 0.1 1.5 0.5 2.6 1.7 3.1 3.3 0.4 1.1 0.4 2.3-0.1 3.4-1.8 4.7-3.8 9.5-5.8 14l-0.1 0.4c-1.1 2.4-4.2 3.6-6.7 2.5-1.3-0.6-2.3-1.7-2.8-3.1-0.4-1.2-0.3-2.5 0.2-3.7 2-4.5 3.9-9.2 5.7-13.9 0.5-1.4 1.6-2.5 3.1-3zm-12.3 27.9c1.3-0.4 2.7-0.3 3.9 0.3s2.1 1.7 2.5 3 0.3 2.6-0.3 3.9c-2.4 4.8-4.8 9.3-7.3 13.7-1.4 2.3-4.7 3.2-7 1.9-1.1-0.7-1.9-1.7-2.3-2.8-0.5-1.4-0.3-2.9 0.4-4.1 2.5-4.4 4.8-8.8 7.1-13.2 0.7-1.4 1.7-2.3 3-2.7zm-15 26.4c1.5-0.5 3.1-0.3 4.4 0.5 1 0.7 1.7 1.6 2.1 2.8 0.5 1.5 0.2 3-0.6 4.3-2.9 4.4-5.8 8.8-8.7 12.8-1.6 2.2-4.9 2.7-7.2 1.1-0.9-0.6-1.5-1.6-1.9-2.6-0.5-1.5-0.2-3.2 0.7-4.5 2.8-3.9 5.6-8 8.3-12.2l0.1-0.1c0.7-1 1.6-1.7 2.8-2.1zm-17.9 24.7c1.7-0.5 3.5-0.2 4.8 0.9 0.8 0.6 1.3 1.4 1.6 2.3 0.6 1.7 0.3 3.5-0.8 4.9-3.2 4-6.6 8-10 11.8-1.8 2-5.2 2.2-7.3 0.4-0.7-0.6-1.2-1.3-1.5-2.2-0.6-1.8-0.2-3.7 1.1-5 3.3-3.7 6.5-7.5 9.7-11.4 0.7-0.8 1.5-1.4 2.4-1.7zm-20.2 22.6c1.8-0.6 3.8-0.1 5.2 1.2 0.6 0.6 1 1.3 1.3 2.1 0.6 1.8 0.1 3.8-1.2 5.2-3.6 3.6-7.3 7.1-11 10.5 0 0.1-0.1 0.1-0.2 0.2l-0.3 0.3c-2.1 1.6-5.2 1.4-7-0.5-0.5-0.5-0.9-1.2-1.1-1.9-0.6-1.9-0.1-4 1.4-5.4 3.7-3.3 7.3-6.8 10.8-10.4 0.6-0.5 1.3-1 2.1-1.3zm-22.4 20.6c2-0.7 4.2 0 5.5 1.6 0.4 0.5 0.7 1.1 0.9 1.7 0.7 2 0 4.1-1.6 5.5-3.9 3.2-8 6.4-12.1 9.6-2.2 1.7-5.5 1.2-7.2-1-0.4-0.5-0.6-1-0.8-1.5-0.7-2.1 0-4.4 1.7-5.7 4.1-3 8.1-6.2 11.8-9.3 0.6-0.4 1.1-0.7 1.8-0.9zm-24.3 18.3c2.1-0.7 4.6 0.1 5.8 2 0.3 0.4 0.5 0.8 0.6 1.3 0.8 2.2-0.1 4.6-2 5.9-4.2 2.9-8.6 5.8-12.9 8.5-2.3 1.5-5.6 0.7-7-1.6-0.2-0.4-0.4-0.8-0.5-1.2-0.7-2.3 0.2-4.6 2.2-5.9 3.9-2.4 7.7-4.9 11.2-7.3l1.3-0.9c0.4-0.4 0.8-0.6 1.3-0.8zm-25.8 16.2c2.3-0.7 4.8 0.2 6 2.3 0.2 0.3 0.3 0.6 0.4 0.9 0.8 2.3-0.2 4.9-2.3 6.1-4.4 2.5-9 5-13.5 7.4-2.5 1.3-5.6 0.3-6.9-2.2-0.1-0.3-0.3-0.6-0.3-0.9-0.8-2.3 0.3-4.9 2.5-6 4.5-2.4 8.9-4.8 13.2-7.2 0.3-0.2 0.6-0.3 0.9-0.4zm-27 14.1c2.4-0.8 5.1 0.4 6.2 2.6 0.1 0.2 0.1 0.4 0.2 0.6 0.8 2.4-0.3 5.1-2.7 6.2-4.5 2.2-9.3 4.3-14 6.4-2.6 1.1-5.6-0.1-6.7-2.7-0.1-0.1-0.2-0.3-0.2-0.5-0.8-2.5 0.4-5.2 2.9-6.3 4.6-2 9.2-4.1 13.6-6.2 0.3 0.1 0.5-0.1 0.7-0.1zm-27.9 12.1c2.6-0.8 5.3 0.5 6.4 3 0 0 0 0.1 0.1 0.2 0.8 2.6-0.4 5.4-3 6.4-4.7 1.8-9.5 3.7-14.4 5.4h-0.1c-2.7 0.9-5.5-0.5-6.4-3.1v-0.1c-0.9-2.6 0.5-5.5 3.1-6.4 5-1.8 9.7-3.6 14.1-5.3 0 0 0.1 0 0.2-0.1zm-28.8 10.5 0.2-0.1c2.7-0.9 5.6 0.6 6.4 3.2 0.4 1.3 0.3 2.7-0.3 3.9s-1.7 2.1-2.9 2.6l-0.2 0.1c-2.7 0.9-5.6-0.6-6.5-3.3-0.4-1.3-0.3-2.7 0.3-3.9 0.7-1.2 1.7-2.1 3-2.5z'/%3E%3Cpath class='st0' d='m10.2 406.3c2.5-0.8 4.9-1.6 7.3-2.3 2.7-0.9 5.6 0.6 6.4 3.3 0.9 2.7-0.6 5.6-3.3 6.5-2.4 0.8-4.9 1.6-7.4 2.4-2.7 0.8-5.6-0.7-6.4-3.4s0.7-5.6 3.4-6.5z'/%3E%3Cpath class='st0' d='m30.2 377.9c1.6-0.5 3.3-0.3 4.7 0.8 2.2 1.7 2.6 5 0.9 7.2l-18.7 24 29.6 9.1c2.7 0.8 4.2 3.7 3.4 6.4s-3.7 4.2-6.4 3.4l-43.7-13.4 27.8-35.7c0.6-0.9 1.5-1.5 2.4-1.8z'/%3E%3C/svg%3E");
    background-position: center center;
    width: 100%;
    height: 200px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    top: -200px;
}

.step-by-step+.step-by-step.has-media-on-the-right::before {
    transform: none;
}

.step-by-step .step {
    margin-bottom: 10px;
}

.step-by-step h3 {
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    .step-by-step+.step-by-step {
        margin-bottom: 100px;
    }
    .step-by-step+.step-by-step::before {
        height: 100px;
        width: 100px;
        top: -150px;
        left: 50px;
    }
    .step-by-step p:not(.step) {
        margin-bottom: 0;
    }
    .step-by-step+.step-by-step.has-media-on-the-right::before {
        right: 50px;
        left: initial;
    }
    .step-by-step.wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 20px;
    }
    .step-by-step.wp-block-media-text .wp-block-media-text__content {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Stories Element
---------------------------------------------------------------------------- */

@media only screen and (max-width:768px) {
    .entry-content .stories .gb-block-post-grid .gb-post-grid-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width:500px) {
    .entry-content .stories .gb-block-post-grid .gb-post-grid-items {
        grid-template-columns: 1fr;
    }
}


/* Story Page
---------------------------------------------------------------------------- */

body.single-post aside.sidebar section.woocommerce {
    display: none;
}

@media only screen and (min-width:1024px) {
    body.single-post .site-inner {
        margin-bottom: 5rem;
    }
}

@media only screen and (max-width:1023px) {
    body.single-post aside.sidebar {
        margin-top: 5rem;
    }
}


/* Benefits Element
---------------------------------------------------------------------------- */

.entry-content .gb-layout-team-1 .gb-container-inside .gb-container-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.entry-content .gb-layout-team-1 .gb-container-inside .gb-container-content>* {
    width: 32%;
}

@media only screen and (max-width:768px) {
    .entry-content .gb-layout-team-1 .gb-container-inside .gb-container-content>* {
        width: 48%;
    }
}

@media only screen and (max-width:500px) {
    .entry-content .gb-layout-team-1 .gb-container-inside .gb-container-content>* {
        width: 100%;
    }
}


/* Benefits Element
---------------------------------------------------------------------------- */

@media only screen and (max-width:800px) {
    .benefits .gb-block-layout-column {
        padding: 2rem;
    }
}

@media only screen and (min-width:601px) {
    .benefits h2 {
        margin-bottom: 4rem;
    }
}

.benefits .wp-block-image img {
    height: 200px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
    background-color: #000;
    bottom: 0;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 40px;
    padding-top: 40px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: -99;
}

.gmm-active .site-footer {
    position: inherit;
}

.site-footer .genesis-nav-menu .current-menu-item>a,
.site-footer a,
.site-footer p {
    border-bottom: 1px solid transparent;
    color: #fff;
}

.site-footer .wrap a {
    padding-bottom: 2px;
}

.site-footer .genesis-nav-menu .current-menu-item>a:focus,
.site-footer .genesis-nav-menu .current-menu-item>a:hover,
.site-footer a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
    border-bottom-color: currentColor;
    color: #ccc;
    text-decoration: none;
}

#menu-header-menu.genesis-nav-menu>li>a:hover,
#menu-header-menu.genesis-nav-menu>li>a:focus,
#menu-header-menu.genesis-nav-menu>.current-menu-item>a,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover,
#genesis-mobile-nav-primary:focus,
#genesis-mobile-nav-primary:hover {
    color: white !important;
}

.smk_menu_runner {
    display: block;
    color: transparent;
    text-indent: -9999999999px;
    position: absolute;
    left: -50px;
    top:-7px;
    width: 33px;
    height: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-image: url('/wp-content/themes/monochrome-pro/images/keyfigure.png');
    mix-blend-mode: soft-light;
} 

.site-footer p {
    margin-bottom: 0;
}

.site-footer .ion-heart {
    font-size: 13px;
    margin-left: 2px;
    margin-right: 2px;
}

.site-footer .wrap a.footer-logo-link {
    border-bottom-width: 0;
    display: inline-block;
    height: 50px;
    margin-bottom: 10px;
    padding: 0;
}

.site-footer .footer-logo {
    height: 50px;
    width: auto;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
    .before-footer-cta .wrap,
    .site-inner {
        max-width: 960px;
    }
    .content {
        width: 600px;
    }
    .sidebar {
        width: 300px;
    }
}

@media only screen and (max-width:1022px) {
    .js .nav-primary {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {

    .woocommerce .content-sidebar-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .before-footer-cta .wrap,
    .site-inner {
        max-width: 720px;
    }
    body.blog .site-inner {
        max-width: initial;
    }
    .content,
    .full-width-content .content,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    /* .js .nav-primary, */
    .sidebar {
        width: 100%;
    }
    .site-header,
    .footer-widgets {
        padding-left: 20px;
        padding-right: 20px;
    }
    .full-width-content.landing-page .site-inner {
        margin-top: 80px;
    }
    .genesis-nav-menu li {
        float: none;
    }
    .genesis-responsive-menu .wrap {
        padding: 0;
    }
    .genesis-responsive-menu {
        display: none;
        position: relative;
    }
    .site-header>.wrap>.genesis-responsive-menu {
        transition: none;
    }
    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }
    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        color: #000;
        display: block;
        font-family: 'DIN Pro', sans-serif;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
        width: auto;
    }



    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background: transparent;
        border-width: 0;
        box-shadow: none;
        color: #e30613;
    }
    .js .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
    .js .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
    .js .genesis-nav-menu .sub-menu a,
    .js #genesis-mobile-nav-primary {
        background-color: #fff;
        color: #000;
    }
    #genesis-mobile-nav-primary.activated {
        border-bottom-color: transparent;
    }
    #genesis-mobile-nav-primary:focus,
    #genesis-mobile-nav-primary:hover {
        color: #e30613;
    }
    .menu-toggle {
        float: right;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 1000;
    }
    .menu-toggle::before {
        font-size: 20px;
        margin-right: 5px;
        text-rendering: auto;
        vertical-align: bottom;
    }
    .sub-menu-toggle {
        background: transparent;
        float: right;
        font-size: 14px;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 2px;
        z-index: 100;
    }
    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        transform: rotate(0);
        transition: transform 0.25s ease-in-out;
    }
    .sub-menu-toggle.activated::before {
        transform: rotate(180deg);
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-responsive-menu .genesis-nav-menu a:focus,
    .genesis-responsive-menu .genesis-nav-menu a:hover,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
    .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
        opacity: 0.7;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item a,
    .genesis-responsive-menu .toggle-header-search {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }
    .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
        color: #000;
    }
    .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
        padding-top: 0;
    }
    .genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
        padding-bottom: 5px;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }
    .genesis-responsive-menu .toggle-header-search {
        display: none;
    }
    .pricing-table .one-fifth,
    .pricing-table .one-fourth,
    .pricing-table .one-half,
    .pricing-table .one-third {
        padding: 30px 40px;
    }
    .pricing-table .one-fourth,
    .pricing-table .one-fifth, 
    html body.custom_blog .entry, html body.search .entry {
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 782px) {
    .before-footer-cta .wrap,
    .site-inner {
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .admin-bar .site-header {
        top: 46px;
    }
    .site-header {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
    .full-width-content.landing-page .content {
        margin-bottom: 0;
    }
    .entry-title {
        font-size: 36px;
    }
    .after-entry {
        padding: 30px 40px;
    }
    .after-entry .enews-widget form {
        margin-left: 0;
        margin-right: 0;
    }
    .before-footer-cta .button {
        float: none;
        margin-top: 20px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .pricing-table .one-fifth,
    .pricing-table .one-fourth,
    .pricing-table .one-half,
    .pricing-table .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    html body.custom_blog .entry, html body.search .entry {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar .site-header {
        position: relative;
        top: 0;
    }
    .footer-cta-button {
        display: block;
    }
}


/* Schmucki Custom Styles */


/* --- Footer Widgets --- */

.footer-widgets {
    background: #394059;
    color: #ffffff;
    clear: both;
    padding: 80px 40px;
}

.footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
}

.footer-widgets .wrap>div {
    width: 25%;
    max-width: 350px;
}

.footer-widgets .wrap>div:last-child {
    margin-left: auto;
}

.footer-widgets .widget-title {
    font-size: 20px;
}

.footer-widgets .wrap>div:first-child {
    margin-right: auto;
}

.footer-widgets .widget:not(.widget_media_image) a {
    /* border-bottom: solid 1px #e4e4e3; */
    color: #fff;
    opacity: 0.7;
}

.footer-widgets .widget:not(.widget_media_image) a:hover,
.footer-widgets .widget:not(.widget_media_image) a:focus {
    opacity: 1;
}

.footer-widgets .widget.widget_media_image a {
    transition: opacity 200ms ease-in;
}

.footer-widgets .widget.widget_media_image a:hover,
.footer-widgets .widget.widget_media_image a:focus {
    opacity: 0.8;
}

.footer-widgets a:hover {
    color: #ccc;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.footer-widgets .widgettitle {
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.footer-widgets .search-form {
    width: 100%;
}

.footer-widgets {
    overflow: hidden;
    position: relative;
}

.smk_footer_runner {
    display: block;
    position: absolute;
    left: 0px;
    width: 20%;
    text-indent: -999999999999px;
    color: transparent !important;
    top: 40px;
    bottom: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-image: url('/wp-content/themes/monochrome-pro/images/keyfigure.png');
    mix-blend-mode: soft-light;
    opacity: 0.6;
} 

@media only screen and (max-width:1660px) { 
    .smk_footer_runner {
        width: 17%;
    } 
}

@media only screen and (max-width:1520px) { 
    .smk_footer_runner {
        width: 15%;
    } 
}

@media only screen and (max-width:1400px) { 
    .smk_footer_runner {
        width: 12%;
    } 
}

@media only screen and (max-width:1280px) { 
    .smk_footer_runner {
        display: none !important;
    } 
    .smk_menu_runner {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .footer-widgets .wrap {
        flex-direction: column;
        align-items: center;
    }
    .footer-widgets .wrap>.widget-area,
    .footer-widgets .wrap>.widget-area:first-child,
    .footer-widgets .wrap>.widget-area:last-child {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-widgets .wrap>.widget-area:not(:last-of-type) {
        margin-bottom: 4.8rem;
    }
    .footer-widgets .wrap>.widget-area.footer-widgets-2 {
        margin-bottom: calc(4.8rem - 40px);
    }
}

@media only screen and (max-width:400px) {
    .widget.widget_widget_op_overview tr {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

#menu-header-menu,
.search-item.mm-listitem {
    display: none;
}

.includes_tax {
    display: none;
}

.woocommerce-shipping-destination {
    color: #767676;
}

@media only screen and (min-width: 1201px) {
    nav.nav-primary {
        position: relative;
    }
    .js-site_nav__icon.hidden-xs {
        display: none;
    }
    #menu-header-menu {
        display: block;
    }
    /* Site Navigation
	---------------------------------------------------------------------------- */
    .genesis-nav-menu {
        clear: both;
        line-height: 1;
        width: 100%;
    }
    .genesis-nav-menu li {
        float: none;
        list-style-type: none;
    }
    .genesis-nav-menu li li {
        margin-left: 0;
    }
    .genesis-nav-menu .menu-item,
    .genesis-nav-menu .toggle-header-search {
        display: inline-block;
        text-align: left;
    }
    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu a:not(.smk_menu_runner_link),
    .genesis-nav-menu .toggle-header-search {
        color: #fff;
        display: block;
        font-family: 'DIN Pro', sans-serif;
        font-size: 15px;
        font-weight: 400;
        padding: 20px 10px;
    }
    .genesis-nav-menu a.cart-contents {
        padding: 20px;
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item>a,
    .genesis-nav-menu .toggle-header-search:focus,
    .genesis-nav-menu .toggle-header-search:hover {
        opacity: 0.7;
    }
    .genesis-nav-menu .sub-menu a:focus,
    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-menu .current-menu-item>a {
        opacity: 1;
        background-color: #f6f6f6;
    }
    .genesis-nav-menu .sub-menu {
        background: transparent;
        left: -9999px;
        opacity: 0;
        position: absolute;
        transition: opacity 0.5s ease-in-out;
        width: 160px;
        z-index: 99;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .genesis-nav-menu .sub-menu::before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
        content: " ";
        height: 0;
        left: 15px;
        position: absolute;
        top: 0;
        width: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu::before {
        display: none;
    }
    .genesis-nav-menu>.menu-item>.sub-menu {
        padding-top: 5px;
    }
    .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:first-child {
        border-radius: 3px 3px 0 0;
    }
    .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
    .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
    .genesis-nav-menu .sub-menu a {
        background-color: #fff;
    }
    .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
        padding-top: 5px;
    }
    .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child {
        border-radius: 0 0 3px 3px;
    }
    .genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
        padding-bottom: 5px;
    }
    .genesis-nav-menu .sub-menu a {
        font-size: 13px;
        padding: 12px 15px;
        position: relative;
        width: 160px;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -42px 0 0 160px;
    }
    .genesis-nav-menu .menu-item:not(.cart-contents):hover {
        position: static;
    }
    .genesis-nav-menu .menu-item:hover>.sub-menu {
        left: auto;
        opacity: 1;
    }
    /* Header Menu
	--------------------------------------------- */
    .nav-primary {
        float: right;
        margin-top: 2px;
        text-align: right;
    }
    .nav-primary .genesis-nav-menu .sub-menu {
        z-index: 9999;
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        color: #242b49;
    }
    .nav-primary .genesis-nav-menu .sub-menu li:last-child a {
        border-bottom: none;
    }
    .nav-primary .genesis-nav-menu .sub-menu a:focus,
    .nav-primary .genesis-nav-menu .sub-menu a:hover {
        background-color: #f6f6f6;
        opacity: 1;
    }
}

.blog_page {
    margin-bottom: 30px;
}

.blog .site-container,
.blog .site-inner {
    background-color: #f6f6f6;
}

.full-width-content.custom_blog .site-inner {
    margin-left: auto;
    margin-right: auto;
}


/*
	Nav Burger Styling
----------------------------------------------------------------------------
*/

@media only screen and (max-width: 1200px) {
    
    .site-header>.wrap {
        display: flex;
    }

    .search-item  {
        display: none;
    }

    .site-header {
        height: 80px;
    }
    .path {
        fill: white;
    }
    .js-site_nav__icon.hidden-xs {
        height: 60px;
    }
    .js-site_nav__icon.hidden-xs .site_nav_sys_button.site_nav__icon {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .js-site_nav__icon.hidden-xs .site_nav_sys_button.site_nav__icon::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='Burger_Menu'%3E%3Cpath class='st0' d='M51,19H9c-1.7,0-3-1.3-3-3s1.3-3,3-3h42c1.7,0,3,1.3,3,3S52.7,19,51,19z'/%3E%3Cpath class='st0' d='M51,33H9c-1.7,0-3-1.3-3-3s1.3-3,3-3h42c1.7,0,3,1.3,3,3S52.7,33,51,33z'/%3E%3Cpath class='st0' d='M51,47H9c-1.7,0-3-1.3-3-3s1.3-3,3-3h42c1.7,0,3,1.3,3,3S52.7,47,51,47z'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-position: center center;
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
    }
    .wp-custom-logo .title-area {
        margin-left: 0;
    }
    #genesis-nav-primary {
        display: none;
    }
    .admin-bar .site-header {
        top: initial;
    }

    .searchwp-live-search-results {
        display: none !important;
    }
}


/*
	Hero Styling
----------------------------------------------------------------------------
*/

.smk_custom_header {
    height: calc(100vh - 80px);
}

.smk_custom_header>.gb-container-inside>div:last-child {
    pointer-events: initial;
    position: relative;
}

.gb-block-container .gb-container-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    display: block
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-aspect-ratio: 16 / 9) {
    .iframe-wrapper {
        width: 100vw;
        height: 56.25vw;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .iframe-wrapper {
        width: 177.778vh;
        height: 100vh;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* .vimeo-iframe-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.gb-block-container .gb-container-image-wrap {
	overflow: hidden;
}

.smk_custom_header .button {
	display: inline-block !important;
	margin-top:60px;
	width: initial !important;
    max-width: 250px;
}

.vimeo-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
	.vimeo-iframe-wrapper { height: 200%; top: -50%; }
  }
  @media (max-aspect-ratio: 16/9) {
	.vimeo-iframe-wrapper { width: 200%; left: -50%; }
  }

.smk_custom_header {
	height:calc(100vh - 79px);
	margin-top: -1px;
} */

.woocommerce .smk_custom_header,
.woocommerce-loop-category__title .count {
    display: none;
}

.woocommerce-loop-category__title {
    color: black;
    text-align: center;
}

.woocommerce-MyAccount-navigation-link a {
    color: black;
}

.woocommerce-shop .smk_custom_header {
    display: block;
    height: calc(100vh - 160px);
}

.has-black-color {
    color: #000000 !important;
}

.has-white-color {
    color: #ffffff !important;
}

.has-red-color {
    color: #e30613 !important;
}

.has-dark-blue-color {
    color: #394059 !important;
}

.has-bg-light-gray-color {
    color: #f6f6f6 !important;
}

.has-bg-gray-color {
    color: #e4e4e3 !important;
}

.has-bg-dark-gray-color {
    color: #222222 !important;
}

.has-bg-light-blue-color {
    color: #dff1f6 !important;
}

.has-bg-dark-blue-color {
    color: #242b49 !important;
}

.has-inactiv-silver-color {
    color: #A5A5A5 !important;
}

.has-light-blue-color {
    color: #153d9f !important;
}

.has-light-gray-color {
    color: #737373 !important;
}


/* Gutenberg Background Colors */

.has-black-background-color {
    background-color: #000000 !important;
}

.has-white-background-color {
    background-color: #ffffff !important;
}

.has-red-background-color {
    background-color: #e30613 !important;
}

.has-dark-blue-background-color {
    background-color: #394059 !important;
}

.has-bg-light-gray-background-color {
    background-color: #f6f6f6 !important;
}

.has-bg-gray-background-color {
    background-color: #e4e4e3 !important;
}

.has-bg-dark-gray-background-color {
    background-color: #222222 !important;
}

.has-bg-light-blue-background-color {
    background-color: #dff1f6 !important;
}

.has-bg-dark-blue-background-color {
    background-color: #242b49 !important;
}

.has-inactiv-silver-background-color {
    color: #A5A5A5;
}

.has-light-blue-background-color {
    color: #153d9f;
}

.has-light-gray-background-color {
    color: #737373;
}


/* Cockie Meldung */

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    /* max-width: 42.2rem; */
    margin: 0 auto;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    border: none;
    background: #242b49;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    color: #394059;
    background-color: #f6f6f6;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    color: #ffffff;
    background-color: #242b49;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    width: initial;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:focus {
    color: #ffffff;
    ;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    background-color: #242b49;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all {
    background-color: #f6f6f6 !important;
    color: #394059 !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 1.5rem;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 0.75rem 0.75rem 0.75rem 1rem;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 0px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    padding: 0.45rem 0.75rem;
}

.mgbutton.moove-gdpr-infobar-reject-btn,
.mgbutton.moove-gdpr-infobar-allow-all {
    font-weight: bold !important;
    line-height: 1.745 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    -ms-transition: ease-in 250ms all;
    -o-transition: ease-in 250ms all;
    -webkit-transition: ease-in 250ms all;
    -moz-transition: ease-in 250ms all;
    transition: ease-in 250ms all;
}

.mgbutton.moove-gdpr-infobar-reject-btn {
    background: transparent !important;
    border: 1px solid #6F6F6F !important;
    color: #6F6F6F !important;
}

.mgbutton.moove-gdpr-infobar-reject-btn:hover,
.mgbutton.moove-gdpr-infobar-reject-btn:focus {
    border: 1px solid #394059 !important;
    color: #394059 !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:focus,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:focus {
    text-decoration: underline;
    color: #E0E0E0;
}

/* body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    color: #6F6F6F !important;
    text-decoration: none;
} */

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
    font-weight: bold;
    color: #E0E0E0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 13px;
}

.moove-gdpr-branding {
    display: none !important;
}

body.custom_blog main,
body.search main {
    margin-bottom: 100px;
}

body.custom_blog .entry,
body.search .entry {
    white-space: normal;
    flex-direction: column;
    background: #fff;
    border: solid 1px #e4e4e3;
    margin: 0px !important;
    margin-left: -1px !important;
    margin-bottom: -1px !important;
    -webkit-box-flex: 1;
    padding: 15px 10px 10px;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 33.333%;
    width: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding: 0 15px;
}

body.custom_blog .entry h2,
body.search .entry h2 {
    font-family: 'DIN Pro', "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    color: #242b49;
    line-height: 1.3;
    margin-top: 20px;
}

.wp-block-table.is-style-stripes th {
    background-color: #242b49;
    color: white;
    font-size: 1.2rem;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    vertical-align: middle;
    line-height: 1rem;
}

.wp-block-table.is-style-stripes td img,
.wp-block-table.is-style-stripes th img {
    display: inline-block;
    max-width: 20px;
    line-height: 1rem;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

@media screen and (max-width:767px) {
    body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
        max-width: 100vw;
        left: 0;
        right: 0;
        bottom: 0;
    }
    body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        padding-left: 0rem;
    }
}


/* Blog Page
---------------------------------------------------------------------------- */

@media only screen and (min-width:601px) and (max-width:768px) {
    .content .entry-content .featuredpost .gb-post-grid-items {
        grid-template-columns: 1fr 1fr;
    }
}

.blog .content-sidebar-wrap {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.blog .entry-content {
    margin-bottom: 0;
}

.blog main.content {
    max-width: 1200px;
    margin-bottom: 0;
}

.blog main.content .fullwidth-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.blog main.content .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog main.content .blog-wrapper article {
    width: 33.33%;
    margin-bottom: 15px !important;
    position: relative;
    padding: 15px;
}

.blog main.content .blog-wrapper article.no-image {
    height: fit-content;
}

.blog main.content .blog-wrapper article .post-content {
    padding: 15px;
    background-color: white;
}

.blog main.content .blog-wrapper article .post-content p {
    margin-bottom: 0;
}

.blog main.content .blog-wrapper article .post-content hr {
    color: #e4e4e3;
}

.blog main.content .blog-wrapper article img {
    max-width: 100%;
    background-color: white;
}

@media only screen and (min-width:601px) and (max-width:768px) {
    .blog main.content .blog-wrapper {
        margin: 0;
        padding: 0;
    }
    .blog main.content .blog-wrapper article {
        width: 50%;
    }
}

@media only screen and (max-width:600px) {
    .blog main.content .blog-wrapper {
        flex-direction: column;
    }
    .blog main.content .blog-wrapper article {
        width: 100%;
        max-width: initial;
    }
}


/* Screen Reader only
---------------------------------------------------------------------------- */

.sr-only {
    opacity: 0;
    text-indent: -99999999px;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0px !important;
    padding: 0px !important;
}


/* OWL Carousel
---------------------------------------------------------------------------- */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.carousel {
    position: relative;
    padding: 0 60px;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-item {
    display: inline-block;
}

.carousel-image {
    position: relative;
}

.carousel .carousel-text-wrapper .carousel-text {
    margin-bottom: 0;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.carousel-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: -60px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-prev,
.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.owl-nav.disabled {
    display: none;
}


/* Social Sidebar
---------------------------------------------------------------------------- */

.mm-navbar .social_sidebar,
.site-container .social_sidebar {
    display: flex;
    align-items: center;
}

.mm-navbar .social_sidebar {
    flex-direction: row;
    background-color: #242b49;
    justify-content: center;
}

.site-container .social_sidebar {
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 40vh;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1.6rem;
}

.social_sidebar a {
    background-color: #242b49;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all ease-in 150ms;
    -o-transition: all ease-in 150ms;
    -ms-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
}

.site-container .social_sidebar a {
    margin-bottom: 0.278rem;
}

.mm-navbar .social_sidebar a {
    margin: 0 5px;
}

.social_sidebar a svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    max-width: 26px;
    max-height: 26px;
}

.social_sidebar a:hover,
.social_sidebar a:focus {
    background-color: #e30613;
}

.social_sidebar .svg_white {
    fill: white;
}

@media only screen and (max-width:768px) {
    .site-container .social_sidebar {
        display: none;
    }
}


/*
Basics:

black: #000000
white: #ffffff
red: #e30613
dark-blue: #394059

Hintergründe:

bg-light-gray: #f6f6f6
bg-gray: #e4e4e3
bg-dark-gray: #222222
bg-light-blue: #dff1f6
bg-dark-blue: #242b49

Schrift:

inactiv-silver: #A5A5A5 / silver
light-blue: #153d9f
light-gray: #737373
*/

.woocommerce-cart table.cart td {
    line-height: 1.1 !important;
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name ul.wc-item-meta, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-top: 5px;
    font-size: 1REM;
    margin-bottom: 0px;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    display: none;
}

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: initial !important;
}



/* li.payment_method_postfinancecheckout_11 div.payment_method_postfinancecheckout_11 .payment_description--twint {
    display: block !important;
} */


/* New Apple Devices, Tablet Browsers and Safari optimization 24.07.2023 - fast bugfix */
.k-safari.k-safari605 .mm-page.mm-slideout,
.k-safari .mm-page.mm-slideout,
/* chrome on ipad */
.mm-page.mm-slideout,
.site-inner,
.mm-slideout {
    opacity: 0.9999999;
    z-index: 9;
}

/* .footer-widgets .wrap,
.footer-widgets .wrap > *,
.footer-widgets * {
    float: none !important;
} */



/* .footer-widgets {
    clear: both;
    float: none;
} */


  
/* .footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
} */

/* .footer-widgets {
    overflow: auto;
    position: static;
} */



/* fix footer styles */
.footer-widgets .op-table {
    color: #fff;
}

/* Cookie Banner Style Anpassung */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
	font-size: 32px !important;
    font-weight: 700 !important;
	color: #242b49;
	hyphens: auto;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
	font-size: 26px !important;
    font-weight: 700 !important;
	color: #242b49;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
	font-size: 18px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
	font-size: 18px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after {
	font-size: 18px !important;
	font-weight: 400;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button.gdpr-fbo-2 {
    opacity: 1;
    text-decoration: none;
    font-weight: bold;
    border: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button.gdpr-fbo-2 {
    opacity: 1;
    text-decoration: none;
    font-weight: bold;
    border: #E0E0E0;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    color: #E0E0E0;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:hover {
    opacity: 0.5;
    color: #E0E0E0;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    max-width: 70rem;
    z-index: 10000000000;
}

.gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline.moove_gdpr_cookie_modal_open {
    z-index: 10000000001;
}

.moove-gdpr-company-logo-holder,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before,
.moove-gdpr-branding-cnt {
  display: none !important;
} 

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all:hover {
    background-color: #242b49 !important;
    color: #E0E0E0 !important;
    border: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all {
    border: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
}


/* Datenschutz */
ul.datenschutzinhaltsverzeichnis {
    padding: 0;
}

.entry-content .datenschutzinhaltsverzeichnis li {
    list-style: none;
}

h3.wp-block-heading.datenschutzsubheader {
    margin-top: 10px;
    font-size: 22px;
}

body:not(.single-post, .single-product, .archive) main.content#genesis-content:has(.post-77) {
    width: 100%;
}