html, body {
    font-family: 'Barlow', sans-serif;
    background-color: #F2F2F2;
}

h1 {
    font-size: 3rem;
}

.form-control {
    border: 1px solid #8ce699;
    border-radius: 2px;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    color: #878787;
    border-style: solid !important;
    border: 1px solid #8ce699;
    border-radius: 2px;
    font-weight: lighter;
}

select.form-control, .custom-form-control {
    border: 1px solid #8ce699;
    border-radius: 2px;
    background-color: #ffffff;
}

input.form-control:focus, input.form-control:hover {
    background-color: #e5fae8;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8ce699;
}

select.form-control:focus, select.form-control:hover {
    /* border: 1px solid #ffee80; */
    background-color: #e5fae8;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    border-style: hidden;
}

.input-group-prepend .input-group-text {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    font-size: 0.8rem;
}

.input-group-append .input-group-text {
    font-size: 0.8rem;
}

.nav-tabs {
    border: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
}

.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 18px;
    color: #707070 !important;
}

.nav-tabs .nav-link:hover {
    border: 0;
    font-weight: 600;
    color: #000000 !important;
    padding-bottom: 10px;
}

.nav-tabs .nav-link.active {
    border: 0;
    font-weight: 600;
    color: #000000 !important;
    background: linear-gradient(180deg,rgba(255,255,255,0) 85%, #8ce699 85%);
}

label {
    font-weight: 400;
    font-size: 0.8rem;
    color: #000000;
    margin-bottom: .1rem;
}

a, .btn-link {
    color: #46B57A;
}

a {
    word-break: break-word;
}

a:hover, .btn-link:hover {
    color: #346a4f;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* .content {
    padding-top: 1.1rem;
} */

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.bg-dark-blue {
    background-color: #1E2343;
}

.bg-forest {
    background-color: #004141;
}

.bg-black {
    background-color: #000000;
}

.bg-yellow {
    background-color: #ffee80;
}

.btn {
    border-radius: 2px;
    font-weight: 600;
    font-size: 1.1rem;
    max-width: 28rem;
}

.btn-link[aria-expanded="false"]::before, .btn-link[data-toggle="collapse"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067\00a0"
}

.btn-link[aria-expanded="true"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068\00a0"
}

.btn-black {
    background-color: #000000;
    color: #ffffff;
}

.btn-black:hover {
    background-color: #333333;
    color: #ffffff;
}

.btn-outline-none {
    color: #000000;
    border: none;
}

.btn-success-wide {
    background-color: #8ce699;
    border-color: #8ce699;
    color: #000000;
    padding: 8px 60px 8px 60px;
}

.btn-success-wide:hover {
    background-color: #79d97c;
    border-color: #79d97c;
    color: #000000;
    padding: 8px 60px 8px 60px;
}

.btn-success-round {
    color: #000000;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 12px;
    transition: 0.3s;
    background-color: #8ce699;
}

.btn-mint-round {
    color: #000000;
    background-color: #8ce699;
    border-color: #8ce699;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 12px;
    transition: 0.3s;
}


.btn-gray-round {
    color: #000000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 12px;
    transition: 0.3s;
}

.btn-success-round:hover, .btn-gray-round:hover, .btn-mint-round:hover {
    background-color: #79d97c;
    border-color: #79d97c;
    transition: 0.3s;
}

.btn-gray-trans-round {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    padding: 12px;
    opacity: 0.7;
}

.btn-gray-trans-round:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    /* color: #ffffff; */
    transition: 0.3s;
    opacity: 1;
}

.btn-warning {
    background-color: #ffee80;
    border-color: #ffee80;
    color: #000000;
}

.btn-warning-underline {
    background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #ffee80 70%);
    border: none;
    padding: 0;
    color: #000000;
}

.bg-dark-gray {
    background-color: #878787 !important;
}

.text-green {
    color: #6ED183 !important;
}

.text-dark-gray {
    color: #707070 !important;
}

.text-mint {
    color: #8ce699 !important;
}

.text-mint-dark {
    color: #79d97c !important;
}

.text-rubin {
    color: #FC2B6C !important;
}

.text-gray {
    color: #bbbbbb;
}

.dropdown-item {
    cursor: pointer;
}

/* .btn.disabled, .action-button-disabled {
    background-color: #dddddd !important;
    color: #ffffff !important;
    box-shadow: none !important;
} */
.btn.disabled, .action-button-disabled {
    background-color: #dddddd !important;
    color: #000000 !important;
    box-shadow: none !important;    
}

.btn.btn-disabled {
    background-color: #dddddd !important;
    color: rgb(46, 45, 45) !important;
    box-shadow: none !important;
    pointer-events: none !important;
    border: none !important;
}

::placeholder {
    color: #878787;
    font-size: 1rem;
    opacity: 1;
    font-weight: 400;
}

.attention-label {
    height: 20px;
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    background-color: #FC2B6C;
    color: #ffffff !important;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;    
}

