@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-BoldItalic.woff2') format('woff2'),
        url('fonts/subset-PTSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@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-Regular.woff2') format('woff2'),
        url('fonts/subset-PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, h1, h2, h3, h4, h5 {
	font-family: 'PT Sans', sans-serif !important;
	color: #545d62 !important;
}

h1 {
	font-size: 2rem;
	text-transform: uppercase;
}

a:not(.uk-slidenav) {
	color: #222 !important;
}

.cc-message a {
	color: #d8490d !important;
}
.uk-offcanvas-bar a {
	color: #f1f1f1 !important;
}
.bar-logo {
	text-indent: -9999px;
}

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

.main-navbar {
	border-top: 10px solid #d8490d;
	border-bottom: 1px solid #535e62;
	padding: 20px 0;
}

.uk-navbar-nav>li>a {
	align-items: flex-end !important;
}

.uk-navbar-nav>li.uk-active a,
.uk-navbar-nav>li a:hover {
	color: #d8490d !important;
}

.uk-navbar-container>.uk-container .uk-navbar-right {
margin-right: 0px !important;
}

.mobile-filter>li>a {
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
height: auto;
padding: 0;
font-size: .875rem;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
text-decoration: none;
}

.filter-nav li span {
	cursor: pointer;
}

.uk-subnav-pill>*>:first-child {
	padding: 0;
	margin: 5px 15px 5px 0;
}

.uk-subnav.filter-nav li span {
	border-bottom: 2px solid transparent;
}

.uk-subnav.filter-nav li.uk-active span {
	border-bottom: 2px solid #d8490d;
}

.uk-slideshow a.uk-slidenav {
	color: #d8490d !important;
}


.werk-divider {
	position: relative;
	height: 40px;
	background-image: url("images/trenner.png");
	background-size: 400px 35px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-top: none !important;
}

.dark {
	background: #545d62;
	color: #fff !important;
}

.dark a {
	color: #fff !important;
	text-transform: uppercase;
}

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

.fixme [class*=uk-position-center-left], .fixme [class*=uk-position-center-right] {
	top: 40% !important;
}

.z-section {
	margin-top: 100vh;
	background: #fff;
}

.z-section a {
	text-decoration: none !important;
}

.uk-slideshow-items img.portrait {
	height: 100% !important;
}

iframe {
	max-width: 100%;
}

#map,
#new-map {
	height: 100vh;
}

.reserviert-label {
	position: absolute;
	top: 3px;
	left: 3px;
	background: rgb(216, 73, 13);
	z-index: 1;
}

#wrap_Inputfield_produkt_id,
#wrap_Inputfield- {
	display: none;
}

#wrap_reservierung_submit {
	margin-top: 1rem;
}

#wrap_reservierung_submit button {
	background-color: rgb(216, 73, 13);
}

.beratung {
	position: relative;
	text-align: center;
	margin-top: 10px;
	z-index: 10;
}

.beratung a {
	background-color: rgb(216, 73, 13);
	color: #fff !important;
	text-transform: uppercase;
	padding: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.privacywire-options,
.privacywire-banner,
.privacywire-message {
	padding: 2rem !important;
} 

.privacywire-buttons {
	padding-top: 2rem !important;
}

.privacywire-text ul {
	list-style-type: none !important;
	padding-left: 0 !important;
	padding-top: 1rem !important;
}
/**
 * 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;
}



