.sitemapCont 
{
    transition-delay: 0s; 
	transition-duration: 0.2s;  
	transition-property: all; 
	transition-timing-function: ease-out;
	
	display: block;
    font-family: sans-serif,monospace;
    font-size: 13px;
    width: 150px;
    font-weight: 200;
    line-height: 16px;
    position: absolute;
    left: -171px;
    top: 20px;
	background: rgba(255,255,255,0.5);
	z-index: 500;
	padding: 10px 10px 10px 10px;
	border-radius: 10px 0px 10px 0px;
}
.sitemapCont_act 
{
    transition-delay: 0s; 
	transition-duration: 0.2s;  
	transition-property: all; 
	transition-timing-function: ease-out;
    left: 0px;
}

.trenner { width: 100%; height: 1px; background-color: #ccc; margin: 10px 0px 10px 0px; }

.BurgerCont
{
	background: rgba(255,255,255,0.5);
	border-bottom: 2px solid #d08121;
	display: block;
    width: 40px;
	height: 40px;
    position: absolute;
    right: -40px;
    top: 0px;
	z-index: 500;
}



.BurgerBut
{
	background-image: url("menu_burger.png");  background-position: center center;   background-repeat: no-repeat; background-size: 70%; 
    width: 100%;
	height: 100%;
	cursor: pointer;
}


.sitemap-button {
	display: block;
	width: 100%;
    background-size: 90% 90%;
    border: 0;
    cursor: pointer;
    min-width: 58px;
    min-height: 34px;
    transition: background-color .05s ease;
    -webkit-transition: background-color .05s ease;
    z-index: 9999;
    border-radius: 8px;
    touch-action: manipulation;
	margin-bottom: 10px;
}	
.sitemap-link {
	display: block;
	width: 100%;
    background-size: 90% 90%;
    border: 0;
    cursor: pointer;
    min-width: 58px;
    min-height: 34px;
    transition: background-color .05s ease;
    -webkit-transition: background-color .05s ease;
    z-index: 9999;
    border-radius: 8px;
    touch-action: manipulation;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}	

.sitemap-link-button {
	display: block;
    border: 0;
    cursor: pointer;
    z-index: 9999;
    border-radius: 8px;
    touch-action: manipulation;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	margin-top: 8px;
}	

.sitemapFooterCont{ margin-top: 0px; margin-bottom: 0px; }
.sitemapFooterCont a{ color: #000;display: block;
    text-align: center;
    padding: 5px; text-decoration: none; }

a.elmacom  { background-color: #004288;  color: #d08121; margin-top: 0px; }

