.uk-logo img {
  height: 80px;
}
.tm-header .contact {
  /*border: 1px solid #ddd;
	padding: 8px 15px 5px 15px;*/
  margin-left: 25px;
  text-align: right;
}
.tm-header .contact .hotline {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.028em;
}
.tm-header .contact .opening-hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  color: #101010;
}

/* Hauptmenü */
.uk-navbar-nav > li > a {
  border: 1px solid #fff;
  min-height: 40px;
  margin: 0px 0px;
}
.uk-navbar-nav > li > a:hover {
  color: #ff7600;
  border: 1px solid #ff7600;
}

/* Kontaktformular */
.contactForm fieldset {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 40px;
}
.rsform-captcha-box {
  width: 108px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  height: 48px;
  margin: 0px 0px 0px 4px;
}

.txt-orange {
  color: #ff7600 !important;
}
.myslider .uk-h1 {
  color: #ff7500;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.myslider p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 24px;
}

a.mobile-only {
  display: none !important;
}
.uk-offcanvas-bar a.mobile-only {
  display: flex !important;
}

@media (max-width: 768px) {
  .myslider .uk-h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }
  .myslider p {
    font-size: 16px;
    line-height: 20px;
  }
  .myslider .uk-overlay {
    display: none;
  }
  h3,
  .uk-h3 {
    font-size: 18px;
    line-height: 24px;
  }
}