<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* pangolin-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: 'Pangolin';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/pangolin-v11-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../fonts/pangolin-v11-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}

/* Allgemeines */
	body { font-family: Arial, Helvetica, sans-serif; color:#000; background-color: #ebfaff; font-size:18px; min-width:350px; text-align:center; margin:0; padding:0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale; background-image:url('../design/mariawird7_background.jpg'); background-repeat:no-repeat; background-size:cover; background-position: top; }
	p {}
	td {}
	a:link { color:#000; text-decoration:none; }
	a:visited { color:#000; text-decoration:none; }
	a:hover { color:#000; text-decoration:none; }
	a:active { text-decoration:none; }
	a:focus { outline: none; }
	.master { position:relative; width:733px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:40px; }
	.h2 { font-size: 30px; }
    .h3 { font-size:25px; }
    .h4 { font-size:20px;}
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
	.blaue_schrift { color: #009fe3; }
	.rote_schrift { color: #d42d2f; }
	.magenta_schrift { color: #d23576; }
/**************/

/* Schriften */
	.schreibschrift { font-family: 'Pangolin'; }
/*************/

/* Inhalte */
	#header { position:relative; width:100%; }
	#headerContent { padding-top:50px; padding-bottom: 25px; }
	#headerContent a { color: #e6007e; }

	#main { position:relative; width:100%; min-height:90vh; }

	#firstContentContainer { position: relative; }
	#firstContent { padding-top:25px; padding-bottom: 25px; }
	
	#secondContentContainer { position: relative; }
	#secondContent { padding-top:25px; padding-bottom: 25px; }

	#kind { position: absolute; top:0; right:0; width:25%; padding-top: 60%; background-image:url('../design/kind.png'); background-repeat:no-repeat; background-size:contain; background-position: center; box-sizing: border-box; }
	#sprechblase_login {position: relative; margin: auto; width:100%; max-width: 500px; padding-top: 50%; box-sizing: border-box; background-image:url('../design/sprechblase_login.png'); background-repeat:no-repeat; background-size:contain; background-position: center; }
	#sprechblase_login_text { position: absolute; top:0; left:0; right:0; bottom: 0; padding: 25%; box-sizing: border-box; font-size: 20px; }
	#loginContainer { position: relative; margin: auto; width:100%; max-width: 500px; padding-top:50%; margin-top:20px; margin-bottom:20px; background-image:url('../design/login_frame.png'); background-repeat:no-repeat; background-size:contain; background-position: center; }
	#loginContainer_text { position: absolute; top:0; left:0; right:0; bottom: 0; padding: 18%; box-sizing: border-box; font-size: 20px; }

	#sprechblase_fragen { position: relative; margin: auto; width:100%; padding-top:20%; box-sizing: border-box; background-image:url('../design/sprechblase_fragen.png'); background-repeat:no-repeat; background-size:contain; background-position: center; }
	#sprechblase_fragen_text { position: absolute; top:0; left:0; right:0; bottom: 0; padding: 6%; padding-right: 12%; padding-left: 8%; box-sizing: border-box; font-size: 18px; }
	#briefumschlag { position: relative; margin: auto; width:100%; padding-top:100%; box-sizing: border-box; background-image:url('../design/briefumschlag.png'); background-repeat:no-repeat; background-size:contain; background-position: center; }
	#briefumschlag_text { position: absolute; top:20%; left:10%; right:10%; bottom:50%; }

	#imprintContent { padding-top:200px; padding-bottom: 200px; }
	#imprintContent a:link { color:#000; text-decoration:none; }
	#imprintContent a:visited { color:#000; text-decoration:none; }
	#imprintContent a:hover { color:#000; text-decoration:none; }

	#footer { position:relative; width:100%; padding-top:25px; padding-bottom: 25px; }
	#footerContent { }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 

	}

	@media only screen and (max-width:768px) { 

	}

	@media only screen and (max-width:600px) { 

	}
/**********/

/* Buttons und Formulare */	
	.button_impressum { width:80%; max-width:300px; height:40px; color: #000; background-color: transparent; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_impressum:hover {  }

	.textinput { width:80%; max-width:200px; height:40px; border: 1px dotted #009fe3; display: inline-block; font-size: 18px; text-align: center; box-sizing: border-box; }
	.textinput:focus { outline: none; }
	.submit { width:80%; max-width:200px; height:40px; display: inline-block; -webkit-appearance: none; font-weight:bold; font-size:18px; line-height: 40px; transition: 0.5s; color:#000; background-color:transparent; border: 1px dotted #009fe3; text-align:center; text-decoration:none; box-sizing: border-box; text-transform: uppercase; }
	.submit:hover { }
	.submit:focus { outline: none; }
/********/</pre></body></html>