/*
Theme Name: BlankSlate Shoepassion
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate
Template: blankslate

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/



/* ---------------------------------- */

@import url("shoepassion_css/repair.css");
@import url("shoepassion_css/custom_shoe.css");
@import url("shoepassion_css/post_grid.css");
@import url("shoepassion_css/megamenu.css");


@font-face {
  font-family: lato;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("/wp-content/themes/blankslate-shoepassion/fonts/lato-normal.woff") format("woff");
}

/* ---------------------------------- */


/*
@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff2?&hmac=9ef5ea50325d92640afa94080ad7ad6c2edadf72abdacc00b499572ada1f69c5") format("woff2"),
       url("https://fonts.shopifycdn.com/lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf.woff?&hmac=2b91989514c8e0dce4d7eb812f6eb03f573f5583b28ab1e30b76da85bba44a35") format("woff");
  }

  @font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff2?&hmac=beada421dade2a55e535fd018df2fcba589eadbc0002836c566ad6e83cf9080d") format("woff2"),
       url("https://fonts.shopifycdn.com/lato/lato_n4.e0ee1e2c008a0f429542630edf70be01045ac5e9.woff?&hmac=6ca17e818134212bbef3bd6543159373e89054b1d3df5b04b9f0dfd165935298") format("woff");
  }


  @font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff2?&hmac=9ef5ea50325d92640afa94080ad7ad6c2edadf72abdacc00b499572ada1f69c5") format("woff2"),
       url("https://fonts.shopifycdn.com/lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf.woff?&hmac=2b91989514c8e0dce4d7eb812f6eb03f573f5583b28ab1e30b76da85bba44a35") format("woff");
  }

  @font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/lato/lato_i4.7307831c0d06d264a76f2f7310f8a29d0507d6d0.woff2?&hmac=200ada9a06c4528e693a73041d0377878a04de761bbb41904b23bb81f4956c97") format("woff2"),
       url("https://fonts.shopifycdn.com/lato/lato_i4.fb695d0d68d5b174347edaf543726b1903b57796.woff?&hmac=c2ede41bd7c66fe5f346da74fbd9a5fe3c9a62e0e564ba063598b9fb2dbe6e44") format("woff");
  }

  @font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff2?&hmac=b5802d5679268b325592f43993349eeaca68846b9a4854291f7390f5b13fa2f2") format("woff2"),
       url("https://fonts.shopifycdn.com/lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae.woff?&hmac=fdec22ee5f950c72191298c0b424d5e697c9d350bd97f2446d1a42594d4a6546") format("woff");
  } */


