﻿body {
    margin-top: 0px;
}

.lv-row {
    display: flex;
}

.lv-column {
    flex: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.lv-column-2 {
    flex: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(kundenportal.jpg) no-repeat 0;
}

.lv-content-container {
    width: 65%;
}

.lv-page-header {
    margin-top: 10px;
}

.identityMainBody * {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.lv-identity4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7F7F7;
}

.lv-centred-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 1270px;
    padding-left: 10px;
    padding-right: 10px;
    align-content: space-between;
}

.lv-container, .lv-headline {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.7px;
    padding: 10px;
    background-color: #ffffff;
}

.lv-headline-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    width: auto;
}

.lv-headline-item {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.lv-headline-icon {
    margin-right: 5px;
    font-size: 14px;
}

.lv-logo {
    height: 55px;
    width: 247px;
    background: url(../img/logo-lv1871.svg) no-repeat 0;
}

.lv-logo-white {
    height: 80px;
    width: 215px;
    background: url(../img/logo-lv1871-white.svg) no-repeat 0;
}

.lv-logo-white-navbar {
    height: 54px;
    width: 140px;
    background: url(../img/logo-lv1871-white.svg) no-repeat 0;
}

.lv-slogan {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.7px;
    color: #4a5762;
    background-color: #F7F7F7;
    padding: 10px;
}

.lv-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.lv-topmenu {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #54626d;
}

.lv-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: #54626d;
    padding-top: 10px;
}


.lv-footer-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: auto;
    background: #2b343b;
    padding: 10px 0;
}

.lv-bar-menue {
    display: flex;
    margin-bottom: 0;
}

.lv-menue-item {
    margin: 0 10px;
}

.lv-item-link {
    letter-spacing: 0.5px;
    color: #ffffff;
}

.lv-bar-p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
}

    .lv-bar-p > a {
        color: #ffffff;
    }

.lv-navbar {
    display: flex;
    justify-content: space-between;
}

.lv-navbar-start {
    display: flex;
    justify-content: flex-start;
}

.lv-navbar-end {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

.lv-button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.lv-icon-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 38px;
    cursor: pointer;
    color: #4A5762;
    min-width: auto;
    border: none;
    box-shadow: none;
}

.lv-navbar-button > a {
    padding: 0px;
}

    .lv-navbar-button > a:hover {
        color: #ffffff;
        background-color: #6e7981;
    }

.lv-navbar-button {
    display: flex;
    justify-content: space-between;
}

.lv-navbar-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    box-shadow: none;
    font-size: 24px;
    width: 60px;
    height: 60px;
    background-color: #54626d;
    color: #ffffff;
}

    .lv-navbar-button-icon.lv-active {
        min-width: 80px;
        width: 100%;
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
        background-color: #6e7981;
        cursor: default;
    }

.navbar-brand {
    font-size: 14px;
}

    .navbar-brand:hover {
        color: #4a5762;
    }

.navbar {
    background-color: rgba(74, 87, 98, .03);
}

.navbar-inverse span.navbar-brand {
    color: #4a5762;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #4a5762;
}

.navbar-inverse .navbar-nav > li > a {
    color: #4a5762;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #028860;
}

.panel-default > div.panel-heading {
    padding: 0 0 0 5px;
    color: #4a5762;
    background-color: #ffffff;
    border: none;
}

button.btn {
    color: #ffffff;
    border: 1px solid #028860;
    border-radius: 2px;
    background-color: #028860;
}

    button.btn.btn-primary {
        border: 1px solid #028860;
        border-radius: 2px;
        background-color: #028860;
    }

    button.btn:hover {
        color: #ffffff;
        border: 1px solid #05aa79;
        border-radius: 2px;
        background-color: #05aa79;
    }

    button.btn.btn-secondary {
        color: #000000;
        border: 1px solid #4A5762;
        border-radius: 2px;
        background-color: #FFFFFF;
    }

        button.btn.btn-secondary:hover {
            color: #ffffff;
            border: 1px solid #4A5762;
            border-radius: 2px;
            background-color: #4A5762;
        }

h1 {
    color: #4a5762;
    font-size: 28px;
}

h2 {
    font-size: 20px;
    margin-top: 0px;
    color: #4a5762;
}

h4 {
    color: #4a5762;
}

    h4 > lv-black {
        color: #000000;
    }

a {
    color: #4a5762;
}

    a:hover {
        color: #6e7981;
    }



.lv-items {
    //padding: 10px;
}

.lv-item {
    min-width: 40px;
    min-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .24);
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.lv-entry {
}

    .lv-entry a {
        padding: 0;
    }

    .lv-entry > h5 {
        color: rgba(74, 87, 98, .9);
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 6px;
        font-family: 'Roboto', sans-serif;
    }

    .lv-entry > p {
        max-width: 340px;
    }

.lv-entry-header {
    font-size: 15px;
    margin: 20px;
}

.lv-contact-helper {
    max-width: 400px;
    background-color: #ffffff;
    margin: 8px;
}

    .lv-contact-helper ul {
        list-style: none;
        max-width: 100%;
        padding: 10px;
        margin: 0;
    }

    .lv-contact-helper li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
    }

.lv-contact-helper li:last-child {
    margin-bottom: 0px;
}

.lv-contact-info {
    background-color: palevioletred;
}

