/*!
	Theme Name: Seitenmuehle - WP-Theme
	Theme URI:
	Description: Seitenmuehle - Theme for Elementor page builder
	Author:
	Author URI: https://www.seitenmuehle.de/
	Version: 1.13
	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; text-align: justify!important;}
#BorlabsCookieBox p, #BorlabsCookieBox a { margin-top:0; margin-bottom:10px; text-align: left!important; }

a { background-color: transparent; text-decoration: none; color: #000; }
a:visited { color: #000; }
a:hover, a:active, { color: #FF9900; }
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 whiteBlack */

a.whiteBlack { background-color: transparent; text-decoration: none; color: #fff; }
a.whiteBlack:hover, a.whiteBlack:active { color: #000; }
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 orange */

a.orange { background-color: transparent; text-decoration: none; color: #FF9900; }
a.orange:hover, a.a.orange:active { color: #B70E0C; }
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 whiteOrange */

a.whiteOrange { background-color: transparent; text-decoration: none; color: #fff; }
a.whiteOrange:hover, a.whiteOrange:active { color: #FF9900; }
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 whiteRed */

a.whiteRed { background-color: transparent; text-decoration: none; color: #fff; }
a.whiteRed:hover, a.whiteRed:active { color: red; }
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; }


/* 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; }

/* Scroll-Top Button */
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0px;
	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;
}

/* Strong Styles */
strong {
  font-weight:500; 
}
