/* CUSTOM CSS WEBDESIGN SINCI
****************************************************/
/* LAYOUT
****************************************************/
.tm-toolbar {
  margin-top: 0;
  margin-bottom: 0;
  background: #FFF;
}
.uk-article-meta {
  text-transform: uppercase;
}
.form-actions {
  background-color: #FFF;
}
legend {
  font-size: 14px;
}
h1, .uk-h1 {
  font-size: 24px;
  line-height: 28px;
}

h2, .uk-h2 {
  font-size: 22px;
  line-height: 24px;
}

h3, .uk-h3 {
  font-size: 18px;
  line-height: 24px;
}

a:hover, .uk-link:hover,a:focus {
  text-decoration:none;
}

/* HEADER
****************************************************/
.tm-toolbar {
  color: #9D9D9D;
}
/* socialicons */
.uk-icon-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius:0;
  background: rgba(0,0,0,0.08);
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 0;
  background-image: none;
}

.uk-icon-facebook,
.uk-icon-twitter,
.uk-icon-google-plus {
  background-color:#fff;
  color: #9D9D9D;
  border-left: 1px solid rgba(204, 204, 204, 0.42);
}

.uk-icon-facebook:hover {
  background-color: #3b5998;
  color: #fff;
}

.uk-icon-twitter {
  margin-left: -5px;
  margin-right: -5px;
}

.uk-icon-google-plus {
  border-right: 1px solid rgba(204, 204, 204, 0.42);
}


.uk-icon-twitter:hover {
  background-color: #019AD1;
  color: #fff;
}

.uk-icon-google-plus:hover {
  background-color: #d34836;
  color: #fff;
}
/* socialicons end */

.tm-logo.uk-hidden-small {
    position: relative;
    top:14px;
}

.tm-navbar {
  background-color:#313232;
  margin: 0!important;
  z-index:100;
}

.uk-navbar-nav > li > a {
  text-transform: uppercase;
  color:#FFF;
}

.uk-navbar-nav > li.uk-active > a {
  background:#D63B37;
  color:#FFF;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  color: #FFF;
}

.uk-nav-navbar > li > a {
  color: #FFF;
}

.uk-nav-navbar > li > a:hover {
  color: #ccc;
}

.uk-dropdown-navbar {
  background:#D63B37;
}

/* MAIN
****************************************************/
.main {
  background:#FFF;
  padding: 15px 0;
}
.page-header{
  border-bottom: none;
}
/* slide home */
.layout-slideshow .sprocket-features-content {
  top:65%;
}

.layout-slideshow .sprocket-features-arrows .arrow {
  padding: 10px;
  border-radius: 0;
}

.layout-slideshow .sprocket-features-title {
  padding: 0 8px;
  font-size:22px;
}

.layout-slideshow .sprocket-features-content {
  width: 70%;
}

/* SIDEBAR
****************************************************/

/* kalender + termine */
.ic-content h2 {
  font-size: 22px;
  line-height: 24px;
}
.iccalendar table td div,
.iccalendar table th {
  font-size: 14px;
}
.ic-event,.ic-info {
  border-radius: 0px;
}

.ic-info,
.ic-info .ic-details {
  padding: 0;
  background: #FFF;
}

.ic-all-dates li {
  background-image: none;
  list-style: none;
}
.ic-align-left {
  margin-left: -3px;
}
.ic-divCell {
  padding: 1px 0px;
}
/* kalender + termine end */

/* FOOTER
****************************************************/
.tm-footer {
  color: #ccc;
}

.tm-footer a:hover{
  color: #D63B37;
}

.tm-footer a,
.tm-footer .uk-subnav > li > a {
  color: #ccc;
  text-decoration: none;
  font-weight:normal;
}

.tm-footer .uk-subnav > li > a:hover {
  color: #D63B37;
  text-decoration: none;
}

.tm-footer .uk-nav-header {
  padding:0;
  text-transform:normal;
  font-weight:normal;
  font-size: 12px;
}

.uk-subnav-line > li:nth-child(n+2)::before {
  border-left: 1px solid #888;
}

.uk-grid-divider > [class*="uk-width-medium-"]:nth-child(n+2):not(.uk-width-medium-1-1) {
  border-left: 1px solid #4A4A4A;
}

.tm-bottom-b {
  margin-top: 10px;
}

/* MOBILE DEVICE
****************************************************/
.uk-nav-offcanvas>li> a {
  color: #e1eaec;
  padding: 10px 15px;
  border-bottom: 1px solid #3f4449;
  background: #2C2C2C;
  text-transform: uppercase;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background:#D63B37;
  color: #FFF;
}

/* Smartphones */
@media (max-width: 480px) {
  
    .layout-slideshow .sprocket-features-content {
      left: 0;
      width: 100%!important;
    }

    .layout-slideshow .sprocket-features-title {
      margin-top:10px;
    }

    .layout-slideshow .sprocket-features-pagination {
      position: absolute;
      left:0;
      bottom:-15px;
      z-index: 10;
    }

    h2.sprocket-features-title {
      font-size: 14px!important;
    }

    .uk-search {
      display:none;
    }

}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 768px) {
  .tm-logo.uk-hidden-small img {
    width:100px;
  }
}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {...}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {...}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { ... }

/* Large screen and bigger */
@media (min-width: 1220px) {...}
