.node-gallerie.view-mode-full .field-name-field-bilder .field-items > div {
    display: inline-block;
    
}

.node-gallerie.view-mode-full .field-name-field-bilder .field-items img {
    border: 1px solid #333333;
    margin: 10px;
}



.node-videos.view-mode-full .field-name-field-video-dateien .field-items > div {
    margin-top: 15px;
}
.view-liste .field-name-field-bild {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.view-liste .field-name-field-bild img {

    max-width: 200px;
    height: auto;
}


.view-liste .views-row {
    clear: both;
    margin-bottom: 15px;
}

.view-liste .views-row hr{
    
    margin-top: 15px;
    clear: both;
}

/*
.node-article .field-name-field-bild {
   float: left;
    margin-right: 15px;
    margin-bottom: 0px;
}
*/



.field-name-field-anmeldung a {
    	display: inline-block;
	border-radius: 10px;
	border: 0px;
	padding: 4px 8px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background-color: #c48e6f;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

.field-name-field-anmeldung a, .field-name-field-anmeldung a:hover, .field-name-field-anmeldung a:visited, .field-name-field-anmeldung a:focus {
	color: black;
}



#field-geburtsdatum-add-more-wrapper .form-item  {
    margin-bottom: 0px;
}
#field-geburtsdatum-add-more-wrapper > fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#field-geburtsdatum-add-more-wrapper legend {
  font-weight: bold;
}


#field-geburtsdatum-add-more-wrapper .date-padding {

  padding: 0;
}


#registration-form #edit-cancel {
    margin-left: 10px;
}

.field-name-field-tags {
    
    margin-bottom: 10px;
}


.field-name-field-tags .field-items {
    margin-top: 5px;
}
.field-name-field-tags .field-items .field-item {

    display: inline-block;
}


.field-name-field-tags .field-items .field-item a {
    
    display: block;
    margin-right: 5px;
    background-color: #e8ecef;
    
    padding: 4px 8px;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
}

.node .field-name-field-bild img {
    width: 100%;
    height: auto;
}


