@charset "utf-8";

html {background-color:transparent !important; background-image:url(../img/backimg.png) }
body{background-color:transparent !important;}
.schick{color:#ffffff !important; background-color: #006d83; padding:0.1em 0.25em; text-decoration:none; border:1px solid #006d83}
.schick:hover{color:#006d83 !important; background-color: #ffffff}

.button-bundesland {
	border: none;
	margin: 0 0.3em 0.3em 0;
	padding: 0.5em;
	background-color: #eba864;
	color: #000;
	text-align: center;
	font-weight:bold;
	cursor:pointer;
}
.button-bundesland:hover {background-color: #f07d00;}
.zoomer{}


#leyenda {
    position: fixed;
    top: 20em;
    right: 2em;
	margin: 0;
    padding: .75rem;
    background-color: #ffffff;
	font-size:0.9em;
	z-index: 10000;
}
.btn-only{background-color:#ffffff; border:1px solid #ffffff}
.btn-only:hover{background-color:#FC9}

@media screen and (max-width:800px){
	.zoomer{display:inline-block; width:100%}
}

