/* Fake Local Font */
@font-face {
  font-family: 'Open Sans';
  src: local('Arial, sans-serif');
}

/* Dropdown Tab-focus */
.elementor-nav-menu--dropdown a:focus {
	background: #eee;
	color: #9a1426 !important;
}

/* Sidebar Überschrift Größe und Rahmen */
.elementor-kit-2897 h4 {
	margin-top: 20px;
  margin-bottom: 8px;
	border-bottom: 2px solid #9A1426;
	padding-bottom: 5px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    border-bottom: 2px solid #9A1426;
    padding-bottom: 5px;
}

/* Sidebar Listen */
.textwidget ul {
	padding: 0 0 0 20px;
}

/* Video full width */
.elementor video {
	height: auto;
}

/* Kein Rahmen Inhalts-H4 */
.textwidget h4 {
  border: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
	line-height: 1;
}

/* Kontaktformular */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border: 1px solid #bbb;
  margin-top: 5px;
  border-radius: 0;
  padding: 5px;
  width: 100%;
}

label {
  width: 100%;
}

.captcha-image {
  border: 1px solid #bbb !important;
}

div#wpcf7-f123-p25-o1 {
  margin-top: -18px;
}

/* Acceptance */
.wpcf7-list-item {
  margin: 0;
  font-size: 15px;
}

span.wpcf7-list-item-label {
  line-height: 22px;
}

/* Überschriften Slider */
.elementor-slide-heading {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px 10px 20px;
		border-radius: 4px;
}

a.swiper-slide-inner:hover {
    text-decoration: none;
}

/* Abstand unter Listen */
ul {
	margin-bottom: 24px;
}

/* Spezialklase img-border */
.img-border {
	border: 1px solid #ddd !important;
}