
.rot {
	color: white;
	background-color: #eb1818;
	padding: 3px;
	font-weight: 500;
}

h1.headline {
	margin-top: 30px;
}

h2 {
	text-align: center;
	margin-top: 30px;
}

h3 {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}

h4.pfad {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.9rem;
}

h4.pfad i {
	font-weight: 400;
	font-style: normal;
	letter-spacing: -8px;
	margin-right: 15px;
	vertical-align: -3px;
	color: #8197b7;
	font-size: 1.5rem;
}

strong {
	color: #8197b7;
	font-size: 1rem;
	font-weight: 500;
}

.album {
	margin-bottom: 15px;
	margin-top: 15px;
}

img.logo {
	width: 550px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: right;
	height: 5rem;
	transition: height 0.25s ease;
}

.is-stuck img.logo {
	height: 3rem;
	transition: height 0.25s ease;
}

.logo-mobil {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 70%;
}

.top-bar.kopf {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
	background: -webkit-gradient(linear, left top, right top, from(rgba(244,147, 0, 0.7)), to(rgba(0, 162, 106, 0.7)));
	background: -moz-linear-gradient(top, hsla(244,147, 0, 0.7) 0%, rgba(0, 162, 106, 0.7) 100%);
	background: linear-gradient(top, hsla(244,147, 0, 0.7) 0%, rgba(0, 162, 106, 0.7) 100%);
	padding: 0;
	height: 7rem;
	transition: height 0.25s ease;
}

.is-stuck .top-bar.kopf {
	background: -webkit-gradient(linear, left top, right top, from(rgba(244,147, 0, 0.9)), to(rgba(0, 162, 106, 0.9)));
    background: -moz-linear-gradient(top,  rgba(244,147, 0,, 0.9),  rgba(0, 162, 106, 0.9));
    background: linear-gradient(top,  rgba(244,147, 0, 0.9),  rgba(0, 162, 106, 0.9));
	height: 3rem;
	transition: height 0.25s ease;
}
.menu.fett{
	
}
.kopf-mobil {
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
	background: #EBEBEB;
    background: -webkit-gradient(linear, left top, right top, from(rgba(244,147, 0, 0.9)), to(rgba(0, 162, 106, 0.9)));
    background: -moz-linear-gradient(top,  rgba(244,147, 0, 0.9),  rgba(0, 162, 106, 0.9));
    background: linear-gradient(top,  rgba(244,147, 0, 0.9),  rgba(0, 162, 106, 0.9));
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* Small only */
@media screen and (min-width: 64em) {
.kopf-bild{
	position: static;
	z-index: -50;
	margin-top: -7rem;
}
}

/* Small only */
@media screen and (max-width: 63.9375em) {
	
	.kopf-bild{
	position: static;
}
		
	
}

.copy {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 0.8rem;
}

.rund img {
	border-radius: 50%;
	z-index: -1;
	position: relative;
}

.rund {
	border-radius: 50%;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	margin-top: 20px;
}

#offCanvas ul li {
	color: white;
	font-weight: 400;
}

h1.headlineGruen {
	color: #8197b7;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#offCanvas ul li a {
	color: white;
}

#offCanvas ul li a:hover {
	color: rgba(255, 255, 255, 0.58);
}

#offCanvas ul {
	font-size: 1.2rem;
	line-height: 3rem;
	margin-top: 0;
	list-style-type: none;
	margin-left: 20px;
}

h2.headlineGrau {
	color: #555454;
	margin-bottom: 20px;
	margin-top: 20px;
}

.panel {
	margin-bottom: 30px;
}

footer {
	margin-top: 50px;
	background-color: #555454;
	color: white;
	padding: 15px;
}

footer h2 {
	text-align: left;
}

footer a {
	color: #8197b7;
}

footer a:hover {
	color: white;
}



#myModal1 {
	background-color: rgba(129, 152, 183, 0.83);
	color: black;
}

.menu li a {
	color: white;
}

.copy {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
} 
