/* 
Theme-Anpassungen fuer NETZdinge.de Angebot anfordern Plugin (c) 2022
*/

.mr-1 {margin-right: 0.25em!important;}
.mr-2 {margin-right: 0.5em!important;}
.ml-5 {margin-left: 5px!important;}
.ml-10 {margin-left: 10px!important;}
.ml-15 {margin-left: 15px!important;}
.openOfferRequestWrapper {display: inline-block;}
a.openOfferRequest + .tooltip {z-index: 999;}
a.openOfferRequest + .tooltip .tooltip-inner {
 	word-break: break-word;
	white-space: normal;
	background-color: #435a6b;
	color:#fff;
}
a.openOfferRequest + .tooltip .arrow::after {
 	border-top-color: #435a6b;
}
#OfferRequestModal > .modal-xl {max-width: 85%;}
#OfferRequestModal .modal-content {padding: 25px;}
@media (max-width: 991.98px){
	#OfferRequestModal > .modal-xl {max-width: 100%;}
	button#requestOffer {margin: 15px auto;display: block;}
}

#OfferRequestModal .form-group.required label {position: relative;display: inline-block;}

#OfferRequestModal .form-group.required label::after {
    content: '*';
    position: absolute;
    top: -3px;
    right: -10px;
    display: block;
}