/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {padding-top: 3rem;padding-bottom: 0rem;color: #5a5a5a;}

a:link, a:visited, a:active {color: #5a5a5a; text-decoration:none;}
a:hover {color: #FF5900;}
.lead2{font-size:1rem;font-weight:400; color: #FF5900;background-color: aqua;orphans:3;widows:3;margin-top:0;margin-bottom:1rem}

footer{bottom: 0; width: 100%; 
line-height: 0.9rem; /* Vertically center the text there */
background-color: #f5f5f5;
height: 68px;
}

strong.st1 {font-weight: 300;}

.aus{font-family:Verdana;font-size:0.85rem;margin:5px 0px 0px 0px;line-height:15,5px;color:#000000;}

/* Bildrahmen */
.raum {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
margin-top: 16px;
padding: 16px;
background-color: #FFFFFF;
} 

.album {font-size: 0.8rem;} /* einsatz footer */

a.navl:link, a.navl:visited, a.navl:active, a.navl:hover {   /* navi */
	text-decoration:none;
	color:#EBEBEB; 
	text-shadow: 1px 1px 2px #000;
	font-weight: 400;
	font-size: 1.0rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	line-height: 0.5;
	display: block;
	padding: .5rem 1rem;
}
span.navl-link2:hover {color:#FC894B;} /* navi */

.marketing {margin-top:24px;margin-bottom:50px;} /* startseite absätze */
.marketing h1 {font-weight: normal;font-size: 1.85rem;line-height:1;letter-spacing: -.05rem;padding-bottom:1.25rem; } /* startseite h1 */
.featurette-divider {margin: 1.41rem 0 0 0;}  /* raum um <hr> */



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width:768px)
{
.raum {margin-bottom: 25px;}	
}