/* @server url(constants.css); 

@server constants { hintergrundfarbe: #003366; }
*/

:root{
	--ColorNeutral:rgb(245, 245, 245);
	--FontSize_P: 0.85rem;
}

A:visited  	{
	color: #FFFFFF;
	text-decoration: none
}

A:link  	{
	color: #FFFFFF;
	text-decoration: none
}

A:active 	{
	color: #00FF00;
	text-decoration: none
}

A:hover   	{
	color: #00FF00;
	text-decoration: none
}


h1, h2, h3, h4, p, li, ul {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #CCC;
}

p, li, span{
	/*color: #3a3a3a;*/
	font-size: 0.9rem;
}

small {
	font-size: 0.6rem;
}


hr {
	clear:both;
	background:#7b7a7a;/**/ /*NS FF OP */
	color:#7b7a7a;/*IE*/
	border:none;/*FF NS OP*/
	height:1px;/*FF NS OP*/
	width: 100%;
}


.body {
	margin-top:10px;
	background-color: #666;
	background-image: url(images_base/backgr.jpg);
	background-repeat: repeat;
}

.flx {
	display: flex;
}

.flx-row{
	flex-direction: row;
}
.flx-col{
	flex-direction: column;
}

.flx-centerV{
	align-items: center;
}

.flx-gap-05{
	gap: 0.5rem;
}	

.bannertoplink {
	/*position:relative;
	height: 11px;*/
	width: calc(100% - 1rem);/**/
	/*float:left;*/
	/*margin-bottom:15px;*/
	
	margin-top: 150px;
	margin-left:0.5rem;
	/*margin-right:auto;*/
	/*font-size:9px;
	color:#FFFFFF;
	text-align: left;*/
	/*vertical-align: middle;*/
	display: flex;
	flex-direction: column;
}
/*
.banner {
	position:relative;
	height: 70px;
	width: 270px;
	float:left;
	margin-bottom:15px;
	text-align: center;
	vertical-align: middle;
	display: inline;
}
*/

.kern {
	width: 70vw; /*983px;*/
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	border-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

#kernover{
	margin-left: auto;
	margin-right: auto;
	width:90%;/**/
	height:60px;

	display: flex;
	justify-content: space-between;
}

.shadow{
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#spa_one {
	width: 300px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(255,255,255,0.6) 90%);
	display: flex;
	flex-direction: column;
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
}	

#spa_tre {
	width: calc(100% - 300px);
	min-height: 800px;
	padding: 20px 50px 75px 50px;
	background-color: rgba(60, 60, 60, 0.5);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0F0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
}

#toplogo {
	position:relative;
	width:100%;
	height:125px;
	margin-top:10px;
	padding: 5px;
}

.menu_one{
	width: 50%;
}
/*
.menu_hr{
	width: 10px;
	height: 1px;
	border: none;
	background-color: #1098dc;
}
*/

.footer {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.footer p, 
.footer span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	color: #303030;
}


#Pano{
    width:100%; 
    /*border:1px solid #000000;*/
}
	
.panotainer_pic {
	width:100%;
	position: relative;
	display: inline-block;
}
.panotainer_img {
	width:100%;
	height:auto;
	/*border: 1px solid #000000*/
}

.panotainer_360 {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;

	height: 2rem;

	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}
.panotainer_360 img {
	height: 100%;
	width: auto;
}

	
.clear {
	clear:both;
}
	

.untermenu_headline {
	color: #330000;
	height: 2rem;
	width: 95%;
	background-color: #E8E8E8;
	display: flex;
	align-items: center;
	text-indent: 0.5rem;
	margin: 1rem 0rem;
}
.untermenu_headline p{
	font-weight: bold;
	color: #330000;
}


.mainkiste {
	width:50%;
	float:left;
}

.mainkiste_planet {
	width:220px;
	float:left;
}

.mainkiste_pano360 {
	width:436px;
	margin-left:13px;
	float:left;
}



/* ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### NEW ### */

/* Pagination style */
ul.pagination {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

ul.pagination li {
	margin: 0 5px;
}

ul.pagination li a,
ul.pagination li span {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #000;
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
	background-color: #ccc;
}

ul.pagination li.active span {
	font-weight: bold;
	background-color: #046f00;
	color: #fff;
	/*border-color: #0c7408;*/
}

ul.pagination li a:hover {
	background-color: #0F0;
}


ul.navigation {
	padding: 0;
	list-style: none;
}
ul.navigation li {
	text-indent: 0.5rem;
	margin-bottom: 0.5em;
}
ul.navigation li {
	list-style: none;
	text-indent: 0.5rem;
	margin-bottom: 0.5em;
}
ul.navigation li.active span {
	font-weight: bolder;
	color: #059000;
}