@charset "utf-8";

/* Hide Automad!: */
.am-inpage,
html {
	background: none !important;
}

.am-inpage-menubar {
	display: none !important;
}

/* Schriften */

@font-face {
    font-family: 'rajdhaniregular';
    src: url('rajdhani-regular-webfont.woff2') format('woff2'),
         url('rajdhani-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rajdhani-medium';
    src: url('rajdhani-medium.woff2') format('woff2'),
         url('rajdhani-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'rajdhani-semibold';
    src: url('rajdhani-semibold.woff2') format('woff2'),
         url('rajdhani-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'rajdhani-bold';
    src: url('rajdhani-bold.woff2') format('woff2'),
         url('rajdhani-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('opensans-lightitalic-webfont.woff2') format('woff2'),
         url('opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.woff2') format('woff2'),
         url('lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent !important;
}


html,
body {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    background-color: #bbb;
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

::selection {
	/* color: #400; */
	background-color: rgb(255, 150, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
address,
ul,
ol,
li,
hr,
br,
a,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
    font-family: rajdhaniregular, Arial, sans-serif;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1;
    padding-bottom: 1.2rem;
}

h2, h3 {
    font-family: rajdhaniregular, Arial, sans-serif;
    color: #fff;
    font-size: 2rem;
    /*font-weight: 900;*/
    padding-bottom: 1rem;
}

h3 {
    font-size: 1.8rem;
    /*font-weight: 900;*/
    padding: 1rem 0 1rem 0;
}

h4 {
    font-family: rajdhaniregular, Arial, sans-serif;
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
    padding-bottom: 6px;
}

p {
    font-family: latolight, Arial, sans-serif;
    font-size: 1.64rem;
    letter-spacing: 0.04rem;
    line-height: 1.42;
    font-weight: normal !important;
    font-style: normal !important;
    color: #fff;
    margin: 0;
    padding: 0 0 0.75rem;
    /*padding-bottom: 1rem;*/
}

strong {
    font-weight: 500;
    color: #fff;
}

a {
    text-decoration: none;
    /*text-decoration: underline;*/
    /*border-bottom: 1px solid #aaa;*/
    /*color: #800;*/
    font-weight: 400;
    color: #fff;
}

ul {
    position: relative;
    list-style: none;
}

img {
    border: none;
}

hr {
    color: #000;
    height: 1px;
    /*text-align: center;*/
}

li {
    text-decoration: none;
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    /*Keep that structure below!*/
    width: 100%;
    min-width: 100% !important;
    min-height: 100%;
    max-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden !important;
}

#photo {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: auto !important;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}


#arrowDown {
	z-index: 1;
	display: none;
	position: fixed;
	opacity: 0.5;
	bottom: 0;
	left: calc(50% - 2.5rem);
	width: 5rem;
	height: 5rem;
	background-image: url(arrowsi.svg#down);
	background-size: 5rem;
}

#glcanvas {
	position: fixed;
	display: block;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/* overflow: auto !important; */
}

#warningCables {
	position: fixed;
	display: block;
	top: 25%;
	left: 25%;
	width: 50%;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: absolute;
	z-index: 2;
	padding: 0;
	margin: 0;
	right: 2.5rem;
	width: 40rem;
	max-width: 50%;
	top: 2.5rem;
	/* max-height: calc(100% - 5rem); */
	bottom: 2.5rem;
	border-radius: 0.3rem;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.9);
}

audio {
	width: 100%;
}

#text {
    /* position: absolute; */
	line-height: 2.3rem;
    z-index: 3;
    padding: 1.3rem 2rem 2rem 2rem;
    text-align: justify;
    /* overflow: auto; */
    /* overflow-x: hidden; */
    /* height: 98.8%; */
}

#text a {
    color: #151515;
	letter-spacing: 0.06rem;
    text-decoration: none;
}
#text a:hover {
	font-weight: bold;
    /* border-bottom: 1px dotted; */	
}

#text p {
    color: #151515;
    font-family: latolight, Arial, sans-serif;
}

