/*Fjern topbanner*/
.toolbar-outer{
  display:none;
}

/*Knapper*/
.btn-black{
  border:1px solid #000;
  background-color:#fff;
  color: #000;
  padding: 5px 10px;
  margin-left:20px;
  float:right;
  margin-top:65px;
  text-decoration:none;
}
.btn-black:hover{
  color:#fff;
  background-color:#000;
  text-decoration:none;
}




/* Farve på overskrift i Slideshow box */
.layout-slideshow .sprocket-features-title {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}

/* Overskrift i slideshow */
.layout-slideshow .sprocket-features-title {
  display: block;
  font-size: 3em;
  line-height: 1.3em;
  margin: 0 0 15px;
  padding: 10px;
}

/* farve på tekstboks i slideshow */
.layout-slideshow .sprocket-features-desc {
  background: rgba(40, 40, 40, 0.65) none repeat scroll 0 0;
  color: rgba(255, 255, 255, 0.9);
}

/* tekst i tekstboks i slideshow */
.layout-slideshow .sprocket-features-desc {
  display: inline-block;
  font-size: 1.3em;
  line-height: 140%;
  margin: 0;
  max-width: 600px;
  padding: 20px;
}

/* Haeding font color bottom a */
#bottom-a, #bottom-a h1, #bottom-a h2, #bottom-a h3, #bottom-a h4, #bottom-a h5, #bottom-a h6 {
    color: #bbbbbb;
}

/* Haeding font color bottom d */
#bottom-c, #bottom-c h1, #bottom-c h2, #bottom-c h3, #bottom-c h4, #bottom-c h5, #bottom-c h6 {
    color: #bbbbbb;
}

/* Custom code for hiding copyright from gallery component */
.hidelink a {
    color: #f9f9f9 !important;
}

.aligncenter {
	text-align: center;
}

.uk-panel-title {
    font-size: 18px;
    color: #000000;
}

.headerbar a {
    color: #ffffff !important;
}

@media screen and (max-width: 1023px){
  .pc-only{
 	 display:none;
  }
  .mobile-menu-btn {
    margin: 10px 20px 10px;
    display: inline-block;
    float:none;
  }
}