﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5f62;
    background-image: url('images/Pictos/bg_dispo.jpg');
    background-size: cover;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 14px !important;
    }


    #formhandler-callback input[type="checkbox"],
    #formhandler-callback input[type="radio"] {
        background: #000 !important;
    }
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

body {
    color: #2d2d2d;
}

.control-group .inner {
    display: inline-block;
    clear: left;
}

#formhandler-callback {
    font-size: 13px;
    padding: 26px 15px 12px 17px;
}

    #formhandler-callback *::-webkit-input-placeholder {
        color: #2d2d2d;
        font-weight: 400;
    }

    #formhandler-callback *:-moz-placeholder {
        /* Firefox 18- */
        color: #2d2d2d;
        font-weight: 400;
    }

    #formhandler-callback *::-moz-placeholder {
        /* Firefox 19+ */
        color: #2d2d2d;
        font-weight: 400;
    }

    #formhandler-callback *:-ms-input-placeholder {
        color: #2d2d2d;
        font-weight: 400;
    }

    #formhandler-callback *::input-placeholder {
        color: #2d2d2d;
        font-weight: 400;
    }

    #formhandler-callback .control-group.placeholder label {
        display: none;
    }

    #formhandler-callback .control-group.objective {
        margin: 23px 0 0 6px;
    }

    #formhandler-callback .cb-wrap {
        display: block;
        clear: left;
        line-height: 0.9em;
    }

    #formhandler-callback input[type="checkbox"],
    #formhandler-callback input[type="radio"] {
        background: #fff8b9;
    }

        #formhandler-callback input[type="checkbox"] + label,
        #formhandler-callback input[type="radio"] + label {
            margin-left: 12px;
        }

    #formhandler-callback input[type="text"] {
        width: 100%;
        background: #fff8b9;
        border: none;
        color: black;
        margin: 0 0 5px 0;
        padding: 5px 11px;
    }

    #formhandler-callback input[type="submit"] {
        position: absolute;
        bottom: 12px;
        background: none;
        border: none;
        box-shadow: none;
        color: #e3001b;
        font-family: "Ubuntu", sans-serif;
        line-height: 1.3em;
        margin: 0 0 0 6px;
        padding: 0;
        text-shadow: none;
        -webkit-appearance: inherit;
    }

        #formhandler-callback input[type="submit"][disabled="disabled"] {
            cursor: no-drop;
        }

#formhandler-contact {
    margin-top: 37px;
}

    #formhandler-contact *::-webkit-input-placeholder {
        color: #797979;
        font-weight: 400;
    }

    #formhandler-contact *:-moz-placeholder {
        /* Firefox 18- */
        color: #797979;
        font-weight: 400;
    }

    #formhandler-contact *::-moz-placeholder {
        /* Firefox 19+ */
        color: #797979;
        font-weight: 400;
    }

    #formhandler-contact *:-ms-input-placeholder {
        color: #797979;
        font-weight: 400;
    }

    #formhandler-contact *::input-placeholder {
        color: #797979;
        font-weight: 400;
    }

    #formhandler-contact fieldset {
        display: block;
    }

        #formhandler-contact fieldset + fieldset {
            margin-top: 10px;
        }

    #formhandler-contact .control-label {
        display: none;
    }

    #formhandler-contact .control-group {
        display: block;
        float: left;
        width: 223px;
        margin-right: 26px;
    }

        #formhandler-contact .control-group:last-child {
            display: block;
            float: left;
            width: 223px;
            margin-right: 0;
        }

        #formhandler-contact .control-group.error {
            color: #e3001b;
        }

            #formhandler-contact .control-group.error *::-webkit-input-placeholder {
                color: #e3001b;
                font-weight: 400;
            }

            #formhandler-contact .control-group.error *:-moz-placeholder {
                /* Firefox 18- */
                color: #e3001b;
                font-weight: "normal";
            }

            #formhandler-contact .control-group.error *::-moz-placeholder {
                /* Firefox 19+ */
                color: #e3001b;
                font-weight: "normal";
            }

            #formhandler-contact .control-group.error *:-ms-input-placeholder {
                color: #e3001b;
                font-weight: "normal";
            }

            #formhandler-contact .control-group.error *::input-placeholder {
                color: #e3001b;
                font-weight: "normal";
            }

            #formhandler-contact .control-group.error input,
            #formhandler-contact .control-group.error select,
            #formhandler-contact .control-group.error textarea {
                background: rgba(227, 0, 27, 0.06);
                box-shadow: inset 3px 3px 3px 0 rgba(227, 0, 27, 0.19);
            }

        #formhandler-contact .control-group.message {
            width: 100%;
        }

        #formhandler-contact .control-group.required-note {
            width: auto;
            float: right;
            padding: 3px 0;
        }

    #formhandler-contact .contact-me .controls {
        position: relative;
        overflow: hidden;
    }

        #formhandler-contact .contact-me .controls select {
            width: 110%;
        }

        #formhandler-contact .contact-me .controls:after {
            height: 41px;
            position: absolute;
            top: 0;
            right: 0;
            content: "\f107";
            font-family: FontAwesome;
            font-size: 15px;
            padding: 10px 10px;
            pointer-events: none;
            z-index: 1000;
        }

    #formhandler-contact input,
    #formhandler-contact select,
    #formhandler-contact textarea {
        width: 100%;
        background: #f1f1f1;
        border: none;
        box-shadow: inset 3px 3px 3px 0 rgba(45, 45, 45, 0.7);
        /*-webkit-box-shadow: inset 3px 3px 3px 0 rgba(45, 45, 45, 0.19);*/
        font-size: 13px;
        padding: 10px 15px;
        text-align: left;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }


