/*
Theme Name: Seitenmühle Theme
Theme URI: 
Author: Steffen Kleine
Author URI: 
Description: Seitenmuehle - Theme für Wordpress + Gutenberg
Version: 0.0.3
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: stml
*/

/* ---------- ---------- ---------- ---------- ---------- */
/* BASE ------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ---------- ---------- ---------- ---------- ---------- */
/* FONT ------------------------------------------------- */
@font-face {
	font-family: 'Raleway-Regular';
	src: url('/fonts/Raleway-Regular.woff') format('woff'); 
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url('/fonts/Raleway-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* BODY ------------------------------------------------- */
body { 
	font-family: 'Raleway-Regular';
	color:#777;
	line-height: 1.66rem; 
}

/* bg - background */
main {
	background-image: url(https://www.solarprotect.de/wp-content/uploads/2017/12/bg-tile.png);
	background-position: left top;
    background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #0a0402;
	transition: all 0.2s ease;
}
a:hover {
	color: #ff6735;
}
/* Orange Bold */
.ob {
	margin-bottom: 34px;
	width: 100%;
}
.ob strong {
	font-weight: bold;
	color: #ff6735;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* LAYOUT ----------------------------------------------- */
.wp-block-columns {
	justify-content: center;
}
.wp-block-column {
	max-width: 1200px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Align */
.at { align-self: flex-start; }
.wp-block-columns .wp-block-column.al { justify-content: flex-start; }

/* ---------- ---------- ---------- ---------- ---------- */
/* HEADER ----------------------------------------------- */
#header {
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
	background: rgba(10, 04, 02, 0.6);
    box-shadow: 0 0 7px 7px rgb(10 4 2 / 60%);
}
/* toolbar-menu */
#toolbar {
	display: flex;
	position: relative;
	height: 35px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 7px 7px rgb(10 4 2 / 60%);
	padding: 0 20px;
	transition: all 0.2s ease;
}
.toolbar-resposnive-icon {
	display: none;
	position: absolute;
	width: 32px;
    height: 32px;
	top: 0;
	left: 50%;
	left: calc(50% - 15px);
	cursor: pointer;
	transition: all 0.2s ease;
}
.toolbar-resposnive-icon svg {
	fill: #fff;
}

#menu-toolbarmenu {
	display: flex;
}
#menu-toolbarmenu li {
    margin: 0;
    padding: 0;
    display: flex;
    line-height: 26px;
}
#menu-toolbarmenu li a {
	display: flex;
    padding: 12px 0;
    font-size: 12px;
    line-height: 11px;
    color: #93908d; 
}
#menu-toolbarmenu li a span {
    padding: 0 6px;
}
#menu-toolbarmenu li:not(:last-child) a span {
	border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.head-padding {
	padding-top:140px;
}

/* contact */
#contact-info {
	display: flex;
	padding-right: 10px;
}
#contact-info a {
	display: inline-block;
	position: relative;
    padding: 12px 0 11px 46px;
    font-size: 12px;
    line-height: 11px;
    color: #93908d;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}
#contact-info a svg {
	display: block;
    position: absolute;
    left: 18px;
    top: 9px;
    fill: currentColor;
}
/* vela-lounge */
#vela-lounge a {
	display: inline-block;
	position: relative;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    background-color: #ff6735;
    font-weight: bold;
    
}
/* lang-switch */
#lang-switch {
	padding-right: 20px;
}
#lang-switch ul {
	display: flex;
}
#lang-switch ul li a{
	padding: 12px 0px 12px 16px;
    display: block;
    line-height: 11px;
}
/* search */
#search {
	position: absolute;
	right: 20px;
}
#search form label .screen-reader-text  {
	position: absolute;
	height:0;
}
#search input,
#search input:active,
#search input:focus {
	display: block;
    width: 90px;
    height: 26px;
    color: #c7c7c7;
    background-color: #fbfbfb;
    font-size: 12px;
    padding: 3px 16px 3px 16px;
    line-height: 11px;
    margin: 0;
	margin-top: 4px;
    border: 0;
    border-radius: 40px;
	outline: none;
    transition: all 0.4s ease;
}
#search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c7c7c7;
  opacity: 1; /* Firefox */
}

#search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c7c7c7;
}

#search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #c7c7c7;
}
#search input:focus {
	width: 200px;
}
#search input[type="submit"] {
	display: none;
}
/* navbar */
#nav-bar {
	display: flex;
	position: relative;
	justify-content: space-between;
	height: 90px;
	transition: all 0.2s ease;
}
.stmlsticky #nav-bar {
	height: 55px;
}
/* branding logo */
#branding {
	width: auto;
	height: 100%;
	padding-left: 20px;
}
#branding a {
	display: flex;
	position: relative;
	height: 100%;
	width: 300px;
	align-items: center;
	transition: all 0.2s ease;
}
#branding a img {
	display: block;
    position: absolute;
	max-height: 42%;
	width: auto;
	opacity: 1;
}
#branding .sticky-custom-logo-link {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.2s ease;
}
.stmlsticky #branding .custom-logo-link {
	opacity: 0;
}
.stmlsticky #branding .sticky-custom-logo-link {
	opacity: 1;
}
/* main-menu */
#menu {
	width: auto;
	padding-right:30px;
}
.menu-hauptmenu-container,
#menu-hauptmenu,
#menu-hauptmenu li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0; 
	height: 100%;
}

