.domains form {
    margin: 0px;
}

.domains form p {
    position: relative;
}

.domains form p.feld {
    padding: 0px;
    height: 30px;
}

.domains input[type="radio"] {
    /*opacity: 0;*/
}

.domains label {
    position: absolute;
    /*background-color: #FFFFFF;*/
    left: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 6px;
    text-align: right;
    vertical-align: bottom;
    transition: all 200ms ease-in-out;
    font-weight: normal !important;
}

.domains label > span:first-child {
    float: left;
    font-size: 1em !important;
}

.domains label > span:last-child {
    float: right;
    font-size: 0.8em !important;
    line-height: 1.6em;
}

.domains label:hover {
    background-color: rgba(217, 217, 217, 0.8);
}

.domains input:focus+label {
     background-color: rgba(0, 129, 184, 0.8);
     color: white;
 }

 .domains input[name="ergebnis"] {
    height: 30px;
    margin: 0px;
    padding: 0px;
    border: none !important;
    background: transparent;
    box-shadow: none !important;
    text-align: center;
    color: white;
    font-size: 1.2em;
 }

.domains p.preis {
    padding: 10px 0px;
    background-color: #0081B8 !important;
    font-weight: 300;
}

.domains .schalter input {
    transition: all 500ms ease-in-out;
}

.domains .schalter input.unsichtbar {
    visibility: hidden;
    width: 0px;
}

.domains .schalter input.sichtbar {
    /*visibility: visible;*/
    width: 150px;
}
