/*
Theme Name: IMA Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: GP One GmbH
Author URI: https://gp-one.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 1.0.0.1655206640
Updated: 2022-06-14 11:37:20

*/

/**************************** ALLGEMEIN *******************************************************************************/
*, :before, :after{
    box-sizing: border-box;
}
/*** Layout ***/
body:not(.home){
	padding-top: 100px;
}
.et_pb_section{
	padding: 0 !important;
}
.custom-margin{
	margin: 0 0 60px 0 !important;
}
#left-area{
	padding-bottom: 0;
}
#left-area article:last-of-type{
	margin-bottom: 0;
	padding: 0;
}
#main-content .container{
	width: 100%;
	padding: 115px 15px 60px 15px !important;
}
@media (max-width: 980px){
	#sidebar{
		border-top: 1px solid #C4C8CB;
		margin-top: 30px;
		padding: 30px 0 0 0;
	}
}
@media (max-width: 991px) {
	body:not(.home){
		padding-top: 85px;
	}
}
/*** Headings ***/
.h2-wrapper{
	margin: 0 0 60px 0 !important;
}
.home .h2-wrapper{
	opacity: 0;
	transition: opacity 750ms;
}
.home .section-active .h2-wrapper{
	opacity: 1;
}
.default-h2{
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
}
.default-sub-heading{
	position: relative;
	display: flex;
	justify-content: center;
	max-width: max-content;
	margin: 0 auto 0 auto;
	color: #979797;
	font-size: 22px;
	text-align: center;
	padding: 0 0 19px 0;
}
.default-sub-heading:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 125px;
	height: 4px;
	background-color: #ffa727;
}

.orange-line-left{
	position: relative;
	display: flex;
	justify-content:left;
	/*max-width: max-content;*/
	margin: 0 auto 0 auto;
	/*color: #979797;*/
	/*font-size: 22px;
	text-align: center;*/
	padding: 0 0 10px 0;
}

.orange-line-left:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 4px;
	background-color: #ffa727;
}

