/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h6 {
	opacity: 0.9;
    text-shadow: 2px 2px 2px black;
}

.banner h2 {
	text-shadow: 2px 2px 2px black;
}

#masthead .flex-col.flex-right {
	width: 500px;
}

body.page-id-521 .box-text.show-on-hover {
	background: rgba(50, 50, 50, .5);
}

body.page-id-521 .box-text.show-on-hover .portfolio-box-title {
	opacity: 1;
}

body.page-id-521 .box-text.show-on-hover .portfolio-box-category {
	margin-top: 5px;
}

/*Raumbegrünung */
body.page-id-2044 .banner,
body.page-id-2044 .banner h2 {
	text-shadow: none;
}

/* Kontaktformular */
body.page-id-1100 .kontaktformular .section-content input[type='checkbox'] {
	margin: 0;
}

.footer-widgets.footer .ihr-vorteil li {
	list-style-type: unset;
	margin-left: 15px;
	margin-bottom: 0;
}

@media only screen and (max-width: 549px) {
	.page-id-90 .banner.im-herzen-gruen {
		height: 400px;
	}

	.page-id-90 .banner.im-herzen-gruen .text-box {
		width: 90% !important;
	}

}

@media only screen and (min-width: 550px) {
	.page-id-90 .banner.im-herzen-gruen {
		height: 300px;
	}
}

@media only screen and (min-width: 850px) {
	body.page-id-1100 .kontaktformular .section-content {
		width: 50%;
		margin: 0 auto;
	}
}