/*Favoriten Stern */
.merkicon {
	width: 28px;
	height: 28px;
	margin-left: 10px;
	float: right;
	position: relative;
	z-index: 20;
	
}
#map-canvas .merkicon {
	width: 35px;
	height: 35px;
	margin-left: 0;
}
.merkicon.objekt {
	top: -35px;
	right: 3px;
}
.merkzettel .inhalt-oben{
	width:100%;
}
#merk .merk-icon {
	height:26px;
}
form#merk button{
	background-image: url(../img/star_fav-blue.svg);
    background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 30px;
	width: 30px;
}
form#merk button:hover{
	background-image: url(../img/star_fav-gb.svg);
}
form#merk button.star-display{
	background-image: url(../img/star_fav-green.svg);
}
/*form#merk button.star-display:hover{
	background-image: url(../img/star_fav-gb.svg);
}*/
form#merk button.btn-default {
	color: #ededed;
	background-color: #ededed;
	border-color: #ededed;
	height:27px;
	width:27px;
}
/*Merkliste*/
ul.merkliste {
	color:#fff;
	position: absolute;
	right: 20px;
	top:-50px;
    z-index:10;	
}

ul.merkliste a {
	background-image: url(../img/star_fav-green.svg);
    background-repeat: no-repeat;
}
ul.merkliste a img{
	width: 25px;
	height: 25px;
}
.anzmerk {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #da241c;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;	
	position: relative;
	z-index: 20;
	top: -5px;
	left: -5px;
}
.button {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 4px;
	border-color: #cdcdcd;
	background-color: #efefef;
	color:#055BA8;
	
}
.button:hover {
	background-color:#e6e6e6;
	color: #058FDE;
	
}
a:hover {
    color: #058FDE;
}
.merkzettel #head h1 {
	margin-top:20px;
}
#inhalt a.button {
	text-decoration:none;
	position: relative;
	top: 10px;
	left: 20px;
	margin-bottom:20px;
}
#inhalt a.button.backsearch {
	left:10px;
	z-index:20;
}
#inhalt a.button.backsearch:hover {
	color: #058FDE;
}
a.mailteilen {
	float: right;
	font-size: 30px;
	margin: 10px 20px 0 0;
}
.merk-loeschen {
	text-align: center;
}
.button.loeschen {
	margin: 20px 0;
}
.fa.fa-angle-left {
	font-size:18px;
}
.merkzettel p.zeitraum b {
	line-height: 23px;
}
@media only screen and (min-width: 600px) {
.merkicon.objekt {
	top: -35px;
	right: 10px;
}
}
@media only screen and (min-width: 768px) {
	.merkzettel #inhalt-oben {
	width:100%;
}

.merkicon.objekt {
	float:left;
	top: -67px;
	left: 95%;
	}
h1.merkstar {
	position: relative;
	left: -37px;
}
}

@media only screen and (min-width: 992px) {
ul.merkliste {
	left:auto;
	right: 20px;
	top:-50px;
}
}
