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

body {
	
    font-family: 'Open Sans', sans-serif;
	background-color: rgba(231,233,255,0.60);
}

h1, h2, h3, h4, h5 {
    font-family: 'Love Ya Like A Sister', cursive;
}

.navbar-brand img {
	max-width: 90%;
}

.nav-item, .nav-link {
	    font-family: 'Love Ya Like A Sister', cursive;
	font-size: 1.2em;
}

.navbar-light {
	box-shadow: 2px 2px 2px rgba(58,58,58,0.78);
	
}

#mc_embed_signup ul li {
	text-decoration: none;
	 list-style-type: none;
}

label {
	width: 7em;
}

.mc-field-group {
	max-width: 500px;
}

.mc-field-group strong {
	margin-bottom: 1em;
	margin-top: 1em;
}

.bgheads {
	background: url(../img/hintergrund1.jpg) no-repeat bottom center fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.8);
	width: 100%;
	  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.inner {
	max-width: 100%;
	min-height: 40em;
	}
.cover {
margin-top: 20%;
	margin-bottom: auto;
	align-content: center; 
}

.center {
	align-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	
}

.row {
	margin-bottom: 2em;	
}