@charset "utf-8";
/* CSS Document */

/* CSS für Latest-Ansicht */
.news-latest-container {
    padding: 0;
    margin: 0;
}
.news-latest-container h2, 
.news-latest-container h3, 
.news-latest-container h4, 
.news-latest-container h5, 
.news-latest-container h6 {
    margin: 0 0 7px;
    padding: 0;
    font-size: 1.0em;
}
.news-latest-item {
    margin: 0 0 20px;
    padding: 0;
}


.news-latest-item img {
    float: left;
    margin: 0 25px 5px 0;
    -moz-border-radius: 0 15px 0 15px; /* Firefox */
    -webkit-border-radius: 0 15px 0 15px; /* Safari, Chrome */
    -khtml-border-radius: 0 15px 0 15px; /* Konqueror */
    border-radius: 0 15px 0 15px; /* CSS3 */  
}

/* CSS für List-Ansicht */

/* CSS für Single-Ansicht */
.news-single-item {
    margin: 0;
    padding: 0;
}
.news-single-item h2,
.news-single-item h3,
.news-single-item h4,
.news-single-item h5,
.news-single-item h6 {
    margin: 0 0 7px;
    padding: 0;
    font-size: 1.2em;
}
.news-single-img {
    float: right;
    margin: 5px 0 0 10px;
    padding: 0;    
}

.news-single-img img {
  -moz-border-radius: 0 15px 0 15px; /* Firefox */
  -webkit-border-radius: 0 15px 0 15px; /* Safari, Chrome */
  -khtml-border-radius: 0 15px 0 15px; /* Konqueror */
  border-radius: 0 15px 0 15px; /* CSS3 */
}

.news-single-imgcaption {
    background-color: #EFEFEF;
    padding: 0;
    margin: 0;
}
.news-single-imgcaption p {
    font-size: 1em;
    line-height: 1.2em;
    padding: 3px;
    margin: 0;
}
.news-single-backlink {
    padding: 0;
}

/* 2015-01-07, vivien: Ticket 2015010710000019
 * News Single-Ansicht: Bilder in der rechten Spalte mittig ausrichten und Bildunterschrift wieder auf links zurücksetzen
 */
#wrapper_mainContent_2columnLayout .news-single-img {
  text-align: center;
}

#wrapper_mainContent_2columnLayout .news-single-imgcaption {
  text-align: left;
}

/* 2016-02-08, vivien.lindemann@gfz-potsdam.de: Umbau zu Meldungen (alle News auf einen Blick) */
.news-latest-item.dotted-border-bottom {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 1em;
}
/* 2016-02-08, vivien.lindemann@gfz-potsdam.de: Umbau zu Meldungen (alle News auf einen Blick) */