body {
    font-family: 'Barlow', sans-serif;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: white;
	background-color: #000000 !important;
}

body, html {
  width: 100%;
}

h1 {
    margin-bottom: 40px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

label {
    color: white;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.btn {
	background-color: #4FF1C5 !important;	
	color: #000000 !important;	
	font-weight: bold !important;	
}

.btn-disable {
	background-color: #26735E;
	color: #000000;
	opacity: 1 !important;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.fliesstext {
		
}

.spacer {
	margin-top: 4.5em;
}

.spacer-xl {
	margin-top: 24em;
}

.spacer-s {
	margin-top: 1em;
}

.lead {
	font-weight: bold;
}
.hervorgehoben{
    border: 3px solid #4FF1C5;
}





input[type=checkbox]:checked ~ label ~ .content {
  display: block;
}
input[type=checkbox] ~ label ~ .content { 
  display: none;
}
.content {
  clear: both;
}
input[type="checkbox"]
{
    vertical-align:middle;
}
.redAlert{
  color: #ff5050;
  font-weight: bold;
}
