.nav-logo {
    padding-bottom: 10px;
}

a {
    color: #e62533;
}

.a {
    color: #e62533;
}

btn-link {
    color: #e62533 !important;
}

input, select, textarea {
    color: #e62533 !important;
}

.w50 {
    width: 50px;
    min-width: 50px;
}

.w80 {
    width: 80px;
    min-width: 80px;
}

.w100 {
    width: 100px;
    min-width: 100px;
}

.w120 {
    width: 120px;
    min-width: 120px;
}

.w130 {
    width: 130px;
    min-width: 130px;
}

.ar169 {
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.img-hidden {
    visibility: hidden;
}

.navbar-nav .nav-item-specific {
    background-color: #e62533;
    border-radius: 10px 10px 10px 10px;
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    min-width: 50px;
}

.navbar-nav .nav-item-specific-disabled {
    background-color: grey;
    color: white;
}

.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
    background-color: #e62533;
}

.navbar-nav .nav-item-specific .nav-link {
    color: white;
}

@font-face {
    font-family:'BarlowMedium';
    font-weight: 300;
    font-size: 16px;
    src: url('../fonts/Barlow-Medium.woff2') format('woff2');
}

@font-face {
    font-family:'BarlowRegular';
    font-weight: 300;
    font-size: 16px;
    src: url('../fonts/Barlow-Regular.woff2') format('woff2');
}

body {
    font-family: 'BarlowRegular', 'sans-serif';
}

.h1-app-title {
    color: #e62533;
    font-family: 'BarlowRegular', 'sans-serif';
    font-size: 1.5rem;
}

h1, .h1 {
    color: #e62533;
    font-family: 'BarlowRegular', 'sans-serif';

}

h2, .h2 {
    color: #e62533;
    font-family: 'BarlowRegular', 'sans-serif';
}

h3, .h3 {
    color: #e62533;
    font-family: 'BarlowRegular', 'sans-serif';
}

.login-form {
    min-width: 300px;
    width: 500px;
}

.btn {
    border-radius: 15px 15px 15px 15px;
}

label {
    margin-bottom: 0rem;
    margin-top: .25rem;
}

.no-padding {
    padding: 0px;
}

.border-is-invalid {
    border: 1px solid #dc3545 !important;
}

.form-check-label{
    margin-top: 0px !important;
}

.validation {
    line-height: 1.0 !important;
    margin-top: 3px;
    padding-right: 5px;
    margin-bottom: 3px;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary, .btn-primary:hover {
    background-color: #e62533;
    border-color: #e62533;
}

.btn-outline-primary {
    border-color: #e62533;
    color: #e62533;
    background-color: transparent;
}

primary.disabled, .btn-outline-primary:disabled {
    color: #e62533;
    background-color: transparent;
}
primary.disabled:hover, .btn-outline-primary:disabled:hover {
    color: #e62533;
    background-color: transparent;
}


.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    border-color: #e62533;
    background-color: #e62533;
    color: white;
}

.btn-primary:hover, .btn-secondary:hover {
    background-color: #b42100;
    border-color: #b42100;

}

.text-primary {
    color: #e62533 !important;
}

.alert-danger {
    background-color: #fff6f8;
}

.alert-info {
    background-color: #f2f9fb;
}

.alert-success {
    background-color: #edf9f0;
}

.alert-warning {
    background-color: #fffbed;
}

.nav-specific {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
    z-index: 5000;
}

.footer-specific {
    background-color: #fff !important;
    border-top: 1px solid #d6d7d9;
    color: #2a2e38;
    flex-direction: column;
    min-height: 50px;
    padding: 10px;
}


.anchor {
    display: block;
    position: relative;
    /* top: -106px; */
    visibility: hidden;
}

.hide-select-button::-webkit-file-upload-button {
    /* display: none; */
    border: 0px solid transparent;
    color: transparent;
    background-color: transparent;
    height: 0px;
    width: 0px;
    max-height: 0px;
    max-width: 0px;
}

.hide-select-button::file-selector-button {
    /* display: none; */
    border: 0px solid transparent;
    color: transparent;
    background-color: transparent;
    height: 0px;
    width: 0px;
    max-height: 0px;
    max-width: 0px;
}