:root {
  /*   --heading-font-family : Lato, sans-serif;
    --heading-font-weight : 700;
    --heading-font-style  : normal;

    --text-font-family : Lato, sans-serif;
    --text-font-weight : 400;
    --text-font-style  : normal; */

  --base-text-font-size: 16px;
  --default-text-font-size: 14px;
  --background: rgba(0, 0, 0, 0);
  --background-rgb: 0, 0, 0;
  --light-background: #ffffff;
  --light-background-rgb: 255, 255, 255;
  --heading-color: #111111;
  --text-color: #111111;
  --text-color-rgb: 17, 17, 17;
  --text-color-light: #bfbfbf;
  --text-color-light-rgb: 191, 191, 191;
  --link-color: #111111;
  --link-color-rgb: 17, 17, 17;
  --border-color: #7D7D7D;
  --border-color-rgb: 125, 125, 125;

  --button-background: #111111;
  --button-background-rgb: 17, 17, 17;
  --button-text-color: #ffffff;

  --header-background: #ffffff;
  --header-heading-color: #111111;
  --header-light-text-color: #bfbfbf;
  --header-border-color: #7D7D7D;

  --footer-background: #f2f2f2;
  --footer-text-color: #111111;
  --footer-heading-color: #111111;
  --footer-border-color: #d0d0d0;

  --navigation-background: #ffffff;
  --navigation-background-rgb: 255, 255, 255;
  --navigation-text-color: #111111;
  --navigation-text-color-light: rgba(17, 17, 17, 0.5);
  --navigation-border-color: rgba(17, 17, 17, 0.25);

  --newsletter-popup-background: #ffffff;
  --newsletter-popup-text-color: #111111;
  --newsletter-popup-text-color-rgb: 17, 17, 17;

  --secondary-elements-background: #f2f2f2;
  --secondary-elements-background-rgb: 242, 242, 242;
  --secondary-elements-text-color: #111111;
  --secondary-elements-text-color-light: rgba(17, 17, 17, 0.5);
  --secondary-elements-border-color: rgba(17, 17, 17, 0.25);

  --product-sale-price-color: #e83232;
  --product-sale-price-color-rgb: 232, 50, 50;
  --product-star-rating: #fdffb5;

  /* Shopify related variables */
  --payment-terms-background-color: rgba(0, 0, 0, 0);

  /* Products */

  --horizontal-spacing-four-products-per-row: 4px;
  --horizontal-spacing-two-products-per-row: 4px;

  --vertical-spacing-four-products-per-row: 60px;
  --vertical-spacing-two-products-per-row: 75px;

  /* Animation */
  --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
  --header-base-height: 80px;
  /* We set a default for browsers that do not support CSS variables */

  /* Cursors */
  --cursor-zoom-in-svg: url(//cdn.shopify.com/s/files/1/0627/5098/2391/t/5/assets/cursor-zoom-in.svg?v=9797702775543636665);
  --cursor-zoom-in-2x-svg: url(//cdn.shopify.com/s/files/1/0627/5098/2391/t/5/assets/cursor-zoom-in-2x.svg?v=5642144460977385306);
}

#rr-omni #rr-omni-custom,
#rr-omni-reserve-button,
#rr-inventory-custom {
  /* Color for common text */
  --rr-color-text: #111111;
  /* Color for text with a medium emphasis */
  --rr-color-text-medium-emphasis: #787878;
  /* Primary color used for form elements and buttons */
  --rr-color-primary: #111111;
  /* Contrast color for the primary color - used as button text color  */
  --rr-color-primary-contrast: #fff;
  /* Color used for links */
  --rr-color-link: #111111;
  /* Text color for disabled buttons */
  --rr-color-button-disabled: #7f7f7f;
  /* Background color for disabled buttons */
  --rr-color-button-background-disabled: #E0E0E0;
  /* Color used for alerting texts like errors */
  --rr-color-state-alarm: #e83232;
  /* Color used for highlighting problems like low stock */
  --rr-color-state-warning: #fdffb5;
  /* Color used for positive highlighting like successful reservation text */
  --rr-color-state-success: #00b778;
  /* Font family for the modal */
  --rr-font-family: 16px;
}


.PageContent {
  max-width: 1674px !important;
  margin-top: 15px !important;
}

.Rte img,
.Rte blockquote,
.Rte .VideoWrapper,
.Rte .Form {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

.lsow-module-11 .lsow-module-image:hover,
.lsow-module-12 .lsow-module-image:hover,
.lsow-module-13 .lsow-module-image:hover {
  background: none !important;
}

.lsow-module .lsow-module-thumb:hover {
  background: none !important;
}

/* .PageHeader{
  margin:  0 !important;
} */

input,
select,
textarea {
  border: 1px solid #7d7d7d;
  border-radius: 5px;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 12px !important;
  color: #7d7d7d;
}

* {
  font-family: lato !important;
  color: #111111;
}

.breadcrumb_last {
  font-weight: bold;
}

#breadcrumbs {
  margin: 0 !important;
  font-size: 16px !important;
  color: #111111 !important;
}

.sp_hero_header_title_image h3 {
  font-size: 36px !important;
}

.features--heading-large .u-h2,
.features--heading-large .Rte h2 {
  line-height: 36px;
  margin: 20px 0 !important;
}

.Image--fadeIn {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}

#footer .Footer {
  margin-top: 30px;
}

.sp_workshop_header h2 {
  margin: 0 !important;
}

.sp_blog_tags .sp_blog_all_categories {
  text-align: center;
}

.sp_blog_post_upper_description h2 {
  font-weight: bold;
  font-size: 36px !important;
  margin: 20px auto !important;
  line-height: 36px;
}

.sp_blog_post_upper_description p {
  width: 60%;
  font-size: 18px !important;
  margin: 0px auto !important;
  line-height: 25px !important;
}

.Header__FlexItem {
  margin-bottom: 0px !important;
}
.Header--center .Header__MainNav{
  position: inherit !important;
  padding-bottom: 0px !important;
}
/* ------------------------------------------ */


/* magazin home stye */
.side_bar_similar_post h3 {
  font-size: 20px !important;
  margin: 0 0 20px !important;
  font-weight: bold;
}

