.vtrenn {
	color:#b1b2a8;	
	font-weight:normal!important;
}
a:hover {
	//font-weight: bold;
	//font-size:112%!important;
}
.headlinelinks{
	background-color:#e6e6e6;
	height:7.5rem;
	background-repeat:repeat-y;
	background-position:right;

}
.headlinerechts{
	background-color:#e6e6e6;
	height:7.5rem;
	background-repeat:repeat-y;
	background-position:left;

}

.logolinks{
	background-color:#46688e;
	height:15.5rem;
	background-repeat:repeat-y;
	background-position:right;
}
.logorechts{
	background-color:#46688e;
	height:15.5rem;
	background-repeat:repeat-y;
	background-position:left;
}	

.fuss{
	font: normal 11px verdana, sans-serif;
	color: #fff;
	height: 100px;
	text-align: center;
	border-bottom: solid 10px white;
	background-color: #9ab8d3;
	width: 100%;
	background-image: url(images/fuss.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.li-main{
	vertical-align: top;
	background-image: url(images/ra1.jpg);
	background-color: #e6e6e6;
	height: 75rem;
	background-repeat: repeat-y;
	background-position: right;
}
.re-main{
	vertical-align: top;
	background-image: url(images/ra2.jpg);
	background-color: #e6e6e6;
	height: 75rem;
	background-repeat: repeat-y;
	background-position: left;
}
.main_inhalt {
	padding-left:3rem;
}

.accordionHeaderText {
	color:#46688e;
	font-size: 15px;line-height: 18px;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
}

@media (max-width: 576px) {
	.main_inhalt {
		padding-left:0px;
	}
}

@media (max-width: 992px) {

	.headlinerechts{
		height:0rem;		
	}
	.headlinelinks{
		height:0rem;		
	}
	.logorechts{
		height:0rem;		
	}
	.logolinks{
		height:0rem;	
	}
	.li-main {
		height:0rem;
	}
	.re-main {
		height:0rem;
	}
	.hidebox{
		display:none;
	}
	.vtrenn {
		display: none;
	}
	.logo{
		--bs-gutter-x: 0rem
	}