html {
	background: #eee;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	background: #000;
}

h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	margin: 0 0 2rem 0;
	letter-spacing: -.05rem;
	color: #145a68;
}

h1.inv {
	color: #fff;
}

h2 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.3rem;
	letter-spacing: -.05rem;
}

form, .form {
	margin: 2rem auto;
	border-radius: 1rem;
	background: #fff;
}

.nav-link {
	color: #000;
	font-weight: 800;
}

.form-label {
	font-size: .8rem;
	margin-bottom: .25rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -.05rem;
	font-weight: 800;
}

.form-check-label a {
	color: #000;
	text-decoration: underline;
}

.container {
	max-width: 62rem;
}
strong {
	font-weight:800;
}
section {
	max-width: 62rem;
	margin: 0 auto;
	padding: 2rem 2rem;
}

section.np {
	padding-bottom: 0;
}

#pers_daten,
#legal {
	background: #f5f5f5;
}

#pers_daten2 {
	margin: 1rem auto;
	background: #145a68;
}

#pers_daten2 h2,
#pers_daten2 label {
	color: #fff;
}


img {
	/* //width: 100%; */
	max-width: 100%;
	height: auto;
}

.row button {
	padding-left: 2rem;
	padding-right: 2rem;
	width: auto;
}

p.sub {
	font-size: .8rem;
	text-align: center;
	color: #fff;
}

p.sub a {
	color: #fff;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	#displace {
		position: relative;
		top: -3rem;
	}

}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


#share_ok {
	display:inline-block;
	background:#145a68;
	color:#fff;
	padding:0 .8rem;
	text-decoration: none;
	border-radius:1rem;
	text-transform: uppercase;
	font-size:.9rem;
	border-bottom:1px solid #038;
	border-right:1px solid #038;
}
#share_ok:active {
	position:relative;
	top:1px;
	border-color:#fff;
}