#menu-hauptmenu li a {
	display: block;
	height: 100%;
    padding-right: 18px;
    padding-left: 18px;
	border-top: 1px solid transparent;
	color: #fff;
    font-size: 13px;
	font-weight: normal;
    text-transform: uppercase;
	transition: all 0.5s;
}
#menu-hauptmenu li a:hover {
    color: #ff6735;
	border-top-color: #fff;
}
#menu-hauptmenu li a span {
	min-height: 100%;
	padding-top:5px;
    display: inline-flex;
    align-items: center;
}
/* sub-menu */
#menu-hauptmenu .sub-menu li {
    border-top: none;
}
#menu-hauptmenu  ul.sub-menu {
    display: none;
	position: absolute;
}
#menu-hauptmenu .menu-item-has-children .sub-menu {
	background: rgba(10, 04, 02, 0.6);
    box-shadow: 0 0 7px 7px rgb(10 4 2 / 60%);
	top: 102px;
}
#menu-hauptmenu .menu-item-has-children .sub-menu::before {
	content: '';
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    height: 40px;
}
#menu-hauptmenu .menu-item-has-children .sub-menu li {
	width: 100%;
}
#menu-hauptmenu .menu-item-has-children:hover .sub-menu {
	display: block;
	transition: all 0.4s ease;
}
#menu-hauptmenu .menu-item-has-children:hover .sub-menu li a {
	border-top: none!important;
}
#menu-hauptmenu .menu-item-has-children:hover .sub-menu li a:hover {
	border-top: none!important;
}
/* sticky */
.stmlsticky #menu-hauptmenu .menu-item-has-children .sub-menu {
    top: 67px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* PARAGRAPH -------------------------------------------- */
