/*** Suche Begin ***/
.header-search-btn {
	font-size: 21px;
	background: transparent;
	position: relative;
	top: -1px;
	outline: 0;
	background-color: #474747;
	color: #fff;
	border-radius: 0;
	margin-left: 20px;
	padding: 6px 12px;
}
.header-search-btn:hover {
	color: #a00022;
}

.header-search-btn .glyphicon {
	top: 4px;
}
.header-search-btn:active,
.header-search-btn:focus {
	outline: none;
	
	box-shadow: none;
}
#suchbox {
    overflow: hidden;
    background: #3a3a3a;
	position: absolute;
	right: -13px;
	top: 45px;
	width: 673px;
	padding: 7px;
}
#suchbox form {
    position: relative;
	z-index: 9999;
	
}
#suchbox form input {
    color: #555555;
    padding: 4px 14px;
    height: 26px;
    border-radius: 0;
    font-size: 16px;
	line-height: 20px;
    font-weight: 100;
    box-shadow: none;
    margin: 0;
	border-radius: 0;
	width: 628px;
	background: none repeat scroll 0 0 #C0C0C0;
	border: 1px solid rgba(255,255,255,0);
}
#suchbox form input::placeholder {
	  color: #555555;
}
#suchbox form .btn {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    padding:4px;
    line-height: 1;
    outline: 0;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
    color: #a00022;
	background-color: #0f0f0f;
	border-radius: 0;
}
#suchbox form .close-btn {
    right: 0;
}
.tx-indexedsearch-searchbox {
	margin-bottom: 10px;
}
.tx-indexedsearch-searchbox .form-control {
	border-radius: 0;
	box-shadow: none;
}
.tx-indexedsearch-info dd, .tx-indexedsearch-info dt {
	display: inline;
}
.tx-indexedsearch-info dd {
	padding-right: 5px;
}
.tx-indexedsearch-res {
	background: #e6e6e6;
	margin-top: 10px;
	padding: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-title {
	text-transform: uppercase;
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
	display: none;
}
.search-for{font-size: 24px;font-family: 'Arial Black', "Arial"; text-transform: uppercase;}
.tx-indexedsearch-form.form-group{
	display: inline-block;
	background-color: #e6e6e6;
	padding: 7px;
	margin-left: 30px;
}
#tx-indexedsearch-searchbox-sword {
	border: 1px solid rgba(255,255,255,0);
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	/*height: 23px;*/
	margin: 0 !important;
	width: 613px;
	display: inline-block;
}
#tx-indexedsearch-searchbox-button-submit {
	background-color: #c0c0c0;
	border-radius: 0;
	border: 0px;
	line-height: 1.3;
	color: #a00022;
	position: relative;
	top: -2px;
}

.tx-indexedsearch-browsebox ul {
    display: flex !important;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 20px 0 0 0;
}

.tx-indexedsearch-browsebox ul li {
	padding-right: 10px;
}

.tx-indexedsearch-browsebox ul li a {
    position: relative;
    display: block;
    padding: 8px 12px;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1;
    color: #a00022;
    background-color: #fff;
    border: 2px solid #fff;
}

.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
    background-color: #a00022;
    border: 2px solid #a00022;
    color: #fff;
}