/*
 Theme Name:   ervb-er
 Description:  ERVB Theme Child
 Author:       
 Author URI:   http://www.ervb.de
 Template:     exray
 Version:      1.0
 Text Domain:  exray-child
*/

#header-wrap {
  padding: 1em 0 0 0;
}

/* Header */
.header-container {
  background: #ffffff;
  margin-bottom: 2em;
}

.sidebar-widget h4 {
  font-family: "OswaldLight", arial, serif;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 0;
}

a {
  color: #ae752c;
  text-decoration: none;
}
a:hover {
  color: #ffa500;
  text-decoration: underline;
}

p a:hover,
h5 a:hover,
h3 a:hover {
  color: #ffa500;
}

.button {
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
}
.small-button {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 6px 0;
}
.blue {
  background: #178df0;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
}
.blue:hover {
  background: #47a4f3;
  color: #ffffff;
  text-decoration: none;
}
.gray {
  background: #e9e9e9;
  color: #333333;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
}
.gray:hover {
  background: #d8d8d8;
  color: #333333;
  text-decoration: none;
}
.menus {
  background: #ffbf00 url(../images/icons/menu.png) 0.8em center no-repeat;
  height: 3em;
  line-height: 3em;
  padding: 0 1em 1em 3em;
}
.menus:hover {
  background: #ffbf00 url(../images/icons/menu.png) 0.8em center no-repeat;
  color: #ffffff;
  text-decoration: none;
}