/* Copyright (C) YOOtheme GmbH, h */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow-top-white.svg);
	opacity: 0.5;
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}