.ce_tabcontrol {}

.tabcontrol_tabs {}

.tabcontrol_tabs ul, .tabcontrol_tabs li { margin: 0; padding: 0; list-style-type: none; }

.tabcontrol_tabs li {}

.tabcontrol_tabs li.tabs { float: left; padding: 10px; vertical-align: middle; text-align: center; cursor: pointer; color: #888 }

.tabcontrol_tabs li.selected { background-color: #ccc; color: #000 }

.tabcontrol_panes { padding: 20px; }

.tabcontrol_panes .panes {}

.startpage .ce_tabcontrol
{
	display:flex;
}

.startpage .ce_tabcontrol . 
{
	display:flex;
}

.startpage .tabcontrol_tabs {
	float:left;
	flex: 1 1 200px;
	
	
}

.startpage .tabcontrol_tabs li.tabs
{
	background-color:#f4f6f7;
	border: 2px solid #fff;
	color:#426173;
	text-align:left;
	height:90px;
	font-size: 18px;
	padding-top:22px;
	padding-left:18px;
	
}

.startpage .tabcontrol_tabs li.tabs:first-child
{
	border-top:0px;
	
}

.startpage .tabcontrol_tabs li.tabs:last-child
{
	border-bottom:0px;
	
}
.startpage .tabcontrol_tabs li.tabs.selected
{
	background-color:#e2e2e2;
	border-right:0px;
}

.startpage .tabcontrol_tabs li.tabs
{
	float:none;
}

.startpage .tabcontrol_tabs {
	width: 200px;
}

.startpage .ce_tabcontrol_pane {
	background-color:#e2e2e2;
}


.startpage .tabcontrol_panes{
	float:left;
	flex: 3 3 200px;
	padding:0px;
	background-color:#e2e2e2;
	border-left:0px;
	padding-top:44px;
	padding-left:40px;
	padding-right:40px;
	color:#426173;
}

.startpage .tabcontrol_panes .ce_text img
{
	float:left;
	margin-right: 22px;
}

/* --- Large devices - Desktop // xxl
 * ---------------------------------------- */

@media only screen and (max-width: 1560px) {
	
}


/* --- Large devices - Desktop // xl
 * ---------------------------------------- */
 
@media only screen and (max-width: 1380px) {


	.startpage .tabcontrol_tabs li.tabs
	{
			height:80px;
			font-size: 16px;
			padding-top: 16px;
	}
	
	.startpage .tabcontrol_panes p
	{
		font-size: 16px;
	}
	
	.startpage .tabcontrol_tabs {
		width: 160px;
	}
	.startpage .tabcontrol_tabs {
		float: left;
		flex: 1 1 160px;
	}
	
}


/* --- Large devices - Desktop // lg
 * ---------------------------------------- */
 
@media only screen and (max-width: 1080px) {

	.startpage .tabcontrol_tabs li.tabs {
		height: 70px;
		font-size: 14px;
		padding-top: 16px;
	}
	
	.startpage .tabcontrol_panes p
	{
		font-size: 14px;
	}	
	
	.startpage .tabcontrol_tabs {
		width: 160px;
	}
	.startpage .tabcontrol_tabs {
		float: left;
		flex: 1 1 160px;
	}
		
}

/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
	#focuson {
		display:block;
	}
	
	#focuson .flexitem:nth-child(1)
	{
		margin-bottom:24px;
	}

}

/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {



}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {


	.startpage .ce_tabcontrol,
	.startpage .tabcontrol_tabs
	{
		display:block;
	}
	.startpage .tabcontrol_tabs
	{
		width:100%;
	}
	
	.startpage .tabcontrol_tabs li.tabs {
		height: 86px;
		font-size: 12px;
		padding-top: 16px;
		width: 33%;
		float: left;
		padding: 9px;
		font-weight: 700;
	}
	



}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	


}




