/*
Theme Name: SKAINZ Teams Template
Theme URI: 
Author: Stefan Kainz
Author URI: 
Description: Teams Template
Version: 1.0
*/

section.featured:after{
	display:none;
}
.process .step:before{
	background-color: #F0F8FF;
}
.btn-white{
	background-color: #fff;
	color:#0f6baa;
}
.btn-white:hover{
	background-color: #eee;
	color:#0f6baa;
}
section.section-4{
	background-color: #f0f8ff;
}
.transparent{
	background: rgba(220,160,140,0.5);
	position: relative;
}
.transparent .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
}
#section1{
	background-color: var(--section-3-bg-color) !important;
}
.highlights p{
	white-space: inherit;
}