/*
 Theme Name: Tischlerei Heubrock
 Author: HEIMATHELD
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
p, span, h1, h2, h3, h4, h5, h6 {
	hyphens: auto;
}
.hero-title {
  font-family: 'Abril Fatface',Helvetica,Arial,Lucida,sans-serif;
  padding-bottom: 20px;
  line-height: 1.15em;
  font-size: 30px;
  display: block;
}
.heubrock_headline.center {
	text-align: center;
}
.heubrock_headline h1:before, .heubrock_headline h1:after, .heubrock_headline h2:before, .heubrock_headline h2:after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background: #333;
}
@media only screen and (min-width: 768px) {
	.hero-title {
  	font-size: 55px;
	}
}
.versatz-bildgruppe {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.versatz-bildgruppe .bild {
  width: 45%;
  height: auto;
  position: absolute;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.versatz-bildgruppe .bild1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.versatz-bildgruppe .bild2 {
  top: 80px;
  left: 50%;
  z-index: 2;
}
.heubrock-leistung-wrapper, .et_pb_main_blurb_image {
  overflow: hidden;
}
.heubrock-leistung-wrapper img {
  transition: transform .7s ease-in-out;
}
.heubrock-leistung-wrapper img:hover {
  transform: scale(1.1);
}
.et_pb_team_member_image {
  	max-width: 100%;
	margin: 0;
}

.et_pb_team_member_description {
  	padding: 20px;
  	background: #fff;
  	margin: 0 auto 0 auto;
  	z-index: 200;
  	position: relative;
  	max-width: 100%;
}
@media (min-width: 768px) {
	.et_pb_team_member_description {
  		margin: -80px auto 0 auto;
  		max-width: 80%;
	}
}
@media (min-width: 768px) and (max-width: 980px) {
	.et_pb_team_member_image {
    	margin: 0 30px 12px 30px !important;
  	}
}

#history-slider {
	overflow: visible;
}
#history-slider .et_pb_slide {
    padding: 0;
	overflow: hidden;
}
#history-slider .et_pb_slides .et_pb_slider_container_inner {
    display: block;
    width: 100%;
    vertical-align: inherit;
	text-align: left;
}
#history-slider .et_pb_slide_description {
	padding: 15% 6%;
	background: #fff;
	width: 60%;
	float: right;
	text-shadow: none;
}
#history-slider .et_pb_slide_image {
    margin-right: 0;
	width: 50%;
}
#history-slider .et-pb-arrow-next, #history-slider .et-pb-arrow-prev {
    background: #788859;
	top: 0;
	margin-top: -110px;
}
#history-slider .et-pb-arrow-prev {
    left: auto;
    opacity: 1;
    right: 55px;
}
#history-slider .et-pb-arrow-next {
    right: 0;
    opacity: 1;
}

#footer_recht-menu ul {
	list-style: none;
	padding: 20px;
	margin: 0;
	background: rgba(255,255,255,.7);
}
#footer_recht-menu ul li a {
	color: #666;
}
@media (min-width: 640px) {
	#footer_recht-menu ul {
		display: flex;
	}
	#footer_recht-menu li:not(:first-child) {
		padding-left: 20px;
	}
}