#text h1,h2 {
    font-family: open_sanslight_italic;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: right;    
    color: #3e3e3e;
    padding: 0 0 1rem;
    /*margin-left: 2rem;*/
}
#text h2 {
    font-size: 2.3rem;
    line-height: 1.2;
    color: #535353;
    padding: 0 0 0.8rem;
}
#text h3 {
    font-family: open_sanslight_italic;
    color: #5c5c5c;
    font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
    letter-spacing: 0.085rem;
    text-align: left; 
    position: relative;
    right: 0;
    bottom: 0;
    padding: 0.2rem 2rem 0.3rem 0;
}
#text ul {
    list-style: disc;
    margin-bottom: 1.4rem;    
}
#text ol {
    margin-bottom: 1.4rem;    
}

#text li {
    font-family: latolight, Arial, sans-serif;
    font-size: 1.5rem;
	letter-spacing: 0.03rem;
    line-height: 1.4;
    font-weight: 300;
    color: #424242;
    margin-left: 2.5rem;
}
.ReLiAlign {
    text-align: right;
}

#close {
    position: absolute; 
    font-family: Arial, sans-serif;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 5;
    width: 3rem;
    height: 3rem;
    left: 1.5rem;
    top: 1.5rem;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
    color: #363636;
    opacity: 0.6;
    border-radius: 2rem;
    border: 0.5rem;    
}
#close:hover {
  opacity: 1.0;
}

/* ----------------------  Responsive Menu -------------------- */

#mobile-nav {
	z-index: 99;
	position: absolute;
	left: 2.5rem;
	top: 2.5rem;
}

#menu-btn {
	z-index: 101;
	width: 5rem;
	height: 5rem;
	position: absolute;
	cursor: pointer;
	border-color: #fff;
}

#hamburger {
	position: absolute;
	display: inline-block;
	width: 5rem;
	height: 2rem;
	border-top-width: 0.8rem;
	border-top-style: solid;
	border-top-color: inherit;
	border-bottom-width: 0.8rem;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}

#hamburger:before {
	content: "";
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 100%;
	border-top-width: 0.8rem;
	border-top-style: solid;
	border-top-color: inherit;
}

.hidden {
    display: none !important;
}
.hideContent {
	display: none !important;
}

#language {
    position: absolute;
    left: 8rem;
    top: 0;
    font-family: rajdhani-medium, Tahoma, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
}
#language a {
    color: #fff;
    border: none;
    text-decoration: none;
}
#language a:hover {
    font-weight: bold !important;
}

#menubg {
	display: none;
	position: fixed;
}
#menulist {
    display: block;
    padding: 3rem 0 0 0;
    margin: 2.2rem 0 0 0;
}
#menulist ul {
    list-style: none;
    line-height: 1;
    font-family: rajdhaniregular, Tahoma, Arial, sans-serif;
}
#menulist li a {
    color: #fff;
	display: block;
    border: none;
    text-decoration: none;
}

#menulist li.level1 a {
	font-size: 3.7rem;
	letter-spacing: 0.02rem;
    padding: 0.2rem 0 0 0;
    margin: 1rem 0 0.7rem 0;    
    opacity: 1;
}
#menulist li.level1 a:hover {
	font-weight: bold;
}

#menulist li.level2 a {
    font-size: 2.5rem;
	font-family: rajdhaniregular, Tahoma, Arial, sans-serif;
	letter-spacing: 0.04rem;
    padding: 0 0 0.22rem 0;    
    margin: 0 0 0.25rem 1.8rem;
    opacity: 1;
}
#menulist li.level2 a:hover {
    font-weight: bold;
}

#menulist li.level3  a {
    font-size: 2.0rem;
	font-family: rajdhaniregular, Tahoma, Arial, sans-serif;
	letter-spacing: 0.04rem;	
    padding: 0 0 0.4rem 0;
    margin: 0 0 0.5rem 2.8rem;	
    opacity: 1;
}
#menulist li.level3 a:hover {
    font-weight: bold;
}

#menulist li.pfad.level1 a, #menulist li.pfad.level2 a, #menulist li.pfad.level3 a {
    opacity: 1.0;
}
#menulist li.pfad.level2 a {
    font-family: rajdhani-medium, Tahoma, Arial, sans-serif;
}

/* #menulist li.level2:not(.pfad) a, #menulist li.level3:not(.pfad) a { 
} */
#menulist li.level2:not(.pfad) a:hover, #menulist li.level3:not(.pfad) a:hover {
    font-weight: bold;
}
#menulist li.level2:not(.desk) a,
#menulist li.level3:not(.desk) a {
	display: none !important;
}

