html, body {
    height: 100%;
}

.row {
    min-width: 0;
}

.container {
    padding: 0;
    border-left: 1px solid #02538c;
    border-right: 1px solid #02538c;
    min-height: 100%;
    max-width: 720px;
    margin: auto;
    position: relative;
}

.header {
    border-bottom: 1px solid #02538c;
    margin-bottom: 14px;
    padding: 14px 0;
    position: relative;
    /*background-color: #bed5e3;*/
    height: 130px;

    background: #306b8d; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #306b8d 11%, #bed5e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(11%,#306b8d), color-stop(100%,#bed5e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #306b8d 11%,#bed5e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #306b8d 11%,#bed5e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #306b8d 11%,#bed5e3 100%); /* IE10+ */
    background: linear-gradient(45deg,  #306b8d 11%,#bed5e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306b8d', endColorstr='#bed5e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.content {
    padding-bottom: 64px;
}

.footer {
    border-top: 1px solid #02538c;
    margin-top: 14px;
    padding: 14px 0;
    position: absolute;
    bottom: 0;
    height: 50px;
    background: #306b8d;
    color: #ffffff;
    width: 100%;
}

.footer div {
    font-size: 90%;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #bad3e1;
}

.dep-ansprechen {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nav-bar.vertical {
        margin-top: 14px;
    }
}

.nav-bar {
    background-color: #306b8d;
    font-weight: bold;
    margin-bottom: 0;
}

form {
    margin-bottom: 0;
}

.nav-bar > li > a {
    color: #ffffff;
}

form.custom span.custom.radio.checked:before,
.Zebra_DatePicker,
.dp_header {
    background-color: #306b8d;
    border-color: #306b8d;
}

.nav-bar > li:hover,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_hover {
    background-color: #5687a3;
}

.dp_footer {
    display: none;
}

.maklerhomepage-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    padding: 5px 0 0 10px;
    border-top-left-radius: 5px;
    background-color: #fff;
}

.bvk-container {
    padding: 0 10px 5px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 15px;
}

.bvk-logo {
    height: 100px;
}