@import url(https://fonts.googleapis.com/css?family=Prata|Roboto+Display);

#atfcnews {
width: 500px;
margin: auto;
background: #d59f42;
border-sizing: border-box;
}

#atfcnewsueber {
width: 480px;
height: auto;
text-align: center;
background: #46ada7;
font-family: 'Prata', serif;
font-size: 30px;
padding: 10px;
text-transform: uppercase;
color: #D4DCDE;
}

#atfcnewsdatum {
width: 150px;
height: 20px;
margin: auto;
padding: 3px;
background: #d59f42;
color: #211e22;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 15px;
margin-top: -10px;
position: relative;
}

#atfcnewstext {
width: 480px;
height: 500px;
background: #1d2727;
color: #efefef;
text-align: justify;
font-family: 'Roboto', sans-serif;
font-size: 14px;
padding: 10px;
overflow: auto;
margin-top: -8px;
border-bottom: 30px solid #46ada7;
}

/*#1*/
@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;
}