/* ------------------------ Galleria -------------------------------- */


/* .galleria-container notouch { */
    /* background: none !important; */
    /* margin: 0 !important; */
    /* padding: 0 !important; */
/* } */

.galleria-stage {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
/* .galleria-frame { 
	 border: none !important; 
	 background: none !important; 
 } */
.galleria-info {
    /* Info-Container */
    background-color: rgba(0,0,0,0.0) !important;
    z-index: 200 !important;
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    width: 35rem !important;
}
.galleria-info-text {
    /* unsichtbarer Dummy */
    background: none !important;
}
.galleria-info-link,
.galleria-info-close {
    visibility: hidden !important;
}
.galleria-info-title {
    /*font-family: rajdhaniregular, Arial, sans-serif !important;*/
    font-family: open_sanslight_italic, Arial, sans-serif !important;
    font-weight: normal !important;
    font-size: 3.2rem !important;
    color: #fff;
}

.galleria-info-description {
    /*font-family: open_sanslight_italic, Arial, sans-serif !important;*/
    font-family: latolight, Arial, sans-serif !important;
    padding: 0.5rem 0 0 0;
    /*color: #fff !important;*/
    line-height: 2.4rem !important;
    font-size: 1.8rem !important;
    font-weight: normal !important;
    font-style: normal !important;
    letter-spacing: 0.05rem !important;
}


.galleria-image-nav {
	z-index: 99 !important;
	height: 100vh !important;
	margin: auto !important;
	top: 0% !important;
	overflow: hidden;
}

.galleria-image-nav-left {
	z-index: 99 !important;
	opacity: 0.5 !important;
	height: 100% !important;
	width: 33% !important;
	left: 0 !important;
	/* padding-right: 10rem !important; */
	/* background-image: url(arrow_left.png) !important; */
	background-image: url(arrowsi.svg#left) !important;
	background-size: 5rem;
	background-position: left 0rem bottom 2.5rem !important;
	overflow: hidden;
	/* background-color: rgb(255,255,255,0.5) !important; */

}

.galleria-image-nav-right {
	z-index: 99 !important;
	opacity: 0.5 !important;
	height: 100% !important;
	right: 0 !important;
	overflow: hidden;
	/* background-image: url(arrow_right.png) !important; */
	background-image: url(arrowsi.svg#right) !important;
	background-size: 5rem;
	background-position: right 40rem bottom 2.5rem !important;
	min-width: 30%;
	max-width: 50%;
	width: 60rem !important;
	/* background-color: rgb(255,255,255,0.5) !important; */
}

.galleria-image-nav-right.outer {
	background-position: right 0 bottom 2.5rem !important;
	width: 30% !important;
}


/* ////////////////////////////////////////////////// */
/*        			Audio & Video                     */
/* ////////////////////////////////////////////////// */

.video-js {
	/* The base font size controls the size of everything, not just text.*/
	font-size: 15px;
	/* The main font color changes the ICON COLORS as well as the text */
	color: #ddd;
}

.vjs-poster {
	background-color: none;
	background-size: cover;
}

.vjs-default-skin .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 1.5em;
	border: 2px solid #ddd;
	border-radius: 5em;
	left: 50%;
	top: 50%;
	margin-left: -0.75em;
	margin-top: -0.75em;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
	/* IE8 - has no alpha support */
	background-color: #555;
	/* Opacity: 1.0 = 100%, 0.0 = 0% */
	background-color: rgba(85, 85, 85, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
	background-color: darkgray;
	background-color: rgba(169, 169, 169, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
	 (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
	background: #ddd;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
	/* For IE8 we'll lighten the color */
	background: #e9e9e9;
	/* Otherwise we'll rely on stacked opacities */
	background: rgba(169, 169, 169, 0.5);
}

/* The load progress bar also has internal divs that represent
	 smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
	/* For IE8 we'll lighten the color */
	background: white;
	/* Otherwise we'll rely on stacked opacities */
	background: rgba(169, 169, 169, 0.75);
}


/* ////////////////////////////////////////////////// */
/*       				Media Queries:                */
/* ////////////////////////////////////////////////// */

/* Mobile portrait: */
/* Test: */
@media only screen and (max-width:780px) and (orientation: portrait) {

	/* Main: */
	/* @media only screen and (max-device-width:780px) and (orientation: portrait) { */
	html {
		font-size: 80%;
	}

	#container {
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: initial;
	}

	#content {
		position: relative;
		width: 100% !important;
		max-width: 100%;
		top: 100vh !important;
		min-height: 100vh;
		left: 0;
		right: initial;
		bottom: initial;
		border-radius: 0;
		overflow: auto;
		background-color: rgba(255, 255, 255, 0.85) !important;
	}
	#text h1,h2 {
		font-family: open_sanslight_italic;
		font-size: 2.8rem;
		font-weight: 300;
		line-height: 1.4;
		text-align: left;   
		color: #3e3e3e;
		padding: 0 0 1rem;
		/*margin-left: 2rem;*/
	}
	#arrowDown {
		display: block;
		width: 4rem;
		height: 4rem;
		background-size: 4rem;
	}

	#close {
		display: none;
	}
	
	.ReLiAlign {
		text-align: left;
	}
	
	#mobile-nav {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		filter: none;
	}

	#menulist {
		width: 100%;
		padding: 0;
		margin: 0 0 5rem 0;
		display: none;
		/* filter: drop-shadow(-20rem 5rem 100px rgba(0,0,0,0.5)); */
	}

	.hidden {
		display: block !important;
	}

	#menubg {
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110vh;
		background-color: rgba(0, 0, 0, 0.75);
	}

	#menulist ul.top {
		padding: 6rem 0 0 2.5rem;
	}

	#menulist ul {
		line-height: 1.1;
		/* filter: drop-shadow(0 0 1px rgba(0,0,0,0.5)); */
	}
	
	#menulist li.level1 a {
		font-size: 3.5rem;
	}
	#menulist li.level2 a {
		font-size: 2.75rem;
	}
	#menulist li.level3 a {
		font-size: 2.5rem;
	}

	#menu-btn {
		position: fixed;
		cursor: pointer;
		width: 5rem;
		left: auto;
		right: 1.5rem;
		top: 1.5rem;
		border-color: #fff !important;
		filter: drop-shadow(0 0 1px rgba(0, 0, 0, 1));
	}

	#language {
		z-index: 20;
		text-align: right;
		left: auto;
		right: 8.8rem;
		top: 1.65rem;
	}

	#language a {
		color: #fff !important;
	}
	#menulist li a {
		color: #fff !important;
	}

	#menulist li.level2:not(.desk) a {
		display: block !important;
	}
	#menulist li.level3:not(.desk) a {
		display: none !important;
	}


	.video-js {
		/* The base font size controls the size of everything, not just text.*/
		font-size: 2rem;
		/* The main font color changes the ICON COLORS as well as the text */
		color: #ddd;
	}


	.galleria-info {
		/* Info-Container */
		z-index: 10 !important;
		position: absolute !important;
		top: auto !important;
		left: auto !important;
		right: 2.5rem !important;
		bottom: 2.5rem !important;
		width: 100% !important;
		border-radius: 0.3rem;
	}

	.galleria-close {
		left: -1rem;
		top: -1rem !important;
		filter: drop-shadow(0 0 25px #000);
	}

	.galleria-thumbnails-container {
		/* overflow: auto !important; */
		top: initial !important;
		bottom: initial !important;
	}

	/* This controls the width of the thumbs! */
	.galleria-thumbnails {
		/* margin: 2.5rem 0 0 0; */
		/* width:90%; */
		/* top: 6.5rem; */
		/* overflow: auto !important; */
		left: 2rem;
		width: calc(100% - 4rem);
		/* height: 100vh !important; */
	}


	.galleria-image-nav-left {
		background-position: 0 50% !important;
		background-size: 3rem !important;
		/* background-color: rgb(255,255,255,0.5) !important; */

	}

	.galleria-image-nav-right {
		background-position: 100% 50% !important;
		background-size: 3rem !important;
		width: 30% !important;
		/* background-color: rgb(255,255,255,0.5) !important; */
	}
}


