/*
 Theme Name:   Tag der Bibliotheken 2016-
 Description:  Tag der Bibliotheken mit Events Manager
 Author:       Andreas Baumgartner
 Author URI:   http://www.andreas.bz.it
 Template:     sparkling
 Version:      0.1
 Text Domain:  tagderbibliotheken
*/

@import url("../sparkling/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Global: Links */
body {
  color:black;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}


/* Posts */
.post-inner-content {
  padding: 45px 50px;
  /* background-color: #ffa626; -> single-tdb_veranstaltung.php */
  border: none;
}
.post-inner-content:first-child {
  border-top: none;
}

/* Sidebar */
.well {
  /* background-color: #ffa626; -> single-tdb_veranstaltung.php */
  padding: 30px;
  border: none;
  overflow: hidden;
  clear: both;
}


.secondary-content-box {
  /*background-color:#fcc98a; -> single-tdb_veranstaltung.php */
  padding:0px;
  /* border-left:10px solid #444444; -> single-tdb_veranstaltung.php */
  margin-top:2em;
  padding-left:15px;
}


#colophon {
  /*background-color: #ffffff;*/
  padding: 10px 0;
  border-top: none;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #444444;
}
