/* fix global css from buchmesse site */
.flag-container, .flag-container img, .link-container, .flag-tooltip, .flag-tooltip-text, .flag-tooltip-arrow-down {
	margin-bottom: 0;
	line-height: normal;
}



.flag-container {
	margin: 0;
	position: relative;
	width: 480px;
	padding-left: 3px;
	box-sizing: border-box
}

.flag-container img {
	margin-left: -6px;	
}

.link-container {
	position: absolute;
	top: 0;
	left: 0;
}

.flag {
	float: left;
	position: relative;	
	/*background: rgba(0,0,0,0);*/
	background: url(no/image); /* IE9 fix: declare a non-existing background image, so the jQuery append works, because it won't append empty objects */
	width: 41px;
	height: 29px;
	margin: 0 7px 6px 0;	
}

.flag-tooltip {
	display: none;
	position: absolute;
	bottom: 50px;
	left: -20px;
	width: 130px;	
	padding: 12px;
	background: #E2001a;
	color: #fff;
	font-family: sans-serif;
	box-shadow: 2px 4px 10px rgba(0,0,0,0.7);
	box-sizing: border-box;
	z-index: 999999;
}

.flag-tooltip-headline {
	margin: 0 0 4px 0;	
	font-size: 22px;
	font-family: FagoWeb, Helvetica, Arial , sans-serif
}

.flag-tooltip-text {
	margin: 0;
	font-size: 11px;
}

.flag-tooltip-arrow-down {
	position: absolute;
	left: 50%;
	bottom: -18px;
	width: 0;
	height: 0;
	margin-left: -14px;
	/*border-left: 18px solid transparent;*/
	border-right: 18px solid transparent;	
	border-top: 18px solid #E2001a;
}