/*!
	Theme Name: Seitenmuehle - WP-Theme
	Theme URI:
	Description: Seitenmuehle - Theme for Elementor page builder
	Author:
	Author URI: https://www.seitenmuehle.de/
	Version: 1.14
	Text Domain: stml-theme
*/

/* Global Basic Typo Styles */
body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; 
}

/* Font Sizes */
h1 {font-size: 2.5rem; }
h2 {font-size: 2.0rem; }
h3 {font-size: 1.75rem; }
h4 {font-size: 1.5rem; }
h5 {font-size: 1.25rem; }
h6 {font-size: 1rem; }

p { margin-top:0; margin-bottom:10px; }

a { background-color: transparent; text-decoration: none; color: lightgrey; }
a:hover, a:active { color: lightblue; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0; }


/* Link on white ground */
.linkA a { background-color: transparent; text-decoration: none; color: #000; }
.linkA a:hover, a:active { color: lightblue; }
.linkA a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
.linkA a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }
.linkA a:not([href]):not([tabindex]):focus { outline: 0; }

/* Webkit Highlight */
input,
textarea,
button,
select,
a { -webkit-tap-highlight-color: rgba(0,0,0,0); }

/* Selected Text */
::-moz-selection { background: #000;color:#fff; }
::selection { background: #000;color:#fff; }

/* header transition */
.HeaderJS .elementor-icon i {
	color: #fff;
	transition: all 2s ease;
}
.HeaderJS .elementor-icon-wrapper .elementor-icon i.sticky-icon {
	color: #000;
}
.HeaderJS .elementor-icon svg {
	transition: all 2s ease;
	fill: #fff;
}
.HeaderJS .elementor-icon-wrapper .elementor-icon svg.sticky-icon {
	fill: #000;
}

/* Breadcrumb */
.breadcrumb {
	color: lightblue;
}

/* Menue-Item-Color-Active */
.elementor-nav-menu li.current-page-ancestor .elementor-item { 
	background-color: #91DEFF; 
}

/* Lightbox off */
a.e-gallery-item {
	pointer-events: none; 
}

/* Scroll-Top Button */
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 32px;
	height:35px;
    margin: 0;
    padding: 14px 10px;
    z-index: 9999999;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
	background-color: #000000;	
}

.back-to-top:hover {
    background-color: #ffffff;
}

.back-to-top svg {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
	display: block;
	width: 14px;
	fill: #ffffff;
}

.back-to-top:hover svg {
	fill: #000000;
}

/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* IE-fixes*/
.elementor-msie .dialog-widget .dialog-widget-content {
	left:0;
}
.elementor-msie .e-gallery-container {
	height:auto!important;
	padding-bottom:0!important;
}
.elementor-msie .e-gallery-grid,
.elementor-msie .e-gallery-grid .e-gallery-item {
	display:block;
}
.elementor-msie .e-gallery-container .e-gallery-item.elementor-gallery-item {
	display:inline-block!important;
	position:relative!important;
	width:50%;
	height:50vh;
}

.elementor-msie .e-gallery-container .e-gallery-item.elementor-gallery-item .e-gallery-image {
	display:block!important;
	position:relative!important;
	width:100%;
	height:100%;
	
}