#tabs {
    display: flex;
    flex-direction: column
}

#tabs label {
    width: auto
}

#tabs > .tab-header {
    display: flex;
    flex-direction: row
}

#tabs > .tab-header > .size-8 {
    width: calc(100% / 12 * 8);
    padding: 8px 12px;
    font-weight: 700;
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center
}

#tabs > .tab-header > .size-4 {
    width: calc(100% / 12 * 4 - 14px);
    padding: 8px 12px;
    font-weight: 700;
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 800px) {
    #tabs > .tab-header > .size-4,#tabs > .tab-header > .size-8 {
        font-size:12px
    }
}

#tabs .divide-left {
    border-left: 1px solid #eee
}

#tabs > .tab-header .tab-label {
    word-break: normal
}

#tabs > .tab-header .tab-label,#tabs > .tab-header .shipping-icon {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

#tabs > .tab-header label {
    background: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% / 3);
    font-size: 15px;
    color: #003664;
    padding-top: 0px;
}

#tabs > .tab-header input:checked + label {
    background: #e8f3ec!important;
    border-radius: 3px 3px 0 0;
    /* border: 1px solid #3dbe8b; */
    /* border-bottom: 0; */
    /* top: 1px; */
    /* position: relative; */
}

#tabs div[data-tab] {
    display: none
}

#tabs div[data-tab].active-tab {
    display: flex;
    padding: 20px 30px 12px;
    border-radius: 2px;
    background: #e8f3ec;
    border-bottom: 2px solid #108440;
    font-family: "Open Sans",sans-serif,Roboto,arial;
    font-size: 20px;
    font-weight: 600;
}

.shipping-icon {
    height: 50px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.shipping-icon.icon-packet {
    background-image: url(../tl_files/img/navi/paketversand.png)
}

.shipping-icon.icon-oversize-pack {
    background-image: url(../tl_files/img/navi/sperrgutversand.png)
}

.shipping-icon.icon-oneway {
    background-image: url(../tl_files/img/navi/europalette.png)
}

.shipping-icon.icon-europalett {
    background-image: url(../tl_files/img/navi/einwegpalette.png)
}

.shipping-icon.icon-ltl {
    background-image: url(../files/img/navi/expressversand.png)
}

.shipping-icon.icon-express {
    background-image: url(../files/img/navi/direktfahrt.png)
}

.packingpeace .text {
    position: relative;
    background-image: none
}

.calcfields .packingpeace .kg {
    position: relative;
    background-image: none
}

.size-label input,.weight-label input {
    font-size: 14px;
    margin-right: 10px!important;
}

.size-label.cm {
    z-index: 9;
    position: relative
}


@media only screen and (min-width: 576px) and (min-width: 768px) {
    #tabs > .tab-header label {
        align-items:flex-start;
        font-size: 14px;
        color: #003664;
        padding-top: 2px;
    }
}

@media only screen and (max-width: 576px) {
    #tabs > .tab-header label {
        align-items:flex-start;
        font-size: 13px;
        color: #003664;
        padding-top: 12px
    }
}

#tabs > .tab-header label:hover {
    text-decoration: underline;
}