﻿.f1 {
    padding: 25px;
    background: #ffffff;
    margin-top: 10px;
}

    .f1 h3 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #237dc8;
}

.f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 0 0 75px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #237dc8;
    color: #237dc8;
    line-height: 38px;
    padding: 0 0 0 10px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #237dc8;
    font-size: 30px;
    line-height: 48px;
    padding: 0 9px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #237dc8;
}

.f1-step.active p {
    color: #237dc8;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #f35b3f;
}

.label-titel {
    font-family: 'Pt Sans', sans-serif;
    color: #237dc8;
    font-size: 16px;
    font-weight: 400;
}

.f1 label{
    font-weight:normal;
}

.f1 .checkbox label {
    font-family: 'Droid sans', sans-serif;
    color: #666666;
    line-height: 1.75;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
}

.f1 input[type="text"]:not(.cws-button),
.f1 input[type="email"]:not(.cws-button),
.f1 input[type="tel"]:not(.cws-button),
.f1 textarea {
    height: 40px;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 15px;
    font-style: italic;
    background: transparent;
}

    .f1 input[type="text"]:not(.cws-button):focus,
    .f1 input[type="email"]:not(.cws-button):focus,
    .f1 input[type="tel"]:not(.cws-button):focus,
    .f1 textarea:focus {
        border-color: #237dc8;
    }

    .f1 input:not(.cws-button).error,
    .f1 textarea.error {
        border-color: #F56363;
    }

.f1 textarea {
    margin-bottom: 30px;
    outline: 0;
    height: 150px;
}

.f1 .cws-button {
    font-style: normal;
    border: 1px solid #237dc8;
}

    .f1 .cws-button:not(.alt):hover {
        background: #237dc8;
        border-color: #237dc8;
        color: #ffffff;
    }

.f1 + .alert-danger {
    display: none;
}
