@charset "UTF-8";
/* CSS Document */

/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}

h1,h2,h3,p ,td, ul, ol {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	}

a { color: #af152b; text-decoration: none }

a:hover, a:active { text-decoration: underline; }

p {
	color: rgba(50,50,50,1.00);
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	margin: 3px 0 2px;
	padding: 0px 5px;
	text-shadow: 0px 1px 3px rgba(10,10,10,0.4);
}

ul, ol {
    color: rgba(50,50,50,1.00);
    font-size: 14px;}
tbody tr td {
	color: rgba(50,50,50,1.00);
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	margin: 3px 0 2px;
	padding: 0px 5px;
	text-shadow: 0px 1px 3px rgba(10,10,10,0.4);
}
	
h1 {
	color: #af152b;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 15px 0;
	padding: 1px 5px;
	border-bottom: 2px solid #af152b;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
	}
	
h2 {
	color: #af152b; 
	font-size: 20px;  
	font-weight: 400;
	letter-spacing: 1px; 
	margin: 5px 0; 	
	padding: 1px 5px; 
	border-bottom: 1px dotted #af152b; }

	
h3 {
	color: #690C19;
	font-size: 16px;
	margin: 12px 0px;
	padding: 1px 5px ;
	border-bottom: 1px dotted #690C19;
	}
	
	.slogan {
		font-size: 30px;
		text-align: center;
		font-family: 'Dancing Script', cursive;
		}
.slogan3 {
	font-size: 60px;
	text-align: center;
	font-family: 'Dancing Script', cursive;
		}
		
	.slogan2 {
		font-size: 38px;
		color:rgba(139,32,36,1.00);
		text-align: center;
		font-family: 'Dancing Script', cursive;
		}

.Fusszeile { text-align: center; }
a.fusszeile:link, a.fusszeile:visited { color: black; text-decoration: none; }
a.fusszeile:hover, a.fusszeile:active { color: #af152b; text-decoration: underline; }
