﻿html, body
{
    width:100%;
    background-color:#ffffff;
    color: #58585a;
    font-weight:normal;
/* Old:     font-family:"Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;*/ 
   font-family:Tahoma, "Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Helvetica, Arial, sans-serif;
    /*min-width:500px;*/
    -ms-overflow-style:-ms-autohiding-scrollbar;
    /*margin-bottom: 0px;*/
}

html {
    min-height: 100%;
    position: relative;
}

body
{
    /*font-size:0.9em;*/
    margin-bottom: 3em;
    /*padding-bottom: 3em;*/
}
.container{
 	font-size:1.1em;
}
h1, h2, h3 {
    color: #06a;
}

#regDaten {
    display: none;
}

.btn-primary {
}
.div-header{
    padding-top:3em;
}
.div-header h1 {
    font-size: 2em;
    color: #58585a;
    font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
}

#footer
{
    padding:10px 50px 10px 50px;
    padding:10px 0px 10px 0px;
    bottom:0;
    color:#666666;
    font-size:0.78em;
    height:auto;
}
#footerLinks
{
    float:none;
    /*padding-top:10px;*/
    padding-top:0em;
}
.footerContainer{
    padding-left:1.1em;
    padding-right:1.1em;
}

#copyright {
    color:#696969;
    display:none;
}

.pageLink {
    color: #58585a;
    padding-right:16px;
    padding-bottom:5px;
}

/*Validierung und Tooltip*/



.input-validation-error {
    border: 1px solid #C00 !important;
}

input[type="checkbox"].input-validation-error {
    outline: 1px solid #C00 !important;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: transparent;
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #D3D4D5;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #FFF;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #FFF;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #FFF;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #FFF;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #FFF;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #FFF;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #FFF;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #FFF;
}

.tooltip-inner {
    max-width: 300px;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #D3D4D5;
}

.tooltip-alert {
    padding: 8px 10px;
    font-weight: bolder;
    color: #C00;
}
/*Ende Validierung und Tooltip*/


.loading-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .5 ) url('/images/load.gif') 50% 50% no-repeat;
}

.margin-top-20 {
    margin-top: 20em;
}

.reg-header {
    margin-bottom: 2em;
}

.border-bottom {
    border-bottom: 1px solid #D3D4D5;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}

input {
    margin-right: 2em;
}

button.btn-default {
    background-color: #1168ae; /*#428bca;*/
    color: #ffffff;
}

    button.btn-default:hover {
        background-color: #3276b1;
        border-color: #428bca;
        color: #ffffff;
    }

.input-group {
    width: 100%;
}

.input-group-btn {
    float: left;
    margin-top: 1em;
}

.input-group:last-child > .input-group-btn > .btn-default {
    border-radius: 6px;
}

#inpEmail {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.step-filled{
    background-color:#1168ae;
    font-size:0.3em;
        border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
}

.step-empty{
    background-color:#f5f5f5;
      font-size:0.3em;
          border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
}

.steps{
    margin-bottom: 1em;
}