<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Inline - BÃ¼rgermelder */

.bm_group_form * {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.bm_group_form.xc_form {
	margin-bottom:20px;
}

.bm_group_form .xc_button {
    background-color: #6A8FA0;
    border: 0;
    border-radius:0;
    box-shadow: 2px 2px 1px #ccc;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    padding: 5px 15px;
    /*text-shadow: 0 -1px 1px #ccc;*/
    transition-duration: 0.3s, 0.3s;
    transition-property: border, background-color;
    transition-timing-function: linear, ease-in;
}

.bm_group_form .xc_element_first .xc_button,
.bm_group_form .xc_element_first .xc_button:hover,
.bm_group_form .xc_element_first .xc_button:focus{border:0;}

.bm_group_form .xc_button:hover,
.bm_group_form .xc_button:focus,
.bm_group_form .xc_button:active,
.bm_group_form .xc_element_first .xc_button:hover,
.bm_group_form .xc_element_first .xc_button:focus,
.bm_group_form .xc_element_first .xc_button:active{
	background-color:#555;	
}

.xc_tab_control ul.xc_tab_content {
	padding:0 1.0em 0 1.0em;
}

.bm_group_form .xc_group{
	box-shadow:none !important;
	background:transparent;
	border:0;
	padding:0;
}

.bm_group_form .xc_input,
.bm_group_form .xc_select,
.bm_group_form .xc_textarea,
.bm_group_form .xc_multifile_input {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 1%;
    transition-duration: 0.3s, 0.5s;
    transition-property: border, color;
    transition-timing-function: linear, ease-in;
    width: 100% !important;
}

.bm_group_form .xc_label,
.bm_group_form .xc_msg{font-size:1em;display:block;padding:6px 0;}

.bm_group_form .bm_check_confirmation .xc_label,
.bm_group_form .bm_check_confirmation .xc_msg{display:inline;}  

.bm_group_form .bm_group_wo div.bm_group_wo{float:left;width:48%;min-height: 75px;margin:0 2% 1% 0 !important;}

.bm_group_form .bm_group_wo div.bm_group_wo input,
.bm_group_form .bm_group_wo div.bm_group_wo select{padding:3%;}

.bm_group_form .xc_fieldset{border:0;}
.bm_group_form .xc_panel{clear:both;}

.bm_group_form .xc_group_title {
    background-color: transparent;
	border:0;
    color: #000;
    float: left;
    font-size: 1.4em;
    font-weight: bolder;
    left: 0;
    margin-bottom: 10px;
    padding: 10px 0 5px 0;
    position: relative;
    top: 0;
}

/*.bm_group_form .ym-button {*/
    /*margin: 1.5em 0.75em 0px 0px;*/
    /*padding: 0px 1.5em;*/
/*}*/


.widget-content-after-submit {
	padding:1.2em;
}

.widget-content-after-submit p {
	font-size: 1.4em;
}
</pre></body></html>