@charset "utf-8";

/* ===== ICONs --- Soziale Medien --- definieren ===== */

#facebook {
	background: url("../icons/facebook.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 1.4em;
	height: 1.4em;
    margin-right: 1em;
    margin-left: .5em;
}

#instagram {
	background: url("../icons/instagram.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 1.4em;
	height: 1.4em;
    margin-right: 1em;
    margin-left: .5em;
}

/* ===== ICONs --- Allergene --- definieren ===== */

#gluten {
	background: url("../icons/gluten.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#milch {
	background: url("../icons/milch.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#ei {
	background: url("../icons/ei.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#nuss {
	background: url("../icons/nuss.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#soja {
	background: url("../icons/soja.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#sesam {
	background: url("../icons/sesam.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#sellerie {
	background: url("../icons/sellerie.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}


#bioland {
	background: url("../icons/bioland.png") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#vegetarisch {
	background: url("../icons/vegetarisch.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}

#vegan {
	background: url("../icons/vegan.svg") no-repeat;
    background-color: #fff;
    background-size: contain;
	float: left;
	width: 2em;
	height: 2em;
    margin-right: 1em;
}