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

/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Global Basic Typo Styles */
body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, Lucida, 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; }

.logotitle small {
    font-size: 1.2rem;
    letter-spacing: 0.722rem;
    display: inline-block;
    position: relative;
    top: -15px;
}


/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Outlines */
.elementor-menu-toggle { outline: none; }

/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Breadcrumb */
.breadcrumb,
.breadcrumb a {
	color: #ffffff;
}
.breadcrumb {
	border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid rgb(255 255 255 / 27%);
}
/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Header */
#mbar {
	position: absolute;
	z-index:99999;
}
#mbar {
	position: fixed;
	width:65px;
	min-height: 100vh;
	overflow:hidden;
	transition: all 0.5s ease;
}
#mbar {
	background: rgba(0, 0, 0, 0.72);
}
#mbar.elementor-section > .elementor-container {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#mbar:before  {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:64px;
	bottom:0;
	width:1px;
	background:#9f9f9f;
	z-index:0;
}
#mbar:after  {
	content:'';
	display: block;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	width:1px;
	background:#9f9f9f;
	z-index:0;
}
#mbar .elementor-widget-nav-menu {
	padding-left: 65px;
	top: -7px;
}
#mbar .elementor-widget-theme-page-title,
#mbar .elementor-widget-heading {
	position: absolute;
	top:64px;
	writing-mode: vertical-rl;
	color:#ffffff;
}
#mnico.elementor-element {
	display:none;
}
#mnico.elementor-element .elementor-icon {
	cursor: pointer;
}
#mnico.elementor-element .elementor-icon svg {
	transition: all 0.5s ease;
}
#mnico.elementor-element .elementor-icon:before,
#mnico.elementor-element .elementor-icon:after {
	content:'';
	display: block;
	position: absolute;
	width: 28px;
	height: 2px;
	left:16px;
	background: #fff;
}
#mnico.elementor-element .elementor-icon:before {
	top:24px;
}
#mnico.elementor-element .elementor-icon:after {
	bottom:31px;
}
main,
div[data-elementor-type="footer"] {
	padding-left: 65px;
}
/* Title */
#header-text {
	font-weight:700;
}

/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Skulpturen */
.sklp,
.sklp .elementor-container,
.sklp .elementor-container .elementor-widget-shortcode,
.sklp .elementor-container .elementor-widget-shortcode .elementor-widget-container, 
.sklp .elementor-container .elementor-widget-shortcode .elementor-widget-container .elementor-shortcode,
.sklp .elementor-container .elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .sculptures { min-height:100vh; }

