html, body {
    height:                     100%;  
}

.filter-remove {
	color:#fff;
	display:inline-block;
	width:16px;
	height:16px;
	text-align:center;
	font-weight:700;
	line-height:16px;
	font-size:12px;
	border-radius:50%;
	margin-left:5px;
	background:url(images/minus.png) center center no-repeat transparent;
	position:relative;
	bottom: -4px;
	
}

#selected-filters-container-inner {
	
}


#selected-filters-container-inner > div {
	padding:5px;
	border:1px solid #ddd;
	margin-top:10px;
}

#selected-filters-container-inner > div > span {	
	display:inline-block;
	margin-bottom: 0px;
	cursor:pointer;
	margin-right:5px;
}

#selected-filters-container-inner > div > span:hover {	
	text-decoration:none;
	background:#f2dede;
}

#selected-filters-container-inner > div > span:after {
	content: " , ";
}

#selected-filters-container-inner > div > span:last-of-type {
	margin-right:0px;
}

#selected-filters-container-inner > div > span:last-of-type:after  {
	content: "";
}

.selected-filters-maintitle {
	display:none;
	font-weight:700;
	display: block;
    margin: -5px -5px 5px -5px;
    background: #ddd;
	padding:5px;
}

#selected-filters-container-inner > div:first-of-type .selected-filters-maintitle {
	border-top:none;
}

.header-container {
	background:#004a99; 
	border-bottom:1px solid #ddd;
}

.main-logo {
	background:url(../siegel-93x55.png) left bottom no-repeat;
	height:80px;
	width:55px;
	float:left;
	margin-top:-20px;
	margin-bottom:-20px;
	margin-left:-20px;
}

.main-title-container {
	float:left;
	margin-left:20px;
}

.full-content-container {
	height:100%;
}

.margintop20 {
	margin-top:20px;
}

.noscriptmsg {
    font-size:                  14px;
    width:                      440px;
    border:                     1px solid rgb(0, 74, 153);
    margin-left:                10px;
    margin-top:                 10px;
}

body {
	font-size:12px;
}

.control-label {
	font-weight:normal;
}

.form-control {
	font-size:12px;
}

.container-filter-single {
/*	overflow:hidden;*/
}

.filter-container {
	padding-top:15px;
	padding-bottom:15px;
	
	background:#f2f3f1;
}

.filter-container h3 + div {
	
}

.filter-container h3 + div {
	display:none;
}

.filter-container.active h3 + div {
	display:block;
	/*border-bottom:1px solid #ddd;*/
}

.filter-container.active {
border-bottom:1px solid #ddd;
}
.filter-container h3 {
	margin-top:0px;
	cursor:pointer;
	margin-bottom:-15px;
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	margin-top:-15px;
	padding-bottom:15px;
	font-size:16px;
	height:48px;
	border-bottom:1px solid #ddd;
	

	
}

.filter-container h3:hover {
	background:#ddd;
}

.filter-container:first-child h3 {
	
}

.filter-container.active h3 {
	
	background:#E0E1DD ;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;


}
.filter-container h3 span {
	float:right;
	color:#ccc;
}

.filter-container.active h3 span {
	color:#004a99;
}

.filter-container h3:hover span {
	color:#c1002a;
}

@media screen and (max-width: 767px) {

	#sidebar {padding-right:0px; }

	.newnew {
	height:auto;	
	}

	.filter-container {
		background:#fff;
	}

	.filter-container h3 {
		background:#f3f2f1;
		padding-left:20px;
		padding-right:20px;
	}

	.filter-container h3:hover {	
		background:#f2f3f1;
	}

	.filter-container.active h3 {
		background:#f3f2f1;		
		color:#333;
		
	}

	.filter-container.active h3:hover {
		background:#f3f2f1;	
	}
.filter-container h3:hover span {
	color:#666;
}

	.filter-container.active h3 span {
	color:#ccc;
}

.filter-container.active h3:hover span {
	color:#666;
}
}