/* p - paragraph */
p {color:#777;}
.cs > .wp-block-column > p {margin-bottom:14px;}

/* bp - big paragraph */
.bp {
	font-size: 24px;
	width: 100%;
}
/* bpb - big paragraph bold */
.bp b,
.bp strong {
	color: #ff6735;
	font-weight: bold;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* TITLE ------------------------------------------------ */
h3 {
	font-size: 24px;
	color: #ff6735;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100%;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* TITLE SECTION ---------------------------------------- */
/* ts - titlesection */
.ts {
	background: #fff;
	padding: 38px 22px;
	margin-bottom: 0;
	box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
}
/* t - title */
.t {
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 2px;
	color: #ff6735;
	text-transform: uppercase;
	margin-bottom: 18px;
	width: 100%;
}
.wp-block-column .t:last-child,
.wp-block-column .mt:last-child,
.wp-block-column .nt:last-child {
	margin-bottom: 0;
}
.t small {
	display: block;
	width: 100%;
	font-size: 50%;
}
/* pt - pretitle */
.pt {
	font-size: 16px;
	text-transform: uppercase;
}
/* mt - maintitle */
.mt {
	font-size: 43px;
}
.nt {
	font-size: 33px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* CONTENT SECTION -------------------------------------- */
/* cs - content-section */
.cs {
	padding: 42px 22px;
    max-width: 1200px;
    margin: 0 auto;
}
.cs:last-child {
	margin-bottom: 0;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* CTA -------------------------------------------------- */
.cs.cta .wp-block-column {
	display: flex;
	flex-wrap:wrap;
}
.cw {
	width: 33%;
	max-width:500px;
	padding: 16px;
}
.cw a {
	display: block;
	background: #fff;
    box-shadow: 0 3px 30px -16px rgb(0 0 0 / 42%);
	transform: translate(0,0);
	transition: transform 0.3s cubic-bezier(.25,.8,.25,1), box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
}
.cw a:hover {
	box-shadow: 0 3px 30px -10px rgb(0 0 0 / 42%);
	transform: translate(0,-2px);
}
.cw .ciw img {
	max-width: 100%;
	height: auto;
}
.cw h3 {
	padding: 26px 44px;
	text-align: center;
	font-size: 16px;
	color: #ff6735;
	font-weight: 700;
	letter-spacing: 2px;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 0;
}
.cw p {
	padding: 0 36px 20px;
	text-align: center;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* Grey Bar --------------------------------------------- */
.gb {
	padding: 42px 22px;
	background-color: rgb(2 2 2 / 10%);
	box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Grey Bar / Gallery Bar ------------------------------- */
.gb.gal {
	padding: 0px 22px;
}
.gb .wp-block-gallery {
	padding-top: 16px;
}
.gb .wp-block-gallery .wp-block-image figcaption {
	font-size: 12px;
    line-height: 18px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Process ---------------------------------------------- */
#process {
	display: flex;
	position: relative;
	padding-bottom: 45px;
}
#process:before {
	content: "";
	display: block;
    position: absolute;
    left: 16%;
	right: 16%;
	top:115px;
    height: 0;
    border-top: 1px dashed #bbb;
}
#process li {
	width: 33.3%;
	text-align: center;
}
#process li a {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#process li .icon {
	width: 230px;
	height: 230px;
	margin-bottom: 45px;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #bbb;
	transition: all 0.3s ease;
}
#process li a:hover .icon {
	background-color: #ff6735;
	box-shadow: 0 0 0 14px rgb(0 0 0 / 10%);
}
#process li .icon svg {
	height: 80px;
	fill: #bbb;
}
#process li a:hover .icon svg {
	fill: #fff;
}
#process .pt {
	font-size: 24px;
    color: #ff6735;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}
.searchresults p {
	text-align: left;
	width: 100%;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* FOOTER ----------------------------------------------- */
#footer .wp-block-columns {
	margin-bottom: 0;
}
#footer .wp-block-column {
	margin-bottom: 0;
	display: inline-flex;
	padding: 45px 0 50px;
}
.contact-footer .col {
	width: 50%;
	padding: 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.contact-footer .col:nth-child(2) {
	border-left: 1px solid #e6e9ef;
}
.contact-footer .col.fli {
	display:block;
}
.contact-footer .col img {
	max-width: 100%;
	height: auto;
}
.contact-footer .col p {
	width: 100%;
	text-align: center;
	font-size: 23px;
	padding: 0 0 18px;
}
.contact-footer .col .btnw {
	display: inline-block;
	width: 50%;
	padding: 0 14px;
}
.contact-footer .col a {
	display: block;
	text-align: center;
    background-color: #c7c7c7;
	color: #fff;
	fill: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 3px;
	width: 100%;
	transition: all 0.4s ease;
}
.contact-footer .col a:hover {
    background-color: #ff6735;
}
.contact-footer .col a svg {
	vertical-align: middle;
	margin-right: 10px;
}
.adress-footer {
	background-color: #3d4045;
}
.adress-footer .col {
	width: 25%;
	padding: 0 20px;
}
.adress-footer li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}
.adress-footer li svg {
	position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
	fill: #808080;
    vertical-align: middle;
}
.adress-footer a {
    color: #999;
}
.sub-footer {
	background-color: #43474d;
	color:#8c8e91;
}
.sub-footer .wp-block-column {
	justify-content: space-between;
	font-size: 11px;
    letter-spacing: 1px;
	padding: 45px 20px 50px!important;
}
#copyright {
	padding-right: 20px;
}
.sub-footer #legal li {
	display: inline-block;
	padding: 0 10px;
}
.sub-footer a {
	color: #8c8e91;
}
.sub-footer a:hover {
	color: #fff;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* Splide Slider ---------------------------------------- */
/* Core */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}

/* Splide Theme */
.splide__track { 
	width: 100%;
	height: auto;
	max-height: 90vh;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0!important;
	padding: 0!important;
}
.splide.is-initialized:not(.is-active) .splide__list {display: block;}
.splide.is-initialized,.splide.is-rendered {visibility: visible;}
.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none!important;
	margin: 0;
	outline: none;
	position: relative;
	overflow: hidden;
}

.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list {
	display: block;
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

/* Splide Pagination */
.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
	bottom: 45px;
	left: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	z-index: 1;
}
.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
	padding: 0 20px;
}
.splide__pagination__page {
	position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	transition: all 0.4s ease; 
}
.splide__pagination__page.is-active {
	background: transparent;
	opacity:1;
}
.splide__pagination__page:before {
	content: '';
    position: absolute;
	box-sizing: border-box;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
	border: 2px solid transparent;
	border-radius: 10px;
    text-align: center;
    opacity:0.25;
    background-color: #fff;
	transition: all 0.4s ease;
}
.splide__pagination__page.is-active:before,
.splide__pagination__page:hover:before,
.splide__pagination__page:focus:before {
	transform: scale(0.42);
	opacity:1;
}
.splide__pagination__page:after {
	content: '';
    position: absolute;
	box-sizing: border-box;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
	border: 2px solid transparent;
	border-radius: 10px;
    text-align: center;
    opacity:0;
    background-color: transparent;
	transition: all 0.4s ease;
}
.splide__pagination__page.is-active:after,
.splide__pagination__page:hover:after,
.splide__pagination__page:focus:after {
	border: 2px solid #fff;
	opacity:1;
}
/* Progressbar */
.splide__progress__bar {
	background: #ccc;
	height: 3px;
}
.splide__track .sldr-slide-bg {
	height:100%;
	width:100%;
	display: flex;
    justify-content: center;
	overflow:hidden;
}

