/*!*regular*!*/
/*@font-face*/
/*{*/
/*	font-family: 'my-regular-font';*/
/*	src: url('./font/Abel/Abel-Regular.ttf') format('truetype');*/
/*}*/

/*!*italic*!*/
/*@font-face*/
/*{*/
/*	font-family: 'my-regular-italic-font';*/
/*	src: url('./font/Abel/Abel-Regular.ttf') format('truetype');*/
/*}*/
/*@font-face*/
/*{*/
/*	font-family: 'my-regular-font';*/
/*	src: url('./font/Abel/Abel-Regular.ttf') format('truetype');*/
/*	font-style: italic;*/
/*}*/

/*!*bold*!*/
/*@font-face*/
/*{*/
/*	font-family: 'my-bold-font';*/
/*	src: url('./font/Abel/Abel-Regular.ttf') format('truetype');*/
/*}*/
/*@font-face*/
/*{*/
/*	font-family: 'my-regular-font';*/
/*	src: url('./font/Abel/Abel-Regular.ttf') format('truetype');*/
/*	font-weight: bold;*/
/*}*/

/*!*bold-italic*!*/
/*@font-face*/
/*{*/
/*	font-family: 'my-bold-italic-font';*/
/*	src: url('./font/Abel/Abel-Regular.ttf') format('truetype');*/
/*}*/
/*@font-face*/
/*{*/
/*	font-family: 'my-regular-font';*/
/*	src: url('./font/Abel/Abel-Regular.ttf') format('truetype');*/
/*	font-weight: bold;*/
/*	font-style: italic;*/
/*}*/


/*menu navigation************************************************************/
/**/
/* shutter */
#bc22 #the-navigation .is-shutter
{
	font-size: 25px;
	line-height: 25px;
	float: left;
	padding: 5px 0px 25px 2px;

}
/*.is-global #the-navigation .is-shutter:hover*/
/*{*/
/*	color: black;*/
/*}*/
#bc22 #the-navigation .is-menu-link
{
	/*font-size: 22px;*/
	/*line-height: 23px;*/
	/*padding: 0px 0 18px 0px;*/
}
/**/
/**/
/**/
/******************************************************************************/


#bc22
{
	/*font-size: 17px;*/
	/*line-height: 18px;*/
}
#bc22 header
{
	height: 100px;
}
#bc22 header .is-icon:before
{
	font-size: 60px;
	line-height: 60px;
}

/*button**********************************************************************/

#bc22 button.is-round
{
	/*font-size: 20px;*/
	/*line-height: 21px;*/
	/*border: solid 1px black;*/
	/*border-radius: 17px;*/
	/*padding: 3px 30px 7px 30px;*/
}
#bc22 button.is-round.is-big
{
	/*font-size: 20px;*/
	/*line-height: 21px;*/
	/*border-radius: 22px;*/
	/*padding: 5px 40px 10px 40px;*/
}


#bc22 button.is-round.is-main-phone i
{
	display: none;
}
@media screen and (max-width: 450px)
{
	#bc22 button.is-round.is-main-phone
	{
		padding: 9px 10px 9px 8px;
	}

	#bc22 button.is-round.is-main-phone i
	{
		display: block;
		color: white;
		/*padding: 2px 0 0 0 ;*/
	}

	#bc22 button.is-round.is-main-phone .is-text
	{
		display: none;
	}
}


#bc22 button.is-round.is-blue
{
	/*border: solid 1px #099de3;*/
	/*background-color: #099de3;*/
	/*color: white;*/
}
#bc22 button.is-round.is-clicked
{
	/*border: solid 1px #60bbe6;*/
	/*background-color: #60bbe6;*/
	/*color: white;*/
}
#bc22 button.is-round.is-transparent
{
	border: solid 1px transparent;
	background-color: transparent;
	color: black;
}
#bc22 .is-main-menu
{
	padding: 35px 0 0 0;
}

