/* https://www.scieneers.de/wp-content/themes/enfold-child/style.css?ver=4.7.3 */
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.embed {
    --bs-aspect-ratio: calc(100vh - 200px);
}

.embed-with-headline::before {
	 --bs-aspect-ratio: calc(100vh - 300px);
}
@media only screen and (max-width: 768px) {
	.embed-with-headline::before {
		 --bs-aspect-ratio: calc(100vh - 500px);
	}
}

.embed-with-headline::before,
.embed::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.embed-with-headline>*,
.embed>*{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 40px);
}
#top.postid-2821 #main > .main_color > .container,
#top.postid-3792 #main > .main_color > .container,
#top.postid-2675 #main > .main_color > .container {
	max-width: none;
	padding: 0;
}
.html_header_top.html_header_sticky.html_large #top.postid-2821 #main,
.html_header_top.html_header_sticky.html_large #top.postid-3792 #main,
.html_header_top.html_header_sticky.html_large #top.postid-2675 #main {
	padding-top: 57px;
}

.html_header_top.html_header_sticky.html_large #top.postid-2821 #main main,
.html_header_top.html_header_sticky.html_large #top.postid-3792 #main main,
.html_header_top.html_header_sticky.html_large #top.postid-2675 #main main {
	padding: 0;
}
@media only screen and (min-width: 1000px) {
	#top .avia-section.smaller-wave {
		background-size: 1000px auto !important;
		background-color: #004559;
	}
}