/* Solarprotect-Logo-Schatten */
.splide__track .splide__slide {
	text-align:center;
}
.splide__track .sldr-logo-shadow {
	opacity:0.6;
	position:absolute;
	height:50%;
	width:auto;
	top:25%;
	left:50%;
	transform: translateX(-45%);
}

.splide__track .sldr-sol-logo {
	position:absolute;
	height:7vh;
	min-height:60px;
	width:auto;
	top:35%;
	left:50%;
	transform: translateX(-50%);
}

.splide__track .sldr-text {
	font-weight: 800;
    font-size: 60px;
	line-height: 1.44;
	color:#fff;
	position:absolute;
	height:auto;
	top:45%;
	left:50%;
	transform: translateX(-50%);
	text-shadow: 0px 0px 5px #190b00;
}

/* -- SplideSlide Ken Burns Effect -- */
/* Safari 4.0 - 8.0 */
@-webkit-keyframes stml-ken-burns {
	from {transform: scale(1) rotate(0.1deg);}
	50% {transform: scale(1.1) rotate(0.1deg);}
	to {transform: scale(1) rotate(0.1deg);}
}

/* Standard syntax */
@keyframes stml-ken-burns {
	from {transform: scale(1) rotate(0.1deg);}
	50% {transform: scale(1.1) rotate(0.1deg);}
	to {transform: scale(1) rotate(0.1deg);}
}