.graphics .sld,
.graphics .sld .wrap,
.sklp .sculpture,
.sklp .sculpture .wrap { 
	min-height:100vh;
	min-height: calc(100vh - 34px);
}
.graphics .sld .wrap,
.sculpture .wrap {
	display: flex;
}
.sld .content,
.sculpture .content {
	width: 34%;
	padding: 34px;
	color: #ffffff;
}
/*
.sld .content {
	color: #000000;
}
*/
.sld .content h2,
.sculpture .content h2 {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 1.6rem;
}
.sld .content h2 {
	font-size: 1.6rem;
}
.sld .content p,
.sld .content li,
.sculpture .content p,
.sculpture .content li {
    font-size: 13px!important;
}
.sld,
.sculpture {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sld .image,
.sculpture .image {
	width: 66%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}
.sld .image {
	margin: 40px;
}
.sld .content,
.sculpture .content  {
	width: 34%;
}

.sld .content.r,
.sculpture .content.r  {
	text-align:right;
}
.sld .content.l,
.sculpture .content.l  {
	text-align:left;
}
.sld .image,
.sculpture .image {
	background-position: center left;
}
.sld .content.l + .image,
.sculpture .content.l + .image {
	background-position: center right;
}

/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Tiny Slider */
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

.tns-controls,
.tns-nav {
	display: block;
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	text-align: center;
	background: #6a6a6a;
	z-index:999;
}
.tns-controls {
	top:0;
	background: transparent;
	pointer-events:none;
}

.tns-controls [data-controls="prev"],
.tns-controls [data-controls="next"] {
	position: absolute;
	bottom: 0;
	top:0;
	padding:0;
	font-size:0;
	border: none;
	color: transparent;
	background: transparent;
	outline: none;
	pointer-events: auto;
}

.tns-controls [data-controls="prev"] {
	left:0;
	right:70%;
	cursor: url('https://brw-web-001.seitenserver.de/wp-content/uploads/2024/10/prev.png'), auto;
}
.tns-controls [data-controls="next"] {
	left:70%;
	right:0;
	cursor: url('https://brw-web-001.seitenserver.de/wp-content/uploads/2024/10/next.png'), auto;
}

.tns-controls [data-controls="prev"]::before {
    left: 10px;
    border-right: 10px solid black;
}
.tns-controls [data-controls="next"]::before {
    right: 10px;
    border-left: 10px solid black;
}
.tns-controls [data-controls="prev"]:hover::before {
    border-right: 10px solid white;
}
.tns-controls [data-controls="next"]:hover::before {
    border-left: 10px solid white;
}
.tns-nav button {
	width: 12px;
    height: 12px;
    background: #000000;
    border: 0;
    margin: 11px;
    padding: 0;
    border-radius: 12px;
	transition: all 0.4s ease;
}

.tns-nav button:hover,
.tns-nav .tns-nav-active {
    background: #ffffff;
}

/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Webkit Highlight */
.sticky-section {
	position: sticky;
    top: 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: 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;
}

/** ---------- ---------- ---------- ---------- ---------- ---------- */
/* Responsive */
@media all and (max-width:1024px) {
	@media all and (max-width:1024px) {
		.logotitle small {
			font-size: 0.855rem;
			letter-spacing: 1px;
		}
	}
	main,
	div[data-elementor-type="footer"] {
		padding-left: 0;
	}
	#mbar {
		position: relative!important;
		width: 100% !important;
		height: 52px;
		min-height: unset;
		overflow: visible;
	}
	#mbar #mnico {
		top:-6px;
	}
	#mbar #mn {
		position: absolute;
    	top: 52px;
	}
	#mbar #mn nav {
		background: rgba(0, 0, 0, 0.72);
	}
	#mbar .elementor-widget-nav-menu {
	padding-left: 0;
	
	}
	#mbar .elementor-widget-theme-page-title, #mbar .elementor-widget-heading {
		position: absolute;
		top: 18px;
		left: 58px;
		writing-mode: unset;
		color: #ffffff;
	}
	#mbar:before,
	#mbar:after  {
		display: none
	}
	#mbar .elementor-widget-nav-menu .menu-item a.elementor-item {
		padding-left: 60px;
	}
	.graphics .sld, .graphics .sld .wrap,
	.sklp .sculpture, .sklp .sculpture .wrap {
		min-height: unset;
	}
	.sld {
		background: #373737;
	}
	
	.sld,
	.sculpture {
		margin-top:24px;
	}
	.sld .wrap,
	.sculpture .wrap {
		flex-wrap: wrap;
	}
	.sld .content,
	.sculpture .content,
	.sculpture .content.r {
		width: 100%;
		text-align: left;
		padding: 24px;
		order: 2;
	}
	.sld .image,
	.sculpture .image {
		width: 100%;
		order: 1;
		min-height: 320px;
		min-height: 85vw;
		background-position: top left;
	}
	.sld .image {
		min-height: 320px;
	}
	.sld h2,
	.sculpture h2 {
		font-size:1.2rem!important;
	}
	.sld .content.l + .image {
		margin: 0;
		background-position: top left;
	}
	.sculpture .content.l + .image {
    	background-position: top left;
	}
}
@media all and (max-width:768px) {
h2 small {
	line-height: 1.6rem;
}