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

@import url(https://fonts.googleapis.com/css?family=Rajdhani);


.popover
{
	border:solid 4px #ffffff;
}


.popover .arrow
{
	margin: 10px;
	display: none;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled, .popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled, .popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled
{
	display:none;
}

.popover[class*="tour-"] .popover-navigation
{
	padding: 0px 5%;
}

.popover button
{
	max-width: 120px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0);
	color:#fff;
	font-family: "Rajdhani";
	font-size:20px;
	font-weight: bolder;
}

.popover button:hover, .popover button:focus, .popover button:active
{
	color: #0f0;
	background-color: rgba(0,0,0,0);
	border: 0px solid rgba(0,0,0,0);
	outline: none;
}

.popover-title button[data-role="end"]
{
	display:inline;
	float: right;
	max-width: 40px;
	background-image: url(images/end.png);
    background-position: right;
}

.popover-title button[data-role="end"]:hover, button[data-role="prev"]:focus
{
	background-image: url(images/endHover.png);
}

.popover-navigation button[data-role="next"]
{
	float: right;
	background-image: url(images/next.png);
}

.popover-navigation button[data-role="next"]:hover, button[data-role="next"]:focus
{
	float: right;
	background-image: url(images/nextHover.png);
}

.popover-navigation button[data-role="prev"]
{
	background-image: url(images/prev.png);
}

.popover-navigation button[data-role="prev"]:hover, button[data-role="prev"]:focus
{
	background-image: url(images/prevHover.png);
}

.tour-backdrop
{
	z-index: 2147483640;
	opacity: 0.8;
}

.popover .btn-default
{
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}

.popover-title,
.popover
{
	max-width: 350px;
	/*min-width: 200px;*/
	background-color: rgba(0,0,0,0.5);
	box-shadow:0 5px 10px rgba(0,0,0,0);
	/*border:0px solid rgba(0,0,0,0.2);			*/
	color:#fff;
	font-family: "Rajdhani";
	/*z-index: +1;*/
}

.popover-title
{
	text-align: center;
	font-weight: bolder;
	height: 40px;
	padding: 5px 14px;
	font-size:26px;
}

.popover-content
{
	text-align: center;
	padding: 0px 14px;
	font-size:20px;
}

.popover[class*="tour-"]
{
	z-index:2147483641;
}

img.inLineImg
{
	display: inline;
}

div.popover.whiteStep
{
	max-width:75%;
}

.whiteStep h3.popover-title
{
	max-width:100%;
}

.whiteStep div.popover-content
{
	background-color:white;
	color:black;
	text-align:left;
	font-weight: bolder;
}

.whiteStep p
{
	height:88px;
	/*line-height:88px;*/
	margin:0px;
}

.whiteStep span
{
	height:88px;
	/*line-height:88px;*/
	vertical-align:middle;
}

.whiteStep img
{
	margin:10px;
	height: 68px;
	vertical-align: middle;
}

.whiteStep img.img-small
{
	height:40px;
}

.whiteStep img.img-med
{
	height:50px;
}

.whiteStep div.popover-navigation
{
	margin-top:5px;
}

div.center-div
{
	text-align:center;
}

.whiteStep a:link
{
	text-decoration: underline;
}


div#elementCover
{
	position:absolute;
	z-index:2147483647;
}</pre></body></html>