#loading_img {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(255,255,255,0.5);
	/*background:rgba(0,0,0,0.5);*/

}


.loading_img_wrapper {
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	background:rgba(255,255,255,0.8);
	border:1px solid #ddd;
	border-radius:8px;
	padding:10px;
}

.loading_img_wrapper span {
	margin-top:18px;
	margin-left:18px;
	display:inline-block;
	font-weight:700;
}

@media screen and (max-width: 767px) {
	.loading_img_wrapper {
		top: 50px;
	}
}





#loaderAnimation {  
  width: 50px;
  height: 50px;
  border-radius: 50%;
  perspective: 800px;
  float:left;
}

.inner {
  background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {        
	left: 0%;
	top: 0%;
	-webkit-animation: rotate-one 1s linear infinite;
	-moz-animation: rotate-one 1s linear infinite;
	-o-animation: rotate-one 1s linear infinite;
	animation: rotate-one 1s linear infinite;
	border-bottom: 4px solid #d43f3a;
}

.inner.two {   
	right: 0%;
	top: 0%;
	-webkit-animation: rotate-two 1s linear infinite;
	-moz-animation: rotate-two 1s linear infinite;
	-o-animation: rotate-two 1s linear infinite;
	animation: rotate-two 1s linear infinite;
	border-right: 4px solid #004a99;
}

.inner.three {   
	right: 0%;
	bottom: 0%;
	-webkit-animation: rotate-three 1s linear infinite;
	-moz-animation: rotate-three 1s linear infinite;
	-o-animation: rotate-three 1s linear infinite;
	animation: rotate-three 1s linear infinite;
	border-top: 4px solid #ccc;
}

@-webkit-keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-moz-keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-o-keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


.pagecontainer {
    height:                     100%;
    margin-left:                84px;
    min-height:                 571px;
    background-color: rgb(242, 243, 241);
}
.checkbox_high {
    position:                   relative;
    top:                        -1px;
}
table {
    border-collapse:            collapse;
   /* position:                   relative;*/
}
a.contact:hover {
    text-decoration:            underline;
}
a.contact, a.contact:visited, a.contact:active, a.back, a.back:visited, a.back:active {
    font-weight:                bold;
    text-decoration:            none;
    padding:                    2px;
    color:                      black;
}
.contact_width {
    margin-bottom:              10px;
    width:                      517px;
}
.contact_div {
    border-color:               rgb(0, 74, 153);
    border-style:               none solid solid;
    border-width:               medium 1px 1px;
    margin-top:                 16px;
    background-color:           white;
}
.contact_div label {
    line-height:                20px;
    width:                      100px;
    display:                    inline-block;
    text-align:                 right;
    margin-right:               10px;
}
.contact_div p {
    margin-top:                 10px;
    text-align:                 justify;
}
div[name="line"]:hover {
    background-color:           rgb(215, 234, 247);
    border:                     1px solid grey;
}
div[name="line"] {
    border:                     1px solid white;
    cursor:                     pointer;
    padding-bottom:             1px;
    padding-left:               2px;
}
div[name="sum_line"] {
    border:                     1px solid white;
    cursor:                     pointer;
    padding-left:               2px;
}
div[name="sum_line"]:hover {
    background-color:           rgb(215, 234, 247);
    border:                     1px solid grey;
}
.po_r {
    position:                   relative;
}
.tristate_checkbox {
    background-position:        0pt 0pt;
    background-image:           url("images/tristate_checkbox.gif");
    height:                     13px;
    position:                   relative;
    top:                        2px;
    width:                      13px;
    display:                    inline-block;
}
.m_auto {
    margin:                     0pt auto;
}
small {
    font-size:                  12px;
    font-weight:                bold;
}
.checked {
    background-position:        0px 13px;
}

/*
#year-slider a {
    text-decoration:            none;
    width:                      12px;
    margin-left:                -6px;
    top:                        -171px;
    height:                     181px;
}
a {
    outline:                    medium none;
}
.blue_header {
    background: none repeat-x scroll 50% 50% rgb(0, 74, 153);
    color:                      white;
    font-size:                  12px;
    font-weight:                bold;
    padding-left:               10px;
    text-align:                 left;
    line-height:                25px;
}
.blue_border {
    border-width:               medium 1px 1px;
    border-style:               none solid solid;
    border-color:               rgb(0, 74, 153);
}
.m_b_20 {
    margin-bottom:              20px;
}
.p_10 {
    padding:                    10px;
}
.d_n {
    display:                    none;
}
.not_clickable {
    cursor:                     default;
}
.tabs_header div.tab_active.items_selected, .tabs_header div.items_selected, .tabs_header div.items_selected:hover {
    color:                      rgb(225, 112, 9);
}
#citavi_help {
    text-decoration:            none;
}
.va_m {
    vertical-align:             middle;
}

.ui-widget-header {
    color:                      rgb(255, 255, 255);
    font-weight:                bold;
    border:                     1px solid rgb(42, 110, 187);
}
.ui-corner-all {
    border-radius:              0px 0px 0px 0px;
    -moz-border-radius:         0px 0px 0px 0px;
    -webkit-border-radius:      0px 0px 0px 0px;
}
.ui-corner-bl {
    border-bottom-left-radius:  0pt;
    -moz-border-radius-bottomleft: 0pt;
    -webkit-border-bottom-left-radius: 0pt;
}
.ui-tabs .ui-tabs-nav li a {
    float:                      left;
    padding:                    0.3em 0.5em;
    text-decoration:            none;
}
.ui-helper-reset {
    line-height:                10px;
    height:                     20px;
    border:                     medium none;
}
.ui-tabs .ui-tabs-nav {
    padding:                    0pt 0.2em;
}
.ui-tabs .ui-tabs-nav li {
    border:                     medium none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom:             0px;
}
.ui-tabs .ui-tabs-nav li {
    top:                        4px;
}
.ui-widget-content {
    border-color:               grey;
}
.m_b_5 {
    margin-bottom:              5px;
}
.cu_def {
    cursor:                     default;
}
.op_50 {
    opacity:                    0.5;
    -ms-filter:                 "alpha(opacity=50)";
    filter:                     alpha(opacity=50);
    zoom:                       1;
}
.op_100 {
    opacity:                    1;
    -ms-filter:                 "alpha(opacity=100)";
    filter:                     alpha(opacity=100);
    zoom:                       1;
}
.m_l_10 {
    margin-left:                10px;
}
hr {
    background-color:           grey;
    border:                     0pt none;
    height:                     1px;
    margin-top:                 5px;
    margin-bottom:              5px;
}
.m_0 {
    margin:                     0pt;
}
.m_b_10 {
    margin-bottom:              10px;
}
.m_t_20 {
    margin-top:                 20px;
}
.m_t_10 {
    margin-top:                 10px;
}
.p_5 {
    padding:                    5px;
}
.t_c {
    text-align:                 center;
}
.t_l {
    text-align:                 left;
}
.d_i {
    display:                    inline;
}
.m_l_100 {
    margin-left:                100px;
}
.clickable {
    cursor:                     pointer;
}
.m_t_5 {
    margin-top:                 5px;
}
.d_ib {
    display:                    inline-block;
}
.m_t_4 {
    margin-top:                 4px;
}
.p_l_5 {
    padding-left:               5px;
}
.p_r_5 {
    padding-right:              5px;
}
.m_r_20 {
    margin-right:               20px;
}
.p_l_10 {
    padding-left:               10px;
}
.fw_b {
    font-weight:                bold;
}
.itemChecked {
    background-color:           rgb(202, 230, 201);
}
.ui-widget-header {
    background:                 none repeat scroll 0px 0px rgb(0, 74, 153);
}
.m_l_5 {
    margin-left:                5px;
}
.p_t_10 {
    padding-top:                10px;
}

.v_hi {
    visibility: hidden;
}*/


.footer-header {
	
}

#feedback-banner {
	position:fixed;
	left:50%;
	top:50%;
	width:400px;
	padding:20px;
	background:rgba(0,0,0,0.7);
	overflow:hidden;
	color:#fff;
	transform:translate(-50%,-50%);
}

