#sp_0.komm:before
{
	background:rgba(0,0,0,0.44);
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
}


#sp_0
{
	height:calc(100vh);
	min-height:550px;

background-size: cover;
    background-position-x: 50%;
    background-position-y: center;
	position:relative;
	 
}

#sp_0 svg
{
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:45px;
}

#sp_0 h1
{
position:absolute;
font-size: 100px;
font-weight: 900;
line-height: 120px;

left:0px;
top:50%;
margin-top:-60px;
right:0px;
text-align:center;
color:#fff;
}

#desc1
{
	    justify-content: space-between;
	display:flex;
}

#desc2
{
padding-top:14px;
margin-left: 5%;

}

#desc h2
{
	position:relative;
font-size: 48px;
font-weight: 800;
line-height: 1.1;
text-align: left;
padding-left:30px;
}

#desc h2 span
{
	
font-size: 55px;
font-weight: 800;
line-height: 1.1;
display:block;
padding-bottom:15px;
}
#desc h2 i{
	width: 8px;
position:absolute;
top:12px;
bottom:27px;
left:0px;
display:block;
background: rgba(255, 127, 0, 1);

}
#desc
{
	padding-top:84px;
}

#desc p
{
	
    font-size: 30px;
    font-weight: 400;
   
line-height:1.35;
margin-top:25px;
margin-bottom:0px;
}
#desc p.bold{font-weight:600;}