:root {
    --primaryColor: #4A783C;
}

body {
    background: url("/img/ticket-kur.avif") 50% 50% no-repeat fixed;
    background-size: cover;
    overflow-x: hidden;
}

.panel::after {
    content: "© Christine Kuchem / stock.adobe.com";
    color: white;
    margin-top: 10px;
    float: right;
    position: relative;
}

.panel a {
    color: var(--primaryColor) !important;

}

#requiredDataForm {
    padding: 0 !important;
}

.panel-heading {
    background-color: white !important;
    color: var(--primaryColor) !important;
}

.panel-heading * {
    color: black !important;
}

.panel-body {
    font-weight: bold;
    background-color: white !important;
    margin-top: -10px;
    padding: 50px 20px;
}

.headline-list-digital-upgrade {
    font-size: 16px;
    color: var(--primaryColor);
    text-transform: uppercase;
}

.auth-topic-desc {
    display: flex;
    flex-direction: column;
}

.panel .panel-body ul {
    padding-left: 0;
    margin-left: 0 !important;
    overflow: hidden;
    font-size: 16px;
    color: var(--primaryColor)
}

.panel .panel-body ul li {
    margin-bottom: 10px;
    padding-left: 40px;
    list-style: none;
    position: relative;
    color: var(--primaryColor);
}

.panel .panel-body ul li:before {
    background: none;
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 14px;
    top: 20px;
    left: 13px;
    border: solid var(--primaryColor);
    z-index: 1;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}


.panel-body::after {
    content: " ";
    display: block;
    inset: 0;
    position: absolute;
    z-index: -1;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 10px;
}

.dlvshop-dblock {
    display: block !important;
}

@media screen and (min-width: 1200px) {
    .panel-body > div:first-child {
        border-right: unset;
    }

    .composingoffset {
        transform: translateY(-5px);
        margin-top: -120px;
    }
}

a[data-toggle="modal"] {
    font-size: 11px;

}

.panel-default {
    border: none !important;
}

.panel .btn-primary {
    height: unset !important;
    font-weight: bold;
    border-radius: 10px!important;
    transition: background-color .5s;
    padding: 15px;
    background: #F18830 !important;
    color: white !important;
}

.panel .btn-primary:hover {
    background: #F18830!important;
}

.mydlv-auth-panel label {
    text-transform: unset;
}

.mydlv-auth-panel .login-action {
    margin-bottom: 10px;
    margin-top: 5px;
}

.ghostbutton {
    width: 100%;
    border-radius: unset;
    font-weight: normal;
    color: black !important;
    white-space: unset;

    &:hover {
        color: var(--primaryColor) !important;
        background-color: #fff;
        border: 1px solid var(--primaryColor);
    }

    &.btn-primary:hover {
        background-color: white !important;
    }
}

.panel {
    background-color: unset;
}

.form-group.optional {
    display: none;
}

.agb {
    font-size: 12px;
}

.agb a {
    text-decoration: underline;
}

/* roboto-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/roboto-v30-latin-ext_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
