/* =============================================================================
 * Custom-Icons
 * ========================================================================== */
.myIcons-1:before
{
	background:url("../img/keller.svg") no-repeat;
    background-size:100%;
    position: relative;
    top:1px;
    display: inline-block;
    width: 14px; height:15px;
    content: " ";
}
.myIcons-2:before
{
	background:url("../img/door.svg") no-repeat;
    background-size:100%;
    position: relative;
    top:1px;
    display: inline-block;
    width: 14px; height:15px;
    content: " ";
}
.myIcons-3:before
{
	background:url("../img/coins.svg") no-repeat;
    background-size:100%;
    position: relative;
    top:1px;
    display: inline-block;
    width: 14px; height:15px;
    content: " ";
}
.myIcons-4:before
{
	background:url("../img/status.svg") no-repeat;
    background-size:100%;
    position: relative;
    top:1px;
    display: inline-block;
    width: 14px; height:15px;
    content: " ";
}
.myIcons-5:before
{
	background:url("../img/etage.svg") no-repeat;
    background-size:100%;
    position: relative;
    top:2px;
    display: inline-block;
    width: 14px; height:15px;
    content: " ";
}