/*
Theme Name: A-COMMERCE
Description:
Version: 1.1
Author: BD Media Bernhard Doeller
Author URI: http://www.bd-media.at/
Tags: A-Commerce
*/

@charset "UTF-8";


#login h1 a {
	width: 170px;
	height: 46px;
	background-image: url("img/logo_redcord_red.svg");
	text-indent: -9999px;
	background-repeat: no-repeat;
    background-size: contain;
	}


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Heebo', sans-serif;
	font-weight:normal;
	box-sizing: border-box;
	background-color: #efefef;
}