#seibersdorfer-productfinder {
    position: relative;
}
#seibersdorfer-productfinder .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}
#seibersdorfer-productfinder .start-button {
    text-align: left;
    margin: 25px 0 0;
}

#seibersdorfer-productfinder .start-button button, button.next {
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
}

#seibersdorfer-productfinder .start-button button:hover, 
#seibersdorfer-productfinder .start-button button:focus,
button.next:hover,
button.next:focus {
    opacity: 0.7
}

#seibersdorfer-productfinder .navigation {
    text-align: right;
    display: none;
}

.answers {
    padding: 0;
}



.answers label {
    width: 150px;
    display: block;
    height: 150px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    cursor: pointer;
}

.products p {
    color: #fff;
}

.products a {
    text-decoration: none !important;
}

.answers label input {
    display: none;
}

.answers label:focus, .answers label:hover {
    opacity: 0.7;
}

.answers label p {
    color: #fff;
}