.home .sldr-slide-bg {
	animation-iteration-count: infinite;
	animation-duration: 30s;
	-webkit-animation-name: stml-ken-burns; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 30s; /* Safari 4.0 - 8.0 */
	animation-name: stml-ken-burns;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* SPM - SPL - SPL-XL ----------------------------------- */
.size-gal figcaption {
   background: transparent!important;
   color: #ff6735!important;
   font-weight: bold; 
   bottom: -10px!important;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Bausätze --------------------------------------------- */
.no-m {
   margin-bottom: 0;
}
.lu.gb {
   box-shadow: none;
   margin-bottom: 60px;
   padding: 22px 22px;
}
.lut {
   font-size: 23px;
   color: #777777;
   border-bottom: 1px solid #fff;
   padding-bottom: 14px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Preis */
.preis {
   font-size: 33px;
   color: #ff6735;
   font-weight: bold;
   text-align: left;
   width: 100%;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* normal list */
.normal-ul ul {
   list-style: disc;
   padding-left: 18px;
   font-size: 16px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* ImageTitle */
.it {
   display: flex;
   justify-content: center;
   align-items: center;
   color: #777;
}
.it strong {
    color: #ff6735;
}
.it img {
   margin-right: 20px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Gallery ---------------------------------------------- */
.s-gal {
   background: transparent!important;
   color: #777!important;
   position: relative!important;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* App Gallery ------------------------------------------ */
figure.wp-block-gallery.has-nested-images.app-gal figure.wp-block-image figcaption {
   position: relative;
   background: transparent!important;
   color: #777;
   font-size: 16px;
}
figure.wp-block-gallery.has-nested-images.app-gal figure.wp-block-image figcaption a {
   color: #0a0402;
}
figure.wp-block-gallery.has-nested-images.app-gal figure.wp-block-image figcaption a:hover {
   color: #ff6735;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* Gallery - Form --------------------------------------- */
.form-gal {
   padding: 30px 20px 20px;
}
.form-gal .wp-block-image {
   padding-bottom: 30px;
   flex-direction: row!important;
}
.form-gal figcaption {
   background: transparent!important;
   color: #ff6735!important;
   font-weight: bold; 
   bottom: -20px!important;
}
.wp-block-gallery.has-nested-images.form-gal figure.wp-block-image img {
   max-width:150px!important;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Gallery - Attachments -------------------------------- */
.attach-gal {
   padding: 30px 20px 20px;
}
.attach-gal .wp-block-image {
   padding-bottom: 30px;
   flex-direction: row!important;
}
.attach-gal figcaption {
   background: transparent!important;
   color: #ff6735!important;
   font-weight: bold; 
   bottom: -20px!important;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Fabric Tabs ------------------------------------------ */
#sol-tabs {
   padding-top: 40px;
}
.sol-tab-toogle {
   cursor: pointer;
}
ul.sol_tabs_nav {
   text-align: center;
   border-bottom: 2px solid #eee;
}
ul.sol_tabs_nav li {
   display: inline-block;
   margin: 0 10px 0px 10px;
   background: #fff;
}
ul.sol_tabs_nav li p {
   padding: 14px 20px;
   font-size: 30px;
   font-weight: 700;
   color: #444;
}
ul.sol_tabs_nav li svg {
   width: 23px!important;
   height: 23px!important;
   fill: #b9b9b9;
   transition: all 0.5s ease;
}
ul.sol_tabs_nav li:hover svg {
   transform: rotate(90deg);
    fill: #ff6735;
}
.title-mobile { display: none; }
.sol-tab-content-head {
   text-align: center;
   padding: 24px;
}
.sol-tab-content-wrap {
   position:absolute;
   height:0;
   overflow: hidden;
   padding: 24px;
   opacity:0;
   transition: all 0.4s ease;
}
.sol-tab-content-wrap.open {
   position:relative;
   height:auto;
   overflow:visible;
   opacity:1;
   display: block;
}
.sol-tab-content {
   display: flex;
   flex-wrap: wrap;
}
.sol-tab-content .col-6,
.sol-tab-content .col-12 {
   padding: 10px;
}
.sol-tab-content .col-6 {
   width: 50%;
}
.sol-tab-content .col-12 {
   width: 100%;
}
.sol-tab-content h4 {
   font-size: 19px;
   font-weight: bold;
}
.sol-tab-content td {
    padding: 12px;
    border-bottom: 1px solid #dcdcdc;
}
.sol-tab-content p strong {
     font-weight: bold;
}
.sol-tabs-colors {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -14px;
}
.sol-tabs-colors .sol-tabs-color {
   width: 16.66%;
   padding: 14px 14px 34px;
   position: relative;
}
.sol-tabs-colors .sol-tabs-color div {
   box-sizing: border-box;
   max-width: 300px;
   height: 150px;
   border-radius: 10px;
   border-bottom-left-radius: 0;
   border: 2px solid #fff;
   border-left-color: #c6d1d6;
   border-bottom-color: #a6b5bb;
   box-shadow: -14px 14px 10px -6px rgb(10 4 2 / 20%);
}

.sol-tabs-colors.sn .sol-tabs-color div {
   background-image: url(/wp-content/uploads/2017/12/shadenet-230-colors.jpg);
}
.sn-aquamarine { background-position: 0 0 }
.sn-black { background-position: 20% 0 }
.sn-bluegum { background-position: 40% 0 }
.sn-bronze { background-position: 60% 0 }
.sn-claret { background-position: 80% 0 }
.sn-lightgreen { background-position: 100% 0 }
.sn-midnightgreen { background-position: 0 50% }
.sn-navyblue { background-position: 20% 50% }
.sn-porcelain { background-position: 40% 50% }
.sn-rust { background-position: 60% 50% }
.sn-sandstone { background-position: 80% 50% }
.sn-slate { background-position: 100% 50% }
.sn-silver { background-position: 0 100% }
.sn-yellow { background-position: 20% 100% }
.sn-cafenoir { background-position: 40% 100% }
.sn-cappuccino { background-position: 60% 100% }
.sn-red { background-position: 80% 100% }
.sn-orange { background-position: 100% 100% }

.sol-tabs-colors.wm .sol-tabs-color div {
    background-image: url(/wp-content/uploads/2017/12/weathermax80-colors.jpg);
}

.wm-truered { background-position: 0 0 }
.wm-scarlet { background-position: 20% 0 }
.wm-burgundy { background-position: 40% 0 }
.wm-forestgreen { background-position: 60% 0 }
.wm-moss { background-position: 80% 0 }
.wm-pacificblue { background-position: 100% 0 }
.wm-royal { background-position: 0 33% }
.wm-captainnavy { background-position: 20% 33% }
.wm-black { background-position: 40% 33% }
.wm-lightcharcoal { background-position: 60% 33% }
.wm-silver { background-position: 80% 33% }
.wm-taupe { background-position: 100% 33% }
.wm-sand { background-position: 0 66% }
.wm-toast { background-position: 20% 66% }
.wm-graphite { background-position: 40% 66% }
.wm-oyster { background-position: 60% 66% }
.wm-white { background-position: 80% 66% }
.wm-yellow { background-position: 100% 66% }
.wm-chocolate { background-position: 0 100% }
.wm-foresttweed { background-position: 20% 100% }
.wm-bluetweed { background-position: 40% 100% }
.wm-redtweed { background-position: 60% 100% }
.wm-sandstone { background-position: 80% 100% }
.wm-slate { background-position: 100% 100% }

.sol-tabs-colors .sol-tabs-color p:nth-child(2) {
   display: block;
    position: absolute;
    bottom: 34px;
    width: auto;
    width: calc(100% - 28px);
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    background-color: rgba(0,0,0,.4);
    border-bottom-right-radius: 10px;
}

.sol-tabs-colors .sol-tabs-color p:nth-child(3) {
   display: block;
   position: absolute;
   bottom: 0;
   font-weight: bold;
   color: #949494; 
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Form ------------------------------------------------- */
.wpcf7-form {
   display: flex;
   flex-wrap: wrap;
}
.wpcf7-form .col-4 {
   width: 33.33%;
}
.wpcf7-form .col-12 {
   width: 100%;
}
.wpcf7-form .col-4,
.wpcf7-form .col-12 {
   padding: 10px;
}
.wpcf7-form label,
.wpcf7-form label .wpcf7-form-control-wrap,
.wpcf7-form label input,
.wpcf7-form label textarea {
   display: block;
   width: 100%;
   max-width: 100%;
}
.wpcf7-form label,
.wpcf7-form label .wpcf7-form-control-wrap,
.wpcf7-form label input,
.wpcf7-form label textarea {
   display: block;
   width: 100%;
   max-width: 100%;
}
.wpcf7-form label input,
.wpcf7-form label textarea {
   font-size: 13px;
   line-height: 1em;
   color: #767676;
   padding: 10px 12px;
   background-color: #fdfdfd;
   border: 1px solid #e3e3e3;
   outline: none;
   margin-bottom: 4px;
}
.wpcf7-form .wpcf7-list-item {
   margin: 0;
}
.wpcf7-form .wpcf7-acceptance input {
   width:auto;
}
.wpcf7-form .wpcf7-submit {
    margin: 0;
    border: none;
    outline: none !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: bold;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #ffffff;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* FAQ -------------------------------------------------- */
#faq {
	width: 920px;
	max-width: 100%;
	margin: auto;
}
.filter-faq {
    text-align: center;
	padding-bottom: 20px;
}
.filter-faq ul {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter-faq ul li {
    display: inline-block;
	padding: 8px;
}
.filter-faq ul li p {
	cursor: pointer;
    padding: 12px 14px;
    line-height: 13px;
    font-size: 13px;
    color: #323232;
    display: block;
    letter-spacing: 1px;
	background-color: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}
.toggle {
	padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -10px #000;
	margin-bottom: 20px;
}
.toggle svg {
	fill: #fa6735;
	margin: 0 10px;
}
.toggle-t {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 33px; 
	color: #444;
}
.toggle-t svg {
	position: absolute;
    left: 0;
    top: 5px;
}
.toggle-c {
	padding: 10px;
	transition: all 0.4s ease;
}
.toggle-c strong {
	color: #ff6735;
	font-weight: bold;
}
.toggle-c.closed {
	height: 0;
    overflow: hidden;
	transition: all 0.4s ease;
	padding: 0;
}
.toggle-c.open {
	height: auto;
    overflow: visible;
}
.faq-table th {
	background-color: #ff6735;
	padding: 12px 8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.faq-table th:first-child {
	min-width: 135px;
}
.faq-table tr {
    background-color: rgba(0, 0, 0, 0.02);
}
.faq-table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.04);
}
.faq-table td {
    padding: 8px;
    border-left: 1px solid #fff;
    text-align: center;
}
.snothing {
	width: 100%;
}
.snothing input, .snothing input:active, .snothing input:focus {
    display: block;
    width: 90px;
    height: 52px;
    color: #c7c7c7;
    background-color: #fff;
    font-size: 14px;
    padding: 6px 26px 6px 26px;
    line-height: 18px;
    margin: 0;
    margin-top: 4px;
    border: 0;
    border-radius: 40px;
    outline: none;
    transition: all 0.4s ease;
}
.snothing label, .snothing input {
	display: inline-flex;
}
.snothing input.search-field {
	min-width: 200px;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* Dsgvo -------------------------------------------------- */
.soldsgvo ol {
	list-style: auto;
}
.soldsgvo ol li ol,
.soldsgvo ol li ol li ul {
	padding-left:16px;
}
.soldsgvo h2,
.soldsgvo h3 {
    color: #ff6735;
    font-weight: bold;
    margin: 23px 0 10px;
    width: 100%;
}
.soldsgvo h2 {
    font-size: 24px;
    text-transform: uppercase;
}
.soldsgvo h3 {
    font-size: 20px;
    text-transform: none;
}
/* ---------- ---------- ---------- ---------- ---------- */
/* RESPONSIVE ------------------------------------------- */
.mm {display:none;}
/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WIDTH 1340PX ------------------------------------- */
@media all and (max-width: 1340px){
	#mm {
		display: flex;
    	flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 9px 0;
    	width: 52px;
    	height: 52px;
    	background: transparent;
    	position: absolute;
    	right: 20px;
    	top: 22px;
		cursor: pointer;
	}
	.stmlsticky #mm {
    	top: 5px;
	}
	#mm div {
		display: block;
		position: absolute;
    	width: 42px;
    	height: 4px;
    	background: #fff;
		border-top-left-radius: 4px;
    	border-bottom-right-radius: 4px;
    	transform: skewX(-14deg);
		transition: all 0.2s ease;
	}
	#mm div:nth-child(1) {
		transform: rotate(0deg) translate(0, 12px);
	}
	#mm div:nth-child(3) {
		transform: rotate(0deg) translate(0, -12px);
	}
	#mm.open div:nth-child(1),
	#mm.open div:nth-child(2) {
		top: unset;
		transform: rotate(45deg) translate(0, 0);
	}
	#mm.open div:nth-child(3) {
		transform: rotate(-45deg) translate(0, 0);
	}
	#menu {
		display: none;
	}
	#menu {
		position: absolute;
		padding: 0 0 40px;
		top: 102px;
		width: 100%;
		background: rgba(10, 04, 02, 0.6);
    	box-shadow: 0 0 7px 7px rgb(10 4 2 / 60%);
		
	}
	.stmlsticky #menu {
		top: 67px;
	}
	#menu #menu-hauptmenu {
		display: block;
	}
	#menu #menu-hauptmenu li {
		display: block;
	}
	#menu #menu-hauptmenu li a {
		border-top: 0;
		border-left: 2px solid transparent;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 18px;
	}
	#menu #menu-hauptmenu li a:hover {
		border-top: 0;
		border-left: 2px solid #fff;
	}
	#menu #menu-hauptmenu li .sub-menu {
		display: block;
		position: relative;
		top: unset;
		background: transparent;
    	box-shadow: none;
	}
	#menu #menu-hauptmenu li .sub-menu a {
		font-size: 16px;
		padding-left:36px;
	}
}

