body {
	background: transparent;
	color: #efefef;
}

.container {
	background: transparent;
	
	border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	color: #efefef;
}

.form-control {
	background: rgba(191, 190, 227, 0.74);	
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.datenschutzhinweis > a {
	color: #fdb034;
}

#captcha_reload {
	color: #fdb034;
}


.btn {
    border: 0;
}

.btn-success {
	background-image: none !important;}

.btn:active {outline:0 !important;}

.btn.focus, .btn:focus, .btn:hover {
    color: #fdb034;
    text-decoration: none;
	outline:0 !important;
}

.btn-success {
    color: #fff;
    background-color: #898989 !important;
    border-color: #af1e1e !important;
	border: 0 !important;
}

.btn-success.active,
.btn-success:active {
    background-color: #666;
    border-color: #963f25;
}

.datenschutzhinweis {
	font-size: 14px;
	color: #fff;
}

.form-control::placeholder {
    color: #666;
    opacity: 1;
}


@media screen and (max-width: 420px) {

.datenschutzhinweis {
	font-size: 14px;
}	
	
}