/**
 * @file
 * Field Styling
 */


.field /* Wrapper for any field. */ /*
background-color: white;
padding: 5px; */
}

/*
 * Field types (Core)
 */
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
 float: left;
 margin-right: 8px;
 margin-bottom: 20px;
 width: 200px;
 display: block;
}

.field-type-file {
}

.field-type-taxonomy-term-reference {
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}


/*
 * Named fields
 */

.field-name-body {
}

.field-name-field-image {
}

.field-name-field-tags {
  clear: both;
}

.page-node-edit #overlay #logo {
  position: relative;
}

.field-name-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}


.field-item{
  /*margin-left: 25px;*
  padding: 8px;
  /*padding-left: 10px;*/
  padding-bottom: 0;
  color: black;
  font-size: 13px;
}

.field-item > p
{
margin-left: 0;
padding-right: 30px;
z-index: 1;
font-size: 13px;
}


.node-teaser .field-item{
font-size: 13px;
padding: 0;
margin-left: -2px;
}


.node-teaser .field-item > p {
  max-height: 100px;
  overflow: hidden;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 8px;
  /*padding-bottom: 10px;*/

  background-color: #FFFFFF;
  color: #666666;
  font-size: 13px;
}


#block-system-main .field-name-field-date {
display: block;
    float: left;                       
    padding-right: 5px;
    padding-left: 2px;
}

.node-teaser a:link, .node-teaser a:visited {
    font-size: 16px;
    font-weight: bold;
}

.field-name-title a:link, .field-name-title a:visited{
    color: black;
    font-size: 16px;
    /*
    font-size: 18px;
    font-weight: bold;
    */
    letter-spacing: -0.1px;
    margin-left: 2px; 
    margin-top: 2px;
}

.node-teaser .field-name-title a:link,.node-teaser .field-name-title a:visited{
  margin-left: 2px;
  color: black;
}

.node-teaser .field-name-title a:hover{
  color: #CC0066;
}

.field-name-title a:active {
  color: black;
}

.field-name-title a:hover {
  color: black;
  font-weight: bold;
}

.node-teaser.date-display-single{
padding-right: 5px;
margin-left: -10px;

color: black;
font-size: 16px;
font-weight: bold;
z-index: 1;
border-right: 0.7px solid #CC0066;
}


.date-display-single{
/* padding-right: 5px; */
margin-left: 0px;

color: black;
font-size: 16px;
height: 19px; 
z-index: 1;
/* border-right: 0.7px solid #CC0066; */
  font-weight: bold;
}

.date-display-single a:hover{
color: black;
}

.view-mode-full .field-name-title a{
color: black;
padding-left: 5px;
}

.view-mode-full .date-display-single{
color: black;
}


.view-mode-full .field-item p{
padding-right: 30px;
}


.view-geschaeftsstelle-view img{
float: left;
display: block;
margin-right: 10px; 
}

.view-geschaeftsstelle-view .view-header{
margin-right: 10px;
}

.field-content p{
padding-right: 10px;
}

.feed-icon img{
display: none;
}

.field-label{
}

.field-name-field-body{
margin-top: 30px;
clear: both;
padding-right: 30px;
}

.view-mode-full .field-name-title{
margin-top: 30px;
}

.field-name-field-body2{
padding-top: 20px;
padding-right: 30px;
clear: both;
margin-bottom: 30px;
}


.field-name-field-summary{
font-size: 13px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 30px;
padding-right: 30px;
}


.node-teaser .field-name-field-summary{
font-weight: normal;
padding-left: 4px;
}

.view-mode-full .field-type-image{
margin-right: 30px;
height: auto;
width: 560px;
}

.view-mode-full .field-type-image img{
float: left;
margin-bottom: 0;
}

#node-9 .field-type-image{
margin-right: 30px;
margin-bottom: 30px;
height: 100px;
width: 560px;
}

#node-9 .field-type-image img{
float: left;
display: block;
}

#node-9 .field-item p{
clear: left;
margin-top: 15px;
}

/*--------------------*/


.view-bvdg-archive .views-row .field-date{
margin-right: 10px;
display: block;
float: left;
}

.view-bvdg-archive .views-row .field-date .date-display-single{
color: #E6005C;
}

.view-bvdg-archive .views-row .field-content a{
width: 80%;
display: block;
float: left;
}

.section-bvdg-info .views-field-field-datum{
	vertical-align: top;	
}

.section-bvdg-info .date-display-single{
	font-size:13px;	
	padding-right: 6px;
}