.hide-select-button::-ms-browse {
    /* display: none; */
    border: 0px solid transparent;
    color: transparent;
    background-color: transparent;
    height: 0px;
    width: 0px;
    max-height: 0px;
    max-width: 0px;
}
.template-name {
    font-weight: bold;
}
.template-description {
}

.img-radius {
    border-radius: 7px;
    background: gray;
}

.img-radius-black {
    border-radius: 7px;
    background: gray;
}

.img-radius-nobg {
    border-radius: 7px;
}

.bg-image-txt {
    background-color: rgba(0,0,0, 0.55);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rotate-30deg {
    -moz-transform: rotate(-30deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(-30deg); /* Safari */
    -o-transform: rotate(-30deg); /* Opera */
    -ms-transform: rotate(-30deg); /* IE9 */
    transform: rotate(-30deg); /* W3C */
}

.img-cropped {
    object-fit: contain;
    object-position: center;
    border-radius: 7px;
    background: #ededed;
}

.img-cropped-cover {
    object-fit: cover !important;
    object-position: center;
    border-radius: 7px;
    background: #ededed;
}

.img-cropped-search-wrapper {
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
    border-color: #2a2e38;
    background: none;
}

.img-cropped-search {
    object-fit: contain;
    object-position: center;
    border-radius: 7px;
    border-color: #2a2e38;
    padding: 5px;
}

@media (min-width: 1px) {
    .img-cropped {
        width: 100%;
        height: auto;
        max-height: 510px;
        max-width: 510px;
        object-fit: contain;
    }

    .img-cropped-search {
        width: 100%;
        height: auto;
        max-height: 510px;
        max-width: 510px;
        object-fit: contain;
    }
}

@media (min-width: 768px) {
    .img-cropped {
        width: 100%;
        height: auto;
        max-height: 690px;
        max-width: 690px;
        object-fit: contain;
    }

    .img-cropped-search {
        width: 100%;
        height: auto;
        max-height: 690px;
        max-width: 690px;
        object-fit: contain;
    }
}

@media (min-width: 992px) {
    .img-cropped {
        min-height: 450px;
        min-width: 450px;
        max-height: 450px;
        max-width: 450px;
        object-fit: contain;
    }
    .img-cropped-search {
        max-height: 450px;
        max-width: 450px;
        object-fit: contain;
    }
}

@media (min-width: 1200px) {
    .img-cropped {
        min-height: 253px;
        min-width: 253px;
        max-height: 253px;
        max-width: 253px;
        object-fit: contain;
    }

    .img-cropped-search {
        max-height: 253px;
        max-width: 253px;
        object-fit: contain;
    }
}

.template-text-wrapper{
    padding: 7px;
    border-radius: 10px 10px 10px 10px;
    white-space: normal;
}

.template-button-wrapper {
    margin-top: 0.5rem;
}

.border-head {
    left: 8px;
    bottom: 13px;
    margin-bottom: -17px;
}

.border-specific {
    border: 1px solid #333333;
}

.breadcrumb {
    background-color: #f8f9fa !important;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb-nav {
    background-color: #f8f9fa !important;
}

.bg-social-media {
    background: rgba(255, 255, 255, 0.8)
}

.img-cart {
    height: 175px;
    width: auto;
}

.left-0 {
    left: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #808080 #808080 #fff;
}

.nav-tabs {
    border-bottom: 1px solid #808080;
}

.w-200px {
    width: 200px;
}

.is-invalid {
    border-color: #dc3545 !important;
    border-style: solid;
    border-width: 2px !important;
}

.text-danger {
    color: #dc3545 !important;
    font-weight: bold;
}

.form-control {
    border: 1px solid #909090;
}

.btn-form {
    border: 1px solid #909090;
}

.color-specific {
    color: #dc3545 !important;
}

.text-underline {
    text-decoration: underline #dc3545;
}

.bg-filter {
    background-color: #eaeaea;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}


.max-100percent {
    max-width: 100%;
}

.container-preview {
    position: relative;
    display: inline-block;
}

.box1 {
    width: auto; /* Bild füllt den Wrapper */
    height: auto; /* Seitenverhältnis beibehalten */
    display: block;
    z-index: 1;
    visibility: hidden;
}

.box2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}