/* allgemein */

/*
.tx-eos th,
.tx-eos td {
	font-size: 16px;
	padding: 10px;
	line-height: 20px;
}
*/
/* Suchformular */
.tx-eos .eos-eoslist-formwrapper {
	margin-bottom: 20px;
}

.tx-eos .eos-eoslist-formwrapper form#catalogsearch {
	position: relative;
}

.tx-eos .eos-eoslist-formwrapper form#catalogsearch .eos-loader {
	top: 15px;
}


.tx-eos .eos-eoslist-formwrapper h3 {
	margin-bottom: 20px;
}

/*.tx-eos .eos-eoslist-formwrapper input[type=text]{
	margin-bottom: 20px;
}
*/

/* Resultliste */

.tx-eos #eossearch-results table {
	width: 100%;
	border-collapse: collapse;
	hyphens: none;
}

.tx-eos #eossearch-results table tbody tr:nth-child(even) {
	background: #f9f9f9;
}
.tx-eos #eossearch-results table tbody tr:nth-child(odd) {
	background: #fff;
}

.tx-eos #eossearch-results table thead {
	border-top:0;
}

.tx-eos #eossearch-results table thead th {
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid var(--color-black);
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.tx-eos #eossearch-results table thead th:last-child {
	width: 10%;
}

.tx-eos #eossearch-results table tbody td {
	padding:10px 20px;
	border:0;
	line-height: 25px;	
}

.tx-eos #eossearch-results table tbody td a {
	padding:3px 20px;
}

.tx-eos #eossearch-results table tbody td a:hover {
}


.tx-eos #eossearch-results table tbody td button {
	display: inline-block;
	background: #00847E;
	color:#fff;
	border-radius: 10px;
	text-decoration:none;
	padding:3px 20px;
}

.tx-eos #eossearch-results table tbody td button:hover {
		background: #026863;
}



/* Detailansicht */


.tx-eos #productcatalog-detail-overview {
	margin-bottom: 50px;
}

.tx-eos #productcatalog-detail-overview h3 {
	margin-bottom: 20px;

padding: 5px 20px;
margin-bottom: 5px;
}



/* shortdetail */
.tx-eos #productcatalog-shortoverview {
	margin-bottom: 50px;
}

.tx-eos #productcatalog-shortoverview h3 {
    margin-bottom: 20px;
    padding: 10px 20px;
}


/* longdetail */


.tx-eos #productcatalog-longdetail {
	margin-bottom: 50px;
	margin-top: 25px;
}

.tx-eos #productcatalog-longdetail h3 {
	margin-bottom: 20px;
}



.eos-loader {
    display: none;
    position: absolute;
    right: 75px;
    width: 40px;
    height: 40px;
    background: url('../Icons/loader.gif') 100% no-repeat;
    margin-top: 14px;
    top: 0;
    background-size: 90%;
}

.eos-loader.showloader {
	display: inline-block;
}



.tx-eos .overlayelement .headline {
	padding: 10px;
	margin-bottom: 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}


.productcatalog-eos {
	margin-top: 3px;
}


.productcatalog-eos-single {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.productcatalog-eos-single-0 {
	margin-top: 10px;
	padding-top: 0;
	border-top: 0;

}

p.productcatalog-eos {
	font-size: 14px !important;
}

p.productcatalog-eos strong {
	font-size: 14px !important;
	font-weight: 600 !important; 
}





td.tdbottompadding {
	padding-bottom: 17px !important;
}

.hidden {
	display: none;
}