/* 
Theme Name:     Schleese
Theme URI:      https://elementor.com/
Description:    Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:         Elementor Team
Author URI:     https://elementor.com/
Template:       hello-elementor
Version:        1.0.0
Text Domain:    schleese
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body {
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.885;
    color: #212529;
    text-align: left;
    /* -webkit-font-smoothing: antialiased;*/
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: "Klavika Basic","Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
}

h1 {
    font-size: 4.5rem;
    margin-bottom: 0.625rem !important;
}

h2 {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.6875rem;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #ded7cc;
}

a:active, a:hover {
    color: #ded7cc;
}

/*a:active {
    font-weight: 500;
}*/

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.page-id-1020 .elementor-posts-container .elementor-post__thumbnail img {
    padding: 30px;
}

.topbar{
    content: "";
    position: relative;
    top: 0;
    height: 47px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(25,25,25,.66);
}

body.elementor-page-1012:not(.elementor-motion-effects-element-type-background), body.elementor-page-1095:not(.elementor-motion-effects-element-type-background){
    height: 1182px;
}


.elementor-7 .elementor-element.elementor-element-46f6c365 > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}

.wpsl_stores-template-default .schleese-nav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item, .wpsl_stores-template-default .schleese-nav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
    color: #424753 !important;
}

.wpsl_stores-template-default .schleese-nav .elementor-search-form__toggle {
	color: #424753 !important;
}

/*Table*/

.sattel-table {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #ded7cc;
    margin-top: 20px;
}

table.blueTable {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: inherit;
    margin-bottom: 0px;
}

table.blueTable thead {
  background: #DED7CC;
}

table.blueTable thead th {
  font-weight: normal;
  text-align: left;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

table.blueTable td, table.blueTable th {
    border: 0px solid #AAA0;
    padding: 10px 20px;
}

table.blueTable tr:nth-child(2n) {
    background: #DED7CC24;
}

table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: transparent;
}


/* Suche */
.elementor-lightbox .dialog-lightbox-close-button {
    padding: 32px !important;
}



/* WP Store Locator customisation*/

#wpsl-gmap{
    height: 700px !important;
}

p.wpsl-no-margin {
    color: #4B4A45;
}

/* Clear floats after the columns */
#wpsl-stores:after {
  content: "";
  display: table;
  clear: both;
}

.wpsl-search{
    display: none;
}

#wpsl-stores {
    width: 100%;
    max-width: 1540px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: auto !important;
    margin: 0 -5px;
}

.partner .elementor-widget-container {
    display: flex;
    flex-wrap: wrap;
}

.column {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 3rem !important;
}

.location-item {
    box-shadow: 0 5px 30px rgba(25, 25, 25, 0.1);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    color: #ded7cc;
    font-size: 1rem;
    height: 100% !important;
}

.location-image-wrapper {
    background: #e2ddd5;
    background: -moz-linear-gradient(-45deg, #e2ddd5 0%, #95928e 100%);
    background: -webkit-linear-gradient(-45deg, #e2ddd5 0%, #95928e 100%);
    background: linear-gradient(135deg, #e2ddd5 0%, #95928e 100%);
    padding: 1.5rem !important;
    box-sizing: border-box;
}

.location-image-wrapper > img {
    border-radius: 50% !important;
    width: 190px;
    height: 190px !important;
    border: 5px solid #ffffff !important;
    object-fit: cover;
    object-position: center;
}

.location-content {
    /* background: -moz-linear-gradient(-25deg, rgba(49, 47, 56, 0.6) 0%, rgba(66, 71, 83, 0.6) 100%);
    background: -webkit-linear-gradient(-25deg, rgba(49, 47, 56, 0.6) 0%, rgba(66, 71, 83, 0.6) 100%);
    background: linear-gradient(155deg, rgba(49, 47, 56, 0.6) 0%, rgba(66, 71, 83, 0.6) 100%); */
    padding: 1.5rem !important;
    height: 100% !important;
    box-sizing: border-box;
}

.partner .location-content {
   /* background: #1e1536; */
	background: #101050;
}

.haendler .location-content {
   background: #3d3d7b;

}

.fachhaendler .location-content {
    background: #7d7d7d;
}


.single .schleese-nav a{
    color: #424753;
}

.wpsl-contact-details a {
    color: #424753;
}

#wpsl-gmap {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Slick Slider */

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

.round-span {
    display: inline-block;
    height: 61px;
    width: 61px;
    border: 2px solid #e2ddd5;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.round-span .round-span-inner {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    color: #ded7cc;
}

/** Info window Gmap **/

#wpsl-gmap .wpsl-info-actions {
    display: none;
}

.wpsl-info-window h4 {
    font-size: 1rem;
}

.wpsl-info-window a {
    color: #000;
    font-weight: 500;
}

#wpsl-gmap img[src*="orange@2x"] {
    display: none !important;
}


/******1 august*******/
 .elementor-field-group-email  span.elementor-message {
	display:none;
}
.elementor-field-group-email_2  span.elementor-message {
    background: #fff;
    padding: 9px 12px;
    border-radius: 6px;
}
.elementor-field-group-email_2  span.elementor-message:after {
    content: '';
    bottom: 0;
    position: absolute;
    left: 28px;
    display: block;
    height: 0px;
    top: 48%;
    border-width: 0px 9px 9px 7px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    background: transparent;
}

/* Responsive */












