@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Kaushan+Script|Kristi');
html {
	font-family: "Arimo", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	/*color: rgba(125, 125, 125, 1) !important;*/
	color: #222;
	/*font-size: 20px !important;*/
}

body {
	background: #fff;
}

html, body {
	min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: "Arimo", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	color: #ad8871 !important;
	font-weight: 400 !important;
}

em {
	font-size: inherit !important;
	color: #ad8871 !important;
}

p a, .footer a {
	color: #ad8871 !important;
}

.start-box {
	padding: 2rem 0;
}

.start-button {
	background: #fff;
	color: #000;
}

.uk-list li a {
	color: #ad8871 !important;
}

.body-content a {
	color: #ad8871 !important;
}
.body-content li {
	padding-left: 15px;
	list-style-image: url(images/punkt.png);
}

blockquote {
	font-size: inherit !important;
	color: #ad8871 !important;
	padding-left: 10%;
	background: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.front {
	z-index: 101 !important;
}

.bar-logo {
	text-indent: -9999px;
}

/*.uk-active .bar-logo a, .page .bar-logo a {
	background: url(images/logo-kunstwerk.png);
	width: 160px;
	height: 80px;
	background-repeat: no-repeat;
	display: block;
}*/

.bar-logo a, .bar-logo a {
	background: url(images/logo-kunstwerk.png);
	width: 160px;
	height: 80px;
	background-repeat: no-repeat;
	display: block;
}

.img-right, .img-left, .img-full {
	border: 10px solid #fff;
}

.img-right {
	transform: rotate(356deg);
	-webkit-transform: rotate(356deg);
	-moz-transform: rotate(356deg);
	-o-transform: rotate(356deg);
	-ms-transform: rotate(356deg);
}

.img-left {
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
}

/*.img-full {
	transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
}*/

.slidenav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 60px;
}

.uk-navbar-container {
	background: #f3f3f3 !important;
}

.uk-navbar-nav>li>a {
	border-bottom: 3px solid transparent;
}

.uk-navbar-nav>li>a:hover, .uk-navbar-nav>li.uk-active>a {
	border-bottom: 3px solid #ad8871;
}

.footer {
	background: #f5f5f5;
}

.footer .uk-list li {
	margin-top: 0 !important;
}

.button {
	width: 180px;
	height: 180px;
	background: url(images/button.png);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10002;
}


.datebox {
	color: rgb(233,142,111);
	font-weight: bold;
	background: #fff;
	width: 300px;
	height: 200px;
	transform: rotate(5deg);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	text-decoration: none;
}

.datebox:hover {
	text-decoration: none;
	color: rgb(233,142,111);
}

.day-month {
	font-size: 4.7rem;
	line-height: 2.2rem;
	margin-bottom: 1.5rem;
}


.year {
	font-size: 5rem;
	line-height: 2.2rem;
	margin-top: 1rem;
}

/**
 * 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;
}