.side_bar_similar_post {
  border-bottom: 1px solid #7D7D7D;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}

.crp_related_widget {
  display: grid;
}

.crp_related_widget span {
  font-weight: bold;
  margin: 10px 0 !important;
}

.crp_related_widget a figure {
  margin: 0 0 10px !important;
}

.crp_related_widget a {
  margin-bottom: 20px;
}

.crp_related_widget a figure img {
  width: 100%;
  margin: 0 !important;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button) {
  text-transform: capitalize !important;
  transition: none !important;
  font-weight: normal !important;
  height: 45px;
  line-height: 24px;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap {
  text-align: left !important;
  max-width: 650px;
  margin: 20px auto 0;
}

.Rte a:not(.Button) {
  text-decoration: none !important;
}

.Rte a:not(.Article__Wrapper .blog_content__content a) {
  text-decoration: none;
}

.so-widget-lsow-portfolio {
  width: 100% !important;
}


.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover img {
  filter: none;
}

.lsow-project-image .lsow-entry-info {
  display: none !important;
}

.Link:not(label),
.Rte a:not([class]) {
  background-image: none !important;
}

/* ------------------------------------------ */

/* -----------  single blog post style  ------------------------------- */
.entry-title.Article__Title.Heading.u-h1 {
  font-size: 36px !important;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 15px !important;
}

.Article__Wrapper {
  max-width: 100% !important;
  padding: 0 0 50px 50px !important;
}

.Article__Wrapper .blog_content__content img {
  margin: 20px 0 !important;
}

.Article__Wrapper .blog_content__content h2 {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: bold !important;
  margin: 15px 0 !important;
}

.Article__Wrapper .blog_content__content p {
  font-size: 18px !important;
  line-height: 25px !important;
}

.Article__Header .tag_name {
  display: grid;
  justify-items: center;
  color: white;
  border-radius: 3px !important;
}

.Article__Header .tag_name a {
  padding: 4px 8px !important;
  color: white;
  border-radius: 3px !important;

}

.Article__Header .tag_name a[rel="category tag"] {
  text-align: center;
  color: white !important;
  padding: 3px 8px !important;
  border-radius: 3px;
}

.rightside_sidebar_content {
  padding-top: 50px !important
}

.Article__Header {
  margin-bottom: 15px;
}

/* ------------------------------------------ */
/* ------------------contact form----------------- */
.contact_form_outer_section {
  display: grid;
}

.contact_form_outer_section label {
  font-size: 12px !important;
  font-weight: bold;
  margin-bottom: 3px;
}

.contact_form_outer_section input,
.contact_form_outer_section select {
  height: 45px !important;
}

.contact_form_outer_section textarea {
  min-height: 200px !important;
}

.contact_form_outer_section .mendatory_text {
  font-size: 12px;
  color: #7D7D7D !important;
}

.contact_form_inner_section {
  display: grid;
  width: 70%;
  margin: 0 auto;
  gap: 20px;
}

.contact_form_inner_section div {
  display: grid;
}

.contact_form_inner_section .name_section {
  display: grid;
  grid-template-columns: 0.5fr repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
}

.contact_form_inner_section .name_section div {
  display: grid;
}

.contact_form_outer_section button {
  width: 240px;
  height: 45px;
  border: 1px solid #111111;
  margin: 30px auto;

}

.contact_form_outer_section button:hover {
  color: white;
  background-color: #111111;
}

/* .category_blog .tag_name {
  padding: 4px 8px !important;
  background-color: #38C293 !important;
  color: white !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  margin: 10px 0 15px !important;
  width: fit-content;
} */

/* ------------------contact form end----------------- */

.sp_blog_tags {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #7D7D7D;
}

.sp_blog_tags .so-widget-shoepassion-all-blog-categories {
  text-align: center;
}

.category_blog .entry-summary h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 30px !important;
  min-height: 80px !important;
  margin: 0;
}

.category_blog .entry-summary a img {
  width: 100%;
  margin: 30px 0 0;
}

.category_blog .tag_name {
  margin: 20px 0 !important;
}

.entry-summary .tag_name a {
  padding: 4px 8px !important;
  color: white;
  border-radius: 3px !important;
}

.category_blog .read_more {
  text-align: center;
  width: 140px !important;
  border: 1px solid #111111 !important;
  color: #111111 !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  text-decoration: none !important;
  min-height: 20px !important;
  margin: 25px 0 0 0;
}

.category_blog .read_more:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}

.category_blog span p {
  min-height: 200px !important;
  margin-bottom: 35px;
}

.category_blog article {
  padding: 20px !important;
}