input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

#formhandler-contact select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 11px;
    padding-right: 0px;
}

#formhandler-contact textarea {
    min-height: 162px;
}

#formhandler-contact .button {
    background: #e3001b;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.0em;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    width: 185px !important;
    height: 38px;
    cursor: pointer;
}

input {
    line-height: normal;
}

#formhandler-contact input:focus, #formhandler-contact select:focus, #formhandler-contact textarea:focus {
    background: #fff8b9;
}

#formhandler-contact input[type="submit"] {
    color: white;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-align: center;
    text-shadow: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e3001b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: 25px;
}

#formhandler-contact .button {
    color: white;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-align: center;
    text-shadow: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e3001b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: 25px;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.fortschritt {
    height: 55px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

.step {
    background: none repeat scroll 0 0 #f4f3f3;
    float: left;
    padding: 15px;
    width: 25%;
    box-sizing: border-box;
    border: 2px solid #fff;
}

    /* .innerstep {
    background: url("pfeil.png") no-repeat scroll right center rgba(0, 0, 0, 0);
} */



    .step.active {
        background: #e30014;
        color: #fff;
    }


        .step.active a {
            color: #fff;
        }

    .step:hover {
        background: none repeat scroll 0 0 #dddcdc;
        transition: all linear 300ms;
    }

    .step.active:hover {
        background: #ff2c3f;
    }






h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
    color: #002842;
}

h4, .h4 {
    font-size: 16px;
    color: #e30014;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 26px;
}



input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
    width: auto !important;
    background: none;
    box-shadow: none;
    border: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 13px;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    line-height: 32px\9;
}

#formhandler-contact input[type="radio"] {
    background-color: none !important;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 15px;
    padding: 0;
    width: 15px;
}


#formhandler-contact input[type="checkboxb"] {
    background-color: none !important;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 15px;
    padding: 0;
    width: 15px;
}


.form-control input[type="radio"], .form-control input[type="checkbox"] {
    background-image: none;
    border: 1px solid #888;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus input[type="radio"], .form-control:focus input[type="checkbox"] {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}


.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


h3 {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-top: 25px;
}

input[type="radio"] {
    margin-right: 15px;
    background: none;
    box-shadow: none;
    border: 1px solid #666666;
    ;
}


.control.anrede > label {
    font-weight: 400;
    width: 100%;
}

.control.anrede > span {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
}

.control-group > label {
    font-weight: 400;
    line-height: 1;
}

#formhandler-contact input[type="radio"] {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    float: left;
    position: relative;
}

#formhandler-contact input[type="checkbox"] {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    float: none;
    position: relative;
}


#formhandler-contact fieldset {
    margin-top: 10px;
}


fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

/* TABLE */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td, th {
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 60%;
}


tr {
    border-top: 1px solid #ddd;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

thead {
    background: #002842;
    color: #fff;
    font-weight: 600;
}
/* // TOOLZ  //  */
a.tooltip {
    outline: none;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip.active {
        text-decoration: none;
    }

    a.tooltip div {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: 20px;
        margin-left: px;
        max-width: 220px;
        line-height: 16px;
    }

    a.tooltip.active div {
        display: inline;
        position: absolute;
        border: 2px solid #d3d3d3;
        color: #444;
        background: #f4f3f3 repeat-x 0 0;
    }

/*CSS3 extras*/
a.tooltip div {
    border-radius: 2px;
    box-shadow: none; /*opacity: 0.8;*/
}

input {
    line-height: 18px;
}



#formhandler-contact .submit {
    /*background: #fff;*/
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0em;
    text-align: left;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 800px;
    height: 600px;
    text-align: center;
    /*border: 1px solid darkgray;*/
}

.login {
    background-image: linear-gradient(to top, #1a2a42 0%, #003a80 100%);
    /*background-image: linear-gradient(to top, #1a2a42 0%, #3a4764 100%);*/
    /*background-image: -webkit-linear-gradient(bottom, #1a2a42 0%, #3a4764 100%);
            background-image: -moz-linear-gradient(bottom, #1a2a42 0%, #3a4764 100%);*/
    color: white;
    width: 450px;
    /*height: 250px;*/
    margin: auto;
    padding: 15px 30px 30px 30px;
    text-align: left;
}
#dvButtons {
    width: 700px;
    margin: auto;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    clear:both;
}
#footer{
    clear: both;
    padding-top: 1px;
    width: 450px;
    margin: auto;
}
    #footer hr {
        color: black;
        border-top-color: #5d5f62;
        margin-top: 25px;
        margin-bottom: 10px;
        /*border: 1px solid #5d5f62;*/
    }
.error {
    color: #e3001b;
    background-color: white;
    border: 10px solid #e3001b;
    border-radius: 5px;
    border-style: inset;
    padding: 5px;
}