/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.7.1
Author:	Lochbronner Design Studio
*/

/*Add your own styles here:*/

/* utility */
@media( max-width: 899px) {

	.easystep-mobile-reverse-row .g-cols {
	flex-direction: column-reverse;
}	
}

.easystep-text-block h1{
	color: #f29400;
	margin-bottom: 0;
}

.easystep-text-block h2 {
	color: #454545;
	margin-bottom: 28px;
}

.easystep-heading-reduced {
	max-width: 80%;
}

.easystep-text-block hr {
	width: 80px;
	text-align: left;
	margin-left: 0;
	background-color: #d6d6d6;
	height: 3px;
	border-radius: 2px;
	overflow: visible;
	margin-bottom: 37px;
	border-color: transparent !important;
}

.easystep-text-block hr:before {
	content: '';
	display: block;
	position: relative;
	left: -10px;
	height: 4px;
	width: 4px;
	border-radius: 2000px;
	background: #d6d6d6;
	font-size: 18px;

}

.easystep-text-block p {
	color: #777777;
	margin-bottom: 40px;
}


.easystep-text-block-alt hr {
	width: 80px;
	text-align: left;
	margin-left: 0;
	background-color: #f29400;
	color: #f29400;
	height: 3px;
	border-radius: 2px;
	overflow: visible;
	margin-bottom: 40px;	
	border-color: transparent !important;

}

.easystep-text-block-alt hr:before {
	content: '';
	display: block;
	position: relative;
	left: -10px;
	height: 4px;
	width: 4px;
	border-radius: 2000px;
	background: #f29400;
	font-size: 18px;
}

.easystep-text-block-alt p {
	margin-bottom: 40px !important;
}

.text-block-centered {
	text-align: center;
}

.margin-bottom-standard {
	margin-bottom: 40px !important;
}

/* Custom icons grid */

.easystep-icons-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
		margin-top: 25px;
}
.easystep-icons-grid-item {
	text-align: center;
	width: 48%;
	margin-bottom: 40px;
}

.easystep-icons-grid-item h3 {
	font-family: "Lato";
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	
	margin-top: 12px;
}
@media (max-width: 380px) {
	.easystep-icons-grid-item {
		width: 100%;
	}
}


/* Footer styling */

.footer-nav {
	color: #fff;
}
.footer-nav h3 {
	font-size: 18px;
	font-weight: 600;
}

.footer-nav-1 {
	display: flex;
	justify-content: space-between;
	color: #fff;
	flex-wrap: wrap;
}

.footer-nav-1-col{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 48%;
}


.footer-nav-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-nav-2 ul {
	list-style-type: none;
	margin-left: 0;
}

.footer-nav-2 .fas {
	width: 25px;
	text-align: center;
}
.fa-spacer {
	display: inline-block;
	width: 28.5px;
}

.footer-nav-2-col-1 {
	margin-bottom: 0;
}

.footer-nav-2-col-2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1070px) {
	.footer-nav-1-col {
		width: 100%;
	}
	.footer-nav-2 ul {
		width: 100%;
	}
	.footer-nav-2-col-1 {
	margin-bottom: 22.5px;
}
}

/* Revolution slider bullet points */

.tp-bullet {
	border-radius: 50%;
	background-color: #f29400;
	width: 12px;
	height: 12px;
	position: absolute;
}

.tp-bullet:hover {
	background-color: #f29400;
}

.tp-bullet.selected {
	background-color: transparent;
	border: 1px solid #f29400;
	width: 15px;
	height: 15px;
	transform: translateY(-1px);
}

/* image row gutter */

.easystep-image-row-small-gutter .g-cols.type_default>div>.vc_column-inner{
	padding-left: 1rem;
	padding-right: 1rem;
}


.easystep-subpage-header h1 {
	margin-bottom: 10px;
}

.easystep-subpage-header p{
	margin-bottom: 20px !important;
}


.easystep-cta .wpb_wrapper {
	text-align: center;
}

.easystep-cta p {
	font-size: 18px;
	margin-top: -18px;
	margin-bottom: 20px !important;
}

.easystep-kombinationen-column h2 {
	font-size: 13px;
	color: #303234;
	margin-bottom: 14px;
	min-height: 40px;
}

@media(max-width: 896px) {
	.easystep-kombinationen-column h2 {
		font-size: 20px;
	}
}

.easystep-kombinationen-column .easystep-kombinationen-design {
background: transparent;
padding: 10px;
width: 100%;
max-width: 200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 35px;

}

.easystep-bausituationen-column h2 {
	font-size: 11px;
	color: #303234;
	margin-bottom: 12px;
	min-height: 28px;

}

@media(max-width: 896px) {
	.easystep-bausituationen-column h2 {
		font-size: 20px;
	}
}

.easystep-aufbau-gallery-spaced-row {
	padding-bottom: 40px;
}

@media(max-width: 896px) {
.easystep-aufbau-gallery-item {
	margin-bottom: 20px !important;
}
	.easystep-aufbau-gallery-spaced-row {
		padding-bottom: 0;
	}
	
}

.easystep-lagerung-spaced-row 	{
		padding-bottom: 14px;		
	}

.easystep-lagerung-spaced-row .vc_row {
	padding-left: 15px;
	padding-right: 15px;
}