#feedback-banner.feedback-small {
	left:auto;
	right:0px;
	bottom:0px;
	top:auto;
	transform:none;
	text-align:center;
	width:250px;
	padding:10px 30px 10px 10px;

}

#feedback-banner.feedback-small .feedback-banner-text {
	display:none;
}

#feedback-banner.feedback-small .glyphicon-info-sign {
	font-size:12px;
}

#feedback-banner.feedback-small .feedback-banner-title {
	font-size:12px;
	display:none;
}

#feedback-banner.feedback-small .glyphicon-info-sign {
	float:none;
	margin-right:0px;
}

#feedback-banner.feedback-small .glyphicon-info-sign {
	float:none;
	margin-right:0px;
}

#feedback-general {
	display:block;
	width:100%;
	margin-top:20px;
}

#feedback-banner.feedback-small #feedback-general {
margin-left:0px;
margin-top:0px;
}

#feedback-banner button.close {
	color:#fff;
	opacity:1;
	position:absolute;
	top:20px;
	right:20px;
	float:none;
}

#feedback-banner.feedback-small button.close {
	top:10px;
	right:10px;
}

#feedback-banner .glyphicon-info-sign {
	float:left;
	font-size:68px;
	margin-right:20px;
}

.feedback-banner-title {	
	font-size:24px;
}

