/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> BorlabsCookieBox brlbs box advanced **/
#BorlabsCookieBox ._brlbs-box-advanced {
	margin-top: calc(18vh - 100px);
}

/** General >> Text Editor Datenschutz h2 **/
.te-datenschutz h2 {
	color: rgb(120, 185, 39);
	font-size: 32px;
	font-weight: 400;
	padding-top: 29px;
}

/** General >> Text Editor Datenschutz h3 **/
.te-datenschutz h3 {
	color: rgb(120, 185, 39);
	font-size: 26px;
	font-weight: 300;
}


/*= Google Recaptcha ========== */

/** Google Recaptcha >> Brlbs btn **/
#container ._brlbs-btn {
	background-color: rgb(120, 185, 39);
	border-radius: 0;
}

/** Google Recaptcha >> Brlbs default **/
#container ._brlbs-default {
	margin-top: 30px;
}

/** Google Recaptcha >> Brlbs btn (:hover) **/
#container ._brlbs-btn:hover {
	background-color: rgb(0, 67, 151);
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> Container make column clickable elementor **/
	#container .make-column-clickable-elementor {
	margin: 20px;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Container make column clickable elementor **/
	#container .make-column-clickable-elementor {
	margin: 20px;
}

}

