/* CSS Document */

.UL-CLASS-KarriereIconWrapper{
	display: block;
    list-style-type: none;
    
    width: 80%;
	
	text-align: center;
	
	}
.UL-CLASS-KarriereIconWrapper li {
    list-style: none;
    display: inline-block;
    text-align: center; 
    vertical-align: middle;
    
    margin: 15px;
    
    width: 200px;
    height: 150px;
    
   
}






A:link.LINK-CLASS-KarriereIcon{
	border-radius: 60px;
	width: 60px;
	height: 60px;
	background-color:#E40614;
	display:block;
	text-align:center;
	text-decoration:none;
	
	transition: all 0.1s linear;
	
	overflow:visible;
	
	
	
	
	margin-left: auto;
	margin-right:auto;
	
	margin-bottom: 15px;
	
	
	 background-position: center center;
    background-repeat: no-repeat;

}
A:visited.LINK-CLASS-KarriereIcon{
	
	background-color:#E40614;
}
A:hover.LINK-CLASS-KarriereIcon{
	background-color:#666666;
}





.SPAN-CLASS-KarriereIcon{
	margin-top: 80px;
	padding-top: 30px;
}


/* Layout für Tablet-PCs*/

@media only screen and (min-width: 481px) {


	
}

/* Desktoplayout*/

@media only screen and (min-width: 1080px) {

	.UL-CLASS-KarriereIconWrapper li:nth-of-type(4n + 3)  {

		width: 250px;
		height: 220px;
	
	}
	.UL-CLASS-KarriereIconWrapper li:nth-of-type(3n + 1) {
	
		width: 180px;
		height: 90px;
	
	}
	.UL-CLASS-KarriereIconWrapper li:nth-of-type(5n -3) {
	
		width: 300px;
		height: 190px;
	
	}
}

@media only screen and (min-width: 1400px) {
	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1080px) {  
	
}