@import url(https://fonts.googleapis.com/css?family=Lato|Playfair+Display);

.news-headline {
width: 500px;
height: 50px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
background: #46ada7;
color: #cad2d4;
padding: 25px;
text-align: center;
font-family: Playfair Display;
font-size: 30px;
text-transform: uppercase;
margin-left: 60px;
}

.news-small {
font-family: Lato;
color: #5e595b;
text-transform: uppercase;
font-size: 10px;
text-decoration: none;
}

.news-datum {
width: 68px;
height: 16px;
background: #206161;
color: #cad2d4;
font-family: Lato;
font-size: 13px;
padding: 3px;
margin: 5px;
float: left;
}

.news-textbox {
width: 540px;
height: 350px;
overflow: auto;
background: #c9d1d6;
color: #6e8181;
font-family: Lato;
font-size: 13px;
padding: 5px;
border-bottom: 10px solid #46ada7;
margin-left: 60px;
}

.news-triangel {
width: 0; 
height: 0;
border-top: 30px solid #46ada7;
border-left: 275px solid transparent; 
border-right: 275px solid transparent;
margin-left: 60px;
}