<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:400,400italic,700,700italic);

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
	margin:0;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:40px auto;
	padding:0;
	position: relative;
	width:960px;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
	
	#header {
		width:960px;
		height:135px;
        text-align: center;
	}
	
	.clear-float {
		display: block;
		height: 0px;
		width: 1px;
		font-size: 1px;
		margin: 0;
		padding: 0 0 35px 0;
		clear: both;
		}
	
	#footer {
		position:absolute;
		bottom:0;
		height:70px;
		width:100%;
		text-align: center;
	}
	
		#footer ul {
			list-style:none;
			margin-bottom:10px;
		}
		
			#footer ul li {
				display:inline;
			}
			
				#footer ul li a {
					font-size:10px;
					text-transform:uppercase;
					text-decoration:none;
					border-right: 1px solid #193642;
					padding: 0 10px;
				}
				
					#footer ul li a.right {
						border-right:none;
					}
					
					#footer ul li a:hover, #footer ul li a.active {
						text-decoration:underline;
					}
		
		#footer p {
			font-size:10px;
		}
		
			#footer p a{
				font-size:10px;
				text-decoration:none;
			}
			
				#footer p a:hover {
					text-decoration:underline;
				}

    /** custom styles **/
body {
    background-color: #a49a8f;
    color: white; 
}

#countdown {
    height: 155px;
}

.divider {
    margin: 15px auto;
}

.ankuendigung {
    font-family: 'League Gothic Regular';
    font-size: 28px;
    letter-spacing: 2px;
}

.einladung {
    text-align: center;
    margin: 25px auto;
    width: 480px;
    font-family: 'Alegreya SC', serif;}</pre></body></html>