div.e-left-column,
div.e-right-column {
    display: inline-block;
}

div.e-left-column {
    float: left;
    width: 59%;
}

div.e-right-column {
    width: 40%;
}

form.event-registration-form input {
    width: 250px;
}

div.e-left,
div.e-right {
    display: inline-block;
}

div.e-right {
    margin-left: 20px;
}

body.single-rb_event div#ui-datepicker-div {
    background: white;
    border: 1px solid #FBC832;
}

body.single-rb_event a.ui-datepicker-next,
body.single-rb_event a.ui-datepicker-prev {
    padding-right: 5px;
    text-decoration: underline;
}

body.single-rb_event input.error {
    border: 1px solid red;
}

body.single-rb_event label.error {
    color: red;
    margin-top: -20px;
}

.acf-map {
	width: 400px;
	height: 300px;
	border: #ccc solid 1px;
    margin: 0 0 15px 15px;
    float: right;
	/*width: 100%;*/
	/*height: 400px;*/
    /*margin: 20px 0;*/
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

body.post-type-archive-rb_event .mk-header,
body.single-rb_event .mk-header {
    background-image: url( '/wp-content/uploads/bannergrafik_events.jpg' );
}
