.skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	background: #d12428;
	color: #fff;
	padding: 8px 16px;
	z-index: 100;
	font-weight: bold;
	text-decoration: none;
}
.skip-link:focus {
	top: 0;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	font-size: 75%;
}

body{
	font-family: 'Roboto', 'Trebuchet MS', 'Segoe UI', sans-serif;
	background: url(../img/artesolu01_bg_svg.svg) no-repeat bottom;
	background-size: 100% auto;
	font-size: 1rem;
	color: #333;
	overflow-x: hidden;
	min-width: 320px;
}
a{
	color: #444;
	text-decoration: none;
}

a:hover{
	color: #d12428;
	text-decoration: none;
}

.breadcrumb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 120%;
  color: #666;
  background: #fff;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #999;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.container{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	min-height: 700px;
	height: 90vh;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.page-content {
	height: auto;
	min-height: auto;
	overflow: visible;
	padding: 20px;
}
.text-container {
	padding: 2rem;
	max-width: 800px;
	margin: 0 auto;
	font-family: 'Roboto', 'Trebuchet MS', 'Segoe UI', sans-serif;
	color: #333;
}
.page-section {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	max-width: 900px;
	margin: 8px auto;
	background-color: #f0f0f0;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Base styles for slide text containers */
.slide {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}
.slide > p {
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slide > p img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.slide .text-content {
	flex: 1;
	min-width: 0;
	overflow: auto;
}

/* Angebot area: text-only slides, no images */
.angebotArea .slideshow {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: 60vh !important;
	min-height: 300px !important;
	overflow: hidden !important;
}
.angebotArea .slideshow .slidesContainer {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}
.angebotArea .slideshow .slidesContainer > .slide {
	display: block !important;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	flex: none;
}
/* Angebot slideshow controls */
.angebotArea .slideshow .control {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	z-index: 10;
}
.angebotArea .slideshow .control:first-child {
	left: 0;
}
.angebotArea .slideshow .control:last-child {
	right: 0;
}

/* Base text-content styling with semi-transparent background */
.text-content {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 16px;
	padding: 15px;
	box-sizing: border-box;
}
.page-section h2 {
	padding: 12px 55px 12px 12px;
	margin: -20px -20px 10px -20px;
	border-radius: 16px 16px 0 0;
}
.page-section h1 {
	color: #fff;
	text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333, 0 0 8px rgba(0,0,0,0.5);
}
.page-closebtn {
	display: none;
}
.container > header{
	margin: 0px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  text-align: center;
}
.container > header h1{
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #524f4e;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header h2{
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #888;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

.top-container
{
  position: absolute;
  top: 8px;
  left: 1%;
  width: 97%;
  min-height: 110px;
  height: auto;
  vertical-align: middle;
  background: #fff;
  opacity: 0.9;
  padding: 8px;
	border: 1px solid #ddd;
	border-radius: 16px;
  box-shadow: 21px 21px 3px rgba(0,0,0,0.18);
  cursor: pointer;
  z-index: 2;
  display: none;
}
.top-container h1
{
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}
.top-container h2
{
	color: #fff;
	text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555, 0 0 8px rgba(0,0,0,0.5);
}
/* Subpage header with topcontainer background images */
.page-section[class*="topbg"]
{
	height: 110px;
	min-height: 110px;
	background-color: transparent;
	background-size: 100% 110px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

/* Subpage header table: float over background, transparent */
.page-section[class*="topbg"] table
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

/* Subpage header table: first td (contains h1) fixed width */
.page-section[class*="topbg"] table tr td:first-child
{
	width: 120px;
	min-width: 120px;
	padding: 8px;
}

/* Subpage header table: all tds get padding */
.page-section[class*="topbg"] table tr td
{
	padding: 8px;
	background-color: transparent;
}

.topbg1
{
 background-image: url(../img/topcontainer_1.png);
}
.topbg2
{
 background-image: url(../img/topcontainer_2.png);
}
.topbg3
{
 background-image: url(../img/topcontainer_3.png);
}
.topbg4
{
 background-image: url(../img/topcontainer_4.png);
}
.topbg5
{
 background-image: url(../img/topcontainer_5.png);
}
.topbg6
{
 background-image: url(../img/topcontainer_6.png);
}
.topbg7
{
 background-image: url(../img/topcontainer_7.png);
}
.topbg8
{
 background-image: url(../img/topcontainer_8.png);
}
.topbg9
{
 background-image: url(../img/topcontainer_9.png);
}
.topbg10
{
 background-image: url(../img/topcontainer_10.png);
}
.topbg11
{
 background-image: url(../img/topcontainer_11.png);
}
.topbg12
{
 background-image: url(../img/topcontainer_12.png);
}

/* Remove background from topbg header sections on index.html (home page) */
.container > header [class^="topbg"]
{
 background-image: none;
 background-color: transparent;
}

/* Ensure subpage headers have proper specificity to show background images */
.page-section[class^="topbg"]
{
 background-color: transparent;
}

.top-container table
{
	overflow: auto;
	padding: 8px;
	width: 100%;
}
.top-container td:nth-child(1)
{
  width: 15%;
  min-width: 120px;
}
.top-container td:nth-child(2)
{
  width: 40%;
}
.top-container td:last-child
{
	width: 50%;
}

.top-container td:last-child nav
{
  display: inline-block;
}

.top-container nav div
{	
  display: inline-block;
}

.top-container nav a
{
	line-height: 40px;
	padding: 9px 30px 18px 18px;
  /*margin: 10px 10px 10px 10px;*/
  background: url(../img/menuAddon.png) no-repeat 0 0;
	background-position: 2px 4px;
	text-align: left;
	border-radius: 16px;
	border-color: transparent;
  
}


.top-container nav a:hover
{
/*	margin: 0px 0px 0px 4px;*/
	padding: 10px 25px 6px 18px;
	border-radius: 16px;
	border: 2px solid #d12428;
  background: none;
}

.side-container
{
  position: absolute;
	top: 170px;
	left: 1%;
	width: 60%;
	min-width: 350px;
	min-height: 300px;
	height: auto;
	background: #f0f0f0;
	padding: 12px;
	border-radius: 16px;
	box-shadow: 21px 21px 3px rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 2;
	display: none;
}

/* Sub-page: show side-container directly without overlay */
.page-content .side-container {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	min-height: auto;
	height: auto;
}

.normal-size
{
	width: 60%;
	min-width: 350px;
}

.side-container > header
{
  text-align: center;
	color: #444;
	font-size: 13pt;
	margin-top: 18px;
	margin-bottom: 8px;
}

.side-container h1
{
	font-size: 120%;
	color: #444;
	padding: 8px 16px;
	margin-bottom: 8px;
  background-color: #ddd;
	border-radius: 16px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.side-container > h2
{
	font-size: 165%;
	padding: 8px 55px 8px 12px;
	margin: -12px -12px 0 -12px;
	background-color: #f0f0f0;
	border-radius: 16px 16px 0 0;
}

.side-container p
{
	margin-top: 10px;
}

.side-container table
{
	padding: 8px;
	width:100%;
}
/*
.side-container table tr:nth-child(even) 
{
	background: #ddd;
}
*/
.side-container table td
{
	padding: 2px;
}

.side-container .closebtn
{
	position: absolute;
	top: 8px;
	right: 24px;
	width:32px;
	height:30px;
	padding: 4px;
	border-radius: 10px;
	z-index: 5;
}

.ausstellungenArea
{
  background-color: #ddd;
	font-weight: bold;
	color: #222;
}
.ausstellungenArea .slidesContainer
{
  background: #ddd url(../img/ausstellungen/gang.jpg) no-repeat;
	background-position: 8px 0px;
}
.ausstellungenArea .text-content
{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	padding: 15px;
}

.stimmenArea
{
  background-color: #ddd;
	color: #333;
}
.stimmenArea .slidesContainer
{
  background: #ddd url(../img/stimmen/japan01.jpg) no-repeat;
	background-position: right 0px;
}
.stimmenArea .text-content
{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	padding: 15px;
}
.stimmenArea .slide p {
	font-weight: 400;
	font-style: normal;
}
.stimmenArea .slide > p {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	padding: 15px;
}

.angebotArea
{
  background-color: #ddd;
}
.angebotArea .slidesContainer
{
  background: #ddd url(../img/angebot/Angebot.JPG) no-repeat;
	background-position: 50px 0px;
}
.angebotArea .text-content
{
	background: rgba(255, 255, 255, 0.85);
	border-radius: 16px;
	padding: 15px;
	width: 50%;
	margin-left: 50%;
}

.philosophieArea
{
  background-color: #ddd;
	color: #333;
}
.philosophieArea .slidesContainer
{
  background: #ddd url(../img/philosophie/jingjang.jpg) no-repeat;
	background-position: 360px 0px;
}
.philosophieArea cite
{
	color: #000;
	font-weight: 400;
	font-style: normal;
}
.philosophieArea .text-content p {
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
}
.philosophieArea .text-content
{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	padding: 15px;
}

.personArea
{
  background-color: #888;
}
.personArea .slidesContainer
{
  background: #888 url(../img/person/teresa02.jpg) no-repeat;
	background-position: 8px 0px;
}
.personArea h2
{
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
	font-size: 140%;
}
.personArea .text-content
{
	background: rgba(80, 80, 80, 0.5);
	border-radius: 16px;
	padding: 15px;
	width: 50%;
	margin-left: 50%;
	color: #fff;
}
.kontaktArea
{
  background: #ddd;
}
.kontaktArea .text-content
{
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 15px;
}
.kontaktArea h3
{
  margin-bottom: 4px;
}

.darkBG
{
	width:95%;
	padding: 20px;
  background-color: #ddd;
	border-radius: 16px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.kooperationArea
{
  background-color: #ddd;
	color: #222;
}
.kooperationArea .slidesContainer
{
  background: #ddd url(../img/kooperation/bg_japan03.jpg) no-repeat;
	background-position: 54px 0px;
}
.kooperationArea .text-content a
{
  font-size: 32px;
	color: #222;
}
.kooperationArea .text-content
{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	padding: 15px;
}
.kooperationArea .slide {
	display: block;
}
.kooperationArea .slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	margin: 0 auto;
}

/* Area-specific title bar backgrounds */
.ausstellungenArea > h2,
.stimmenArea > h2,
.angebotArea > h2,
.philosophieArea > h2,
.kontaktArea > h2,
.kooperationArea > h2 {
	background-color: #ddd;
}
.personArea > h2 {
	background-color: #888;
}

/* Area-specific control column backgrounds */
.ausstellungenArea .control,
.stimmenArea .control,
.angebotArea .control,
.philosophieArea .control,
.kontaktArea .control,
.kooperationArea .control {
	background-color: #ddd;
}
.personArea .control:last-child,
.ausstellungenArea .control:last-child {
	display: none;
}
.personArea .control {
	background-color: #888;
}

.header-brand
{
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	aspect-ratio: 360 / 76;
}

.artesoluTopoutline
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 400px;
	height: auto;
	display: none;
}

.artesoluTopoutline svg
{
	width: 100%;
	height: auto;
}

.artesoluTop
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 400px;
	height: auto;
	display: none;
}

.artesoluTop img
{
	width: 100%;
	height: auto;
	display: block;
}

.header-taglines
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 1.5rem;
	max-width: 900px;
	margin: calc(0.5rem + 8px) auto 0;
	padding: 0 4%;
}

.header-taglines .artesolulineLeft
{
	font-size: clamp(0.85rem, 2vw, 1.3rem);
	line-height: 1.2;
	color: #888;
	text-shadow: 4px 4px 2px rgba(120, 120, 120, 0.4);
	font-weight: 300;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.header-taglines .artesolulineRight
{
	font-size: clamp(0.75rem, 1.6vw, 1.1rem);
	color: #888;
	text-shadow: 4px 4px 2px rgba(120, 120, 120, 0.4);
	font-style: italic;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

/* ============================================================
   Hamburger menu — hidden on desktop, visible on mobile
   ============================================================ */
.hamburger-btn {
	display: none;
	position: fixed;
	top: 12px;
	right: 16px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
	padding: 8px;
}
.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
	display: block;
	width: 100%;
	height: 3px;
	background: #333;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.hamburger-icon {
	position: relative;
}
.hamburger-icon::before,
.hamburger-icon::after {
	content: '';
	position: absolute;
	left: 0;
}
.hamburger-icon::before { top: -8px; }
.hamburger-icon::after { top: 8px; }

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100vh;
	background: #fff;
	z-index: 1001;
	overflow-y: auto;
	transition: right 0.3s ease;
	box-shadow: -4px 0 12px rgba(0,0,0,0.2);
	padding: 16px 0;
}
.mobile-menu.open {
	right: 0;
}
.mobile-menu-close {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 28px;
	background: none;
	border: none;
	cursor: pointer;
	color: #333;
	padding: 4px 8px;
}
.mobile-menu-list {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
}
.mobile-menu-item {
	padding: 12px 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #eee;
}
.mobile-menu-item:hover {
	background: #f5f5f5;
}
.mobile-menu-item.has-submenu {
	cursor: default;
}
.mobile-submenu {
	list-style: none;
	padding: 0;
	margin: 4px 0 0 0;
}
.mobile-submenu li {
	padding: 8px 20px 8px 32px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
}
.mobile-submenu li:hover {
	background: #f9f9f9;
	color: #d12428;
}
.mobile-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
}
.mobile-overlay.open {
	display: block;
}

@media (max-width: 600px) {
	.header-taglines {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
.artesolubottompnt
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 95vh;
	width: 64px;
	height: 64px;
	margin-top: 20px;
	background-color: transparent;
	transition: left 0.6s ease-out, transform 0.6s ease-out;
}
#point01.points-open {
	left: calc(50% - 5vw);
}
#point02.points-open {
	left: calc(50% + 5vw);
}

