:root{
    --ci-efr: #ed008c;
}

h1{
    font-size: 1.75rem;
}
h2 {
    font-size: 1.5rem;
}
.container {
    border: 1px solid #ddd;
    padding: 2rem;
    border-radius: 6px;
    margin-top: 1rem;
}
#fixed {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
    padding: 10px 0;
}
nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
ol{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}
nav {
    background: #ccc;
}
li.nav {
    display: block;
    align-items: center;
    color: var(--ci-efr);
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid #fff;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    white-space: nowrap;
    opacity: .5;
}
li.nav.active {
    opacity: 1;
}
li.nav svg{
    margin-right: 1rem;
}
.imgbox {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.imgbox .label-komplett {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: var(--ci-efr);
    width: 80%;
    transform: skew(-12deg);
    margin-left: 1rem;
    color: #fff;
    font-weight: bold;
    padding: .3rem;
}
.label2-komplett {
    position: absolute;
    top: 2rem;
    left: 1rem;
    display: inline-block;
    background: var(--ci-efr);
    width: 40%;
    transform: skew(-12deg);
    margin-left: 1rem;
    color: #fff;
    font-weight: bold;
    padding: .3rem;
}
.logo{
    margin: 1rem 0;
}
#markenblock{
    margin-bottom: 2rem;
}
#markenblock p{
    margin-bottom: 0;
}
#markenblock h2{
    margin: 1rem 0;
}
form label, label {
    font-weight: bold;
}

#tab-start .box{
    border: 1px solid #ddd;
    padding: 3rem;
    cursor: pointer;
}
.black-badge {
    background-color: rgb(36, 36, 36);
    padding: .1rem .3rem;
    border-radius: 6px;
    margin: 0 .3rem;
    color: #fff;
    font-weight: bold;
}
.magenta-badge {
    background-color: var(--ci-efr);
    padding: .1rem .3rem;
    border-radius: 6px;
    margin: 0 .5rem;
    color: #fff;
    font-weight: bold;
}
.dimension{
    display: inline-block;
    width: 12rem;
}
.line {
    display: flex;
    margin-bottom: .5rem;
}
.line .black-badge,
.line .magenta-badge {
    width: 2.5rem;
    text-align: center;
    line-height: 1.2rem;
}
.line .magenta-badge {
    width: 7rem;
}
.listrad, .listmarke {
    list-style: none;
    padding: .2rem 0;
}
.check {
    width: 1rem;
    display: inline-block;
}
.selected::before {
    content: '\2713';
    color: green;
    display: inline-block;
    font-weight: bold;
}
.preisinput {
    font-weight: bold;
}
.preisinput input{
    border: 1px solid var(--ci-efr);
    border-radius: 6px;
    background-color: #ddd;
    padding: 0 .3rem
}
#display-comic,
#display-logos,
#display-adressen {
    text-align: center;
    display: flex;
}
.p3{
    padding: 0 2rem;
}
.schub{
    display: inline-block;
    width: 1rem;
    position: relative;
}
.listrad:hover,
.listmarke:hover {
    background: #ddd;
    border-radius: 6px;
    cursor: pointer;
}
.listing-data {
    margin-left: 0;
    padding-left: 0;
}
[id^=liefer-]{
    margin-bottom: 2rem;
}
.top-hinweise {
    display: flex;
}
#hinweise {
    flex-grow: 1;
    display: flex;
}
.extrakosten {
    display: flex;
}
.img-format{
    border: 1px solid #9d9d9d;
    border-radius: 10px;
}
.img-format.aktiv{
    border: 1px solid var(--ci-efr);
}
.img-format img{
    border-radius: 10px;
}
.form-check-input {
    margin-top: 0.4rem;
    /* margin-left: -0.5rem; */
  }
.img-logo,
.img-adresse {
    border: 1px solid #9d9d9d;
    padding: 13px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-logo.aktiv,
.img-adresse.aktiv {
    border: 1px solid var(--ci-efr);
}

.comicwahl{
    margin-top: 20px;
}
.form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: var(--ci-efr);
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--ci-efr);
}
.btn-primary{
    background: var(--ci-efr);
    border-color: var(--ci-efr);
}
.btn-primary:hover{
    background-color: #f32a9fc6;
    border-color: #f32a9fc6;
}
.btn-primary:focus{
    background-color: var(--ci-efr);
    border-color: var(--ci-efr);
    box-shadow: 0 0 0 0.2rem var(--ci-efr);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--ci-efr);
    border-color: var(--ci-efr);
}
.btn-full{
    width: 100%;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f32a9fc6;
}
#comic_nichtvorhanden input{
    margin-left: -1.25rem;
}
.comic_bestellen{
    border: 1px solid #9d9d9d;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}
.comic_bestellen h2{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.comic_bestellen h3{
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: -5px;
}
.comic_bestellen a {
    color: #000;
    text-decoration: none;
}
.small {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-left: -20px;
}
svg.svg-inline--fa.fa-euro-sign.fa-w-10{
    color: #fff;
        background-color: var(--ci-efr);
        width: 20px;
        height: 20px;
        padding: 3px 5px 3px 3px;
        border-radius: 10px;
}
svg.svg-inline--fa.fa-info-circle.fa-w-16{
    width: 20px;
    height: 20px;
    color: var(--ci-efr);
}
#kosten {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
#kosten svg {
    margin-top: 3px;
    display: block;
    margin-right: .5rem;
}
#zusatz-kosten{
    margin-left: .3rem;
}
.img-switch img{
    height: 3rem;
}
.img-switch div {
    display: flex;
    justify-content: center;
}
.switch{
    cursor: pointer;
}
.switch img{
    margin: .4rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: .2rem;
}
.switch img.aktiv{
    margin: .4rem;
    border: 1px solid var(--ci-efr);
    border-radius: 6px;
    padding: .2rem;
}
.support {
    margin-left: 1rem;
}
.list-historie{
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: .5rem 0;
}
.hidden {
    display: none;
}

.btn-efr,
.btn-efr:hover,
.btn-efr:focus,
.btn-big,
.btn-big:hover,
.btn-big:focus {
    background-color: var(--ci-efr);
    color: #fff;
}

.interner-block {
    margin-top: 3rem;
}
.interner-block h1 {
    margin-bottom: 1rem;
}

#fb-url {
    display: none;
}

#be_adresse_display img,
#be_logo_display img {
    max-height: 120px;
}

#bestellung {
    position: sticky;
    top: 14%;
}