@media (max-width: 575px){
	.default-h2{
		font-size: 30px;
		hyphens: auto;
	}
	.default-sub-heading{
		font-size: 16px;
	}
}
/*** Buttons ***/
.et_button_no_icon .et_pb_button{
	padding: 12px 25px !important;
}
.et_button_no_icon .et_pb_button:hover{
	padding: 12px 25px !important;
	background-color: #ff9900 !important;
}
/**************************** NAVIGATION ******************************************************************************/
.et_pb_row_0_tb_header{
	margin: 0 !important;
	padding: 0 !important;
}
#main-navigation{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: 350ms;
	z-index: 100;
}
#main-navigation.scrolled{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.nav-default-wrapper{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1545px;
	padding: 0 15px;
	margin: 0 auto;
}
/*** Main-Nav ***/
.main-navigation{
	position: relative;
	height: 100px;
	background-color: #ffffff;
	border-bottom: 1px solid #f9f9f9;
}
.main-navigation .nav-default-wrapper{
	height: 100%;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-navigation .nav-logo,
.main-navigation .nav-logo img{
	display: block;
	width: auto;
	height: 100%;
}
.main-navigation #menu-main-nav{
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.main-navigation #menu-main-nav a{
	position: relative;
	display: block;
	margin: 0 20px 0 0;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
}
.main-navigation #menu-main-nav .current_page_item a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 4px;
	background-color: #ffa727;
}
.main-navigation #menu-main-nav li:last-of-type a{
	margin: 0;
}
.main-navigation .main-navigation-toggle{
	position: relative;
	display: none;
	align-items: center;
	width: 30px;
	min-width: 30px;
	height: 25px;
	cursor: pointer;
}
.main-navigation .main-navigation-toggle::before,
.main-navigation .main-navigation-toggle::after{
	content: '';
	position: absolute;
	left: 0;
}
.main-navigation .main-navigation-toggle::before {
  top: 0;
}
.main-navigation .main-navigation-toggle::after {
  bottom: 0;
}
.main-navigation .main-navigation-toggle::before,
.main-navigation .main-navigation-toggle::after,
.main-navigation .main-navigation-toggle span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #404040;
  border-radius: 5px;
  transition: 250ms;
}
.main-navigation.active .main-navigation-toggle span{
	opacity: 0;
}
.main-navigation.active .main-navigation-toggle:before{
	top: 9px;
	transform: rotate(45deg);
}
.main-navigation.active .main-navigation-toggle:after{
	top: 9px;
	left: unset;
	right: 0;
	bottom: unset;
	transform: rotate(-45deg);
}
/*** Sub-Nav ***/
.search #main-navigation .sub-navigation,
.sub-navigation{
	background-color: #C4C8CB;
	transition: 250ms;
}
.home .sub-navigation,
.et_pb_pagebuilder_layout .sub-navigation{
	background-color: rgba(255, 255, 255, 0.3)
}
#main-navigation.scrolled .sub-navigation{
	background-color: #f4f4f4;
}
.sub-navigation .nav-default-wrapper{
	justify-content: flex-end;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sub-navigation .company-info-link{
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	transition: 250ms;
}
#main-navigation.scrolled .sub-navigation .company-info-link{
	color: #000000;
}
.sub-navigation .company-info-link:first-of-type{
	margin-right: 60px;
	padding-left: 27px;
}
.sub-navigation .company-info-link:last-of-type{
	padding-left: 28px;
}
.sub-navigation .company-info-link:before{
	content: '';
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.sub-navigation .company-info-link:first-of-type:before{
	width: 22px;
	min-width: 22px;
	height: 22px;
	background-image: url('/wp-content/themes/ima-child/icons/telephone-icon.svg');
}
.sub-navigation .company-info-link:last-of-type:before{
	width: 23px;
	min-width: 23px;
	height: 25px;
	background-image: url('/wp-content/themes/ima-child/icons/email-icon.svg');
}
@media (max-width: 767px) {
	/*** Main-Nav ***/
	.main-navigation #menu-main-nav{
		position: absolute;
		top: 100%;
		right: 0;
		display: block;
		width: auto;
		background-color: #ffffff;
		padding: 30px;
		border-radius: 0 0 0 5px;
		transform: translateX(100%);
		z-index: 1;
		transition:  transform 750ms;
		box-shadow: -5px 8px 8px 0px rgba(0, 0, 0, 0.1);
	}
	.main-navigation.active #menu-main-nav{
		transform: translateX(0);
	}
	.main-navigation #menu-main-nav a{
		display: inline-block;
		margin: 0 0 25px 0;
		padding: 0 10px;
	}
	.main-navigation .main-navigation-toggle{
		display: inline-flex;
	}
	/*** Sub-Nav ***/
	.sub-navigation .nav-default-wrapper{
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#main-navigation .sub-navigation .company-info-link{
		font-size: 14px;
		padding-left: 25px;
		margin: 0;
	}
	#main-navigation .sub-navigation .company-info-link:before{
		width: 15px;
		min-width: 15px;
		height: 15px;
	}
}
@media (max-width: 991px) {
	/*** Main-Nav ***/
	.main-navigation{
		height: 85px;
	}
	.main-navigation .nav-logo img{
		width: 100px;
	}
}
/**************************** START-SLIDER ****************************************************************************/
/*** Layout ***/
#start-slider .et_pb_slide{
	padding: 0 150px;
}
#start-slider .et_pb_slide > .et_pb_container{
	padding: 0 15px;
}
/*** Headings ***/
#start-slider h1,
#start-slider h2{
	position: relative;
	padding: 0;
	max-width: 760px;
}
#start-slider h1:before,
#start-slider h2:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 85px;
	height: 4px;
	background-color: #ffa727;
}
/*** Arrows ***/
.et-pb-arrow-next, .et-pb-arrow-prev{
	display: inline-block;
	width: 45px;
	height: 58px;
	background-image: url('/wp-content/themes/ima-child/icons/slider-arrow.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 1;
}
.et-pb-arrow-prev{
	left: 60px !important;
	transform: rotate(180deg);
}
.et-pb-arrow-next{
	right: 60px !important;
}
.et-pb-arrow-next:before, .et-pb-arrow-prev:before{
	content: unset;
}
/*** Navigation ***/
@media(max-width: 767px){
	#start-slider .et_pb_slide{
		padding: 0;
	}
	
	#start-slider h2{
		hyphens: auto;
	}
}
@media (min-width: 1200px){
	#start-slider .et-pb-controllers{
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(4, 25%);
	max-width: 1545px;
	height: auto;
	padding: 0 15px;
}
#start-slider .et-pb-controllers a{
	display: block;
	width: auto;
	height: auto;
	text-indent: unset;
	margin: 0;
	background-color: transparent;
	text-align: start;
	opacity: 1;
	border-radius: 0;
}
#start-slider .text-controller{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px 10px 10px;
	border-bottom: 4px solid transparent;
	color: #ffffff;
}
#start-slider .et-pb-active-control .text-controller{
	border-color: #ffa727;
	}	
}
/**************************** WAS WIR ANBIETEN ************************************************************************/
/*** Animationen ***/
.tabs-wrapper,
.tab-content-wrapper-animation{
	opacity: 0;
	transition: opacity 750ms;
}
.section-active .tabs-wrapper,
.section-active .tab-content-wrapper-animation{
	opacity: 1;
}
#home-carpool .et_pb_button{
	opacity: 0;
}
#home-carpool.section-active .et_pb_button {
	animation: fadeIn 750ms linear 750ms 1 forwards;
}
/*** Tabs ***/
.tabs-wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	grid-gap: 30px 0;
	margin: 0 0 60px 0;
	transition-delay: 250ms;
}
.tab{
	max-width: max-content;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	border-bottom: 4px solid transparent;
	font-size: 22px;
	font-weight: bold;
	color: #404040;
	cursor: pointer;
}
.tab.active{
	border-color: #ffa727;
}
/*** Tab-Content ***/
.tab-content-wrapper-animation{
	transition-delay: 500ms;
}
#lorry-content{
	display: block;
}
.tab-content{
	display: none;
}
.tab-content-wrapper{
	display: grid;
	grid-template-columns: 47% calc(60% - 120px);
	grid-gap: 30px 120px;
	padding-right: 80px;
}
.tab-content-wrapper img{
	display: block;
	width: 100%;
	height: auto;
}
.tab-content-wrapper h3{
	max-width: 590px;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: normal;
}
.tab-content-wrapper p{
	max-width: 685px;
	font-size: 18px;
	line-height: 28px;
}
@media(max-width: 767px){
	/*** Tabs ***/
	.tabs-wrapper{
		grid-template-columns: repeat(2, calc(50% - 10px));
		grid-gap: 20px;
	}
	.tab{
		max-width: 100%;
		margin: 0;
		padding: 10px;
		border-bottom: none;
		text-align: center;
		font-size: 16px;
		background-color: rgba(151, 151, 151, 0.075);
		border-radius: 5px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.tab.active{
		background-color: rgba(255, 167, 39, 0.25);
		color: #ffa727;
	}
	/*** Tab-Content ***/
	.tab-content-wrapper{
		grid-template-columns: 100%;
		padding-right: 0;
	}
	.tab-content-wrapper h3{
		font-size: 22px;
		margin: 0 0 20px 0;
	}
	.tab-content-wrapper p{
		font-size: 16px;
	}
}
/**************************** UNSERE DIENSTLEISTUNGEN *****************************************************************/
/*** Animationen ***/
.services-item{
	opacity: 0;
	transition: opacity 750ms;
}
.services-item:first-of-type{
	transition-delay: 250ms;
}
.services-item:nth-of-type(2){
	transition-delay: 500ms;
}
.services-item:nth-of-type(3){
	transition-delay: 750ms;
}
.services-item:nth-of-type(4){
	transition-delay: 1000ms;
}
.section-active .services-item{
	opacity: 1;
}
#our-services .et_pb_button{
	opacity: 0;
}
#our-services.section-active .et_pb_button {
	animation: fadeIn 750ms linear 1250ms 1 forwards;
}
/*** Items ***/
.services-wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	grid-gap: 30px 120px;
}
.services-item{
	display: flex;
	flex-direction: column;
}
.services-item img{
	display: block;
	width: 55px;
	min-width: 55px;
	height: auto;
	margin: 0 0 30px 0;
}
.services-item:nth-of-type(2) img{
	width: 70px;
	min-width: 70px;
}
.services-item:nth-of-type(3) img{
	width: 50px;
	min-width: 50px;
}
.services-item:nth-of-type(4) img{
	width: 60px;
	min-width: 60px;
}
.services-item > div{
	margin-top: auto;
}
.services-item h3{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}
.services-item p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 767px){
	.services-item p{
		font-size: 16px;
	}
}
/**************************** WAS KUNDEN SAGEN ************************************************************************/
/*** Animationen ***/
.slider{
	opacity: 0;
	transition: opacity 750ms;
}
.slider{
	transition-delay: 250ms;
}
.section-active .slider{
	opacity: 1;
}
/*** Slider ***/
.slider{
    position: relative;
    width: 100%;
	max-width: 975px;
	margin: 0 auto;
	user-select: none;
}
.slider-wrapper{
    display: flex;
    overflow: hidden;
}
.slide-item{
	display: flex;
	flex-direction: column;
	align-items: center;
    min-width: 100%;
    transition: 750ms;
}
/*.slider.fast .slide-item{
    transition: 100ms;
}*/
.slide-item:first-of-type{
    margin-left: -100%;
}
.arrow{
    position: absolute;
    top: 50%;
    width: 21px;
    height: 40px;
    cursor: pointer;
    background-image: url('/wp-content/themes/ima-child/icons/arrow-dark.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
	transform: translateY(-50%);
}
.arrow.left{
    left: -60px;
    transform: translateY(-50%) rotate(180deg);
}
.arrow.right{
    right: -60px;
}
/*** Content Slider ***/
.slide-item .img-wrapper{
	position: relative;
	margin: 0 0 30px 0;
}
.slide-item .img-wrapper img{
	display: block;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center center;
}
.slide-item .citation-icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	background-color: #ffa727;
	background-image: url('/wp-content/themes/ima-child/icons/citation.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px 16px;
}
.slide-item blockquote{
	padding: 0;
	margin: 0;
	border: none;
}
.slide-item blockquote p{
	font-size: 18px;
	font-style: italic;
	text-align: center;
	margin: 0 0 60px 0;
	line-height: 28px;
}
.slide-item blockquote cite{
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 1199px){
	/*** Slider ***/
	.arrow{
		top: 0;
		transform: translateY(67px);
	}
	.arrow.left{
		left: 0;
		transform: translateY(67px) rotate(180deg);
	}
	.arrow.right{
		right: 0;
	}
	/*** Content Slider ***/
	.slide-item blockquote p{
		font-size: 16px;
	}
}
/**************************** AKTUELLES *******************************************************************************/
/*** Animationen ***/
#blog-posts article{
	opacity: 0;
	transform: translateX(300%);
}
.section-active #blog-posts article{
	animation: slideInLeft 1s ease 0s 1 forwards;
}
#blog-posts article:first-of-type{
	animation-delay: 250ms;
}
#blog-posts article:nth-of-type(2){
	animation-delay: 400ms;
}
#blog-posts article:nth-of-type(3){
	animation-delay: 550ms;
}
#home-blog-posts .et_pb_button{
	opacity: 0;
}
#home-blog-posts.section-active .et_pb_button {
	animation: fadeIn 750ms linear 1250ms 1 forwards;
}
/*** Posts ***/
#home-blog-posts{
	overflow: hidden;
}
#blog-posts > div{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	grid-gap: 30px 60px;
}
#blog-posts article{
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 0 30px 30px 30px;
}
#blog-posts article .entry-featured-image-url{
	margin: 0 -30px 30px -30px;
}
#blog-posts article .entry-featured-image-url + a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
#blog-posts article h2{
	font-size: 22px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 25px;
	font-weight: bold;
}
#blog-posts article .post-meta{
	margin: 0;
}
#blog-posts article .published{
	display: block;
	font-size: 15px;
	color: #979797;
	margin: 0 0 20px 0;
}
#blog-posts article .post-content-inner p{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px 0;
	color: #404040;
}
#blog-posts article .more-link{
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #ffa727;
	color: #ffffff !important;
	transition: 0.2s;
}
#blog-posts article .more-link:hover{
	background-color: #ff9900;
}
/**************************** ARTIKEL, SUCHE & ARCHIV-SEITEN **********************************************************/
.search h1,
.archive h1,
.single-post .entry-title{
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: normal;
}
.search .et_pb_post a img,
.archive .et_pb_post a img,
.single-post .et_post_meta_wrapper img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 465px;
	border-radius: 5px;
	float: left;
	margin: 0 30px 10px 0;
}
#left-area .post-meta,
.single-post #left-area .post-meta{
	font-size: 15px;
	padding: 0;
	margin: 0 0 20px 0;
}
#left-area .post-meta a,
.single-post #left-area .post-meta a{
	font-weight: bold;
	text-transform: uppercase;
	color: #ffa727;
}
article .entry-title,
.single-post .entry-content h2{
	font-weight: bold;
	margin: 30px 0 20px 0;
	line-height: normal;
}
/*** Artikel ***/
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content h2{
	padding: 0;
}
.single-post .entry-content p{
	font-size: 15px;
	margin: 0 0 20px 0;
	line-height: 26px;
}
.single-post .entry-content p:last-child{
	margin: 0;
}
.wp-block-tag-cloud,
.post-tags-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 -15px -15px;
	padding: 30px 0 0 0;
	border-top: 1px solid #C4C8CB;
}
.wp-block-tag-cloud a,
.post-tags-wrapper a{
	display: inline-block;
	border: 1px solid #ffa727;
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 14px !important;
	margin: 0 0 15px 15px;
	transition: 250ms;
	background-color: #ffffff;
	color: #ffa727;
}
.wp-block-tag-cloud a:hover,
.post-tags-wrapper a:hover{
	background-color: #ffa727;
	color: #ffffff;
}
/*** Archiv-Seiten ***/
.search article,
.archive article{
	overflow: hidden;
	clear: left;
}
.search .et_pb_post a,
.archive .et_pb_post a{
	margin: 0;
}
.search .et_pb_post a img,
.archive .et_pb_post a img{
	margin: 0 30px 0 0;
}
.search article .entry-title,
.archive article .entry-title{
	margin: 0 0 10px 0;
	padding: 0;
}
.pagination .alignleft,
.pagination .alignright{
	margin: 60px 0 0 0;
	font-size: 15px;
	font-style: italic;
}
.pagination .alignleft:empty,
.pagination .alignright:empty{
	margin: 0;
}
@media (max-width: 767px){
	.search .et_pb_post a img,
	.archive .et_pb_post a img,
	.single-post .et_post_meta_wrapper img{
		max-width: 100%;
		float: unset;
		margin: 0 0 30px 0;
	}
	.search article .entry-title,
	.archive article .entry-title,
	.single-post .entry-content h2{
		font-size: 22px;
	}
}
/**************************** ANIMATIONEN *****************************************************************************/
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slideInLeft{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}