@font-face {
    font-family: 'Heebo';
    src: url('fonts/subset-Heebo-ExtraBold.woff2') format('woff2'),
        url('fonts/subset-Heebo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('fonts/subset-Heebo-Black.woff2') format('woff2'),
        url('fonts/subset-Heebo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/subset-RobotoSlab-Bold.woff2') format('woff2'),
        url('fonts/subset-RobotoSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/subset-RobotoSlab-Regular.woff2') format('woff2'),
        url('fonts/subset-RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
    font: normal 14px / 22px 'Roboto Slab', serif !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #222 !important;
}

h1, h2, h3, h4, h5, h6 {
	font: 900 14px / 22px 'Heebo', sans-serif !important;
}

a {
	color: #222 !important;
}

em {
	color: #222 !important;
	font-style: italic !important;
	font-size: 0.8em !important;
}


.bold, strong {
	font: 900 14px / 22px 'Heebo', sans-serif !important;
	/*font-weight: 700;*/
}

#offsort span {
	padding: 10px 15px;
	display: block;
}

.uk-offcanvas-bar {
	background: #e2e2e2 !important;
}

.uk-offcanvas-bar a:hover {
	background: #e6e6e6 !important;
}

.uk-navbar-brand, .uk-navbar-toggle {
	padding: 0 !important
}

.uk-navbar-brand {
	height: inherit !important;
	margin-bottom: 20px;
}

.bar-logo {
	float: left;
text-indent: -9999px;
margin-bottom: 30px;
/* transform: translateX(-40px); */
}

.bar-logo a {
background: url(images/logo.png);
width: 245px;
height: 48px;
background-repeat: no-repeat;
background-size: contain;
display: block;
max-width: 100%;
}

.projekt-prev, .projekt-next, .projekt-list {
	padding: 15px;
}

span.uk-text-meta {
	display: block;
	font-style: italic;
	font-size: 0.8em;
}

@media (min-width:480px) {
	.right {
		text-align: right !important;
	}

	.center {
		text-align: center;
	}
	.left {
		text-align: left !important;
	}
}

@media (min-width:768px) {
	.bar-logo {
		float: none !important;
	}
}

.left {
	text-align: center;
}

.right {
	text-align: center;
}

.center {
	text-align: center;
}

.projekt-next, .projekt-prev {
	vertical-align: -10%;
	display: inline-block;
}

.projekt-next {
	background: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}

.projekt-prev {
	background: url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser.
 *
 */
.WireFatalError {
	background: #a30000;
	color: #fff;
	padding: 1em;
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


