.carousel {
  background-color:rgba(0, 0, 0, 0);
}

.carousel-banners {
  position: relative; 
  overflow: hidden;
  height: 150px; 
  width: 722px; 
}

.carousel-banner {
  position: absolute;
  overflow: hidden;
  height: 150px;
  width: 525px;
  display: none;
}

.carousel-banner-1 {
  display: block;
}

.carousel-text {
  text-align: right;
  font-size: 1em !important;
//  color: #747678;
  color: #ffffff;
//  background-color: #f2f3f1;
  background-color: rgba(0,0,0,0.5);
//  padding: 5px 0px 5px 0px;
  padding: 3px;
  width: 519px;
  right: 0px;
  left: 197px;
}

#carousel-locator-map {
  position: absolute;
  height: 100px;
  width: 150px;
  left: 15px;
  top: 35px;
}

.carousel-locator-image {
  position: absolute;
}

.carousel-image {
  height: 150px;
  width: 525px;
  float: right;
}

.lon {
  display: none;
}

.lat {
  display: none;
}

.headline {
  border-bottom: none;
}

.summary {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  font-size: 13px;
  font-weight: bold;
}

#fokusLink {
  text-align: right;
}

#news-and-events {
//  background-color: #c8c9c7;
//  background-color: #dfe0dc;
//  background-color: #ffff99;
//  border: 1px solid black;
  border-left: 2px solid #c8c9c7;
//  border-bottom: 2px solid #c8c9c7;
  width: 241px;
//  width: 33%;
  float: right;
  margin-left: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-right: 0px;
  padding-right: 5px;
  font-weight: bold;
  display: none;
}

#news-and-events-items {
  font-weight: normal;
}

.news-and-events-item-date {
  text-align: right;
  padding-left: 1.0em;
  color: black;
  font-weight: normal;
  font-size: 10px !important;
}

.news-and-events-link {
  text-align: right;
  color: black;
  font-weight: normal;
}

/* Accordion for Hints */

/* Style the accordion panel. Note: hidden by default */
div.accordionPanel {
    text-indent: 0;
    padding-bottom: 3px;
    padding-left: 0px;
    display: none;
    font-weight: normal;
    color: black;
    cursor: auto;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.accordionPanel.show {
    display: block;
}

ul.accordion {
    list-style-image: none !important;
    list-style-type: none !important;
    list-style: none;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

li.accordion {
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none;
    color: #2a6ebb;
}

li.accordion:before {
    content: "\002B";
//    color: #747679;
    color: #2a6ebb;
    display: block;
    float: left;
    width: 1.0em;
}

li.accordion.active:before {
    content: "\2212";
}

div.accordionTitle:hover {
    text-decoration: underline;
}
