@charset "UTF-8";
/* CSS Document */
@media (min-width: 768px) {
.hero--image-start { background-image: url(../img/hauptbild.jpg)} 
.hero--image-sub { background-image: url(../img/hauptbild.jpg)} 

.hero--image-aktuelles { background-image: url(../img/hero_aktuelles.jpg)}
.hero--image-kontakt { background-image: url(../img/hero_kontakt.jpg)}
.hero--image-impressum { background-image: url(../img/hero_impressum.jpg)} 

}

@media (max-width: 767px) {
.hero--image-start { background-image: url(../img/hauptbild.jpg)} 
.hero--image-sub { background-image: url(../img/hauptbild.jpg)} 

.hero--image-aktuelles { background-image: url(../img/hero_aktuelles_small.jpg)}
.hero--image-kontakt { background-image: url(../img/hero_kontakt_small.jpg)}
.hero--image-impressum { background-image: url(../img/hero_impressum_small.jpg)} 

}

/*h1 { margin: 0 0 15px 0; font-size: 36px; text-transform:uppercase; font-weight: 300; letter-spacing: 0.1em; text-shadow: 1px 1px 2px rgba(0,0,0, .4)}*/
h5 { margin-bottom: 24px; font-size: 18px; line-height: 24px; font-weight: 300; letter-spacing: 0.05em; text-shadow: 1px 1px 2px rgba(0,0,0, .4)}

		.hero-content h2 { margin: 0 0 15px 0; font-size: 36px; text-transform:uppercase; font-weight: 300; letter-spacing: 0.1em; text-shadow: 1px 1px 3px rgba(0,0,0, .7)}
		.hero-content h3 { margin-bottom: 24px; font-size: 21px; line-height: 28px; font-weight: 300; letter-spacing: 0.05em; text-shadow: 1px 1px 3px rgba(0,0,0, .7)}

.blau { color: #003257 }


a { text-decoration: none; color: #336699; }
a:hover { text-decoration: none; color: #CC6600; }

.hamburger:hover { text-decoration: none !important; }

.nav a { text-shadow: none }

.nav a:hover {  text-decoration: none !important; color: #FFCC00 }

.name { 
		position: relative; 
		z-index: 10; 
		flex: 1; 
		margin: 0;
		
	}
	
.letsgo:hover  { text-decoration: none; color: #FFCC00 !important; }
.to-top:hover { text-decoration: none; color: #fff !important; }

.motto {
	padding: 0 0 1em 39%;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #eee;
	}
	
.brandname { 
	position: absolute;
	font-size: 1.5em; 
	line-height: 1.8em;
	padding: 0 0 0 5em;
	color: #eee;
 }
	
a.orangelink { color: #FFAA00; text-decoration: none; }
a.orangelink:hover { color: #FFCC00; text-decoration: none; }


.rubrikname {
	font-size: 3em;
	line-height: 3em;
	text-transform:uppercase;
	color:#003257;
	}


.liste {
	font-size: 1.3em;
	line-height: 1.5em;
	color:#003257;
}

.liste h2 {
	font-size: 2em;
	line-height: 3em;
	color:#003257;
}

.liste h3 {
	font-size: 1.5em;
	line-height: 2em;
	color:#003257;
	font-weight:500;
}

.liste p {
	font-size: 1.1em;
	line-height: 1.1em;
	color:#003257;
}


/* für die einzelnen Projekt-Vorstellungsseiten */
/* Blätterfunktion */

.paging {
	font-size: 1em;
	line-height: 1em;
	color:#003257;
	text-align: center;
	text-transform:uppercase;
}

.paging hr {
	height: 1px;
	background: #333;
	margin: 10px auto;
	border: 0
}

/* Inhalte */


.projekt {
	font-size: 1.3em;
	line-height: 1.5em;
	color:#003257;
}

.projekt h2 {
	font-size: 2.5em;
	line-height: 2em;
	color:#003257;
}

.projekt h3 {
	font-size: 1.5em;
	line-height: 1em;
	color:#003257;
}

.projekt h4 {
	font-size: 1.4em;
	line-height: 1em;
	padding-bottom: 0.5em;
	color:#003257;
}

.projekt p {
	font-size: 1.1em;
	line-height: 1.5em;
	color:#003257;
}

.projekt p.einstiegstext {
	font-size: 1.3em;
	line-height: 1.6em;
	color:#003257;
}

.projekt p.interviewfrage {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: strong;
	color:#666;
}

.projekt p.quelle { font-size: 0.8em; padding-bottom: 1.5em; }

.projekt-img {
	border: 0;
	width: 100%;
	height:auto;
	padding: 1em 0 0 0;
}