<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* dancing-script-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/dancing-script-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}

/* dancing-script-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/dancing-script-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}


@font-face {
	font-family: 'amazone_btregular';
	src: url('/fonts/amazone_bt-webfont.woff2') format('woff2'),
			url('/fonts/amazone_bt-webfont.woff') format('woff'),
			url('/fonts/amazone_bt-webfont.ttf') format('truetype'),
			url('/fonts/amazone_bt-webfont.svg#amazone_btregular') format('svg');
	font-weight: normal;
	font-style: normal;
	}

html {
	position: relative;
	min-height: 100%;
	}


body {
	padding: 40px 0px 60px 0px;
	}


.titelbild {
	background-image: url("/images/pizzeria_innenaufnahme.jpg");
	background-color: #cccccc;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	}

.telicon {
	margin-right:10px;
	}

#oeffnungszeitenTabelle {
	margin-left: auto;
	margin-right: auto;
	}

#oeffnungszeitenTabelle tbody tr td {
	padding:5px;
	}

#oeffnungszeitenTabelle tbody tr td:first-child {
	text-align: right;
	}

#oeffnungszeitenTabelle tbody tr:not(:last-child) td {
	border-bottom: 1px solid #ccc;
	}

#sozialMediaIcons i {
	padding-left: 10px;
	padding-right: 10px;
	}


#anfahrtCardImage {
	background-image: url("/images/google_maps_vorschau.jpg");
	background-position: center;
	background-repeat: no-repeat;
	min-height: 200px;
	cursor: pointer;
	}


h1 {
	/* font-family: 'Dancing Script', cursive; */
	font-family: 'amazone_btregular', cursive;
	}


#carousel div.item img {
	max-height:300px;
}


/* Sticky footer styles */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	/* line-height: 40px; */
	background: rgba(204, 204, 204, 0.5);
}


/* pdfjs PDF-Viewer */
#pdfViewer { width: 100%; height:auto; border: 1px solid #ccc; }
.pdfNavigation { margin-top: 15px; }</pre></body></html>