#main .section { width:1280px; }
.scrollframe>div>div>div {
	display:flex;
	flex-direction:column;
}
.scrollframe>div>div>div>p {
	flex:0 0 50px;
	margin:8px 0 10px 0;
}
.scrollbox {
	flex:0 0 auto;
	position:relative;
	height:375px;
	overflow:hidden;
	border-radius:0 0 4px 4px;
}
.scrollbox>div {
	position:absolute;
	box-sizing:border-box;
	width:100%;
	transition:opacity 500ms;
}
.scrollposin {
	opacity:1;
	z-index:2;
}
.scrollposl {
	opacity:0;
	z-index:1;
}
.scrollposr {
	opacity:0;
	z-index:1;
}
.scrollposreset {
	display:none;
	transition:opacity none !important;
	z-index:1;
}
.scrollnavbutton {
	position:absolute;
	top:40%;
	left:10px;
	display:none;
	z-index:3;
}
.scrollnavbutton:last-child {
	left:auto;
	right:10px;
}
.scrollhover .scrollnavbutton { display:block; }
.scrollbox>div {
	height:100%;
	overflow:hidden;
}
.scrollbox>div>div {
	height:100%;
	position:relative;
	text-align:center;
}
.scrollbox .imgbox {
	height:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.scrollbox .hoverinfo {
	position:absolute;
	bottom:0;
	box-sizing:border-box;
	width:100%;
	left:0;
	padding:5px 12px 10px 12px;
	background-color:rgba(0,0,0,0.5);
}
.scrollbox .hoverinfo, .scrollbox .hoverinfo h3, .scrollbox .hoverinfo a {
	font-family:'Josefin Sans',Arial,Helvetica,sans serif;
	color:#fff;
}
.scrollframe h1 {
	border-radius:5px 5px 0 0;
	padding:5px 20px 1px 20px;
	background-color:rgba(0,0,0,0.45);
	color:#fff!important;
	font-size:21pt!important;
	font-weight:normal;
	margin:0!important;
}
a.linebutton.homeline {
	font-family:'Josefin Sans',Arial,Helvetica,sans serif;
	padding:10px 30px 6px 30px!important;
	color:#fff;
	border-color:#fff;
	background:rgba(75,75,75,0.7);
}

@media screen and (max-width:950px) {
	.scrollbox {
		padding-bottom:85%;
		height:auto;
	}
}




.topscrollbox {
	height:70vh;
	margin-bottom:15px;
}
.hoverinf, .hoverinf h3, .hoverinf a {
	font-family:'Josefin Sans',Arial,Helvetica,sans serif;
	color:#fff!important;
}
.hoverinf {
	position:absolute;
	bottom:auto;
	top:0;
	bottom:0;
	right:15vh;
	left:60vw;
	font-size:1.7vw;
	line-height:1.3em;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.hoverinf>div {
	background-color:rgba(0,0,0,0.5);
	border-radius:5px;	
	padding:3vw 4vw;
}
.hoverinfl {
	left:15vh;
	right:60vw;
}
.topscrollbox h3 {
	margin-bottom:1.3vw;
	letter-spacing:0;
}
@media screen and (max-width:1200px) {
	.hoverinf {
		right:10vw;
		font-size:18pt;
		line-height:1.3em;
	}
	.hoverinfl {
		right:60vw;
		left:10vw;
	}
	.topscrollbox h3 { margin-bottom:15px; }
}
@media screen and (max-width:950px) {
	.topscrollbox {
		padding-bottom:0!important;
		height:height:65vh!important;
	}
	.hoverinf {
		top:0;
		bottom:0;
		right:0;
		left:65vw;
		border-radius:0;
		padding:8vw 4vw;
		font-size:2.8vw;
		line-height:1.3em;
	}
	.hoverinfl {
		left:0;
		right:65vw;
	}
}
@media screen and (max-width:700px) {
	.hoverinf, .hoverinfl {
		top:auto;
		left:0;
		right:0;
		padding:5px 12px 10px 12px;
		font-size:14pt;
		line-height:1.15em;
	}
}
