

.logo img { top: -45%; }

.stellenangebote { 
		background-color: #e5f1f7;
		overflow: hidden;
box-shadow: 6px 6px 13px 1px #ccc;
		position: relative;
	}
	
	.stellenangebote::before {
		content: " ";
		position: absolute;
		top: 0;
		width: 45%; 
		height: 0; 
		border-top: 200px solid #009de0; 
		border-right: 200px solid transparent;
		display: block;
	}
	
	.stellenangebote-inner { 
		padding: 25px;
		color: #fff;
position: relative;
	}
	
	.stellenangebote-inner a { 
		color: #fff;
		text-decoration: none;
	}
	
	.stellenangebote-header { 
		font-weight: 600;
margin-bottom: 10px;
		font-size: 18px;
color: #fff;
	}