

.printFavorites { float:right; text-align:right; }
.printFavorites .pure-button { float:right;margin:0}


.printFavorites a:before { content: "\f1c1"; font-family:'FontAwesome'; margin-right:10px; }


.favoriteNotes { position:absolute; right:50px; top:19px; /*width:100%;*/ background:rgba(255,255,255,0);  cursor:pointer;  text-align:center; padding-bottom:10px; color:#fff; }

.favoriteNotes:before { content: "Notizen"; font-size:0.6em; margin-right:5px;  }
.favoriteNotes:after { font-family:'FontAwesome';  content: "\f27b ";  }

 .noteLyr { display: block; background: #fff; width: 100%; padding: 35px 10px 10px 10px; top: 0; position: absolute; z-index:5; height: calc(100%); } 
.noteLyr textarea { width:100%; }
.noteLyr .closeLyr {  position:absolute; top:0; right:0; background:#ccc; padding: 0 5px 0 5px;  }
.noteLyr .closeLyr:hover {  background:#555; }
.noteLyr .closeLyr:after {  font-family: 'FontAwesome';  content:"\f00d"; cursor:pointer; color:#fff; }
.noteLyr button { background:#daa470; color:#fff; width:100%; font-size:0.8em; }

@media screen and (max-width:568px) {
	.printFavorites { width:100%; text-align:center}
	.printFavorites .pure-button { float:none;margin:0 auto}
	
}