﻿/*Images*/
.contentOverviewImage {
    max-width: 90%;
    max-height: 20em;
    height: auto;
    width: auto;
}

.sortContentOverviewImg {
    max-width: 90%;
    max-height: 20em;
    height: auto;
    width: auto;
}

.partSizeOverviewImage {
    max-width: 50%;
    max-height: 20em;
    height: auto;
    width: auto;
}

.img-list {
    max-width: 80px;
    max-height: 80px;
}

.img-list-large{
    width: 20em;
}

.img-listDeco {
    width: 140px;
    /*max-height: 80px;*/
}

.img-listsmall{
    width: 50px;
}

.img-listmini {
    width: 30px;
}

.img-SortContentLabel{
    max-width: 100%;
    max-height: 25mm;
    object-fit: contain;
}

.img-main {
    display: block;
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
}

.img-home {
    max-width: 25em;
    max-height: 25em;
    width: auto;
    height: auto;
}

.img-homeshop {
    max-width: 25em;
    /*max-height: 25em;*/
    width: auto;
    height: 3em;
}

@media (max-width: 1200px) {
    .img-main {
        max-width: 150px;
        max-height: 150px;
    }
}

@media (max-width: 992px) {
    .img-main {
        max-width: 100px;
        max-height: 100px;
    }
}

@media (max-width: 768px) {
    .img-main {
        max-width: 50px;
        max-height: 50px;
    }
}

.img-partslist {
   max-width:100%;
   max-height: 7em;
}

.img-overview {
    height: auto;
    width: auto;
    max-height: 250px;
    max-width: 250px;
}

.img-slide {
    height: auto;
    width: auto;
    max-height: 150px;
    max-width: 150px;
}

    .img-slide:hover {
        cursor: pointer;
        border: 2px solid green;
    }

@media only screen and (max-width: 300px) {
    .img-slide {
        max-height: 60px;
        max-width: 60px;
    }
}
.img-warning {
    height: auto;
    width: auto;
    max-height: 150px;
    max-width: 150px;
    margin-top:10px;
}

.img-warning:hover{
    cursor: pointer;
    border: 2px solid green;
}

.img-mini{
    max-height: 15px;
    max-width: 15px;
}

.img-sub {
    display: block;
    max-width: 35px;
    max-height: 35px;
    width: auto;
    height: auto;
}

.img-overlay {
    height:100%;
    max-height: 500px;
    width:100%;
    max-width:500px;
}

.imgPrevCrop {
    width: auto;
    max-width: 75px;
}

.imgCountrySmall{
    height:15px;
}

/*Logo*/
.logo-small {
    margin-top:-5px;
    height: 60px;
}

.logo-menu {
    max-height: 50px;
}

@media screen and (max-width: 768px) {
    .logo-small {
        height: 15px;
    }
}

.logo-mini {
    /*margin-top: -5px;*/
    height: 60px;
}

.logo-label {
    /*margin-top: -5px;*/
    height: 100px;
}

.logo-wide {
    /*    max-height: 35px;*/
    /*max-height:100%;*/
/*    max-height: 250px;
    max-width: 100%;
*/  
    width: 100%;
    max-width: 150px;
}

.logo-ebay{
    width: 100%;
    max-width: 30em;
}

.logo-invoice{
    height: 70px;
}

.logoInvoiceLarge {
    height: 120px;
}

.logo-inventory {
    height: 40px;
}

.logo-header {
    height: 70px;
}


/*Symbols*/
.warning-small{
    max-height: 30px;
}

.warning-medium {
    max-height: 50px;
}

.warning-wide {
    max-height: 80px;
    max-width: 100%;
}