@charset "UTF-8";
/*overrite bootstrap2 with CD Bund*/

/* ie workaround erweiterte suche select boxen */
.js-stools .js-stools-field-list, .js-stools .js-stools-field-filter {
	width: auto !important;
	margin: 0px 0px 5px 0px !important;
}
.ie10 .js-stools .js-stools-field-list, .js-stools .js-stools-field-filter {
	margin: 0px 3px 5px 0px !important;
}
.js-stools .btn-wrapper {
	margin: 0;
}

.js-stools-container-bar .btn-primary .caret {
	margin-top: 4px;
	margin-bottom: 5px;
}

/* neues logo */
.brand img {
	margin-right: 32px;
	padding-right: 26px;
	border-right: 1px solid #E5E5E5;
	float: left;
	width: 220px;
}
/* all_in_one_book */
.book_item_side {
	border: medium none;
	border-radius: 0px;
	padding: 5px 10px;
	margin: 0px;
	box-shadow: 0px 0px 0px 0px transparent;
	/*word-break: break-all;*/
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.book_item_side p {
	margin: 0;
}
/* highlight mod_search */
.highlight {
	background: #FE57A1 none repeat scroll 0% 0%;
	padding: 0px;
}

/* top mobile-nav active menu */
.nav-mobile .nav-page-list li.active {
	padding-bottom: 10px !important;
}


/* left navigation */
.nav-page-list li.active > a {
	padding: 0px 10px;
}
@media only screen and (max-width: 767px) {
	.nav-page-list li.active a {
		padding-left: 15px !important;
	}
}

.nav-page-list li li a {
	padding: 10px 10px;
}

/* @literatursuche */
div.blog .search-field {
	padding: .4em .3076em !important;
}

/* @taggroup */
.le5taggroup dl,
.le5taggroup dd {
	margin: 0;
}

/* @autorlist alphabet */
.authors.blog .navbar,
.authors.blog .navbar .navbar-inner .nav {
	margin: 0;
}

.authors.blog .navbar .navbar-inner .nav {
	border-bottom: 2px solid #CCC;
	margin-bottom: 10px;
}

/* @ links allinone book module */
.book_data p a.book_title {
	font-weight: normal !important;
}
/* @group Base */
.chzn-container {
	position:relative;display:inline-block;vertical-align:middle;zoom:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.chzn-container .chzn-drop {
	position:absolute;top:100%;left:-9999px;z-index:1010;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #454545;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)
}
.chzn-container.chzn-with-drop .chzn-drop {
	left: 0;
}
.chzn-container a {
	cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
	position:relative;display:block;overflow:hidden;padding:5px 20px 5px 4px;height:28px;border:1px solid #454545;border-radius:3px;background-color:#FFF;background-clip:padding-box;color:#454545;text-decoration:none;white-space:nowrap;line-height:1.2
}
.chzn-container-single .chzn-default {
	color:#454545
}
.chzn-container-single .chzn-single span {
	display:block;overflow:hidden;margin-right:0;text-overflow:ellipsis;white-space:nowrap;line-height:1.2;color:#454545
}
.chzn-container-single .chzn-single-with-deselect span {
	margin-right:38px
}
.chzn-container-single .chzn-single abbr {
	position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../img/chosen-sprite.png) -42px 1px no-repeat;font-size:1px
}
.chzn-container-single .chzn-single abbr:hover {
	background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
	background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
	position:absolute;top:0;right:0;display:block;width:18px;height:100%
}
.chzn-container-single .chzn-single div b {
	display:block;width:100%;height:100%;background:url(../img/chosen-sprite.png) 0 4px no-repeat
}
.chzn-container-single .chzn-search {
	position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap
}
.chzn-container-single .chzn-search input[type="text"] {
	margin:1px 0;padding:4px 20px 4px 5px;outline:0;height:100%;width:100%;border:1px solid #454545;font-size:1em;border-radius:0
}
.chzn-container-single .chzn-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
	position: absolute;
	left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
	position:relative;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;max-height:240px;-webkit-overflow-scrolling:touch
}
.chzn-container .chzn-results li {
	display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none;border-top:1px solid #CCC
}
.chzn-container .chzn-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chzn-container .chzn-results li.highlighted {
	background-color:#D8E8EF !important;
}
.chzn-container .chzn-results li.no-results {
	display:list-item;background:#f4f4f4
}
.chzn-container .chzn-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}
.chzn-container .chzn-results li.group-option {
	padding-left: 15px;
}
.chzn-container .chzn-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	margin:1px 0;padding:5px;height:100%;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#666;font-size:100%;line-height:normal;border-radius:0
}
.chzn-container-multi .chzn-choices li.search-field .default {
	color: #999;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chzn-single {
	background-image: none !important;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
	margin: 0;
	padding: 0;
}

/* @end */
/* @group Active  */
.chzn-container-active.chzn-with-drop .chzn-single {
	border:1px solid #454545;border-bottom-right-radius:0;border-bottom-left-radius:0
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 2px;
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
	color: #111 !important;
}

/* @end */
.chzn-container-active.chzn-with-drop .chzn-drop ul.chzn-results li.active-result.highlighted:hover,
.chzn-container-active.chzn-with-drop .chzn-drop ul.chzn-results li.active-result.result-selected.highlighted:hover,
.chzn-container-active.chzn-with-drop .chzn-drop ul.chzn-results li.active-result.highlighted,
.chzn-container-active.chzn-with-drop .chzn-drop ul.chzn-results li.result-selected{
	background-color: #D8E8EF !important;
}
