/**
* Theme Name: Orthospark Investor Theme
* Description: Landingpage für Orthokontrol AG
* Author: <a href="https://pixels.ch">pixels</a>
* Template: pixels
* Version: 1.0
*/
#video-bg{
	position: absolute;
	top: 0;
	z-index: -1;
}
#video-bg video{
	width: 100%;
}
.main-header .logo-box{
	border: none !important;
}
.feature-style-two .image-box{
	visibility: hidden;
}
.pricing-section .pricing-block::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
    box-shadow: 0 20px 40px rgb(211 220 232 / 50%);
    border-radius: 10px;
    overflow: hidden;
	left: 0;
	background: #fff;
}
.pricing-block-one .pricing-table{
	box-shadow: none !important;
    border-radius: 0 !important;
	background: none !important;
}
body .footer-bottom .bottom-inner .footer-logo{
	display: none;	
}
.elementor-element-906b66a::after {
    margin-top: 10px;
    content: '';
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    background: white;
}