.easystep-lagerung-spaced-row .vc_column-inner {
	padding-left: 7px !important;
	padding-right: 7px !important;
}

@media(max-width: 896px) {
	.easystep-lagerung-spaced-row 	{
		padding-bottom: 0px;		
	}
	
	.easystep-lagerung-gallery-item {
		margin-bottom: 14px !important;
	}
	
}


.easystep-transport-spaced-row {
	margin-bottom: 16px !important;
}


.easystep-transport-reduced-gutter .vc_column-inner {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.easystep-contact-form-block select {
	color: #333 !important;
}

.easystep-contact-form-block select, .easystep-contact-form-block input, .easystep-contact-form-block textarea {
	color: #333 !important;
}

.easystep-contact-form-block textarea {
	margin-bottom: 40px;
}

.easystep-contact-form-block .wpcf7-acceptance span label{
	display: flex;
	align-items: center;
}

.easystep-contact-form-block .wpcf7-acceptance span label input{
	margin-top: 2.5px;
}

.easystep-contact-form-block .wpcf7-submit {
	background-color: #f29400;
	color: #fff !important;
}

.easystep-ansprechpartner-column h3{
	font-size: 18px;
	margin-bottom: 0;
}
.easystep-ansprechpartner-column .easystep-ansprechpartner-funktion {
	margin-bottom: 12px;
}
.easystep-ansprechpartner-column .easystep-ansprechpartner-tel {
	margin-bottom: 0;
}


	.easystep-elemente-grid {
		display: flex;
		flex-wrap: wrap;
	}
	.easystep-elemente-item {
		display: flex;
		flex: 1 1 50%;
		flex-wrap: wrap;
		border: 1px solid #f29400;
		border-color: #f29400 !important;
	}
@media (min-width: 1000px) {
.easystep-elemente-item:first-child, .easystep-elemente-item:nth-child(2) {
	border-top: 2px solid #f29400;
}
 .easystep-elemente-item:nth-last-child(2), .easystep-elemente-item:nth-last-child(1){
	border-bottom: 2px solid #f29400;
}
.easystep-elemente-item:nth-child(2n-1) {
	border-left: 2px solid #f29400;
}
.easystep-elemente-item:nth-child(2n) {
	border-right: 2px solid #f29400;
}
}
	.easystep-elemente-item-image-container {
		flex: 1 1 50%;
		border-right: 1px solid #f29400;
		border-color: #f29400 !important;
		display: flex;
		justify-content: center;
		align-items: center;		
	}
.easystep-elemente-item-image-container img {
	max-height: 90%;
}
	.easystep-elemente-item-text-container {
		flex: 1 1 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
	}

@media (max-width: 1000px) {
	.easystep-elemente-item {
		flex: 1 1 100%;
	}
}

@media (max-width: 500px) {
	.easystep-elemente-item {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.easystep-elemente-item-image-container {
		flex-basis: 100%;
		border-right: none;
	}
		.easystep-elemente-item-text-container {
		flex-basis: 100%;
	}
	
}

.archive .g-cols .l-content {
    width: 100%;
}

.woocommerce .products .product img {
    border: 1px solid #eee;
    border-radius: 1rem;
    box-shadow: 0px 10px 30px -10px #eee;
}

li.product.type-product span,
li.product.type-product p,
li.product.type-product h2,
.woocommerce .products .woocommerce-loop-product__title {
    padding-left: 4px;
}

li.product.type-product span * {
    padding-left: 0px;
}

ul.products .product {
    margin-bottom: 2rem;
}

.woocommerce-billing-fields input {
    border: 1px solid #ddd;
}

@media (min-width: 900px) {
	.l-subheader.at_middle {
		line-height: inherit!important;
		height: auto;
	}
}

html #rev_slider_2_1_wrapper .hesperiden .tp-bullet:hover, #rev_slider_2_1_wrapper .hesperiden .tp-bullet.selected {
    background: rgb(242, 148, 0);
    border-color: rgb(242, 148, 0);
}

html #rev_slider_2_1_wrapper .hesperiden .tp-bullet {
    background: #fff;
    border-color: #fff;
}

html .l-subheader.at_middle {
	line-height: inherit!important;
}

@media (min-width: 600px) and (max-width: 899px) {
	html .l-subheader.at_middle {
		line-height: auto!important;
	}
}

.l-section.height_medium.for_comments {
    display: none;
}

#attachment_6811 {
    background-color: #eee;
    padding: 3rem;
    margin: 0 0 2rem 2rem;
}

html .woocommerce-checkout .shop_table {
    background-color: #ffffff;
}

.trp-language-switcher-container.menu-item-object-language_switcher a.w-nav-anchor.level_1 {
    padding: 0!important;
}

li#menu-item-7705 a.level_1 > .w-nav-arrow {
    display: inline;
}

html li#menu-item-7705 .w-nav-anchor:not(.level_1) {
	padding-left: 0;
	padding-right: 0;
}

.w-nav.type_desktop li#menu-item-7705 .w-nav-list.level_2 {
    min-width: 56px;
    text-align: center;
}

.w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
    padding: 5px 0.7rem;
}

.type_mobile li#menu-item-7705 {
    padding: 6px 0 14px 6px;
}