.encyclopedia--wood-shipping {
    width: 30.6666%;
    float: right;
}

.wood-shipping {
    background: #555;
    color: #fff;
    padding: 20px 40px 40px 40px;
    margin-bottom: 30px;
    text-align: center;
}


.wood-shipping label {
    font-weight: normal;
    margin-bottom: 5px;
    margin: 0;
}

.wood-shipping input[type="text"] {
    width: 69%;
    font-size: 14px;
    color: #333;
}

.wood-shipping i {
    margin-right: 5px;
}

.wood-shipping p {
    color: #fff;
    font-size: 19px !important;
    margin: 20px 0;
    font-weight: bold;
}


.wood-shipping select {
    border: none;
    color: #333;
    font-size: 14px;
}

/* TITLE */
.title-dealer-search {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #fff 100%, transparent 100%);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 2em 2px;
    text-align: center;
}


/* BUTTON */

.webcu-btn-dealer:hover {
    background: #409526;
    cursor:pointer;
}

.webcu-btn-dealer {
    background: #50a603;
    border: none;
    background-image: none;
    padding: 9px 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 35px;
    width: 100%;
    font-size: 16px;
}

.webcu-btn-dealer i {
    font-size: 14px;
    padding-right: 5px;
}

/* PLZ UND RADIUS */

.webcu-plz {
    width: 100%;
    text-align: center;
}

.webcu-radius,
.webcu-products {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

form .webcu-plz input[type="text"] {
    width: 100%;
    font-size: 14px;
    color: #333;
    margin: 8px 0 0 0;
    text-align: center;
}
form .webcu-plz input[type="text"]::placeholder {
    color: #333;
}

form .webcu-radius select,
form .webcu-products select {
    width: 100%;
    font-size: 14px;
    color: #333;
    margin: 8px 0 0 0;
    text-align: center;
    text-align-last:center;
}

/* FIND DEALER PAGE */

.site-find-dealer .breadcrumb { margin-top: 35px; }

.page-template-page-timber_dealers #main .fusion-fullwidth.site-find-dealer {
    max-width: 1250px;
    margin: 0 auto !important;
}

.form-find-dealer--container {
    max-width: 1250px;
    margin: 0 auto 20px auto;
}

.form-find-dealer{
    width: 66%;
    background: #555;
    color: #fff;
    padding: 40px;
}

.form-find-dealer--title {
    color: #fff;
    font-size: 19px !important;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
}

.page-template-page-timber_dealers #main form{
    width: 100%;
}

/* SUCHERGEBNISSE */

.webcu-dealer-listing {
    max-width: 1250px !important;
    margin: 0 auto;
}

.webcu-dealer-listing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.webcu-dealer-listing li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.webcu-hit-title {
    padding: 25px 0 0 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    width: 80%;
}

.webcu-hit {
    font-size: 30px;
    font-weight: bold;
}

.webcu-hit-number {
    color: #73bd00;
}

/* FIRMA */
.webcu-dealer-listing .webcu-company {
    font-size: 22px;
    font-weight: bold;
}

/* ADRESSE */
.webcu-dealer-listing .webcu-address {
    font-style: italic;
}


/* MAPS */
.webcu-dealer-listing .webcu-maps {
    font-style: italic;
}

/* PHONE */
.webcu-dealer-listing .webcu-phone {
    font-style: italic;
}

.webcu-gap {margin-right: 20px;}


/* RESPONSIVE */



@media only screen and (max-device-width: 680px) {

    .form-find-dealer {
        width: 100%;
    }

    .encyclopedia--wood-shipping, .webcu-print {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}


@media only screen and (min-width: 681px) and (max-device-width: 1242px) {

    .webcu-radius, .webcu-plz {
        float: none;
        width: 100%;
    }


    .webcu-radius {margin-top: 10px;}

    .wood-shipping input[type="text"] {
        width: 100% !important;
    }

    .encyclopedia--wood-shipping,
    .webcu-print{
        width: 60%;
        float: none;
    }
}