/*---------- Stoerer ----------*/

div.stoerer-wrap {
	display: block;
	width: 240px;
	height: 240px;
	position: absolute;
	right: 60px;
	top: 60px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	color: #333;
	text-decoration: none;
	z-index: 170;
	border-radius: 120px;
	overflow: hidden;
}
a.stoerer {
	display: block;
	width: 210px;
	height: 210px;
	margin: 15px;
	position: relative;
	background: #fff;
	color: #333;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 20px;
	border-radius: 105px;
	overflow: hidden;
}
a.stoerer div.stoerer-v-center {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 10%;
	text-align: center;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.stoerer p { margin: 0; padding: 5px 0; }
a.stoerer p strong { font-size: 30px; }


/*---------- Popup ----------*/

.stopper-popup-outer-wrap {
	position: fixed;
	top: 0px;
	left: 999em;
	bottom: 0;
	right: -999em;
	width: 100%;
	height: 100%;
	background: transparent;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0;
	z-index: 2000;

	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;

}

.stopper-popup-outer-wrap.open {
	opacity: 1;
	left: 0;
	right: 0;
	display: block;
}

.stopper-popup-wrap {
	display: inline-block;
	width: 90%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: -30px;

	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.4em;
}
.stopper-popup {
	display: block;
	position: relative;
}

.stopper-popup-image img { display: block; width: 100%; height: auto; }
.stopper-popup-text { display: block; padding: 40px; }

.stopper-popup-close {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff url('../Images/close_black.png') no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
}
	

.stopper-popup h2, .stopper-popup h3 { padding: 0 0 10px 0; }

a.stopper-popup-button {
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px 0 0 0;
	border-top: solid 1px #555;
	border-bottom: solid 5px #555;
	letter-spacing: 0.04em;
}
a.stopper-popup-button:hover {
	border-bottom: solid 5px #000;
}

/* Obermayerhofen */

a.stopper-popup-button { font-family: 'omh_serif', 'Times New Roman', Georgia, Serif; }
a.stoerer p strong  { font-family: 'omh_serif', 'Times New Roman', Georgia, Serif; font-weight: normal; }



@media only screen and (max-width: 719px) {

	div.stoerer-wrap {
		width: 200px;
		height: 200px;
		border-radius: 100px;
		right: 10px;
		top: 70px;
	}
	a.stoerer {
		width: 180px;
		height: 180px;
		margin: 10px;
		font-size: 18px;
		border-radius: 90px;
	}
	a.stoerer p strong { font-size: 24px; }
	
	.stopper-popup-wrap { margin-top: 0; }
	.stopper-popup {
		font-size: 0.9em;
		line-height: 1.4em;
	}
	.stopper-popup-text { padding: 40px 20px 20px 20px; }

}