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

a { background-color: transparent; text-decoration: none; color: #686369; }
a:hover, a:active { color: #aa0000; }
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; }

a.whiteBlack { background-color: transparent; text-decoration: none; color: #ffffff90; }
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; }

a.redBlack { background-color: transparent; text-decoration: none; color: #AF1E23; }
a.redBlack:hover, a.redBlack: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; }

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

.textForm , .selectForm{
	margin-bottom:30px;
    border: #e0af7b;
	height:40px;
	font-weight:bold;
}

.checkBox .wpcf7-list-item {
	margin-left:0!important;
}
.submitSpendenButton .wpcf7-submit {
	width:100%;
	background-color: #fff !important;
    color: #d99f62 !important;
    font-weight: bold;
    height: 37px;
    border: 1px solid white;
}

.disabledTextForm {
	pointer-events: none;
	color: #fff;
	font-weight: bold;
	font-size:16px;
}

.disabledTextForm .readonly > input[type="text"] {
	 border: #e0af7b;
	background-color:#e0af7b !important;
}