/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WIDTH 1200PX ------------------------------------- */
@media all and (max-width: 1200px){
	.sol-tabs-colors .sol-tabs-color {
		width: 20%;
	}
}

/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WIDTH 1180PX ------------------------------------- */
@media all and (max-width: 1180px){
	.cw {width:50%}
	/* splide */
	.splide__track .sldr-text {
		top: 50%;
	}
	.splide__track .sldr-text {
		font-size: 42px;
	}
}

/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WIDTH 1024PX ------------------------------------- */
@media all and (max-width: 1024px){
	#toolbar {
	   height: 0px;
		padding: 0;
	}
	#toolbar.open {
	   height: 92px;
	}
	.toolbar-resposnive-icon {
		display: block;
		z-index:1;
	}
	.toolbar-resposnive-icon.open {
		top: 92px;
		transform: rotate(180deg);
	}
	#toolbar #tollbar-nav {
		width: 240px;
		height: 47px;
	}
	#menu-toolbarmenu li a {
		padding: 18px 0;
	}
	#menu-toolbarmenu li a span {
    	padding: 0 18px;
	}
	#contact-info {
		position: absolute;
		width: 340px;
		top: 50px;
	}
	#vela-lounge {
		position: absolute;
		right: 0px;
		bottom: 0;
	}
	#lang-switch {
		position: absolute;
    	right: 0px;
    	top: 0;
	}
	#lang-switch ul li a {
		padding: 16px 0px 16px 16px;
	}
	#search {
		display: none;
	}
	
	.ts .pt { font-size: 14px; }
	.nt,
	.mt { font-size: 23px; }
	.bp { font-size: 18px; }
	h3 { font-size: 18px; }
	.wp-block-columns.cs.gb .wp-block-column figure.wp-block-gallery.columns-4 figure.wp-block-image {
		margin: 0px!important;
    	width: 50%!important;
		box-sizing: border-box;
		border: 16px solid transparent;
	}
	#process li .icon {
		width: 160px;
		height: 160px;
		margin-bottom: 45px;
	}
	#process li .icon svg {
		height: 60px;
	}
	.contact-footer .col .btnw {
		width: 100%;
		margin-bottom: 14px;
	}
	.adress-footer .col {
		width: 33.3%;
	}
	.adress-footer .col:nth-child(3) {
		display: none;
	}
	#footer .sub-footer .wp-block-column {
		flex-wrap: wrap;
	}
	#copyright {
		width: 100%;
	}
	.faq-table {
		overflow-x: scroll;
	}
	.faq-table th, .faq-table td { 
		min-width: 200px;
	}
	
	/* ---------- ---------- ---------- ---------- ---------- */
	/* splide */
	.splide__track .sldr-text {
		top: 55%;
	}
	.splide__track .sldr-text {
		font-size: 32px;
	}
	.splide .splide__pagination {
		bottom: 25px;	
	}
	.splide__track {
		padding: 0!important;
	}
	.splide__track .sldr-slide-bg {
		opacity: 1;
	}
	.splide .splide__pagination {
		bottom: 25px;	
	}
	.sol-tab-content .col-6 {
		width: 100%;
	}
	.sol-tabs-colors .sol-tabs-color {
		width: 25%;
	}
}

