@media all 
{
	.smallbutton.k-button {
		line-height: 1;
		padding: 0;
		vertical-align: top;
		margin-bottom: -2px;
		height: 1.5em;
		width: 1.5em;
	}

	.smallbutton.k-icon {
		margin: 0;
	}

	input[type=text]
	{
		width: 30em;
	}
	.k-pager-numbers li
	{
		line-height: inherit;
		margin-left: inherit;
	}
	
	ul.k-pager-numbers
	{
		line-height: inherit;		
	}
	.k-webkit .k-picker-wrap:before
	{
		height: 1.3em;
	}            
	
	.k-scrollview-nav > li.k-link {
		margin: 0 20px !important;
	}
	#cmsproducts
	{
		overflow: hidden;
	}
	.k-scrollview-page
	{
		margin: 0;
	}
	html 
	{
		box-sizing: border-box;
	}
	*, *:before, *:after {
		box-sizing: inherit;
	}
	
	html, body {
		width:100%;
		min-height: 100vh;
		margin:0;
		padding:0;
	}
	#main {
		width:100%;
	}

	.editor td 
	{ 
		padding-top: 5px; padding-right: 5px !important;
	}
	
	.searchresult
	{
		line-height: 1.6em;
	}
	.tree
	{
		font-size: 85%;
	}
	.heightcondensed
	{
		line-height: 1em !important;
	}
	.commmessages
	{
		border: 1px solid grey;
		min-height: 10em;
		max-height: 20em;
		overflow-y: auto;
	}
	.messagesborder
	{
		border: 1px solid #aaaaaa;
		padding: 0.5em;
	}	
	.chatinfo
	{
		font-style: italic;
		font-size: 80%;
		padding-bottom: 0.5em;
	}
	.commnomessagescontainer
	{
		display: flex;
		justify-content: center; /* Horizontal centering */
		align-items: center; /* Vertical centering */
		height: 100%; /* Full height of the viewport, adjust as needed */
		font-style: italic;
	}
	.commnomessages
	{
		padding: 20px;
		height: 100%;
	}
	.k-widget.k-window
	{
		max-height: 100vh;
		overflow: hidden;
	}
	.k-window-content
	{
		min-width: min(50vw, 100%);
		max-width: 100%;
		max-height: calc(100vh - 42px);
		overflow: auto;
	}
	.k-tooltip-button
	{
		display: none;
	}
	div.illegal
	{
		border-color: red;
	}
	div.error a
	{
		color: inherit;
	}
}

@media print 
{
	.ym-col3 
	{ 
		margin: 0;
		border: none;
	}
}

@media screen 
{
	.k-tooltip .k-callout 
	{
		pointer-events:none;
	}
	.ym-col3
	{
	}
	
	#main.ym-column
	{
	}
}

.fixfooter
{
	min-height: calc(100vh - 4em);
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
}

footer {
    clear: both;
    position: relative;
	width: 100%;
    bottom: 0;
}

html, body
{
	min-height: 100vh;
}

figure {
  float: right;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}


.k-tooltip.k-tooltip-default {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    color: #000;
}

/* For Kendo's bootstrap theme */
.k-tooltip.k-tooltip-bootstrap {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}

.no-tooltip {
    pointer-events: none;
}

.iconbutton :hover
{
	text-decoration: none !important;       /* Removes underline */
	color: black;                /* Changes color on hover */
	transform: scale(1.2);       /* Slightly enlarge the icon */
	cursor: pointer;             /* Pointer cursor on hover */
}

.iconbutton
{
	text-decoration: none !important;       /* Removes underline */
	transition: color 0.2s ease, transform 0.2s ease;
}

.disabledbutton
{
	text-decoration: none !important;   
	opacity: 0.5; /* Optional: für noch mehr "ausgegraut"-Effekt */
}