textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-bjenewsletterreg table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-bjenewsletterreg table th {
    font-weight:bold;
}

.tx-bjenewsletterreg table td {
    vertical-align:top;
}

.tx-bjenewsletterreg {
	
}
#newsletter-errors legend {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	font-size: 14px;
}
.tx-bjenewsletterreg label {
    
    font-weight: normal;
    margin-bottom: 5px;	
}
.tx-bjenewsletterreg legend {
    font-weight: normal;
    margin-bottom: 5px;	
	font-size: 14px;
	border: none;
}
 .tx-bjenewsletterreg .legend-salut {
    font-weight: normal;
    margin-bottom: 5px;	
	width: auto;
	float: left;
	margin: 2px 10px 13px 0;
}
 
.radio-salut {
	width: auto;
	float: left;
	margin: 1px 10px 0px 0px;
}
.radio-salut label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.radio-salut input {
    width: 13px;
    height: 18px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.tx-bjenewsletterreg  input.form-control {
	border: thin solid;
	border-radius: 2px;
}
.tx-bjenewsletterreg  .btn {
	margin-left:5px;
	margin-top: 20px;
}

/* bootstrap Modal Box */
.modal-open {
	overflow: hidden;
	overflow: overlay;
	min-height: 100%;
}
.modal-open.page-overflow .modal-scrollable {
	overflow: hidden;
	overflow-y: auto;
	min-height: 100%;
}
.modal-newsletter-errors, .modal-newsletterreg {
    border-radius: 1px;
}
.modal-newsletter-errors .modal-footer, .modal-newsletter-errors .modal-header, .modal-newsletterreg .modal-footer, .modal-newsletterreg .modal-header  {
    border: none;
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: rgba(0, 0, 0, 0.506);
    opacity: 0.7;
}

/* bootstrap Modal Box individuelle responsiv Anpassung*/
@media (max-width: 500px) {
	.modal-newsletter-errors .btn-dark, .modal-newsletterreg .btn-dark {
		width: 100%;
	}
	.modal.modal-newsletter-errors.fade.in {
		top: 60px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 60px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 501px) and (max-width: 767px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 70px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 70px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 80px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 80px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 90px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 90px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 1200px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 100px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 100px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
