@font-face {
    font-family: 'PT Sans';
    src: url('fonts/subset-PTSans-Italic.woff2') format('woff2'),
        url('fonts/subset-PTSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/subset-PTSans-BoldItalic.woff2') format('woff2'),
        url('fonts/subset-PTSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


/**
 * 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
 *
 */
html {
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: normal !important;
	position: relative;
}

html, body, .viewport {
	height: 100%;
}


h1, h2 {
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: bold !important;
	z-index: 10002;
}

h3 {
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: normal !important;
	z-index: 10002;
}

a {
	color: rgba(207, 125, 52, 1);
}

blockquote {
	font-size: inherit !important;
	font-style: inherit !important;
	padding: 20px 0;
	border-top: 1px dotted #cf7d34;
	border-bottom: 1px dotted #cf7d34;
}

.lang {
	position: absolute;
	top: 9px;
	left: 15px;
}

.daten {
	position: absolute;
	top: 9px;
	right: 15px;
}

.daten a {
	color: rgba(207, 125, 52, 1) !important;
	z-index: 1005 !important;
}

.schmidt, .trans {
	font-family: georgia, serif !important;
	font-weight: normal !important;
}

.schmidt {
	color: rgba(207, 125, 52, 1);
}

.trans {
	font-style: italic !important;
	color: #222;
}

.card {
	height: 20%;
}

.viewport {
	position: fixed;
	width: 100vw;
}

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

#ajax {
		color: #222 !important;
		width: 50vw;
		height: 100vh;
		position: absolute;
		top: 0;
		left: -100%;
		background: #fff;
		z-index: 1001;
	}	


@media screen and (max-width: 600px) {
	#ajax {
		color: #222 !important;
		width: 100vw;
		height: 100vh;
		position: absolute;
		top: 0;
		left: -100%;
		background: #fff;
		z-index: 1001;
	}

	.guillomet {
	display: none;
}
}


.close {
	position: absolute;
	top: 15px;
	right: 0px;
	background: rgba(207, 125, 52, 0.6) url(images/close.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}

.bar-logo span {
	background: url(images/logo-02.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 250px 50px;
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 50px;
}

.maincontainer {
	padding-top: 55px;
}

.maincontainer ul {
	padding-left: 18px !important;
}

.maincontainer ul li {
	list-style-image: url(images/hyphen.png);
}

.wrapper {
	background: #fff;
/*	border: 15px solid #fff;*/
	box-sizing: border-box;
	height: 100%;
}

.bgbild {
	background: #faf1ea;
	border: 20px solid #fff;
	border-top: none !important;
}

.uk-card-secondary {
	background: rgba(207, 125, 52, 0.6) !important;
	box-shadow: none !important;
	color: #222 !important;
}

.uk-card-secondary h3 {
	font-weight: normal !important;
	color: #fff !important;
}

.cardheight {
	height: auto;
}

.card-1 {
	background: rgba(207, 125, 52, 0.7) !important;
}
.card-2 {
	background: rgba(207, 125, 52, 0.8) !important;
}
.card-3 {
	background: rgba(207, 125, 52, 0.9) !important;
}
.card-4 {
	background: rgba(207, 125, 52, 1) !important;
}

.guillomet {
	position: fixed;
	right: 2%;
	top: 1%;
	width: 300px;
	height: 345px;
	background: url(images/zeichen-01.png);
	background-repeat: no-repeat;
	background-position: center;
}

.strichpunkt {
	position: fixed;
	top: -2%;
	left: 25%;
	width: 150px;
	height: 400px;
	background: url(images/strichpunkt.png);
	background-repeat: no-repeat;
	background-position: center;
}

.anfuehrung {
	position: fixed;
	bottom: -3%;
	right: -1%;
	width: 500px;
	height: 400px;
	background: url(images/anfuehrung.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*
.ajax {
  display: none;
}*/
/**
 * 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;
}


