/* NSB Box - Design - requires NSB Box Javascript (c) 2018 by Etienne Schorro */
#nsbbox{
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, 0.781);
	z-index: 9999999;
}
#nsbbox img, #nsbbox iframe{
	display: block;
	clear: both;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	border-radius: 18px; 
    border-radius: 3px;

}
#nsbbox iframe{
	width: 90%;
	height: 95%;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#nsbBOXText{
	display: block;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-style: normal;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;

}
a.pfeilLinks, a.pfeilRechts, a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1001;
	top: 53%;
	margin-top: -60px;
	height: 50px;
	width: 50px;
	background-color: #017981;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(0,0,0,.3);
    border-radius: 8px;
	z-index: 999999999999;
}
#nsbbox a.pfeilLinks:hover, #nsbbox a.pfeilRechts:hover, a.closeBOX:hover{
	background-color:#124B4F;
	cursor: pointer;
}
#nsbbox .pfeilLinks{
	left: 30%;
	background-image: url(../img/arrow-small-right.svg);
	transform: rotate(180deg);
	background-size: 20px;

}
#nsbbox .pfeilRechts{
	right: 30%;
	background-image: url(../img/arrow-small-right.svg);
	background-size: 20px;

}
#nsbbox a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1002;
	top: 9%;
	right: 1%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #fff;
}