/*/////////////////////////////////////////////////////////////////////// */
/* Mobile landscape: */
/* Test: */
@media only screen and (max-width:1028px) and (orientation: landscape) {

	/* Main */
	/* @media only screen and (max-device-width:1028px) and (orientation : landscape) { */
	html {
		font-size: 80%;
	}

	#container {
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: initial;
	}

	#content {
		position: relative;
		width: 100% !important;
		max-width: 100%;
		top: 100vh !important;
		min-height: 100vh;
		left: 0;
		right: initial;
		bottom: initial;
		border-radius: 0;
		overflow: auto;
		background-color: rgba(255, 255, 255, 0.85) !important;
	}

	#text {
		max-width: 64rem;
		margin-left: auto;
		margin-right: auto;
	}
	#text h1,h2 {
		font-family: open_sanslight_italic;
		font-size: 2.8rem;
		font-weight: 300;
		line-height: 1.4;
		text-align: left;   
		color: #3e3e3e;
		padding: 0 0 1rem;
		/*margin-left: 2rem;*/
	}

	#arrowDown {
		display: block;
		width: 4rem;
		height: 4rem;
		background-size: 4rem;
	}

	#close {
		display: none;
	}
	
	.ReLiAlign {
		text-align: left;
	}
	
	
	#mobile-nav {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		filter: none;

	}

	#menulist {
		width: 100%;
		padding: 0;
		margin: 0 0 5rem 0;
		display: none;
		/* filter: drop-shadow(-20rem 5rem 100px rgba(0,0,0,0.5)); */
	}

	.hidden {
		display: block !important;
	}

	#menubg {
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110vh;
		background-color: rgba(0, 0, 0, 0.75);
	}

	#menulist ul.top {
		padding: 6rem 0 0 2.5rem;
	}

	#menulist ul {
		line-height: 1.1;
		/* filter: drop-shadow(0 0 1px rgba(0,0,0,0.5)); */

	}
	#menulist li.level1 a {
		font-size: 3.5rem;
	}
	#menulist li.level2 a {
		font-size: 2.75rem;
	}
	#menulist li.level3 a {
		font-size: 2.5rem;
	}

	#menu-btn {
		position: fixed;
		cursor: pointer;
		width: 5rem;
		left: auto;
		right: 1.5rem;
		top: 1.5rem;
		border-color: #fff !important;
		filter: drop-shadow(0 0 1px rgba(0, 0, 0, 1));
	}

	#language {
		z-index: 20;
		text-align: right;
		left: auto;
		right: 8.8rem;
		top: 1.65rem;
	}

	#language a {
		color: #fff !important;
	}

	#menulist li a {
		color: #fff !important;
	}

	#menulist li.level2:not(.desk) a {
		display: block !important;
	}

	#menulist li.level3:not(.desk) a {
		display: none !important;
	}



	.video-js {
		/* The base font size controls the size of everything, not just text.*/
		font-size: 1.5rem;
		/* The main font color changes the ICON COLORS as well as the text */
		color: #ddd;
	}



	.galleria-info {
		/* Info-Container */
		z-index: 10 !important;
		position: absolute !important;
		top: auto !important;
		left: auto !important;
		right: 2.5rem !important;
		bottom: 2.5rem !important;
		width: 100% !important;
		border-radius: 0.3rem;
	}

	.galleria-close {
		left: -1rem;
		top: -1rem !important;
		filter: drop-shadow(0 0 25px #000);
	}

	.galleria-thumbnails-container {
		/* overflow: auto !important; */
		top: initial !important;
		bottom: initial !important;
	}

	/* This controls the width of the thumbs! */
	.galleria-thumbnails {
		/* margin: 2.5rem 0 0 0; */
		/* width:90%; */
		/* top: 6.5rem; */
		/* overflow: auto !important; */
		left: 2rem;
		width: calc(100% - 4rem);
		/* height: 100vh !important; */
	}


	.galleria-image-nav-left {
		background-position: 0rem 50% !important;
		background-size: 3rem !important;
		/* background-color: rgb(255,255,255,0.5) !important; */

	}

	.galleria-image-nav-right {
		background-position: 100% 50% !important;
		background-size: 3rem !important;
		width: 30% !important;
		/* background-color: rgb(255,255,255,0.5) !important; */
	}
}

