@CHARSET "UTF-8";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700|Share+Tech+Mono);

@font-face {
	font-family: 'Glyphicons Halflings CDN';
	src: url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot);
	src: url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
 		 url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
 		 url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff) format('woff'),
		 url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
		 url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
	
* { 
	font-family: 'Open Sans', Arial, Sans-Serif;
}

.glyphicon {
	font-family:'Glyphicons Halflings CDN' !important;
}

body {
	padding-top: 70px;
}

img.searchengine {
	width: 120px;
	margin: 15px 15px 0 15px;
}

h2 {
	clear: both;
	padding-top: 10px;
	border-bottom: 2px solid #e6af23;
}

.clear {
	clear: both;
}


ul.shops, ul.rechner {
	list-style-type: none;
	padding: 0;
	list-style-position: inside;
	clear: both;
}

ul.shops li, ul.rechner li {
	float: left;
	margin: 6px 4px;
	border: 1px solid #e6af23;
	border-radius: 4px;
	width: 140px;
	text-align: center;
}

ul.shops li:hover, ul.rechner li:hover {
	border-color: #63250b;
}

ul.shops div.logo, ul.rechner div.logo {
	height: 90px;
	width: 120px;  
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

ul.shops li img {
	width: 120px;
}

ul.rechner li a {
	font-size: 64px;
	line-height: 64px; 
	color: #63250b !important;
}


/** Overwrite Bootstrap defaults **/
.navbar, .nav {
	background-color: #e6af23;
	border-bottom-color: #63250b;
}

.nav a {
	color: #63250b;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover
{
	color: #ffd901;
	background-color: #63250b;
}

.nav > li > a:focus, .nav > li > a:hover 
{
	background-color: #ffd901;
}

.navbar-toggle {
	border-color: #63250b
}

.navbar-toggle:focus, .navbar-toggle:hover {
	background-color: #63250b
}

.navbar-toggle .icon-bar {
	background-color: #63250b
}

.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
	background-color: #e6af23;
}

.badge {
	background-color: #63250b;
}