.btn {
	font-size:12px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity:0.5;
	cursor:pointer;
}

.btn-bar {
	background:transparent;
	color:#888;
	border:none;	
}

.filter-scroll-container {
	height:calc(100% - 60px); 
	overflow-y:auto;
	padding:0px; 
	border-right:1px solid #ddd;	
	position:relative;
}

.filter-scroll-container .unilogo {
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	width:37px;	
	background:url(uni-freiburg.png) right 99% no-repeat rgba(255,255,255,0.5);
}

.btn-bar .glyphicon {
	margin-right:5px;
}

.btn-bar:hover {
	background:#eee;
	border:none;
}

.w4 div {
	max-height:100px;
	text-overflow:ellipsis;
	overflow:hidden;
}

html, body {
	height:100%;
	position:relative;
}

.loco {
	background:#fafafa;
	/*background:linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);*/ 
	height:60px;
	border-bottom:1px solid #ddd;	
	box-shadow:  0 3px 5px -2px rgba(50,50,50,0.2);
    z-index: 2;
	
}

body {
	/*background:#f6f7f9;*/
	overflow-x:hidden;
}

.site-title {	
	margin-top:0px;
	margin-bottom:0px; 
	color:#fff;
}

.site-sub-title {	
	color:#ecf2f8; 	
	display:inline-block;
}

.container-results-inner {
	padding:15px; height:100%; border:1px solid #ddd;
	border-radius: 7px 7px 0 0;
	height:calc(100% - 108px);
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	border-radius:0px;
	border:none;
}

#button-search-icon {
	display:none;
	}
table {font-size:12px;}

.main-container {
	margin-top:0px;
	height:calc(100% - 100px);
	
	
}

#custom-modal {
background:rgba(50,50,50,0.5); display:none; /*z-index:50;*/
}

#navyo {
background:#004a99;

}
#navyo-inner {
padding-top:15px;
padding-bottom:15px;
}

#navyo.menu-small {
	/*top:-100px;
	transition: top 0.5s;*/
}


