/* CSS Document */


.DIV-CLASS-KarriereIconWrapper{
	display: table;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 0px;
	
	
	}
.DIV-CLASS-KarriereIconRow{

	width: 100%;
	height: auto;
	
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing:border-box;
	}




A:link.LINK-CLASS-KarriereIcon{
	border-radius: 60px;
	width: 60px;
	height: 60px;
	background-color:#00843E;
	display: block;
	text-align:left;
	text-decoration:none;
	
	transition: all 0.1s linear;
	
	overflow:visible;
	

box-sizing:border-box;


	
	
	 background-position: center center;
    background-repeat: no-repeat;

}
A:visited.LINK-CLASS-KarriereIcon{
	
	background-color:#00843E;
}
A:hover.LINK-CLASS-KarriereIcon{
	background-color:#666666;
}





.SPAN-CLASS-KarriereIcon{
	
display: block;
vertical-align: middle;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 40px;
box-sizing:border-box;


}


.DIV-CLASS-KarriereJobWrapper{
	
	
}


A:link.LINK-CLASS-KarriereJob{

	display: table-cell;
	background-color:#00843E;
	border-radius: 60px;
	height: 60px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	
	vertical-align: middle;
	
	
	font-family: MTB_OpenSanRegular;
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;

}
A:visited.LINK-CLASS-KarriereJob{
	
	color: #ffffff;
    text-decoration: none;
}
A:hover.LINK-CLASS-KarriereJob{
	color: #ffffff;
   text-decoration: none;
   background-color:#666666;
   
}


.IMG-CLASS-KarriereJob{
	display: inline-block;
	height: 35px;
	width: auto;
	margin-right: 30px;
}

.SPAN-CLASS-KarriereJob{
    

}



/* Layout für Tablet-PCs*/

@media only screen and (min-width: 481px) {

	.DIV-CLASS-KarriereIconWrapper{
		padding-left: 50px;
		
	}
	
	A:link.LINK-CLASS-KarriereIcon{
		display: table-cell;
		}
	
	.SPAN-CLASS-KarriereIcon{
		display: table-cell;
		}

/* Desktoplayout*/

@media only screen and (min-width: 1080px) {


}

@media only screen and (min-width: 1400px) {
	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1080px) {  
	
}