﻿.Site {
    background: #f7f7f7 !important;
    color: rgba(0, 0, 0, 0.9);
    color: var(--text-color);
    font-size: 18px;
    font-size: var(--base-unit);
    margin: 0;
    min-height: 100vh;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-attachment: fixed;
}

.Site-body {
    font-family: Delivery, sans-serif;
    max-width: 1015px;
    max-width: var(--max-content-width);
    margin: 0 auto;
    /* dhl medium equals one base unit */
    padding: 0;
    
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
    min-height: 100vh;
}

.yellow-background {
    background-color: rgb(255, 204, 0);
}

.body-margin {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media only screen and (max-width: 600px) {
    .body-margin {
        padding: 18px;
    }
}

.button-red-color {
    background-color: #d40511 !important
}

.resizeDhlLoggo {
    overflow: hidden;
    width: 100%;
    text-align: center
}

.dhlTextLabel {
    text-align: center;
    color: white;
    /*font-weight: bold;*/
    font-size: x-large;
    font-weight: 600;
}

.dhlTextBlack {
    text-align: center
}

.centeredText {
    text-align: center
}

.margin {
    margin: 5px;
}

.ikon {
    height: 48px;
}

.ikon + .ikon {
    margin-left: 1em;
    width: 48px;
}

.margin-left-right-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.Overlay-heading {
    margin-top: 5px;
    font-weight: 600;
}

.overlay-heading-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px
}

.overlay-heading-spacer {
    flex: 1 1 auto
}

.u-s-min200 {
    min-width: 200px !important;
}

.card-shipment-title {
    font-size: 14px;
}

.card-shipment-text-large {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px
}

.card-shipment-text-normal {
    font-size: 14px;
}

.bottom-margin-0 {
    margin-bottom: 0px
}

ul.a {
    list-style-type: disc;
}

.card-radius {
    border-radius: 4px
}

hr {
    margin-top: 0;
    margin-bottom: 1.25rem
}

h2 {
    font-weight: revert
}