h3 {
font-family: 'Roboto', sans-serif;
font-weight:normal;
}

.container-filter {
height:100%;
overflow-y:auto;
background:#e0e1dd;
/*border-top:5px solid #c1002a ;*/
/*border-right:1px solid #ddd;*/
}

.container-results {

background:#fff;

/*background:url(triangular.png);*/
	padding-top:15px;
	height:100%;
	
	/*overflow-y:auto;*/
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	/*z-index:100;*/
}
.nav.navbar-center {
    margin:0;
    float:none;
	text-align:center;
}

.navbar-inner{
    text-align:center;
}

  .row-offcanvas {
  
  position:relative;
  height:100%;
  }

.input-group-addon {
	background:#fff;
	padding:6px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#button-advanced-search {
	border-radius:0px;
}


.header-container > .row {
	
}


#searchbar button {
	font-size:16px;
}


#searchbar input {
	border-left:none;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 1.3333333;
	height:auto;

}

.nav>li>a {
	font-family: 'Roboto';
	padding:10px 15px;
	color:#2a6ebb;
	color:#333;
	
}

.nav a {
	cursor:pointer;
	border-radius:4px;
	color:#666;
}

#merkliste-button {
text-decoration:none;
cursor:pointer;
}

.merkliste-container{
	font-family: 'Roboto';
	padding:9px 15px; font-weight:500; text-transform:uppercase; width:150px;
	line-height:20px;
	
}


.nav>li>a:focus, .nav>li>a:hover {
/*box-shadow: 0 2px 4px rgba(0,0,0,.15);*/
background:#004a99;
background:#fff;
color:#fff;
color:#555;
transition:0.5s;
}

#merkliste-button:hover .glyphicon {
	
	color:#edc240;
}

.merkliste-container:hover, .merkliste-container.active {
	/*box-shadow: 0 2px 4px rgba(0,0,0,.15);*/
	background:#fff;
	border-radius:4px;
}


.menu-container {
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:0px;
	padding-left:10px;
	margin-right:10px;
	padding-right:10px;
}

.btn-soft {
	background:#fff;
	outline:none;
	text-align:left;
	position:relative;
	font-weight:700;
	font-family: 'Roboto';
	text-transform:uppercase;
	font-size:12px;
}

.btn.btn-soft:focus, .btn.btn-soft.focus {

outline:none;
}



.btn.btn-soft.active, .btn.btn-soft:active {

outline:none;
}

.m1 {
background:#004a99 ;  padding-top:20px; padding-bottom:16px;
}


.results-header > .row > div, .baskets-header  > .row > div {
	padding-top:13px;
}


@media screen and (min-width: 1200px) {
/*
.filter-scroll-container {
	height:calc(100% - 60px); 	
}


.m3 .nav > li > a {
	color:#fff;
	border:1px solid #004a99;
}

.m3 .nav > li > a:hover {
	background:#fff;
	border:1px solid #fff;
	color:#004a99;
}

.menu-container {
	border-left:none;
	border-right:none;
}

.m1 {
 background:#004a99 ;  padding-top:20px; padding-bottom:20px;
}
.m2 {
padding-top:15px;
padding-bottom:15px;
width:180px;
}
*/
.m3 {
/*width:calc(100% - 580px);
padding-top:15px;
padding-bottom:15px;*/
}


}
/*
#merkliste-button  {
	background:transparent;
	border:1px solid transparent;
	border-radius:4px;
}

#merkliste-button:hover {
	background:#fff;
	color:#004a99;

}
*/


#menu {
position:relative;
	/*z-index:1060;*/
	background:#ecf2f8;
	/*
	margin-bottom:-15px;
	margin-top:15px;*/
	/*margin-top:15px;	*/
}

#menu ul{
	
	
}

#menu ul li a {
	color:#000;
	border-top:1px solid #ddd;
	
}


	



