@charset "UTF-8";

/* --- MODULE ALLGEMEIN
--------------------------------------------------------------------------------------- */

/*--- Teaser Module Allgemein --- */

.teaser-col .ojhs-teaser-menu,
.teaser-col .ojhs-teaser-text {
  margin: 15px 20px 15px 15px;
}
.teaser-col .ojhs-teaser-text .ojhs-teaser-text {
  margin: 0;
}
.teaser-col .ojhs-teaser-text p {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.teaser-col .ojhs-teaser-text b, .teaser-col .ojhs-teaser-text strong {
  font-weight: bold;
}
.teaser-col .ojhs-teaser-text i, .teaser-col .ojhs-teaser-text em {
  font-style: italic;
}
.teaser-col .ojhs-teaser-text a {
  color: #000;
}
.teaser-col .ojhs-teaser-text a:hover {
  color: #fff;
}

/*--- Content Header Module Allgemein --- */

#content-header .moduletable ~ .clearfix {
  padding-bottom: 25px;
  border-bottom: 1px  solid #666;
  margin-bottom: 25px;
}
.ojhs-content-header p {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 1em;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.ojhs-content-header strong, .ojhs-content-header b {
  font-weight: bold;
}
.ojhs-content-header em, .ojhs-content-header i {
  font-style: italic;
}
.ojhs-content-header p.ojhs-message {
  padding: 10px;
  background: rgba(240,145,0,.5);
  border: 1px solid #f18e00;
  font-weight: bold;
}

/* --- EINZELNE MODULE
--------------------------------------------------------------------------------------- */

/*--- Angebot-Icon Startseite --- */

.ojhs-teaser-text-angebot-download img {
  max-width: 30% !important;
  max-height: 80% !important;
  float: left;
  margin-right: 15px;
}
.ojhs-teaser-text-angebot-download a {
  color: #fff !important;
  text-decoration: none;
}
.ojhs-teaser-text-angebot-download a:hover {
  text-decoration: underline !important;
}

/*--- Top Search --- */

.ojhs-top-search label {
  display: none;
}
.ojhs-top-search input {
  margin-right: 10px;
  padding: 3px;
  color: #888;
  border: 1px solid #888;
}
.ojhs-top-search input:focus {
  color: #000;
  border: 2px solid #f18e00;
}

/*--- Facebook-Link --- */

.ojhs-fb-module {
  background: none !important;
  margin-top: 5px;
}
#ojhs-fb-link img {
  height: 50px;
  width: auto;
  margin: 15px 7px 7px;
}
#ojhs-fb-link img:hover {
  opacity: .7;
}

/*--- Dozenten Content Header with Search --- */

.ojhs-content-header h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.ojhs-dozenten-suche, .ojhs-dozenten-legende {
  float: left;
  display: inline;
}
.ojhs-dozenten-legende {
  padding-top: 2px;
}
.ojhs-dozenten-suche input {
  margin-right: 10px;
  padding: 3px;
  color: #888;
  border: 1px solid #888;
}
.ojhs-dozenten-suche input:focus {
  color: #000;
  border: 1px solid #f18e00;
}

/*--- Bands Content Header --- */

.ojhs-angebot-bands-text ~ .clearfix {
  padding: 0 !important;
  border: none !important;
}

/*--- Veranstaltungen in Kürze und Ankündigungen --- */

.mod_events_latest_table {
  display: block;
  box-sizing: border-box;
  max-width: 100%
  margin: 0 5px;
}
.mod_events_latest_table tr {
  display: block;
  box-sizing: border-box;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.mod_events_latest_table tr:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.mod_events_latest_date {
  color: #666;
  font-style: italic;
}
.customlinkSidebar2 a,
.mod_events_latest_content a {
  color: #000;
  text-decoration: none;
}
.customlinkSidebar2 a:hover,
.mod_events_latest_content a:hover {
  text-decoration: underline;
}

/*--- Chronologie --- */

.ojhs-chronologie {
  background: #e2e3e4;
  padding-top: 50px;
}

/*--- Instrumentalunterricht Einzelinstrumete-Menü --- */

.ojhs-teaser-menu-instrumentalunterricht h3,
.ojhs-teaser-text-instrumentalunterricht h3 {
  font-size: 17px;
}
.ojhs-teaser-menu-instrumentalunterricht-right h3 {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
}

/*--- End --- */