/*---------------------- Font configuration ----------------------------------*/
/* Intext Explorer */
@font-face {
  font-family: TheSans;
  src: url("/fileadmin/webfonts/fonts/TheSans_TT4_LP.eot");
}
/*- Bold -*/
@font-face {
  font-family: TheSans;
  src: url("/fileadmin/webfonts/fonts/TheSans_TT7_LP.eot");
  font-weight: bold;
}

/* All others */
@font-face {
  font-family: TheSans;
  src: url("/fileadmin/webfonts/fonts/TheSans_TT4_LP.woff") format('woff'),
       url("/fileadmin/webfonts/fonts/TheSans-LP4SeLig.otf") format('opentype');
}
/*- Bold -*/
@font-face {
  font-family: TheSans;
  src: url("/fileadmin/webfonts/fonts/TheSans_TT7_LP.woff") format('woff'),
       url("/fileadmin/webfonts/fonts/TheSans-LP7Bld.otf") format('opentype');
  font-weight: bold;
}

.thesans {
    width: 480px;
    float: left;
    font-family: TheSans, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", sans-serif;
    font-size: 15px;
}

.lucida {
    width: 480px;
    margin-left: 50px;
    float: left;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Corbel, Arial, sans-serif;
    font-size: 14px;
}

@font-face {
	font-family: 'murricon';
	src:url('/fileadmin/webfonts/fonts/murricon.eot?-jwrp0w');
	src:url('/fileadmin/webfonts/fonts/murricon.eot?#iefix-jwrp0w') format('embedded-opentype'),
		url('/fileadmin/webfonts/fonts/murricon.ttf?-jwrp0w') format('truetype'),
		url('/fileadmin/webfonts/fonts/murricon.woff?-jwrp0w') format('woff'),
		url('/fileadmin/webfonts/fonts/murricon.svg?-jwrp0w#murricon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="murricon-"], [class*=" murricon-"] {
	font-family: 'murricon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.murricon-search:before {
	content: "\e600";
}
.murricon-pin:before {
	content: "\e601";
}
.murricon-check:before {
	content: "\e602";
}