.lsow-entry-text-wrap h3 {
  min-height: 0px !important;
}

.lsow-entry-text-wrap .lsow-entry-meta {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.lsow-entry-text-wrap .entry-summary {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 0px !important;
}

.lsow-entry-text-wrap .lsow-read-more {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  margin-top: 15px !important;
}

.tagcloud {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.tagcloud a {
  display: inline-flex !important;
  margin: 5px 5px 5px 0px !important;
  padding: 3px 5px;
  color: white !important;
  background-color: #55CFB6;
  border-radius: 3px;
  text-transform: capitalize !important;
  text-align: center;
  font-size: 16px !important;
}

.widget_tag_cloud h3 {
  display: none;
}

.widget_tag_cloud {
  padding-bottom: 25px !important;
}

.border_bottom {
  border-bottom: 1px solid #7D7D7D !important;
}

.navigation.post-navigation .nav-links a,
.navigation.post-navigation .nav-links a {
  font-size: 14px !important;
}

.desktop .navigation.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #7d7d7d;
  padding: 25px 0;
  margin-top: 100px;
}

.mobile .navigation.post-navigation .nav-links {
  display: none;
}

.widget_margin {
  margin: 100px auto;
}

.sp_hero_header_title_image .lsow-hero-header.lsow-section-bg-cover {
  height: 440px;
  display: grid;
}

.sp_after_banner_text {
  width: 50%;
  margin: 80px auto !important;
}

.sp_after_banner_text p {
  font-size: 20px !important;
  line-height: 30px;
}

.sidebar_tags h3 {
  display: block !important;
  font-size: 20px !important;
  margin: 0 0 15px !important;
  font-weight: bold;
}

.sidebar_tags .tagcloud {
  width: 100% !important;
  text-align: left;
}

.job_page_4_images img {
  margin: 0 !important;
  width: 100%;
}

.sp_desktop_navigation {
  display: none;
}

.links-more {
  display: flex;
  gap: 15px;
}

.Link:not(label):hover,
.Link:not(label):focus,
.Link:not(label).active {
  background-size: 100% 1px !important;
}

.Link:not(label) {
  /* display: inline !important; */
  color: inherit !important;
  text-decoration: none;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(270deg, currentColor, currentColor) !important;
  transition-duration: .15s;
  transition-timing-function: ease;
  transition-property: color, rgba(0, 0, 0, 0);
}

.Header:not(.Header--sidebar) .HorizontalList__Item.is-active a,
.Header:not(.Header--sidebar) .HorizontalList__Item.is-active button {
  font-weight: 700;
  border-bottom: 2px solid currentcolor;
}

.Drawer .Collapsible__Button .Icon,
.Drawer .Linklist__Item .Icon {
  margin: 0 10px 0 50px;
}

.Drawer .Collapsible__Button .Icon--close,
.Drawer .Collapsible__Button .Icon--select-arrow-left {
  display: none;
}

.Drawer .Collapsible__Button,
.Drawer .Linklist__Item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  margin: 0;
  border-bottom: 1px solid var(--header-border-color);
}

.SidebarMenu__Nav--secondary .Collapsible__Button {
  height: auto;
  border-bottom: 0;
  padding: 0;
}

.SidebarMenu__Nav--secondary .Collapsible .Link {
  background: none !important;
}

.SidebarMenu__Nav--secondary .Collapsible {
  padding: 10px 0;
}

.SidebarMenu__Nav--secondary .Icon--select-arrow-right {
  width: auto;
  height: 12px;
}

.SidebarMenu__Nav--secondary .Linklist__Item {
  height: auto;
  padding: 10px 0;
  border: none;
}

.Drawer .Collapsible {
  margin: 0;
  border: none;
}

.Collapsible__Button--alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid var(--header-border-color);
}

.Collapsible__Button--alt .Icon--select-arrow-left,
.Collapsible__Button--alt .label-expanded {
  display: none;
}

