
@font-face {
    font-family: 'UniversLTStd67BoldCondensed';
    src: url('fonts/universltstd-boldcn-webfont.eot');
    src: url('fonts/universltstd-boldcn-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/universltstd-boldcn-webfont.woff') format('woff'), url('fonts/universltstd-boldcn-webfont.ttf') format('truetype'), url('fonts/universltstd-boldcn-webfont.svg#UniversLTStd67BoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStd47LightCondensed';
    src: url('fonts/universltstd-lightcn-webfont.eot');
    src: url('fonts/universltstd-lightcn-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/universltstd-lightcn-webfont.woff') format('woff'), url('fonts/universltstd-lightcn-webfont.ttf') format('truetype'), url('fonts/universltstd-lightcn-webfont.svg#UniversLTStd47LightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStd57Condensed';
    src: url('fonts/universltstd-cn-webfont.eot');
    src: url('fonts/universltstd-cn-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/universltstd-cn-webfont.woff') format('woff'), url('fonts/universltstd-cn-webfont.ttf') format('truetype'), url('fonts/universltstd-cn-webfont.svg#UniversLTStd57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
}

@viewport {
    width: device-width;
}

a {
    color: #2d50aa;
    text-decoration: none;
}

.clear {
    clear: both;
}

body, html {
    font-size: 1em;
    color: #333333;
    font-family: 'UniversLTStd57Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    background: #f0f0f0;
    height: 100%
}

input:-moz-read-only { /* For Firefox */
    opacity: 0.5;
}

input:read-only {
    opacity: 0.5;
}

header {
    padding-top: 22px;
    height: 130px;
    border-bottom: 4px solid #3b5cb0;
    background: #ffffff;
}

    header img.logo {
        width: 100%;
        max-width: 200px;
        float: left;
    }

footer img.logo {
    width: 100%;
    max-width: 150px;
}

footer {
    clear: both;
    background-color: #fff;
    border-top: 2px solid #ccc;
    color: #dbdbdb;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.vdkInfo {
    float: right;
    text-align: right;
    padding-top: 20px;
}

.vdkInfoLine1 {
    margin-bottom: 5px;
}

    .vdkInfoLine1 span {
        margin-bottom: 5px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #ccc;
        padding: 2px 6px;
        margin-left: 4px;
    }

.vdkContainer {
    min-height: 100%;
    position: relative;
}

.vdkContent {
    max-width: 1020px;
    text-align: left;
    margin: auto;
    width: 100%;
}

main {
    padding-bottom: 112px;
}

    main .vdkContent {
        padding: 40px 20px 0px;
    }

header .vdkContent {
    padding: 0px 20px;
}

.vdkOverview ul {
    width: 100%;
    list-style: none;
}

.vdkOverviewButtons li {
    display: block;
    width: 140px;
    float: left;
    margin: 0 28px 28px 0;
    height: 140px;
}

.vdkOverviewButtons a {
    display: block;
    width: 100%;
    background: #ffffff;
    height: 100%;
    padding: 80px 10px 10px;
    text-align: center;
    border-bottom: 2px solid #dadada;
    font-size: 16px;
    color: #333333;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center 15px;
}

.vdkOverviewButtons li:nth-child(6n) {
    margin-right: 0;
}

a.vdkIconData {
    background-image: url(../images/icon_data.svg);
}

a.vdkIconZeitung {
    background-image: url(../images/icon_Zeitung.svg);
}

a.vdkIconEuro {
    background-image: url(../images/icon_euro.svg);
}

a.vdkIconCard {
    background-image: url(../images/icon_card.svg);
}

a.vdkIconTown {
    background-image: url(../images/icon_town.svg);
}

a.vdkIconRegion {
    background-image: url(../images/icon_region.svg);
}

a.vdkIconEmail {
    background-image: url(../images/icon_email.svg);
}

a.vdkIconPassword {
    background-image: url(../images/icon_password.svg);
}

a.vdkIconCouple {
    background-image: url(../images/icon_couple.svg);
}

a.vdkIconPhone {
    background-image: url(../images/icon_phone.svg);
}

a.vdkIconWebsite {
    background-image: url(../images/icon_earth.svg);
}

a.vdkIconEmailWhite {
    background-image: url(../images/icon_email_white.svg);
}

a.vdkIconInbox {
    background-image: url(../images/icon_inbox.svg);
}

.vdkClear {
    clear: both;
}

.vdkContact {
    display: none;
    margin: 0 -20px 0px;
    padding: 40px 20px 40px;
    background: #ffffff;
}
    .vdkContact li:first-child a.vdkIconPhone {
        background-image: url(../images/icon_phone_white.svg);
    }

    .vdkContact ul {
        list-style: none;
        width: 100%;
    }

    .vdkContact li {
        margin-bottom: 14px;
    }

        .vdkContact li a {
            display: block;
            text-align: center;
            background-size: auto 60%;
            background-position: 20px center;
            background-repeat: no-repeat;
            color: #2d50aa;
            padding: 10px;
            border-radius: 20px;
            background-color: #ffffff;
            border: 1px solid #2d50aa;
        }

        .vdkContact li:first-child a {
            color: #ffffff;
            background-color: #2d50aa;
        }

.vdkLogin {
    display: block;
    max-width: 460px;
    background: #ffffff;
    padding: 30px;
    text-align: left;
    border-bottom: 2px solid #dadada;
    font-size: 16px;
    color: #333333;
    margin: 0 auto 40px;
}

    .vdkLogin h1 {
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 30px;
        text-align: center;
    }

    .vdkLogin p {
        margin: 0 0 20px;
    }

.vdkLabel {
    display: block;
    margin-bottom: 5px;
}

.vdkBlue {
    color: #2d50aa;
}

.vdkPwChange {
    border: 1px solid #dadada;
    padding: 4px 10px;
    display: block;
    margin: 0 0 10px;
    width: calc(100% - 140px);
}

.vdkInputText {
    border: 1px solid #dadada;
    padding: 4px 10px;
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.vdkButton {
    background: #2d50aa;
    padding: 4px 10px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
}


.vdkLoginLinks {
    margin: 30px -31px -30px -30px;
}

    .vdkLoginLinks a {
        display: block;
        width: 32%;
        background: #f5f5f5;
        padding: 10px 5px;
        float: left;
        text-align: center;
        font-size: 13px;
        border-left: 2px solid #fff;
    }

        .vdkLoginLinks a:first-child {
            border-left: 0px;
        }

        .vdkLoginLinks a:nth-child(3) {
            width: 36%;
        }

.vdkLoginButtons {
    display: block !important;
    max-width: 400px;
    background: transparent;
    margin: -10px auto 0;
}

    .vdkLoginButtons ul {
        list-style: none;
        width: 100%;
    }

    .vdkLoginButtons li {
        margin-bottom: 14px;
    }

        .vdkLoginButtons li a {
            display: block;
            text-align: center;
            background-size: auto 60%;
            background-position: 20px center;
            background-repeat: no-repeat;
            color: #2d50aa;
            padding: 10px;
            border-radius: 20px;
            background-color: #ffffff;
            border: 1px solid #2d50aa;
        }

.vdkText {
    margin-bottom: 20px;
}

.vdkDetails {
    display: block;
    max-width: 600px;
    background: #ffffff;
    padding: 30px;
    text-align: left;
    border-bottom: 2px solid #dadada;
    font-size: 16px;
    color: #333333;
    margin: 0 auto 40px;
}

.vdkBack {
    max-width: 600px;
    margin: 0px auto 5px;
    font-size: 12px;
    text-align: right;
}

.vdkData:nth-child(3),
.vdkDetails:nth-child(3) {
    margin-top: -20px;
}

.vdkData {
    display: block;
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 10px 30px;
    background: #fff;
}

.vdkData {
    display: block;
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 20px 30px;
    background: #fff;
}

.vdkDataForm {
    display: none;
}

.vdkData.open .vdkDataForm {
    display: block;
}

.vdkData:last-child {
    margin: 0 auto 40px;
}

.vdkData select,
.vdkData input[type="text"] {
    border: 1px solid #dadada;
    padding: 5px 10px;
    width: calc(100% - 140px);
    float: left;
    display: block;
    margin-bottom: 10px;
}

.vdkData label {
    width: 120px;
    margin-right: 20px;
    float: left;
    display: block;
    line-height: 28px;
    margin-bottom: 5px;
}

.vdkDataFormLong label {
    width: calc(100% - 170px);
    margin-right: 20px;
}

.vdkDataFormLong select,
.vdkDataFormLong input[type="text"] {
    width: 150px;
}

.vdkData h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    cursor: pointer;
}

    .vdkData h3:after {
        content: '';
        display: block;
        width: 30px;
        height: 26px;
        background: transparent url(../images/icon_arrow_down.svg) no-repeat center right;
        /* background: transparent url(https://arv.de/kunden/vdk/images/icon_arrow_down.svg) no-repeat center right;*/
        background-size: 100% auto;
        position: absolute;
        right: 0;
        top: 0;
    }

.vdkData.open h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 26px;
    background-image: url(../images/icon_arrow_up.svg);
    /* background-image: url(https://arv.de/kunden/vdk/images/icon_arrow_up.svg);*/
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
}

.vdkData.open h3 {
    border-bottom: 1px solid #dadada;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.vdkDetails h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
    margin: 0 0 30px;
    padding-bottom: 10px;
}

.vdkDetails h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 10px;
}

.vdkLinkBack {
    margin: 0 auto 40px;
    background: #2d50aa;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    max-width: 160px;
    display: block;
}

.vdkDetailsNumber {
    float: right;
    max-width: 120px;
    text-align: right
}

.vdkDetailsAmount {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}

.vdkDetailsPayment {
    border-top: 1px solid #dadada;
    padding-top: 10px;
}

.vdkDetailsPaymentLeft {
    width: 120px;
    float: left;
    margin-bottom: 5px;
}

.vdkDetailsPaymentRight {
    width: calc(100% - 120px);
    float: left;
    margin-bottom: 5px;
}

.vdkDetailsNumber i {
    font-style: normal;
    font-size: 18px;
}

.vdkDetailsContact a {
    display: block;
    width: 50%;
    background: #f5f5f5;
    padding: 10px 5px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    border-left: 2px solid #fff;
}

    .vdkDetailsContact a:first-child {
        border-left: 0px;
    }

.vdkDetailsContact {
    margin: 30px -31px -30px -30px;
}

.vdkDetailsContactPhone {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background: transparent url(../images/icon_phone.svg) no-repeat center center;
    background-size: auto 90%;
    position: relative;
    top: 2px;
}

.vdkDetailsContactEmail {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background: transparent url(../images/icon_email.svg) no-repeat center center;
    background-size: auto 100%;
    position: relative;
    top: 3px;
}

.vdkIDCard {
    max-width: 100%;
    width: 100%;
}

.vdkEmailForm input[type="email"] {
    border: 1px solid #dadada;
    padding: 5px 10px;
    width: calc(100% - 120px);
    margin-right: 20px;
    float: left;
}

.vdkEmailForm button {
    float: left;
    background: #2d50aa;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    max-width: 100px;
    display: block;
    border: 1px solid #2d50aa;
}


@media (max-width: 1020px) {
    .vdkOverview ul {
        width: 476px;
        margin: auto;
    }

    .vdkOverviewButtons li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 506px) {
    .vdkInfo {
        padding-top: 10px;
        font-size: 14px;
        width: 60%;
    }

    .vdkOverview {
        padding-bottom: 28px;
    }

        .vdkOverview ul {
            width: 100%;
        }

    .vdkOverviewButtons li {
        width: calc(33.33333% - 8px);
        margin: 0 12px 12px 0;
        position: relative;
        overflow: hidden;
        height: auto;
    }

        .vdkOverviewButtons li:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

    .vdkOverviewButtons a {
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding-top: 55%;
        background-size: 36% auto;
    }

    .vdkMobileHide,
    .vdkOverviewButtons .vdkMobileHide {
        display: none;
    }

    main .vdkContent {
        background: #f0f0f0;
        padding-bottom: 20px;
    }

    body {
        background: #ffffff;
    }

    .vdkOverviewContact {
        display: block;
    }

    .vdkContact {
        display: block;
    }

    .vdkOverviewButtons li:nth-child(7) {
        margin-right: 0;
    }

    .vdkOverviewButtons li:nth-child(9) {
        margin-right: 10px;
    }

    .vdkOverviewButtons li:nth-child(10) {
        margin-right: 0px;
    }

    header img.logo {
        max-width: 160px;
    }

    header {
        height: 120px;
    }
}

@media (max-width: 460px) {
    .vdkDetails h3 {
        font-weight: 600;
        margin: 10px 0 0px;
    }

    .vdkInfo {
        font-size: 12px;
        width: 50%;
    }

    .vdkDetailsContact a,
    .vdkLoginLinks a {
        width: 100%;
        float: none;
        border-left: 0;
        border-top: 2px solid #fff;
    }

        .vdkDetailsContact a:nth-child(3),
        .vdkLoginLinks a:nth-child(3) {
            width: 100%;
        }

    .vdkDetailsNumber {
        float: none;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .vdkData select,
    .vdkData input[type="text"],
    .vdkData label,
    .vdkDataFormLong label,
    .vdkDataFormLong select,
    .vdkDataFormLong input[type="text"] {
        width: 100%;
        float: none;
    }

    .vdkData label,
    .vdkDataFormLong label {
        line-height: 22px;
    }

    @media (max-width: 370px) {
        header img.logo {
            max-width: 140px;
        }

        header {
            height: 100px;
        }

        .vdkInfo {
            width: 120px;
            padding-top: 0px;
        }

        .vdkOverviewButtons a {
            font-size: 12px;
            padding: 60% 5px 5px;
        }
    }
}

.G_Zeiten_tb {
    width: 100%;
}

.G_Zeiten_tr1 {
    font-weight: bold;
    height: 35px;
}

.G_Zeiten_td1 {
    /* Wochentag*/
    width: 30px;
}

.G_Zeiten_td2 {
    /* VonZeit*/
    width: 50px;
}

.G_Zeiten_td3 {
    /* BisZeit*/
    width: 50px;
}

.G_Zeiten_td4 {
    /* Beschreibung*/
}

.G_Zeiten_td5 {
    /* Telefon*/
}

.MeineNachrichten_Legende_SVG {
    width: 3%;
    height: 3%;
    cursor: pointer;
}
.txtA_EmailanKV {
    margin: 1%;
    width: 98%;
    border: 1px solid silver;
    height: 150px;
    padding: 3px;
    resize: none;
}
.p_EmailanKV {
    margin: 1%;
    width: 98%;
}