/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WiDTH 820PX -------------------------------------- */
@media all and (max-width: 820px){
	.cw {
		width:100%
	}
	.splide__track {
		height: 600px;
	}
	.splide__track picture img {
		max-width:unset;
		max-height:100%;
	}
	.splide__track .sldr-sol-logo {
		max-width: 280px;
		height: unset;
		min-height: unset;
		width: auto;
	}
	.splide__track .sldr-text {
		font-size: 26px;
	}
	/* ---------- ---------- ---------- ---------- ---------- */
	/* Fabric Tabs */
	#sol-tabs {padding-top: 0;}
	.sol-tab-content-wrap {padding: 0 0 10px;}
	.sol-tab-content .col-6,
	.sol-tab-content .col-12 {padding: 10px 0;}
	.sol-tab-content td {padding: 12px 10px 0 0;}
	.sol_tabs_nav {display: none; position: absolute;}
	.sol-tabs-colors .sol-tabs-color {width: 33.33%;}
	.sol-tab-content-wrap {
		position:relative;
		height:auto;
		overflow:visible;
		opacity:1;
		display: block;
		padding-bottom:40px;
	}
	.sol-tab-content-wrap:first-child {border-bottom: 2px solid #dcdcdc;}
	
	/* ---------- ---------- ---------- ---------- ---------- */
	/* Gallerys */
	.form-gal .wp-block-image {
		width: 33.33%!important;
		margin: 0!important;
	}
	.attach-gal .wp-block-image {
		width: 33.33%!important;
		margin: 0!important;
	}
	.wp-block-gallery.has-nested-images.attach-gal .wp-block-image img {
		max-width: 256px!important;
	}
	.wp-block-gallery.has-nested-images.size-gal .wp-block-image:first-child {
		width: 38%!important;
		margin: 0!important;
	}
	.wp-block-gallery.has-nested-images.size-gal .wp-block-image:nth-child(2) {
		width: 61%!important;
		margin: 0!important;
	}
	.wp-block-gallery.has-nested-images.size-gal .wp-block-image:nth-child(3) {
		width: 80%!important;
		margin: 0!important;
	}
}
/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WiDTH 768PX ------------------------------------- */
@media all and (max-width: 768px){
	#process {
		flex-wrap: wrap;
	}
	#process li {
		width: 100%;
		padding-bottom: 40px;
		justify-content: center;
	}
	#process li a {
    	margin: 0 auto;
    	max-width: 420px;
	}
	#process:before {
    	display: none;
	}
	.contact-footer .wp-block-column {
		flex-wrap: wrap;
	}
	.contact-footer .wp-block-column .col {
		width: 100%;
	}
	.contact-footer .col.fli {
		text-align: center;
	}
	.adress-footer .wp-block-column {
		flex-wrap: wrap;
	}
	.adress-footer .col {
		width: 50%;
	}
}

