/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tbs-machines {
    display: flex;
    flex-direction: column;
    gap: 20px;
	background-color: #FFFFFFCC;
	padding: 0 30px;
	margin-top: 2vw;
	border-radius: 40px;
}

.tbs-machines .tbs-machine {
    display:flex;
    max-height: 100px;
    gap: 20px;
}

.tbs-machines .tbs-machine a.header {
    display: flex;
}
.tbs-machine {
	align-items:center;
}

.tbs-machines .tbs-machine a.image {
	flex:1;
    display: block;
    padding: 6px;              /* Abstand zum Bild */
    box-sizing: border-box;
}

.tbs-machines .tbs-machine a.image img {
	max-height: 100px;
    display: block;
}

.tbs-machines  .tbs-machine > a > h2 {
    font-size: 1.5rem;
    margin: 0 auto;
}

.tbs-machines  .tbs-machine > a > h3 {
    font-size: 0.9rem;
    margin: 0 auto;
    text-decoration: none;
    opacity: 0.66;
}


.tbs-machines #searchform {
    display: flex;
    align-items: center;
	gap: 4vw;
	font-size:0px;
	margin-top: 2vw;
	margin-bottom: 1vw;
}


.tbs-machines #searchform > input:nth-child(1) {
    flex: 1;
}

.tbs-machines #searchform::before {
    content: "Gebrauchtmaschinen";
    padding-right: 2rem;
}

.tbs-machine .title {
    flex: 5;
    align-content: center;
}

.tbs-machine .button {
	align-self: justify!important;
	flex: 1;
	text-align:center!important;
	height: fit-content!important;
}

article.tbs-machine .entry-header img {
    width: 100%;
}

article.tbs-machine .entry-footer {
    display: flex;
    justify-content: space-between;
}

article.tbs-machine .headers {
    margin: 1rem 0;
}
article.tbs-machine .header,
article.tbs-machine .info-header {
    margin: 0 auto;
}


.tbs-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(211, 206, 210);
    border-right: 0;
    margin: 1px;
}

.tbs-pagination ul li a,
.tbs-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}

.tbs-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.tbs-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.tbs-pagination {
    text-align: center;
}