#detail-panorama .head {
	margin: 0 0 15px 0;
}

#detail-panorama .head.hide {
	display: none;
}

#detail-panorama .head span {
	display: inline-block;
	padding: 3px 7px;
	border: 2px solid rgba( 0, 0, 0, 0.5 );
	color: rgba( 0, 0, 0, 0.5 );
	cursor: pointer;
}

#detail-panorama .head span.aktiv {
	border: 2px solid rgba( 0, 0, 0, 0.7 );
	color: rgba( 0, 0, 0, 0.7 );
}


.fixratio {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.fixratio iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}@media all and (min-width: 768px) and (max-width: 999px) {

}

@media all and (min-width: 568px) and (max-width: 767px) {
	.fixratio {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.fixratio iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media all and (max-width: 567px) {
	.fixratio {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.fixratio iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