.Linklist.expanded>li.expanded .Collapsible__Button--alt .label-expanded {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.SidebarMenu__Nav--secondary {
  border-bottom: none;
}

.SidebarMenu__Nav--gender .HorizontalList__Item a.is-active {
  width: 90px;
  font-weight: 700;
  border: 2px solid currentColor;
}

.HorizontalList__Item a[data-set-gender="men"] {
  font-weight: 700 !important;
  border-bottom: 2px solid currentcolor;
}

.leftside_main_blog_content p {
  font-size: 18px !important;
  line-height: 25px !important;
}


/* this part must be deleted (ukrain heart logo) */
.special_class::after {
  background: url(https://journal.shoepassion.de/wp-content/uploads/sites/3/2022/06/heart.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 13px;
  content: "";
  background-size: contain;
  margin-left: 5px;
}

.special_class {
  display: inline-flex;
  align-items: center;
}

.Article__Body.Rte img {
  width: 100%;
}

._form-content ._form_element ._field-wrapper input::placeholder {
  font-size: 16px !important;
}





















@media only screen and (max-width: 767px) {

  #breadcrumbs {
    font-size: 12px !important;
  }

  .side_bar_similar_post {
    border-bottom: 1px solid #7D7D7D;
    border-top: 1px solid #7D7D7D;
    padding: 20px 0 0;
  }

  .Article__Header {
    margin-bottom: 0px;
  }

  #section-footer .Footer__Block--newsletter .Footer__Title {
    line-height: 30px !important;
  }

  .sp_hero_header_title_image h3 {
    font-size: 36px !important;
  }

  .sp_blog_post_upper_description h2 {
    font-size: 30px !important;
  }

  .entry-title.Article__Title.Heading.u-h1 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    text-align: left !important;
  }

  .Article__Header .tag_name {
    justify-items: left;
    margin-bottom: 10px;
  }

  .widget_tag_cloud {
    padding-bottom: 0px !important;
  }

  .sp_after_banner_text {
    margin: 40px auto 20px !important;
  }

  .category_blog .entry-summary a img {
    margin: 25px 0 0;
  }

  .lsow-grid-item.lsow-portfolio-item:not(:first-child) article {
    margin-top: 25px !important;
  }

  .contact_form_inner_section {
    width: 100%;
    gap: 15px;
  }

  .contact_form_outer_section {
    padding: 0;
  }

  .contact_form_inner_section .name_section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
  }

  .sp_after_banner_text {
    width: 100%;
  }

  .mobile .navigation.post-navigation .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 20px;
  }

  .desktop .navigation.post-navigation .nav-links {
    display: none;
  }

  .rightside_sidebar_content {
    padding-top: 0px !important
  }

  .Article__Wrapper {
    margin: 0 auto;

  }

  .Article__Content {
    min-height: 0px;
  }

  .tagcloud {
    width: 100%;
    padding-bottom: 30px !important;
  }

  .sp_mobile_navigation {
    display: block;
  }

  .sp_blog_post_upper_description p {
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 30px;
    line-height: 25px;
  }

  .sp_blog_tags {
    border-bottom: none !important;
  }

  .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary:before {
    margin: 0 !important;
  }

  .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image img {
    margin-bottom: 15px !important;
  }

  .category_blog .entry-summary h2 {
    min-height: 0px !important;
    margin-bottom: 20px !important;
  }

  .category_blog span p {
    min-height: 0px !important;
    margin-bottom: 35px;
  }


  .crp_related_widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .side_bar_similar_post h3 {
    margin: 15px 0 !important;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .sp_after_banner_text {
    width: 70%;
    margin: 50px auto !important;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 10000px) {
  .sp_mobile_navigation {
    display: none;
  }

  .Article__Wrapper {
    margin-bottom: 20px !important;
  }

  .rightside_sidebar_content {
    padding-top: 50px !important;
  }

  .leftside_main_blog_content {
    border-right: 1px solid #BFBFBF !important;
    padding: 0px 50px 0 0 !important;
    margin-top: 50px !important;
  }

  .rightside_sidebar_content {
    padding-left: 50px !important;
  }

}

.Article__Header .tag_name a {
  background-color: #38C293;
}

.showroom {
  background-color: #38C293 !important;
}

.salon {
  background-color: #4968CC !important;
}

.schuhpflege {
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111;
  border-radius: 3px;
}

.atelier {
  background-color: #D96565 !important;
}

.manufaktur {
  background-color: brown !important;
}

.showroom {
  background-color: #38C293 !important;
}

.field_container {
  border: 3px solid transparent;
  border-radius: 3px;
}

.field_container.active {
  border: 3px solid #1BCB83;
  border-radius: 3px;
}

.domain_selector,
#domainSelect{
  width: 100%;
  padding-right: 10px;
}
#domainSelect{
  padding: 0 15px;
  height: 45px;
}
.domain_selctor_section{
  position: relative;
}
.domain_selctor_section svg{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
}
#domainSelect {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.Header__FlexItem--fill:last-child {
  justify-content: start;
}