/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-accordian .toggle-content p {
	margin-bottom: 0;
}

.fusion-toggle-boxed-mode {
	border-radius: 8px !important;
}

/* Elfsight Google Maps */

.eapps-google-maps-marker-directions-label {
	display: none !important;
}

.eapps-google-maps-marker-directions-icon {
	width: 35px !important;
    height: 35px !important;
	bottom: -7px !important;
}

.gm-style-iw-chr {
	display: none !important;
}

.eapps-google-maps-bar-list-item-active {
	background: #fff !important;
}

.eapps-google-maps {
	border-radius: 8px;
}

.eapps-google-maps-marker-info-item-text a {
	white-space: normal;
    word-break: break-word;
}

/* Elfsight Google Maps End */

.grayscale img {
	filter: grayscale(1);
}

.grayscale img:hover {
	filter: grayscale(0);
}

.custom-heading .heading {
	margin-bottom: 5px !important;
}

.custom-heading .heading img {
	margin-top: -10px !important;
}

blockquote {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.portfolio-standort-info table {
	width: 100%;
}

.portfolio-standort-info img {
	border-radius: 5px;
}

.portfolio-standort-info tr {
	vertical-align: top;
}

.portfolio-standort-info img {
	margin: 10px 0;
}

.portfolio-standort-info.preise img {
	height: 30px;
	width: auto;
	vertical-align: middle;
}

.shortcode-map iframe {
	border-radius: 8px;
	box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.1);
}

.fusion-checklist.type-numbered .fusion-builder-child-element-content, .fusion-checklist.type-numbered li, ul.fusion-checklist.type-numbered .fusion-builder-child-element-content, ul.fusion-checklist.type-numbered li {
	align-items: baseline !important;
}

.fusion-checklist.type-numbered .icon-wrapper, ul.fusion-checklist.type-numbered .icon-wrapper {
	font-weight: bold;
}

.waschprogramme .content-wrapper-background {
	background: linear-gradient(180deg,rgba(3, 161, 230, 1) 0%, rgba(2, 131, 185, 1) 100%) !important;
}

.waschprogramme .content-container {
	margin-bottom: 0 !important;
}

.partner img {
	max-height: 60px;
	width: auto;
}

span.mobil-only {
	display: none;
}


/* Responsive */

@media all and (max-width: 1100px) {
	
	.fusion-body .fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper svg {
		margin-top: -5px !important;
	}

	.shortcode-map iframe {
		height: 400px !important;
	}
	
	.fusion-button {
		padding: 13px 13px !important;
	}
}

@media all and (min-width: 900px) and (max-width: 1100px) {
	.awb-menu .hide {
		display: none;
	}
}

@media all and (max-width: 820px) {
	.left .fusion-column-wrapper, .portfolio-standort-hero-left .fusion-column-wrapper {
		border-top-right-radius: 8px !important;
		border-bottom-left-radius: 0px !important;
	}
	.right .fusion-column-wrapper, .portfolio-standort-hero-right .fusion-column-wrapper {
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 8px !important;
	}
	
	#menu-top-menu a {
		padding: 6px;
	}
	
	#menu-top-menu {
		margin-left: 20px;
	}
	
	.top-header-email {
		margin-right: 0px !important;
	}
	
	.fusion-text br {
		display: none;
	}
}

@media all and (max-width: 672px) {
	
	.portfolio-standort-info td:not(.portfolio-standort-info.preise td) {
		width: 100% !important;
		display: block !important;
		margin: 10px 0;
	}
	
	.portfolio-standort-info img {
		width: 25%;
		max-height: 50px;
		object-fit: contain;
	}
	
	.shortcode-map iframe {
		height: 300px !important;
	}
	
	.preise-table-inner {
		overflow: scroll;
	}
	
	.preise-table-inner td {
		min-width: 90px;
	}
	
	.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a, .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#toTop {
		right: 15px !important;
		bottom: 60px !important;
	}
	
	span.mobil-only {
		display: block;
		margin-bottom: 10px;
		font-size: 13px;
	}
}