p {
  margin: 0 0 10px 0;
}

ul, ol {
  margin-left: 0;
}
 
ul li {
 margin-left: 10px;
}

h1 {
  font-size: 20px;
  margin: 0;
}

h1.title {
  font-size:20px;
  font-weight:normal;
  margin-bottom: 10px;
}

h2 {
  font-size:18px;
  font-weight:normal;
  margin-bottom:8px;
}

h3 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 a {
  color:#333 !important;
  text-decoration: underline !important;
}
 
table {
  border-collapse: inherit !important;
}

th {
  border: none;
}
 
/**
 * Basic Classes 
 */ 

a.extra, 
.view-display-id-veranstaltungsblock .views-field-view-node a,
.view-display-id-veranstaltungsblock .more-link {
   margin-left: 0.1em;
   background: url("../images/extra.png") no-repeat scroll left 3px transparent !important;
   padding-left:8px;
   
}

/*a.extra:before {
   content: "› ";  
   font-size: 19px;
   color:#000;
}*/


li.node-readmore {
   margin:0;
   padding:0;
}

ul.inline li {
    padding:0;
}

.front p.teaser img {
    width:80px !important; 
    margin-bottom:10px;
    clear: both;
    display: block;
}

#header, #footer, .mission, .breadcrumb, .node {clear: both;}
body .admin-menu-icon, body .admin-menu-users, body .admin-menu-account { display: none; }

#sidebar-first h2 {
  color:#333;
  font-size:17px;
  font-weight:regular;
}

/**
 * Content Main 
 */ 

.jcarousel-skin-hw  {
    margin: 20px 0;
    width:100%;
    height:275px;
    background: transparent url("../images/line.png") no-repeat bottom left;	
}

#footer a {
    color: #fff;
}

 #footer .node-article, #footer .block-block {
    border:none;
    padding:0;
  }

/**
 * Skip-Button für Barrierefreiheit Screenreader 
 */  
#skip a:link, #skip a:hover, #skip a:visited {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:active, #skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

div.view div.views-admin-links {
  width: auto;
}

/**
 * Allgemeine Inhalts-Blöcke Drupal 
 */ 
.node-article, .node-promoted {
    width:100%;
    padding: 0px 0 30px 0;
    background: transparent url(../images/line.png) no-repeat bottom left;
    margin-bottom:20px;
  }
  
 #sidebar-first .node-article, #sidebar-first .block-block, #sidebar-first .node-promoted {
    background-image: none !important;
}
  
 .content .node-inner .submitted {
  display: none;
}

.node-bildergalerie {
  min-height:120px;
}

/**
 * Formulare 
 */
 
input[type="text"],
input[type="password"], 
.region-sidebar-first input[type="text"], 
.region-sidebar-first input[type="password"],
input[type="submit"], .contact-form input, .contact-form textarea    {
    font-family: Helvetica,Arial,sans-serif !important;
    border: 1px solid #d3d3d3;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
}
 
input[type="text"], input[type="password"]  {
    height:22px;
    margin:10px 0 6px 0;
    padding: 0px 0 0px 3px;
}


.region-sidebar-first input[type="text"], .region-sidebar-first input[type="password"]  {
    width: 192px;
    height:22px;
    margin:3px 0 8px 0;
}

input[type="submit"]  {
    height: 25px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,223,225,1) 100%, rgba(223,223,225,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(223,223,225,1)), color-stop(100%,rgba(223,223,225,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(223,223,225,1) 100%,rgba(223,223,225,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(223,223,225,1) 100%,rgba(223,223,225,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(223,223,225,1) 100%,rgba(223,223,225,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(223,223,225,1) 100%,rgba(223,223,225,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfe1',GradientType=0 ); /* IE6-9 */
    color: #000000;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    padding: 0 10px;
}

input[type="submit"]:hover  {
	color: #212121;
}

.contact-form textarea  {
    height: 100px;
    padding: 3px;
}

#autocomplete li {
    margin-left: 0;
    padding: 5px 10px;
    white-space: normal;
    border-bottom: 1px solid #d9d9d9;
    clear: both;
}

#autocomplete {
    margin-top: 10px;
    border: 1px solid #c9c9c9;
    width: 400px !important;
    -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}

#autocomplete li a {
   display: block;
   width: 370px !important;
   margin-right: 10px;
   margin-bottom: 10px;
}

#autocomplete li.selected {
    background-color: #a6d3ef;
}

#autocomplete li a.cover {
  height: 50px !important;
}

#autocomplete li a.extended-search {
  background-position: bottom right;
  width: 50px;
}

#autocomplete li a.end-list {
  margin-right: 0;
  margin-bottom: 0;
}

.submitted {
    margin:0 0 10px 0;
    display:block;
}

.node-review, .node-event {
    padding-bottom:20px;
}

.field-items .even, .field-items .odd  {
    padding-bottom:10px;  	
}

.search-info {
    display: none;
}

/**
 * Text 
 */
h1.title, h2 {color:#13538e;}
h3, p {color: #333;}
#content .block-title {color: #13538e;}