.results-header, .baskets-header {
	/*height:53px;*/ padding: 6px 15px 10px 25px;
	
	
	/*box-shadow:0 3px 5px 0 rgba(50, 50, 50, 0.1);*/
	position:relative;
	/*z-index:1210;*/
	/*height:52px;*/
	min-height:0px;
	padding: 0px;
	height:60px;
	/*border-top:1px solid #ddd;*/
	border-bottom:1px solid #ddd;
	background:#fafafa;
	/*background:linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);*/
	padding:0px 15px;
	box-shadow:  0 3px 5px -2px rgba(50,50,50,0.2);
    z-index: 1;
}


.loader-filter {
	position:fixed;
	background:rgba(255,255,255,0.7);
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	display:none;
	z-index:3;
}

.poem-iframe {
	width:100%;
	border:none;
	height:500px;

}


.loader-filter .loading_img_wrapper {
top:50%;
	width:auto;
	height:auto;
}

.m2, .m3 {
			padding-top:10px;
			padding-bottom:10px;
			background:#fff;
			height:61px;
		}

@media screen and (max-width: 767px) {
	 .loading_img_wrapper {
	width:auto;
	height:auto;
}

	

}




@media screen and (min-width: 1200px) {

	#searchbar { max-width:375px; }

	.container-filter {
		width:400px;
	}

	
	/*.m2 #searchbar {*/

	.special-col-sm-2 {
		display:none;
	}

	.container-results {
		width:calc(100% - 400px);
	}

	

	.loco {
		padding-top:10px;
	}
	/*
	#searchbar span, #searchbar input {
		background:transparent;
	}
	*/
}


@media screen and (max-width: 991px) {
.main-container {
    height: calc(100% - 195px);
    margin-top: 0;
}
.site-sub-title {
	/*margin-bottom:10px;*/
}
}

@media screen and (max-width: 1199px) {
		

		
/*
		.loco {
			border-top:1px solid #ddd;
		}
*/		

}
/*
@media screen and (min-width: 768px) and (max-width: 768px) {
.container-results-inner {
		height:calc(100% - 60px);
	}
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
.container-results-inner {
		height:calc(100% - 60px);
	}
}
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.merkliste-container{
		width:70px;		
	}
	


	

}


@media screen and (min-width: 768px) {



#searchbar span, #searchbar input  {
	border:none;
	box-shadow:none;
}

#searchbar * {
	
	
	
}

}

@media screen and (max-width: 767px) {

.filter-scroll-container {
	padding-left:15px;
	padding-right:15px;
}

.loco {
		display:none;
		}

.results-header {
	border-top:0px;
	border-bottom:0px;
	margin-top:15px;
	margin-bottom:25px;
}
#searchfields {

	
}


.m3 {
		padding-top:0px;
		padding-bottom:0px;
		height:auto;
}

.m2 {
height:auto;
}

.results-footer {
	margin-top:35px;
	margin-bottom:35px;
}

.navbar-nav > li > a {
	border-bottom:1px solid #ccc;
	background:#f4f4f4;
}

.table-pagination {
	float:none;
	font-size:18px;

}

.table-pagination, .pagination {
	width:100%;	
}

.pagination .prev, .pagination .next {
	width:55px;	
	overflow:hidden;
	font-size:16px;
	padding:10px 16px;
	text-align:center;
	background:#ccc;
	
}

#func_basket > span {
	display:block;
	margin-bottom:10px;

}

.pagination > li > a:hover, .pagination > li > a:focus {
	background:#ccc;
	color:#000;
}


.results-header > .row .col-sm-6 {
	padding-top:0px;
	height:auto;
}


.results-header > .row .col-sm-6:first-child {
	padding:0px;
}





.pagination .currentPage {
	width:calc(100% - 110px);
	text-align:center;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
}

/*
#searchbar > div > span {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
*/


.container-results-inner {
	height:auto;
}

#results, #baskets {
	height:auto;
	min-height:100%;
	overflow-y:auto;
}