.lv-item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.lv-noticeIcon {
    font-size: 20px;
}

.lv-notice {
    padding: 10px 0px;
    font-size: 15px;
}

.lv-noticeText {
    padding-left: 10px;
    font-family: 'Roboto Condensed';
}

.lv-noticeOnetimePassword {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    font-size: 12px;
    margin-bottom: 10px;
}

.lv-text-padded {
    padding-top: 5px;
    padding-bottom: 10px;
}

.lv-direct-contact {
    padding-top: 10px;
}

.lv-reset {
    clear: both;
}

button, .button {
    outline: 0 !important;
}

.lv-contact > a {
    color: #4a5762;
}

a {
    padding-top: 10px;
    padding-left: 15px;
    letter-spacing: 0;
}

.button {
    border: 1px solid #028860;
    border-radius: 2px;
    background-color: #028860;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 13px 10px 10px;
    font-weight: normal;
    white-space: nowrap;
}

    .button:hover {
        color: #ffffff;
        border: 1px solid #05aa79;
        border-radius: 2px;
        background-color: #05aa79;
    }

span.btn.btn-primary {
    color: #000000;
    border: 1px solid #4A5762;
    border-radius: 2px;
    background-color: #FFFFFF;
}

span.btn:hover {
    color: #ffffff;
    border: 1px solid #4A5762;
    border-radius: 2px;
    background-color: #4A5762;
}

span.button {
    border: 1px solid #028860;
    border-radius: 2px;
    background-color: #028860;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 13px 10px 10px;
    font-weight: normal;
    white-space: nowrap;
}

    span.button:hover {
        color: #ffffff;
        border: 1px solid #05aa79;
        border-radius: 2px;
        background-color: #05aa79;
    }

a.button, a.button:hover {
    color: #ffffff;
    border: 1px solid #05aa79;
    border-radius: 2px;
    background-color: #05aa79;
}

.lv-password-p {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.lv-mt20 {
    margin-top: 20px;
}

.alert-danger {
    margin-right: 15px;
    padding-left: 20px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    letter-spacing: 0;
    width: 95%;
}

.alert-danger ul {
    margin-bottom: 0px;
}

.panel, .panel-default {
    border: none;
    box-shadow: none;
}

.panel-title {
    font-size: 18px;
}

.panel-body {
    letter-spacing: 0;
    padding-left: 5px;
}

@media(min-width:1024px) {
    .lv-logo-white-navbar {
        display: none;
    }

}

@media(max-width:1224px) {
    .lv-content-container {
        width: 95%;
    }

    .lv-content {
        margin-top: 35px;
    }

    .lv-contact-helper {
        max-width: 360px;
    }

    .panel-default > div.panel-heading {
        padding: 0px;
    }
}

@media(max-width:768px) {

    h1 {
        margin-top: 5px;
        font-size: 18px;
    }

    .lv-logo {
        height: 31px;
        width: 189px;
    }

    .lv-slogan, .lv-headline {
        display: none;
    }

    p {
        font-size: 10px;
        padding-left: 7px;
        margin: 0 0 10px;
    }

    .lv-footer {
        height: 35px;
    }

    .lv-logo-white {
        height: 14px;
        width: 70px;
    }

    .lv-menue-item {
        margin: 0 5px;
    }

    .lv-footer-bar {
        justify-content: space-around;
    }

    .lv-bar-menue {
        flex-direction: column;
    }

    .lv-item-link {
        padding-left: 0px;
    }

    .lv-bar-p > a {
        padding-left: 0px;
    }

    .lv-navbar-button-icon.lv-active {
        font-size: 20px;
    }

    @media(max-width:568px) {
        h1 {
            margin-top: 0px;
            font-size: 24px;
        }

        .lv-logo {
            height: 25px;
            width: 160px;
        }

        .lv-slogan {
            font-size: 11px;
        }

        .lv-footer-bar {
            justify-content: flex-start;
        }

        p {
            font-size: 10px;
            padding-left: 7px;
            margin: 0 0 10px;
        }

        .lv-brand-long {
            display: none;
        }

        .lv-row {
            flex-direction: column;
        }

        .lv-navbar-button-icon.lv-active {
            font-size: 12px;
        }
    }

    @media(max-width:440px) {

        h1 {
            font-size: 24px;
        }

        .lv-notice {
            font-size: 11px;
        }

        h4 {
            font-size: 11px;
        }

        .lv-logo {
            height: 15px;
            width: 117px;
        }

        .lv-logo-white-navbar {
            height: 59px;
            width: 100px;
        }

        .lv-navbar-end {
            margin-right: 5px;
        }

        .lv-col-xxs {
            width: 100%;
        }

        .lv-brand-long {
            display: none;
        }

        .panel-title {
            font-size: 16px;
        }

        span {
            font-size: 12px;
        }
    }

    @media(max-width:320px) {
        h1 {
            font-size: 20px;
        }

        h4 {
            font-size: 14px;
        }

        .lv-logo {
            height: 13px;
            width: 107px;
        }

        .lv-col-xxs {
            width: 100%;
        }

        .lv-brand-long {
            display: none;
        }

        p {
            margin: 0 0 5px;
            font-size: 11px;
            padding-left: 5px;
        }

        .lv-slogan {
            display: none;
        }
    }

    @media(min-width:321px) {
        .lv-brand-short {
            display: none;
        }
    }
