<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *** Lense Selector *** */

.IOSD-lens-selector
{
	margin-top: 20px;
}

.IOSD-lens-selector .two-column
{
	margin-bottom: 24px;
}
.IOSD-lens-selector .two-column .left
{
	float: left;
	width: 350px;
	margin-right: 8px;
	height: 260px;
}

.IOSD-lens-selector .two-column .right
{
	float: right;
	width: 500px;
	width: calc(100% - 366px);
	margin-left: 8px;
	height: 260px;
}

#PLUGIN_LS_Movable
{
	left: 13px;
}

.IOSD-lens-selector .tab-content
{
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	clear: left;
	z-Index: 0;
	height: 200px;
	padding: 12px;
}

* html #PLUGIN_LS_Calculator
{
	height: 210px;
	overflow: hidden;
}

.IOSD-lens-selector div.PE_contentPair
{
	padding-bottom: 8px;
	border: 0;
}

.IOSD-lens-selector div.PE_contentPair label
{
	width: 180px;
	float: left;
}

.IOSD-lens-selector div.PE_contentPair span
{
	width: 132px;
	float: left;
}

.IOSD-lens-selector div.PE_contentPair span input[type="text"]
{
	border: 1px solid #ccc;
	padding: 2px 4px;
}

.IOSD-lens-selector div.PE_contentPair span input[type="checkbox"]
{
	margin-right: 4px;
}

.IOSD-lens-selector #zoom-animation
{
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: 8px 4px 0;
	margin-top: 35px;
}
.IOSD-lens-selector #zoom-animation figure
{
	position: relative;
}
.IOSD-lens-selector #zoom-animation figcaption
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
	line-height: 2em;
}

.IOSD-lens-selector #image
{
	text-align: center;
	height: inherit;
	width: auto;
}
.IOSD-lens-selector #image img
{
	max-height: 100%;
	width: auto;
}

#PLUGIN_LS_Display_All
{
	margin-top: 20px;
}

#PLUGIN_LS_Lense_list
{
	margin-top: 20px;
	display: none;
}

/**
 * Slider
 */
.IOSD-lens-selector #zoom-animation .slider-info
{
	overflow: visible;
	color: #000000;
	z-Index: 1;
	font-size: 11px;
	text-align: center;
}

.IOSD-lens-selector #zoom-animation .slider
{
	position: relative;
	height: 16px;
	z-Index: 0;
	background: url(../src/slider_back.gif) repeat-x bottom left;
}

.IOSD-lens-selector #zoom-animation .slider-handle
{
	position: absolute;
	left: 4px;
	top: 10px;
	width: 32px;
	height: 32px;
	z-Index: 1;
}
#PLUGIN_LS_Animation td
{
	padding: 0;
	border: 0;
}

#PLUGIN_LS_Animation #PLUGIN_LS_Calculator_Info
{
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	visibility: hidden;
	overflow: visible;
	z-Index: 10;
}

#PLUGIN_LS_Info
{
	position: absolute;
	left: 10px;
	top: 500px;
	visibility: visible;
}

#PLUGIN_LS_Lense_list caption
{
	text-align: left;
	font-size: 11px;
	margin-bottom: 4px;
}

#PLUGIN_LS_Lense_list table
{
	border: 1px solid #ccc;
	background: #f7f7f7;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 18px;
}

#PLUGIN_LS_Lense_list th
{
	background-color: #f4f4f4;
}

#PLUGIN_LS_Lense_list td,
#PLUGIN_LS_Lense_list th
{
	padding: 2px;
	border: 1px solid #ccc;
	font-weight: normal;
	font-size: 11px;
}

div.PE_submit
{
	clear: left;
	padding-bottom: 8px;
}

#div_ergebnis input
{
	text-align: center;
	background: #f4f4f4;
}


.PE_evenRow
{
	background-color: #fafafa;
}

.PLUGIN_LS_lensInfo
{
	text-align: center;
}

.PE_small
{
	font-size: 10px;
}

.IOSD-lens-selector ul.tabs
{
	position: relative;
	top: 1px;
	line-height: 32px;
	padding-left: 0;
	margin: 0;
	float: none;
}
.IOSD-lens-selector ul.tabs li
{
	display: block;
	overflow: hidden;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	background-color: #ededed;
	background: -webkit-linear-gradient(top, #dcdcdc, #f8f8f8);
	background: -moz-linear-gradient(top, #dcdcdc, #f8f8f8);
	background: -o-linear-gradient(top, #dcdcdc, #f8f8f8);
	background: -ms-linear-gradient(top, #dcdcdc, #f8f8f8);
	background: linear-gradient(top, #dcdcdc, #f8f8f8);
	/*
	background: url(/common/img/pag_nav_off.png);
	*/
}
.IOSD-lens-selector  ul.tabs li:hover,
.IOSD-lens-selector  ul.tabs li.selected
{
	border-bottom: 1px solid #f7f7f7;
	background: -webkit-linear-gradient(top, #fbfbfb, #f8f8f8);
	background: -moz-linear-gradient(top, #fbfbfb, #f8f8f8);
	background: -o-linear-gradient(top, #fbfbfb, #f8f8f8);
	background: -ms-linear-gradient(top, #fbfbfb, #f8f8f8);
	background: linear-gradient(top, #fbfbfb, #f8f8f8);
	/*
	background: url(/common/img/pag_nav_on.png);
	*/
}

.IOSD-lens-selector  ul.tabs a
{
	padding: 0 12px;
	display: block;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	outline: none;
}
.IOSD-lens-selector .tab-content
{
	display: none;
}

@media screen and (max-width: 768px) {
	.IOSD-lens-selector .two-column .left {
		float: none;
		margin-bottom: 1em;
	}
	.IOSD-lens-selector .two-column .right {
		float: none;
		width: auto;
		text-align: left;
	}
}
</pre></body></html>