.ws-icon-items {
	position: relative;
	padding-top: 35px;
    max-width: 1340px;
    margin: 45px auto;
}
.ws-icon-items::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #EBFAFF;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}
.ws-icon-item {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom: 35px;
	text-align: center;
	padding-left:15px;
	padding-right: 15px;
}
.ws-icon-item-img {
	width:125px;
	height:125px;
	border-radius:50%;
	border:3px solid #2BCCFD;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
	margin-bottom:15px;
}
.ws-icon-item h3 {
	font-size: 28px !important;
    color: #2BCCFD;
    line-height: 1.3 !important;
	text-align: center;
}

h2.ws-icon-items-title {
	color: #00CCFC;
	font-weight: normal;
    font-size: 21px!important;
    line-height: 1.2!important;
    border-bottom: 2.5px solid #00CCFC;
    display: table;
	margin: 70px auto 45px;
}
@media (max-width:1199px) and (min-width:992px) {
	.ws-icon-item h3 {
		font-size: 24px !important;
	}
}
@media (max-width:991px) {
	h2.ws-icon-items-title {
		font-size: 20px!important;
		margin:40px auto 30px 10px;
		word-break: normal!important;
		-moz-hyphens: none!important;
		-ms-hyphens: none!important;
		-webkit-hyphens: none!important;
		hyphens: none!important;
	}
	.ws-icon-item {
		padding-left:25px;
		padding-right:25px
	}
}
@media (max-width:767px) {
	.ws-icon-item h3 {
		font-size: 24px !important;
	}
	.ws-icon-items {
		margin: 30px auto;
	}
}
/* blue section with content */	
.blue-bgr {
	background-color:#EBFAFF;
	padding: 40px 25px;
} 
.wp-bootstrap-blocks-container.content-900 > *{
	max-width:900px;
	margin:30px auto;
}

/*new home page 2img frame correct to design */
.fw-two-img-section .ssp-io.small-frame-pads:before {
    height: calc(100% + 110px);
    top: -55px;
}
/* home carousel height correct */
@media (min-width: 1900px) {
	.blue-bg.home-text-sections .slick-slide .ssp-bc-text {
		min-height: 665px !important;
	}
}
/* logo on home slide */
.home .ssp-featured-content .ssp-content-header .header-logo {
    position: absolute;
    display: block;
	cursor:pointer;
	z-index:1;
}
@media (min-width: 1900px){
	.home .ssp-featured-content .ssp-content-header .header-logo {
		right: 100px;
		top: calc(100% - 65px);
		width: 215px;
		height: 215px;
	}
}
@media (max-width: 1899px) and (min-width: 1440px){
	.home .ssp-featured-content .ssp-content-header .header-logo {
		right: 65px;
		width: 165px;
		height: 165px;
		top: calc(100% - 48px);
	}
}
@media (max-width: 1440px) and (min-width: 992px){
	.home .ssp-featured-content .ssp-content-header .header-logo {
		right: 25px;
		width: 125px;
		height: 125px;
		top: calc(100% - 38px);
	}
}
@media (max-width: 991px) and (min-width: 575px){
	.home .ssp-featured-content .ssp-content-header .header-logo {
		width: 130px;
		height: 130px;
		right: 20px;
		top: calc(100% - 38px);
	}
}
@media (max-width: 574px){
	.home .ssp-featured-content .ssp-content-header .header-logo {
		width: 110px;
		height: 110px;
		right: 20px;
		top: calc(100% - 48px);
	}
}
/**/
/*
.home .ssp-featured-content .ssp-content-header:after {
    content: '';
    background: url(/wp-content/themes/ssp/images/biodesign_pool_label_blau.png);
    position: absolute;
    display: block;
    background-size: cover;
}
@media (min-width: 1900px){
	.home .ssp-featured-content .ssp-content-header:after {
		right: 100px;
		top: calc(100% - 65px);
		width: 215px;
		height: 215px;
	}
}
@media (max-width: 1899px) and (min-width: 1440px){
	.home .ssp-featured-content .ssp-content-header:after {
		right: 65px;
		width: 165px;
		height: 165px;
		top: calc(100% - 48px);
	}
}
@media (max-width: 1440px) and (min-width: 992px){
	.home .ssp-featured-content .ssp-content-header:after {
		right: 25px;
		width: 125px;
		height: 125px;
		top: calc(100% - 38px);
	}
}
@media (max-width: 991px) and (min-width: 575px){
	.home .ssp-featured-content .ssp-content-header:after {
		width: 130px;
		height: 130px;
		right: 20px;
		top: calc(100% - 38px);
		background: url(/wp-content/themes/ssp/images/biodesign_pool_label_blau-mob.png);
		background-size: cover;
	}
}
@media (max-width: 574px){
	.home .ssp-featured-content .ssp-content-header:after {
		width: 110px;
		height: 110px;
		right: 20px;
		top: calc(100% - 48px);
		background: url(/wp-content/themes/ssp/images/biodesign_pool_label_blau-mob.png);
		background-size: cover;
	}
}
*/