#impressumLink
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}

#impressum
{
	position: absolute;
	left: 40px;
	top: 150px;
	width: calc(100% - 80px);
	max-width: 550px;
	max-height: 600px;
	overflow: auto;
	background-color: #eee;
	border: #888 solid 1px;
	padding: 18px;
	display: none;
	z-index: 20;
}


/* ============================================================
   Responsive — Tablet (max-width: 768px)
   ============================================================ */

/* ============================================================
   Responsive — Tablet (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) {
	.main {
		height: auto;
		min-height: auto;
		overflow: visible;
	}
	.container > header h1 {
		font-size: 28px;
	}
	.side-container {
		width: 85%;
		left: 7.5%;
		min-width: unset;
		position: relative;
		top: auto;
		margin: 10px auto;
	}
	.normal-size {
		width: 85%;
		min-width: unset;
	}
	.side-container .closebtn {
		top: 10px;
		right: 10px;
	}
	.top-container {
		width: 96%;
		left: 2%;
		position: relative;
		top: auto;
	}
	.top-container table,
	.top-container tr {
		display: block;
		width: 100%;
	}
	.top-container td {
		display: block;
		width: 100% !important;
		padding: 2px 0;
	}
	.top-container td:nth-child(1) {
		width: auto !important;
		min-width: 0;
	}
	.top-container td:last-child nav {
		display: block;
	}
	.top-container nav div {
		display: inline-block;
		margin: 2px 4px 2px 0;
	}
	.top-container nav a {
		padding: 6px 20px 14px 14px;
		line-height: 32px;
	}
	.angebotArea p,
	.angebotArea h2 {
		padding-left: 0;
	}
	.philosophieArea .slidesContainer {
		background-position: center 0px;
	}
	.stimmenArea .slidesContainer {
		background-position: center top;
	}
	.personArea .slidesContainer {
		background-position: center top;
	}
	.personArea .text-content {
		width: 100%;
		margin-left: 0;
	}
	.artesolubottompnt {
		top: 92vh;
	}
	#impressum {
		left: 20px;
		width: calc(100% - 40px);
	}
	#impressumLink {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 999;
	}
	/* Show hamburger on tablet */
	.hamburger-btn {
		display: block;
	}
	.mobile-menu {
		display: block;
	}
	.sb-container {
		display: none !important;
	}
}

