@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../lib/bootstrap/fonts/OpenSans-Regular.ttf') format('truetype');
}

* {
	font-family: 'Open Sans', sans-serif;
}

body {
	padding-top: 70px; /*header*/
	min-width: 360px;
}

fieldset, legend {
	border: none !important;
}

.topic {
	margin: 1% 4.166666665%; /*like col-xx-offset but on both sides*/
	cursor: pointer;
}

.lang.de, .lang.fr {
	display: none;
}

footer {
	height: 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 5;
	overflow: visible;
}

footer #top {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.6);
	margin-top: -35px;
	position: absolute;
	right: 5px;
	font-size: 23px;
}

/* tree */

.anura-tree-container .anura-node-name:before {
	content: " ▹ ";
	height: 20px;
	display: inline-block;
	float: left;
	padding-right: 5px;
}
.anura-tree-container li.anura-active > a  .anura-node-name:before {
	content: " ▸ ";
	text-decoration: none;
}
.anura-tree-container ul {
	padding-left: 10px;
}
.anura-tree-container .anura-node-name {
	font-size: 14px;
}
.anura-tree-container li.anura-active > a {
	font-weight: normal;
	color: #09f;
}
.anura-search-container fieldset legend {
	margin-bottom: 5px;
	font-size: 15px;
}

.anura-search-button {
	display: none;
}
.anura-search-reset {
	background: none;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}
#anura-search {
	margin-bottom: 15px;
}

/* ensure SCOTT node is expanded */
.anura-tree-container #anura-node-9647 {
	margin-left: 0;
}
.anura-tree-container #anura-node-9647 ul.anura-tree-folded {
	display: block;
}

#header-image {
	height: 150px;
	margin: -20px 0 20px 0;
	background: #000 url("../img/banner.jpg") no-repeat center center / cover;
}
@media (min-width: 768px) {
	#header-image {
		height: 250px;
	}
}

/* autoload */
.anura-autoload > button {
	background: #09f;
	border: none;
	border-radius: 2px;
	color: #fff;
	padding: 5px 10px;
}
.anura-autoload > button:disabled {
	background: #aaa;
}

/* basket */
#anura-basket .counter {
	border-radius: 100%;
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 145%;
}
#anura-basket.anura-basket-full .counter {
	background: #09f;
	color: white;
	font-weight: bold;
}

@media (max-width: 768px) {
	.anura-gallery-container.medium .anura-asset-container {width: 102px; height: 120px; padding: 2px 2px 6px 2px; margin-bottom: 5px;}
	.anura-gallery-container.medium .anura-asset-name {font-size: 80%; line-height: 50%;}
}

#anuraInfoPanel .infofield.info_225 {
	display: none;
}
