﻿
/* Tipsy */
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000;}
.tipsygross {max-width: 400px; text-align: left;}
.tipsyZoom {max-width: 400px !important; max-height: 400px !important; text-align: left;}

/* Inner */
.tipsy-inner {background-color: #f0f0f0; color: #6f6f6f; max-width: 200px; padding: 10px;	text-align: center;	font-size: 12px; border: 1px solid #6f6f6f;}
.tipsygross .tipsy-inner {max-width: 400px; text-align: left; margin-left: -40px;}
.tipsyZoom .tipsy-inner {max-height: 400px !important; max-width: 400px; text-align: left; margin-left: -120px; padding: 0px; background-color: #ffffff;}



/* Bilder */
.tipsyZoom .tipsy-inner img {max-height: 400px !important; max-width: 100%; margin: 0px; padding: 0px; display: block;}



/* Links */
.tipsygross .tipsy-inner a.CopyTipsy {display: block;	padding: 4px;	margin-top: 10px;	border: 1px solid #cccccc; background-color: #ffffff; text-decoration: none; text-align: center;}
.tipsygross .tipsy-inner a.CopyTipsy.Erfolg::after {content: ' ✓';}
.tipsygross .tipsy-inner a.CopyTipsy:link {text-decoration: none;}
.tipsygross .tipsy-inner a.CopyTipsy:visited {text-decoration: none;}
.tipsygross .tipsy-inner a.CopyTipsy:hover {background-color: #f6f6f6; text-decoration: none;}
.tipsygross .tipsy-inner a.CopyTipsy:active {text-decoration: none;}






.SchliessenTipsy
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}




.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #586260; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #586260; }
.tipsy-arrow-s { border-top-color: #586260; }
.tipsy-arrow-e { border-left-color: #586260; }
.tipsy-arrow-w { border-right-color: #586260; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

