.red {
    color:red;
}
input, select, textarea, .fehler, .hinweis {
    font-size: 1em;
}
div.hinweis {
   padding-left: 55px;
}

#aa4y_form {
    background-color: White;
    padding: 10px;
    border-radius: 8px;
}
.checkbox input {
    border:none;
    position:absolute;
    opacity: 0;
}
label {
    display: block;
    padding: 8px 0 0 0;
    margin: 0;
}
.input {
    padding: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-radius: 3px;
    text-indent: 10px;
}
select.select {
    text-indent: 0 !important;
    padding: .6em !important;
    width: 100%;
}
.zimmer {
    display: block;
    clear: left;
}

.zimmer a {
    padding: 5px 15px;
    margin: 8px 15px 8px 0;
    line-height: 1em;
    text-decoration: none;
    display:block;
    float: left;
    clear: left;
}
#aa4y_form input[type="button"] {
    border-color: #444;
    text-align: center;
    font-size: 1.3em;
    line-height: 2.0em;
    padding: 0;
    margin: 20px 0 10px 0;
}
#aa4y_form input[type="button"], #aa4y_form .zimmer a {
    color:white;
    background-color: #145800;
    border-radius: 5px;
    cursor: pointer;
}

#aa4y_form .fehler, #aa4y_form .select, #aa4y_form input {
    font-size: 1em;
    line-height: 2.5em;
}
#aa4y_form .select{
    padding-right:15px;
}
#aa4y_form .select select{
    border: none;
    width: 100%;
}

#aa4y_form input, #aa4y_form textarea {
    margin: 0;
    padding: 0;
    width: 100%;
    outline: 0 none;
    color: inherit;
    background-color: transparent;
    border: 0 none;
    font-style: normal;
    font-weight: 400;
}
#aa4y_form textarea {
    height: 150px;
    text-indent: 0 !important;
    padding: 5px 0;
}
.textarea{
    margin-bottom:20px;
}

input:focus {
    position: relative;
    left: -10px;
    outline: 0 !important;
    border-color: #719ece;
    box-shadow: Brown 1px 0 0, Brown 0 0 1px;
    padding: 0;
    line-height: 1em;
    text-indent: 10px;
}
div.checkbox {
    border: 0;
    background: 0 0;
}
.squaredThree {
    position: relative;
    left: 5px;
    top: 0px;
    margin: 0;
    padding: 0 15px 0 0;
    width: 40px;
    margin-top: .2em;
    float: left;
}
label .squaredThree div.hinweis:after, label .squaredThree div.hinweis:before {
    bottom: 100%;
    left: 11px;
}
.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 25px;
    background-color: #fff;
    padding: 0;
    padding-bottom: 0 !important;
}
.squaredThree label {
    border-radius: 20px;
}
.checkbox .squaredThree label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 25px;
    height: 7px;
    background: 0 0;
    top: 0px;
    left: 5px;
    border: solid #0096ab;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
}
.squaredThree label:hover::after, label:hover .squaredThree label:after {
    opacity: .4;
}
.squaredThree input[type='checkbox']:checked + label:after {
    opacity: 1;
}
#aa4y_form div.checkbox input {
    position: absolute;
    opacity: 0;
}
.checkbox .small, .small {
    padding-top: 10px;
}
::-webkit-input-placeholder {
    color: pink;
    opacity: 0.5;
}
::-moz-placeholder {
    color: pink;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: pink;
    opacity: 0.5;
}
:-moz-placeholder {
    color: pink;
    opacity: 0.5;
}
::placeholder {
    color: pink;
    opacity: 0.5;
}
.optional::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 0.5;
}
.optional::-moz-placeholder {
    color: #d3d3d3;
    opacity: 0.5;
}
.optional:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 0.5;
}
.optional:-moz-placeholder {
    color: #d3d3d3;
    opacity: 0.5;
}
.optional::placeholder {
    color: #d3d3d3;
    opacity: 0.5;
}
.prozentpenultimate {
    width: 49%;
    min-width: 260px;
    float: left;
    overflow: hidden;
    clear:both;
}
.prozentlast {
    width: 49%;
    min-width: 260px;
    overflow: hidden;
    float: right;
}
#aa4y_bst .prozentpenultimate, #aa4y_bst .prozentlast {
    background-color: white;
    margin:1px 0;
}
#aa4y_bst .prozentpenultimate div, #aa4y_bst .prozentlast div {
    margin:0px 10px;
}
#aa4y_bst .prozentpenultimate{
    width:30%;
    clear:both;
}
#aa4y_bst .prozentlast{
    width:69%;
}
#aa4y_form div.prozentsolo { clear: left;

}

.box1, .box2 {
    margin: 0;
    padding: 0;
}
.value {
    font-size: .8em;
    line-height: 1.3em;
    padding-top: 0.5em;
    margin-left:55px;
}
.value a {
    color: #000;
}
.end {
    height: 30px;
}
.titel {
    margin-bottom: 0;
    padding-bottom: 3px;
    line-height: 1.2em;
}
.hdl {
    font-size: 1.5em;
    border-bottom: 0 solid #ccc;
    padding: 15px 0 5px 0;
}
#aa4y_form .button input {
    line-height: 1em;
    margin-top: 30px;
}
.outl {
    background-color: #f4f4f4;
    border: 1px solid #e2e2e2;
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
}
#aa4y_bst .outl {
    padding: 20px 10px;
}
.tr {
    text-align: right;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .prozentlast, .prozentpenultimate {
        width: 100%;
        float: none;
        margin: 0px;

    }
    .prozentlast div {
        padding-left: 0px;
    }
    .prozentpenultimate {
        padding-right: 0px;
    }
    .tr {
        text-align: left;
    }
    #aa4y_form {
        min-width: 300px;
    }
    iframe {
        max-height: 150px;
    }

}
@media screen and (max-width: 340px) {
    .et_pb_row {
        margin:0 !important;
        padding-left: 5px !important;
    }
}
/* END Media screen */

