/* --------------------------------------------------
:: ####  Extension Werksverzeichnis  ####
-------------------------------------------------- */
.tx-werksverzeichnis .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.tx-werksverzeichnis .row>[class^=col] {
    padding: 10px !important;
}

.tx-werksverzeichnis .teaser-link a,
.wv-list-link a {
    width: 100%;
    height: 100%;
    ;
    float: left;
}

.wv-list-item img {
    transition: all 0.25s ease;
}

.wv-list-item:hover img {
    transform: scale(1.05);
}

.tx-werksverzeichnis .teaser>.col-12:first-child {
    padding-top: 0 !important;
}

/* INFO BOX */
.wv-list-infobox {
    position: absolute;
    top: 3rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 10;
}

.wv-list-lupe {
    position: absolute;
    width: 34px;
    height: 34px;
    margin-right: 5%;
    background: #777;
    background-size: 23px auto;
}


.wv-list-info {
    margin-left: 3rem;
}

.wv-list-info h4,
.wv-list-info h5 {
    background-color: #777;
    color: #fff;
    padding: .5em .6em .3em .6em;
}

/* header Box */
.wv-header-box {
    background-color: #ebebeb;
    width: 100%;
}

.wv-header-box h1 {
    font-size: 2em;
    text-transform: uppercase;
}

.wv-searchform button {
    height: 35px;
    width: 35px;
    background: var(--wv-lupe-weiss) no-repeat scroll center center #ffa532;
    background-size: 23px auto;
    border: 0;
}

.wv-searchform input {
    height: 35px;
    width: 180px;
    font-size: 15px;
    background-color: #fff;
    border: none;
}

.styled-select {
    height: 29px;
    overflow: hidden;
    width: 240px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 5px;
    height: 35px;
    width: 268px;
    color: #444444;
}

.styled-select.slate {
    background: var(--wv-pfeil-gelb180) no-repeat right center #fff;
    height: 34px;
    width: 240px;
}

/* Navigation */
.wv-navigator {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    float: left;
}

.wv-navigator-wrapper {
    margin: 0 auto;
    width: 400px;
}

.wv-navigator-wrapper div {
    float: left;
    margin-left: 1em;
}

.wv-navigator .wv-jumpingForm input {
    width: 40px;
    background-color: #efefef;
    margin: 4px 0 0 0;
    text-align: right;
    border: none;
    padding: .25rem .5rem;
}

.wv-navigator .wv-prev,
.wv-navigator .wv-next {
    width: 35px;
    height: 35px;
    opacity: 0.2;
    background: var(--wv-pfeil-gelb-schmal) no-repeat scroll center center transparent;
}

.wv-navigator .wv-prev.wv-prev-active,
.wv-navigator .wv-next.wv-next-active {
    opacity: 1;
}

.wv-navigator .wv-prev a,
.wv-navigator .wv-next a {
    float: left;
    width: 100%;
    height: 100%;
}

.wv-navigator .wv-prev {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.wv-navigator .wv-countItems,
.wv-navigator .wv-countPages {
    margin-top: 8px;
}

.wv-error {
    margin: 3em 0 10em 1.5em;
    color: red;
}

/* Single Item */
.wv-single-backlink {
    padding: 15px;
    height: 70px;
    text-align: center;
}

.wv-single-backlink a {
    height: 35px;
    width: 35px;
    display: block;
    background: var(--wv-overview) no-repeat scroll;
    background-size: contain;
    margin: 0 auto;
}

.wv-single-item {
    background-color: #0f1e73;
}

.wv-single-content {
    min-width: 40%;
    margin-right: 3%;
    padding-top: 50px;
}

.wv-single-content * {
    color: #fff;
}

.wv-single-content h2 {
    padding-bottom: .5em;
    border-bottom: 1px solid #fff;
    margin-bottom: .5em;
}

/* .wv-single-image {
  width: 60%;
} */
.wv-single-image img {
    width: 100%;
    height: auto;
}