/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WiDTH 640PX ------------------------------------- */
@media all and (max-width: 640px){
	.adress-footer .col {
		width: 100%;
	}
	.wp-block-columns.cs.gb .wp-block-column figure.wp-block-gallery.columns-4 figure.wp-block-image {
		margin: 0px!important;
    	width: 100%!important;
		box-sizing: border-box;
		border: 16px solid transparent;
	}
}

/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WiDTH 600PX ------------------------------------- */
@media all and (max-width: 600px){
	/* ---------- ---------- ---------- ---------- ---------- */
	/* Fabric Tabs */
	.sol-tabs-colors .sol-tabs-color { width: 50%; }
	/* ---------- ---------- ---------- ---------- ---------- */
	/* Gallerys */
	.form-gal .wp-block-image {
		width: 50%!important;
		margin: 0!important;
		padding-bottom: 40px;
	}
	.form-gal figcaption {
		bottom: 5px!important;
	}
	.attach-gal .wp-block-image {
		width: 50%!important;
		margin: 0!important;
	}
}
/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WiDTH 520PX ------------------------------------- */
@media all and (max-width: 520px){
	/* ---------- ---------- ---------- ---------- ---------- */
	/* Slider */
	.splide__track {
		height: 420px;
	}
	.splide__track picture img {
		min-height: 110%;
		width: auto;
		max-width: unset;
		max-height: 110%;
	}
	/* ---------- ---------- ---------- ---------- ---------- */
	/* Gallerys */
	.attach-gal .wp-block-image {
		width: 50%!important;
		margin: 0!important;
		padding-bottom: 40px;
	}
	.attach-gal figcaption {
		bottom: 5px!important;
	}
	.attach-gal .wp-block-image {
		width: 100%!important;
	}
	.wp-block-gallery.has-nested-images.size-gal .wp-block-image.size-full {
		width: 100%!important;
	}
	.wp-block-gallery.has-nested-images.s-gal .wp-block-image {
		width: 100%!important;
		margin: 0 0 40px 0!important;
	}
}
/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WiDTH 440PX ------------------------------------- */
@media all and (max-width: 440px){
	/* ---------- ---------- ---------- ---------- ---------- */
	/* Toolbar */
	#toolbar.open {
	   height: 122px;
	}
	.toolbar-resposnive-icon.open {
		top: 122px;
		transform: rotate(180deg);
	}
	#contact-info {
		flex-wrap: wrap;
		width: 200px;
	}
	#contact-info a {
		width: 100%;
	}
}
/* ---------- ---------- ---------- ---------- ---------- */
/* MAX-WiDTH 340PX ------------------------------------- */
@media all and (max-width: 340px){
   .sol-tabs-colors .sol-tabs-color {
      width: 100%;
   }
   .form-gal {
      padding: 30px 0 20px;
   }
}