/* Booked System */

body #booked-page-form input[type=email],
body #booked-page-form input[type=text],
body #booked-page-form input[type=password],
body #booked-page-form textarea { font-size: 20px; }


.mk-fullwidth-false .mk-edge-slider .mk-slider-slide.left_top .edge-slide-content, .mk-fullwidth-false .mk-edge-slider .mk-slider-slide.left_bottom .edge-slide-content, .mk-fullwidth-false .mk-edge-slider .mk-slider-slide.left_center .edge-slide-content, .mk-fullwidth-false .mk-edge-slider .mk-slider-slide.right_top .edge-slide-content, .mk-fullwidth-false .mk-edge-slider .mk-slider-slide.right_center .edge-slide-content, .mk-fullwidth-false .mk-edge-slider .mk-slider-slide.right_bottom .edge-slide-content {
padding-left: 80px;
  padding-right: 80px;
}

#menu-main-menu .sub-menu .menu-item-link{  
  font-size: 18px;
}

#mk-quick-contact{
  padding: 0px 12px;
}

img.alignleft{
  margin-bottom: 0;
}

.fit-logo-img a img { max-width: 280px; }

/* Contact Form 7 */
.form_half {
    width: 49%;
    float: left;
    margin-right: 2%;
    max-width: 300px;
}

.form_half input {
  width: 100%;
}

form#anfrage textarea {
  width: 87.4%;
  margin-top: 15px;
}

.form_half_last {
    margin-right: 0px;
}

div.wpcf7-display-none:empty { display: none !important; }

@media (max-width: 767px) {

	.form_half {
	width: 100%;
	}
form#anfrage textarea {
  width: 100%;
}

}
