/***

animares.com

COLORS

DE007E (Magenta)
77C4E1 (Blau)
DADADA (Grau)

Tooltip

RGB 222, 240, 246
#DEF0F6


***/




/*** MAIN ***/

html {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	background: url(/sites/all/themes/animares/images/bg/bg_01.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../development/drupal731/sites/all/themes/animares/images/bg/bg_02.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../development/drupal731/sites/all/themes/animares/images/bg/bg_02.jpg', sizingMethod='scale')";

	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}
.clear {clear: both;}
#wrapper {
	width: 646px;
	height: auto;
	border: 1px solid #DADADA;
	padding: 10px;
/* 	background: #FFFFFF; */
	background: rgba(255,255,255,.83);
	margin: 2% auto;
}
div#map.maps {
	background: transparent !important;
}

.dts-logo {
/* 	max-width: 348px; */
	margin-bottom: 10px;
}
.dts-logo img {
/* 	width: 100%; */
	display: block;
	margin-bottom: 20px;
}
.dts-logo p {
	color: #888;
	color: #fff;
	margin-top: 5px;
	background: rgba(253,179,12,.8);
	padding: 5px;
	display: inline;
	width: auto;
}
.dts-logo p a {
	text-decoration: none;
	color: #fff;
}
.dts-logo p:hover {
	background: rgba(253,179,12,1);
}




/*** MAP ***/


#map, .maps {width:100%; height:700px;}
.land h1 {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	color: #DE007E;
	font-size: 1em;
	font-weight: 500;
	z-index: 10;
	float: left;
}
.jvectormap-label {
    position: absolute;
    display: none;
    color: #000;
    font-size: 11px;
    padding: 5px;
    z-index: 2000;

    css-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.30);
    -moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.30);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.30);
    background: rgb(222, 240, 246);
    background: rgba(222, 240, 246, 0.8);
}
path { cursor: pointer; }
.jvectormap-zoomin, .jvectormap-zoomout,
#zoomSlider, #zoom {
	display: none !important;
	box-shadow: none;
	width: 0;
	height: 0;
}






/*** DOT ***/

:root *> .maps .dot {
	position: absolute;
	cursor: pointer;
	width:10px;
	height:10px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	background:#DE007E;
	border:#fff 2px solid;
	z-index: 2;
}

html>/**/body .maps .dot {
	position: absolute;
	cursor: pointer;
	background: url('../images/dot15.png');
	width: 15px;
	height: 15px;
	z-index: 2;
	border: none;
}








/*** TOOLTIP - Tipped ***/


.t_Content_dts {
 	/*padding: 5px;*/
 	min-width: 220px;
}

.t_Content_dts a {
	text-decoration: none;
}

.tooltip-content {
	display: none;
	padding: 5px;
	padding-bottom: 10px;
}
.tooltip-content p.schule {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 12px;
	color: #DE007E;
}

.tooltip-content p img {
	width: 28px;
	height: 21px;
}
.tooltip-content p.stadt {
	color: #000 !important;
	padding: 0;
	margin: 0;
	font-size: 10px;
	z-index: 8000;
}
.tooltip-content p.koop {
	color: #DE007E;
	padding: 0;
	margin: 0;
	font-size: 10px;
	z-index: 8000;
}
.tooltip-content p.koop:before {
	content: 'Kooperationspartner: ';
}

.tooltip-content p {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 10px;
	z-index: 8000;
}






/*** UNI LINKS ***/


/*.unilink {
	color: #DE007E;
	border: 0;
}*/
.unilink:hover p{
	text-decoration: underline;
	color: #000 !important;
}
.unilink img {
	border: 0;
}
.unilink p{
	font-size: 11px;
}







/*** LINIEN ***/

.line {
	position: absolute;
	z-index: 10;
}
#line1.line {
	background: url('../images/Line_SachsenAnhalt.png') no-repeat;
	width: 99px;
	height: 76px;
	top: 359px;
	left: 341px;
}
#line2.line {
	background: url('../images/Line_Bayern_01.png') no-repeat;
	width: 9px;
	height: 18px;
	top: 231px;
	left: 273px;
}
#line3.line {
	background: url('../images/Line_Bayern_02.png') no-repeat;
	width: 25px;
	height: 26px;
	top: 325px;
	left: 291px;
}
#line4.line {
	background: url('../images/Line_NRW.png') no-repeat;
	width: 24px;
	height: 13px;
	top: 328px;
	left: 197px;
}





/*** LEGENDE ***/

/*#legende {
	font-size: 10px;
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	opacity: 0.9;

	css-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.30);
	-moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.30);
	box-shadow: 4px 4px 8px rgba(0,0,0,0.30);
	background: rgb(222, 240, 246);
	background: rgba(222, 240, 246, 0.8);
}*/

#legende-shadow {
/*	background: url('../images/Legende_Shadow.png') no-repeat;*/
	width: 300px;
	height: 263px;
	float: right;
}


/** OTHER LOCATIONS **/

#wrapper #otherLocs {
	float: right;
	position: relative;
	top: -100px;
	left: -25px;
}

#add-tile {
	margin-bottom: 3px;
}

#add-tile:before {
	content: "+";
	font-size: 15px;
	color: white;
	background-color: #DE007E;
	line-height: 1px;
	border-radius: 50%;
	padding: 0 3.5px;
	margin-right: 5px;
}

#otherLocs .dot {

}



/** BACKLINK **/

/*
#backlink {
	float: right;
	margin-right: 5px;
	display: inline;
}
*/
#backlink a{
	font-size: 13px;
	text-decoration: none;
	color: #000;
}
#backlink a:hover{
	color: #DE007E;
}


/*** TOOLTIP - Tipped ***/

#location4 .col {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#location4 .col:first-child {
	padding-right: 5px;
}
#location4 .col:last-child {
	padding-left: 5px;
}

#location4::after {
	content: "";
	display: table;
	clear: both;
}