.subtitle.media-heading a{
  color:#8ec640 !important;
}

.subtitle.media-heading a:hover,
.subtitle.media-heading a:focus{
  text-decoration:underline;
  color:#8ec640 !important;
}

.media-body .details{
  display:none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
section.section-contact .fa{
  color:#8ec640 !important;
}

.section-cell-parent>li a:hover,
.section-cell-parent>li a:focus{
  text-decoration:underline;
  color:#8ec640 !important;
}

#box-custom-footer a{
  padding-left: 5px;
}

#box-custom-footer a:hover,
#box-custom-footer a:focus{
  text-decoration:underline;
  color:#8ec640 !important;
}

.btn-primary{
  background-color:#8ec640 !important;
}

#panel-custom-1 .btn-primary{
  background-color:#1e2118 !important;
  color:#ffffff !important;
}

#panel-custom-1 .btn-primary:hover,
#panel-custom-1 .btn-primary:focus{
  background-color:#ffffff !important;
  color:#1e2118 !important;
}

#topbar .btn-default{
  color:#8ec640 !important;
}

.breadcrumb a:hover{
  color:#8ec640 !important;
}

a[class*="social"]{
  background-color: #1e2118 !important;
}

section.section-contact .social-fb .fa,
section.section-contact .social-tw .fa,
section.section-contact .social-tripadvisor .fa,
section.section-contact .social-instagram .fa{
  color:#ffffff !important;
}

.social-fb:hover,
.social-tw:hover,
.social-tripadvisor:hover,
.social-fb:focus,
.social-tw:focus,
.social-tripadvisor:focus{
  background-color:#8ec640 !important;
}

.navbar-default .navbar-toggle{
  border-color: #8ec640;
  background-color: #8ec640;
}

.navbar-default .navbar-toggle:hover{
  background-color: #1e2118;
}

.navbar-default .navbar-toggle:focus{
  background-color: none;
}

#motto{
  position:relative;
  padding-left:215px;
  font-weight:700;
}

#motto:after{
  position: absolute;
  content: '';
  top: -45px;
  left: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.8) url('/bild/3/jumping-by-katarina-logo-black-green-png/') no-repeat;
  background-size: contain;
  border: 30px solid transparent;
  border-radius: 50%;
  background-position-x: 0px;
  background-position-y: -12px;
}

#motto #motto-title{
  font-size:2.4em;
}

#motto #motto-text{
  font-size:1.6em;
}  

@media (max-width: 992px){
  #motto{
    padding-left: 135px;
  }
  #motto:after{
    top: 1px;
    left: -7px;
    background-color:transparent;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 435px){
  #motto #motto-title{
    font-size:1.5em;
  }
  #motto #motto-text{
    font-size:1.2em;
  }  
}

.contact-holder > div:not(:last-child){
  margin-bottom:15px;
}

.contact-form-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-flow:row nowrap;
}

.contact-form-header a{
  margin-left:20px;
}

.alert-success{
  background-color: #8ec640;
  border-color: #8ec640;
}

.qr-code {
  max-width: 230px;
}

@media (min-width: 992px) {
  .qr-code img {
    margin-left: 13px;
  }
}


.qr-title {
  font-weight: bold;
  background: linear-gradient(90deg, #8ec640, #0277bd);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .qr-title {
    font-size: 18px;
  }
}

.social-icons ul {
  display:none;
}
.social-icons a {
  padding: 0 !important;
}
a:focus {
  outline: none !important;
}
@media (max-width: 767px) {
  .social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.row-address{
  display: flex; align-items: flex-start; justify-content: flex-start; flex-flow: row; flex-wrap: nowrap;
}

#box-custom-footer .row-address a{
  padding-left: 0px;
}

.row-address > span{
  padding-left: 7px;
}

.row-address i{
  min-width: 18px;
  text-align: center;
  padding-top: 3px;
}

.info-item{
  margin: 15px 0;
}