#content {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	margin-top: 0;
}

#panorama_galerie_container {
	margin: 0.75rem 0 0 0;
	border: solid #cfd3d6 1px;
	border-bottom: none;
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	position:relative;
	width:100%;
	display:block;
	overflow: hidden;
	z-index: 1000;
}
#panorama_galerie_container ul,
#panorama_galerie_container li {
	margin: 0;
	padding: 0;
}
#panorama_galerie_container li:before {
	content: none;
}

.panorama2 li:nth-child(2n+1) img {
	padding-right: 1.5px;
}
.panorama2 li:nth-child(2n) img {
	padding-left: 1.5px;
}

.panorama3 li:nth-child(3n+2) img {
	padding-right: 1px;
	padding-left: 1px;
}
.panorama3 li:nth-child(3n+1) img {
	padding-right: 1.5px;
}
.panorama3 li:nth-child(3n) img {
	padding-left: 1.5px;
}

.panorama_einzelelement {
	width: 100%;
}

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

.bx-wrapper .bx-caption {
	background: var(--main-color); 
	position: relative;
	top: 0px !important;
	margin-top: 3px;
}
.bx-wrapper .bx-caption span {
	color: white;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',sans-serif;
	font-size: 0.75rem;
	line-height: 1.5rem;
	padding: 0rem 0.5rem 0.1rem 0.5rem;
}

.bx-wrapper .bx-caption,
.panorama_einzelelement_caption {
	background: var(--main-color); 
	position: relative;
	top: 0;
	line-height: 1.5rem;
}

.panorama_einzelelement_caption {
	margin-top: -1px;
}

.panorama_einzelelement_caption span {
	color: white;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',sans-serif;
	font-size: 0.75rem;
	line-height: 1.5rem;
	padding: 0 0.5rem 0.2rem 0.5rem;
}

.no_caption .bx-caption span {
	font-size: 0 !important;
}
.no_pager .bx-pager {
	font-size: 0 !important;
}
.no_balken {
	display:none;
	height: 0 !important;
	font-size: 0 !important;
}

.bx-controls {
	position: relative;
	bottom: 0.25rem;
}
.bx-wrapper .bx-controls-direction {
	display: inline;
	font-size: 0.75rem;
	line-height: 1.5rem;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 6.5rem;
	height: 1.3rem;
}

.bx-wrapper .bx-controls-direction a {
	display: inline-block;
	top: 0;
	width: 1rem;
	height: 1.35rem;
	margin-top: 0;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
	background: none;
}

.bx-wrapper .bx-next:after,
.bx-wrapper .bx-prev:before {
	content: "";
	position: absolute;
	bottom: 25%;
	right: 0;
	width: 0;
	height: 0;
}
.bx-wrapper .bx-next:after {
	border-top: 6px solid transparent;
	border-left: 9px solid #fcfcfc;
	border-bottom: 6px solid transparent; 
}
.bx-wrapper .bx-prev:before {
	border-top: 6px solid transparent;
	border-right: 9px solid #fcfcfc;
	border-bottom: 6px solid transparent;
	left: 0;
}

.bx-wrapper .bx-pager {
	display: inline;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6.5rem;
	z-index: 100;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',sans-serif;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1.3rem;
	color: white;
	padding: 0;
}

.panorama_title {
	height: 0;
	float: left;
	clear: both;
	position: relative;
	bottom: 3rem;
	margin: 0;
}
.panorama_title h2 {
	/*font-family:var(--infotext);*/
	/*font-weight: 600;*/
	background: transparent;
	/*letter-spacing: -1.25px;*/
	z-index: 999;
	color:#ffffff!important;
	height: auto;
	width: auto;
	padding: 0.1rem 1rem;
	text-shadow:  
		1px  1px 1px #3e3f40,
		1px -1px 1px #3e3f40,
		-1px  1px 1px #3e3f40,
		-1px -1px 1px #3e3f40;
	font-weight:var(--font-weight-bold);
}
.seitentitel_farbe h2 {
	background: rgba(var(--rgb-main-color),0.9);
	text-shadow: none;
}

/* Farben */

.bg_std {background-color: #7A003F;}
.bg_mb  {background-color: #009ee3;}
.bg_vst {background-color: #941680;}
.bg_eit {background-color: #94c12d;}
.bg_inf {background-color: #0068b4;}
.bg_math {background-color: #d13f58;}
.bg_nat {background-color: #05a535;}
.bg_med {background-color: #002d5c;}
.bg_gse {background-color: #ef7c00;}
.bg_ww  {background-color: #5d8ea6;}
.bg_ovgg {background-color: rgb(13, 81, 41);}

.col_std {color: #7A003F;}
.col_mb  {color: #009ee3;}
.col_vst {color: #941680;}
.col_eit {color: #94c12d;}
.col_inf {color: #0068b4;}
.col_math {color: #d13f58;}
.col_nat {color: #05a535;}
.col_med {color: #002d5c;}
.col_gse {color: #ef7c00;}
.col_ww  {color: #5d8ea6;}
.col_ovgg {color: rgb(13, 81, 41);}

