@import url('https://api.fontshare.com/v2/css?f[]=work-sans@200,400,600&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=public-sans@100,300,500&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-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;
}


/*#D64603*/

html {
	/*font-family: 'Work Sans', sans-serif !important;*/
	font-family: 'Public Sans', sans-serif !important;
	color: #22272a !important;
	font-weight: 300 !important;
}

body {
	border-top: 5px solid #D64603;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Work Sans', sans-serif !important;*/
	font-family: 'Public Sans', sans-serif !important;
	font-weight: 500 !important;
}

a {
	color: #D64603;
}

a:hover {
	text-decoration: none !important;
}

header {
	padding: 2rem;
}

.logo h1 {
    margin: 0;
}

.logo h1 a {
    display: block;
    text-indent: -9999px;
    width: 107px;
    height: 51px;
    background: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width:640px) {
	header {
		padding: 1rem;
	}

	.logo h1 a {
	    display: block;
	    text-indent: -9999px;
	    width: 80px;
	    height: 38px;
	    background: url(images/logo.png);
	    background-size: contain;
	    background-repeat: no-repeat;
	}
}

.uk-navbar-nav>li>a {
	font-family: 'Public Sans', sans-serif !important;
	padding: 0 0;
	color: #22272a !important;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color,background-color;
}

.uk-offcanvas-bar {
	background: #D64603;
}

.uk-offcanvas-bar .uk-nav-default>li>a {
	color: #fff;
	text-transform: uppercase;
}

.hero-section {
	padding: 0 2rem 2rem 2rem;
}

@media screen and (max-width:640px) {
	.hero-section {
		padding: 0 1rem 1rem 1rem;
	}
}

.uk-slideshow-items > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-left {
	margin-right: 2px;
}

.slider-right {
	margin-left: 2px;
}

.slider-left:hover {
	transform: translateX(-4px);
	color: #fff;
}

.slider-right:hover {
	transform: translateX(4px);
	color: #fff;
}

.slider-nav a {
	background: #D64603;
	color: #fff;
	transition: transform 100ms linear;
}

.uk-slider-items > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.uk-slider-container-offset {
	margin: -11px -10px -39px -10px !important;
	padding: 11px 10px 39px 10px !important;
}

.hero-left, .hero-right {
	background: #D64603;
	color: #fff;
	transition: margin 100ms linear;
}

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

.hero-left {
	margin-left: 0 !important;
}

.hero-right:hover  {
	margin-right: -4px !important;
	color: #fff;
	transition: margin 100ms linear;
}

.hero-left:hover {
	margin-left: -4px !important;
	color: #fff;
	transition: margin 100ms linear;
}

.hero-overlay {
	width: 50%;
	padding: 2rem;
	background: rgba(255,255,255,0.7);
	z-index: 1;
	text-align: center;
}

.hero-headline,
.center-headline {
	position: relative;
	margin-bottom: 2rem;
}

.hero-headline:after {
	content: '';
	background: #D64603;
	width: 100px;
	height: 3px;
	position: absolute;
	bottom: -1rem;
	left: 0;
}

.center-headline:after {
	content: '';
	background: #D64603;
	width: 100px;
	height: 3px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,2rem);
	text-align:center;
}

.center-vert {
	display: flex;
	align-items: center;
}

#map {
	height: 75svh;
}

@media screen and (max-width:640px) {
	#map {
		width: calc(100vw - 2rem);
		height: 75svh;
		margin: 4rem auto 2rem auto;
	}
}

@media screen and (min-width: 640px) {
	.filter-list {
		justify-content: center;
	}
}

/*.filter-list {
	justify-content: center;
}*/

.uk-card-body {
	padding: 1.5rem 1rem 1rem 1rem;
}

.uk-card-badge {
	top: 0 !important;
	left: 0 !important;
	right: inherit; !important;
	background: #D64603;
	border-radius: 0 !important;
}

@media screen and (min-width:1200px) {
	.uk-card-body {
		padding: 2rem;
	}
}

@media screen and (max-width:640px) {
	.uk-label {
		font-size: .75rem;
	}
	.uk-card-badge {
		height: 18px;
	}
	h4.uk-card-title {
		font-size: 1.25rem;
	}
}

.filter-desc span {
	color: #D64603 !important;
}


/* RESERVIERUNG */

.uk-modal-close-full {
	background: transparent;
}

#wrap_reservierung_submit {
margin-top: 1rem;
}

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

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

.footer-section {
	background: #D64603;
	color: #fff;
}

.footer-section a {
	color: #fff !important;
}


.shadow {
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.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;
}



