@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC|Playfair+Display:400,400i,700,700i');
/**
 * ProcesssWire.com site template stylesheet. Prepared for use in the basic site profile. 
 *
 * Please feel free to use and/or modify under the same license as ProcessWire.
 *
 * Copyright 2010 by Ryan Cramer Design, LLC
 *
 */

body {
	position: relative;
}
 html {
 	font-family: 'Playfair Display', serif !important;
 }

 .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
 	font-family: 'Playfair Display SC', serif !important;
 	text-transform: lowercase;
 	color: #666 !important;
 }

.uk-h3, h3 {
	letter-spacing: 0.3rem;
}

h3 a {
	color: #666 !important;
}

#section-1015 {
	padding-top: 0 !important;
}

.uk-navbar-toggle, .uk-navbar-toggle.uk-open, .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
	color: #fff !important;
}

section p .uk-link, section p a, .link, a[target="_blank"] {
	color: #c6a099 !important;
}

.uk-navbar-nav>li>a {
	font-family: 'Playfair Display SC', serif !important;
}

.filter .uk-navbar-nav>li>a {
	color: #999 !important;
}

.filter-head {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.85rem;
	margin-right: 20px;
	cursor: pointer;
}

.control span {
	cursor: pointer;
}

.last {
	margin-right: 0 !important;
}

video {
	width: 100%;
}

a.deutsch {
	background: url(images/de.png);
	background-repeat: no-repeat;
	background-position: center;
}

a.francais {
	background: url(images/fr.png);
	background-repeat: no-repeat;
	background-position: center;
}

.uk-offcanvas a.deutsch {
	background: url(images/de.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px 0;
}

.uk-offcanvas a.francais {
	background: url(images/fr.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px 0;
}

.bgbild {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -5;
}

.bgbild img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

.uk-section {
	background: #fff;
}

.bgsection {
	background: url(images/bgsection.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.bgsection-02 {
	background: url(images/bgsection-02.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.bar-logo a {
	background: url(images/logo-03.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 300px 150px;
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 150px;
}

.uk-navbar-nav>li>a {
	color: #fff !important;
	font-weight: bold;
}

.sort {
	background: url(images/updown.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#section-1015 {
	background: #fff url(images/guillomets-01.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/*#section-1018 {
	background: #fff url(images/guillomets-02.png);
	background-repeat: no-repeat;
	background-position: top right;
}*/


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