#bc22 .is-main-menu button.is-round.is-transparent
{
	/*padding: 35px 30px 0 0;*/
	padding: 5px 30px 10px 0;
}
@media screen and (max-width: 700px)
{
	#bc22 .is-main-menu button.is-round.is-transparent
	{
		/*padding: 35px 30px 0 0;*/
		/*padding: 5px 30px 10px 0;*/
		display: none;
	}
}
#bc22 h1
{
	/*padding: 35px 30px 0 0;*/
	/*font-size: 34px;*/
	/*line-height: 36px;*/
	/*padding: 25px 0 0 0;*/
}
#bc22 h2
{
	/*padding: 35px 30px 0 0;*/
	/*font-size: 26px;*/
	/*line-height: 27px;*/
}
#bc22 h3
{
	/*padding: 35px 30px 0 0;*/
	/*font-size: 24px;*/
	/*line-height: 25px;*/
	/*padding: 0 0 2px 0;*/
}


/*#bc22 .is-avatar .is-icon*/
/*{*/
/*	font-size: 146px;*/
/*	line-height: 146px;*/
/*}*/
#bc22 .is-teaser
{
	width: 33%;
	float: left;
	padding: 0px 30px 0px 0;
	min-height: 178px;
}
#bc22 .is-job-list .is-teaser
{
	min-height: 208px;
}
#bc22 .is-teaser.is-reference
{
	width: 33%;
	/*float: left;*/
	/*padding: 0px 30px 0px 0;*/
	min-height: 333px;
}
#bc22 .is-teaser .is-icon
{
	font-size: 42px;
	line-height: 42px;
}
#bc22 .is-teaser .is-vignette
{
	/*height:42px;*/
}
@media screen and (max-width: 1100px)
{
	#bc22 .is-teaser.is-reference
	{
		width: 50%;
	}
}
@media screen and (max-width: 900px)
{
	#bc22 .is-teaser
	{
		width: 50%;
	}
}
@media screen and (max-width: 800px)
{
	#bc22 .is-teaser.is-reference
	{
		width: 100%;
		min-height: 0px;
	}
}
@media screen and (max-width: 600px)
{
	#bc22 .is-teaser
	{
		width: 100%;
		min-height: 0px;
	}
}


#bc22 .is-headline
{
	/*z-index: 3000;*/
	/*text-align: center;*/
	font-size: 26px;
	line-height: 27px;
	/*position: sticky;*/
	/*top: 0;*/
	padding: 4px 0 4px 0;
	/*background: white;*/
}
#bc22 .is-subhead
{
	/*text-align: center;*/
	font-size: 17px;
	line-height: 18px;
	padding: 0 0 30px 0;
}
#bc22 .is-job-detail .is-icon
{
	font-size: 42px;
	line-height: 42px;
}


#bc22 .is-abel-inline-icon
{
	position: relative;
	top: 2px;
	font-size: 14px;
	line-height: 14px;
}
#bc22 .is-main-logo-icon
{
	display: block;
	position: relative;
	left: -30px;
	float: left;
	padding: 9px 0px 0px 0px;
	font-size: 80px;
	line-height: 80px;
	margin-right: -20px;
}
@media screen and (max-width: 700px)
{
	#bc22 .is-main-logo-icon
	{
		left: -190px;
		margin-right: -180px;
	}
}
#bc22 .is-main-logo-arrow-icon
{
	float: left;
	font-size: 40px;
	line-height: 40px;
	display: none;
	padding: 29px 0px 0px 0;
}

@media screen and (max-width: 700px)
{
	#bc22 .is-main-logo-arrow-icon
	{
		display: block;
	}
}

#bc22 .is-main-claim-box
{
	float: left;
	padding: 36px 0px 0px 0;
}

#bc22 .is-main-claim-box .is-main-caption
{
	font-size: 24px;
	line-height: 24px;
	padding-left: 1px;
}

#bc22 .is-main-claim-box .is-main-legend
{
	font-size: 15px;
	line-height: 15px;
	padding-left: 1px;
}