/**/
.wp-bootstrap-blocks-button .btn.call-to-action {
	background-color:#004577;
	color:#fff;
	padding: 25px 118px 25px 35px;
	border-radius: 0;
}
.wp-bootstrap-blocks-button .btn.call-to-action:before {
	content: '';
	background-image: url(/wp-content/themes/ssp/images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 53px;
    display: block;
    position: absolute;
    right: 35px;
    left: auto;
    top: calc(50% - 25px);
    transition: right 0.5s;
}
.wp-bootstrap-blocks-button .btn.call-to-action:hover,
.wp-bootstrap-blocks-button .btn.call-to-action:focus {
	background-color:#004577!important;
	color:#fff!important;
}
.wp-bootstrap-blocks-button .btn.call-to-action:hover:before,
.wp-bootstrap-blocks-button .btn.call-to-action:focus:before {
    right: 20px;
}
@media (max-width:767px) {
	.wp-bootstrap-blocks-button .btn.call-to-action {
		padding: 15px 70px 15px 20px;
	}
	.wp-bootstrap-blocks-button .btn.call-to-action:before {
		height: 40px;
		width: 40px;
		top: calc(50% - 20px);
		right: 20px;
	}
	.wp-bootstrap-blocks-button .btn.call-to-action:hover:before,
	.wp-bootstrap-blocks-button .btn.call-to-action:focus:before {
		right: 10px;
	}
}

/*  home header video */
.home-video-button {
	background-color:#fff;
	border-radius: 50%;
	display: flex;
	align-items:center;
	justify-content:center;
	cursor: pointer;
}
.home-video-button svg {
    fill: #2BCCFD;
	transition: fill .5s
}
.home-video-button:hover svg {
    fill: #004577;
}
.home .ssp-content-header.home-video .pool-top-section h2 {
	max-width: 800px;
    line-height: 1.1 !important;
}
@media (min-width:992px) {
	.home .ssp-content-header.home-video .pool-top-section h2 {
		font-size: 87px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.home .ssp-content-header.home-video .pool-top-section .wsdsgvovideo_img {
		margin-bottom:40px
	}
	.home-video-button {
		width:103px;
		height:103px;
	}
	.home-video-button svg {
		width: 46px;
		height: 46px;
		margin-left: 4px;
	}
}
@media (max-width:991px) {
	.home .ssp-content-header.home-video .pool-top-section h2 {
		font-size: 49px !important;
		margin: 0 auto 20px 0;
	}
	.home .ssp-content-header.home-video .pool-top-section .wsdsgvovideo_img {
		margin-bottom:30px
	}
	.home-video-button {
		width:80px;
		height:80px;
	}
	.home-video-button svg {
		width: 36px;
		height: 36px;
		margin-left: 2px;
	}
}
#ssp-wrapper {
	position: relative
}
.wsdsgvovideo-modal-open #ssp-wrapper:after {
	content:'';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	background-color: rgba(0,69,119,1);
    mix-blend-mode: hard-light;
    z-index: 999;
}