/* css zu produktbild *//* resizeableColumnsCSS  */.noSelect { 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.drag {
    width: 3px;
    min-width: 0px !important;
    height: 100%;
    padding: 0px !important;
    position: absolute;
    right: -2px;
    top: 0px;
    z-index: 1;
}

table.dragHeader { z-index: 1; }



table.draggable td { 
    hyphens: auto;
    -moz-hyphens: auto;
    word-break: break-word;
    position: relative; 
}


.drag:hover { cursor: col-resize; }



.drag::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #ccc;
    position: relative;
}/* --- --- */#catZoomImg {
	max-width: 100%;
	max-height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
}

#main { height: 100vh; }/* --- --- */