.environment-label {
    background-color: #004141;
    height: fit-content;
    margin-right: -14px;
    font-size: 1.2rem;
    letter-spacing: -2px;
    padding: 4px;
}

.environment-label-band {
    margin-right: -24px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #004141;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
}

.item-container {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    min-width: 180px;
    width: 180px;
    height: 180px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: 0.3s;
    cursor: pointer;
}

.item-container-large {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    width: 180px;
    height: 200px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: 0.3s;
    cursor: pointer;
}

.item-container-image {
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 4px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-container-image-large {
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 4px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
}

.item-container-text {
    height: 60px;
    padding: 8px;
    padding-bottom: 0;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    line-height: 1.2;
}

.item-container-text1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-container-international {
    font-weight: 500 !important;
    text-align: right;
}

.item-container-text-large {
    height: 80px;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-container-text2 {
    font-size: 0.7rem !important;
    font-weight: 200 !important;
}

.item-container:hover, .item-container-selected, .item-container-large:hover {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #8CE699;
    background-color: #E5FAE8;
}

.select-placeholder {
    font-weight: 400;
    color: #707070;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.validation-message {
    color: red;
}

.details-sub-container {
    margin-left: auto;
    margin-right: auto;
}

.details-header {
    font-size: 2.5rem !important;
    font-weight: 500 !important;
    padding-top: 32px;
    padding-bottom: 32px;
}

.book-info {
    flex-basis: 300px;
    font-size: 1.1rem;
}

.book-info ul {
    margin-left: -6px;
}

.details-header-large {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    padding-top: 32px;
    padding-bottom: 32px;
}

.box-white {
    border-radius: 5px;
    background-color: #ffffff;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .tredition-logo-shop{
        height: 40px;
    }
    
    .tredition-logo-footer{
        height:40px;
    }


    .starrating {
        /*position: relative;*/
        /*top: 9px;*/
        margin-right: 10px;
    }

    .m-flex-row {
        flex-direction: row;
    }
   
@media (min-width: 768px) {

    .content-title {
        font-size: 1.5rem !important;
        font-weight: 600 !important;
        margin: 0 20px 0 20px;
    }

    .content {
        margin: 80px 20px 20px 20px;
    }

    .common-container {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .common-container-large {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .details-sub-container {
        width: 60%;
        padding: 62px 0 62px 0;
    }

    .details-sub-container-wide {
        padding: 62px 100px 120px 100px;
    }

   

}


@media (max-width: 767.98px) {

    .content-title {
        font-size: 1.5rem !important;
        font-weight: 600 !important;
        margin: 0 20px 0 20px;
    }

    .content {
        margin: 70px 20px 20px 20px;
    }

    .common-container, .common-container-large {
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
    }

    .details-sub-container {
        width: 100%;
        padding: 32px 12px 32px 12px;
    }

    .m-flex-row {
        flex-direction: column;
        align-items: center
    }

    .m-flex-row {
        flex-direction: column;
        align-items: center
    }
    .ms-flex-row {
        align-items: flex-start !important;
    }

    .m-mb-r3 {
        margin-bottom: 3rem;
    }
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.2), 2px 4px 5px 0 rgba(0, 34, 51, 0.2) !important;
    font-size: 0.7rem !important;
}

.dropdown-item {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;   
}

.dropdown-item-inner {
    margin-left: 24px;
    width: auto;
}

.dropdown-item-header {
    padding: 0;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: auto;
    border-bottom: 1px solid #bce1de;
    padding-bottom: 4px;
    font-weight: 600;
}

.dropdown-item-header-ind {
    padding: 0;
    margin-left: 44px;
    margin-right: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: auto;
    border-bottom: 1px solid #bce1de;
    padding-bottom: 4px;
    font-weight: 600;
}

span.icon-tredition-SoftcoverGrafik {
    content: url(../img/tredition-shop-buchtypengrafiken-paperback.svg);
    height: 20px;    
}

span.icon-tredition-HardcoverGrafik {
    content: url(../img/tredition-shop-buchtypengrafiken-hardcover.svg);
    height: 20px;    
}

span.icon-tredition-EBookGrafik {
    content: url(../img/tredition-shop-buchtypengrafiken-e-book.svg);
    height: 20px;    
}

span.icon-tredition-GrossdruckGrafik {
    content: url(../img/tredition-shop-buchtypengrafiken-grossdruck.svg);
    height: 20px;    
}

.page-bottom-margin {
    margin-bottom: 7rem;
}

.author-name {
    color: gray;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    max-width: 220px;
    display: -webkit-box;
    -webkit-line-clamp: 1;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    max-width: 220px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-ocean {
    background-color: #bce1de;
}

.bg-ocean-light {
    background-color: #dceff3;
}
.bg-gray {
    background-color: #dddddd !important;
}

.bg-dark-gray {
    background-color: #878787 !important;
}

.bg-mint {
    background-color: #8ce699 !important;
}

.bg-mint-light {
    background-color: #e5fae8 !important;
}

.hidden {
    display: none;
}
