/* Orientierung Start */


#orientationlock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 100%;
	background-color: #000;
	background-image: url(../img/rotate.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	overflow: hidden;
	z-index: 9000;
	display: none;

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#orientationlock {
		display: none;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#orientationlock {
		
		display: block;
	}
}

/* Orientierung Ende */

body {
	margin: 0 auto;
	color: #333;
	font-size: 12px;
	font-family: 'EuropaGroteskSZ-BookRegular',Arial,sans-serif;
}

#infografics{
	width: 560px;
	height: 806px;
	
	overflow: hidden;
	background-image: url(../img/Oktoberfest_2013_ohne_label-01_560_x_808.jpg);
    position: relative;
   
}

.poi{
/*    display: inline;*/
    cursor: pointer;
    background-color: white;
    position:absolute;
    padding: 2px 5px;
    border: solid 2px #66ccff;
    font-weight:200;
    box-shadow: 2px 2px 2px #7d7d7d;
    -moz-box-shadow: 2px 2px 2px #7d7d7d;
    -webkit-box-shadow: 2px 2px 2px #7d7d7d;
    -ms-box-shadow: 2px 2px 2px #7d7d7d;  
}

.poi:hover{
    border: solid 2px #333;
    background-color:#333;
    color:white;
}

#card{
    top: 100px;
    width: 450px;
    height: auto;
    background-color: #ffffff;
    color: #333333;
    padding: 10px;
    display: inline-block;
    z-index: 400;
    display: none;
    /*cursor: default;*/
    text-align:center;
    margin: 55px auto 0;
    position: relative;
}

#card p a{
    color: #999999;
}

h4{
    padding-left: 12px;
    text-align:left;
    margin: 5px 0 13px;
    font-size: 16px;
}

/*#bildunterschrift{
    color: #757575;
    margin: 10px 0 -3px 10px;
    text-align: left;
    font-size:13px;
}*/

#text{
    /*margin-left: 10px;*/
    font-size: 14px;
    line-height: 18px;
    text-align:left;
    width:428px;
    display: inline-block;

}
#closeBtn{
    width: 28px;
    height: 26px;
    background-image: url(../img/btn_close_grey.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    position:absolute;
    right: 4px;
    top: 4px;
}


.boxshadow {
    box-shadow: 4px 4px 4px #888888;
    -moz-box-shadow: 4px 4px 4px #888888;
    -webkit-box-shadow: 4px 4px 4px #888888;
    -ms-box-shadow: 4px 4px 4px #888888;
}
.clickedPOI{
    border: solid 2px #333;
    background-color:#333;
    color:white;
}