/* ============================================================
   Responsive — Mobile (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {
	.main {
		min-height: auto;
		height: auto;
		overflow: visible;
	}
	.container > header {
		padding: 10px 6px 6px 6px;
	}
	.container > header h1 {
		font-size: 22px;
	}
	.container > header h2 {
		font-size: 13px;
	}
	.header-brand {
		max-width: 280px;
	}
	.side-container {
		width: 100%;
		left: 0;
		top: auto;
		position: relative;
		margin: 10px 0;
		padding: 8px;
		box-shadow: 8px 8px 3px rgba(0,0,0,0.3);
	}
	.side-container h2 {
		font-size: 150%;
	}
	.normal-size {
		width: 100%;
	}
	.top-container {
		min-height: auto;
		padding: 6px;
		position: relative;
		top: auto;
		left: 0;
		width: 100%;
	}
	.top-container table,
	.top-container tr {
		display: block;
		width: 100%;
	}
	.top-container td {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
		padding: 2px 0;
	}
	.top-container nav div {
		display: block;
		margin: 2px 0;
	}
	.top-container nav a {
		padding: 4px 14px 10px 12px;
		line-height: 28px;
	}
	.kontaktArea .text-content {
		max-width: 100%;
	}
	.personArea .text-content {
		width: 100%;
		margin-left: 0;
	}
	.personArea .slidesContainer {
		min-height: 250px;
		background-size: cover;
		background-position: center top;
	}
	.stimmenArea .slide > p {
		width: 100%;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 16px;
		padding: 15px;
	}
	.ausstellungenArea .text-content table {
		font-size: 0.85rem;
	}
	.artesolubottompnt {
		top: 88vh;
		width: 48px;
		height: 48px;
	}
	#impressum {
		left: 10px;
		top: 120px;
		width: calc(100% - 20px);
		max-height: 70vh;
		font-size: 0.9rem;
	}
	#impressumLink {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 999;
	}
	.darkBG {
		width: 100%;
		padding: 12px;
	}
	.kooperationArea .text-content a {
		font-size: 22px;
	}
	.synergienArea table,
	.synergienArea tbody,
	.synergienArea tr {
		display: block;
	}
	.synergienArea tr {
		position: relative;
	}
	.synergienArea td:first-child {
		display: block;
	}
	.synergienArea td:first-child img {
		width: 100%;
		height: auto;
	}
	.synergienArea td:last-child {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.85);
		padding: 10px;
	}
		/* Hamburger menu visible on mobile */
		.hamburger-btn {
			display: block;
		}
		.mobile-menu {
			display: block;
		}
		.sb-container {
			display: none !important;
		}
}