.results-footer, .baskets-footer, .results-header, .baskets-header {
box-shadow:none;
	height:auto; padding: 0px 15px 0px 15px;
	background:transparent;
	
}

.results-header .col-sm-6, .results-footer .col-sm-6  {
		padding-right:0px;
		padding-left:0px;

}




#searchbar input {
	font-size:18px;
	

}


.m2 {

background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);
padding-top:10px;
padding-bottom:10px;
}

.m3 {
	min-height:0px;
}



.menu-container {
margin:0px -15px 0px -15px;
border-bottom:1px solid #333;
padding-left:0px;
padding-right:0px;
border:none;
}

.merkliste-container{
	width:auto;

	float:left;

}


body {
/*background:#f6f7f9;*/
}

.container-results-inner {
padding:0px; border:none;
background:transparent;
}

.container-results {
	min-height:100%;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	background:#fff;
	box-shadow:none;
	background:transparent;
	box-shadow:inset 0 3px 5px 0 rgba(50, 50, 50, 0.1);

	}

#searchbar {
/*width:calc(100% - 165px);*/
}



.main-container {
/* margin-top:20px;*/
min-height:calc(100% - 145px);
}

#topfilter {
	position:fixed;
	top:128px;
	right:225px;
	
}

.row-container {
	margin-right:15px;
	margin-top:25px;
	margin-bottom:15px;
	margin-left:15px;
	overflow-y:auto;
	overflow-x:hidden;
	height:calc(100% - 30px);
	
	
}



#sidebar {
	display:none;
	position:fixed;
	top:15px;	
	left:15px;
	right:15px;
	bottom:15px;
	/*z-index:1050;*/
	height:auto;
	background:#fff;
	border:1px solid #ddd;
	border-radius:7px;	
	padding-top:30px;
	z-index:1050;
	
}






#navyo {
	position:fixed;
	top:0px;
	right:0px;
	left:0px;
	/*z-index:1060;*/
	/*padding-bottom:20px;*/
	
}

#menu {
	margin-top:0px;
}

#menu ul{
	
	margin-top:0px;
	margin-bottom:0px;
}


#menu ul li a {
	text-transform:uppercase;
	
}

.navbar-nav>li>a {
	padding-top:25px;
	padding-bottom:25px;
}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
html, body {
    overflow-x: hidden;
}



  .row-offcanvas {
    position: relative;
    -webkit-transition: all .5s ease-out;
         -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: calc(50% + 15px); /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

@media screen and (max-width: 767px) {
	#feedback-banner {
	position:fixed;
	left:50%;
	top:50%;
	max-width:400px;
	width:100%;
	padding:20px;
	background:rgba(0,0,0,0.7);
	overflow:hidden;
	color:#fff;
	transform:translate(-50%,-50%);
}
}

@media screen and (max-width: 500px) {
	#basic-addon1, 	#button-search-text, #merkliste-button {display:none; }
	#button-search-icon { display:inline-block; }
		#searchbar {
	}

	#topfilter {
	position:fixed;
	top:128px;
	right:115px;
	
}

#searchbar input {
border-left:1px solid #ccc;
}
}


.jstree-default a { 
    white-space:normal !important; height: auto; 
	padding-left:30px;
}
.jstree-anchor {
    height: auto !important;
}
.jstree-default li > ins { 
    vertical-align:top; 
}
.jstree-leaf {
    height: auto;
}
.jstree-leaf a{
    height: auto !important;
}

.jstree-icon.jstree-checkbox {
	margin-left:-23px;
}

.jstree-default .jstree-wholerow-clicked {
	background:none;
}

.jstree-anchor:hover {
background: #e9f1f0 !important;
	
}

.jstree-anchor.jstree-clicked {
	/*background: rgb(215, 234, 247) !important;*/
}

#filters div:first-child {
    margin-bottom: 5px;
}
