/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Custom css Webberry 06.06.2018
 ========================================================================== */
.menu-outer {
    /* display: none; */
}

.uk-container {
    background-color: #fff;
	padding: 0 0px;
}


.tm-content {
    background: #e5e4c6;
}

ul.uk-nav-sub {
    padding: 5px 0 25px 40px;
}

.uk-nav-side ul a {
    color: #000;
}
.main-outer {
    padding: 0;
}

#main-content {
    /* margin-top: -30px; */
}

.section-logo {
    margin-bottom: -30px;
}


.tm-sidebar-a {
    margin-top: 20px;
    margin-bottom: 20px;
}

hr.style19 {
    display: none;
}

#bottom-b {
    background-color: #e5e4c6;
}

.tm-footer {
    display: none;
}

.uk-nav-side > li.uk-active > a {
    background: #333;
    color: #ffffff;
}

a, .uk-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.tm-leading-article .uk-article:last-child {
    padding-bottom: 25px;
    border-bottom: 0px;
}

.uk-grid {
    background: #e5e4c6;
}


blockquote {
    border-left: 5px solid #fff;
}

#headerbar {
    background: #e5e4c6;
    padding-bottom: 25px !important;
}

/* Only large screens */
@media (min-width: 1280px) {
  .tm-content {
    padding: 0px;
	}	
}

@media (max-width: 899px) {
  .logo-large {
    display: none;
  }
	.logo-small {
    background: #e5e4c6;
	height: 100px;	
	}
	
	address {
    padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	}
}

.layout-slideshow {
    padding-bottom: 25px;
    background: #e5e4c6;
}

#bottom-c {
    background-color: #e5e4c6;
}

hr {
    border-top: 1px solid #fff;
}
li .uk-active a {
	color: white !important;
}

.uk-nav-side ul a:hover {
    color: #fff;
}
.uk-nav-side ul a:active {
    color: #fff;
}



.uk-nav-side > li > a {
  color: #fff;
}
.uk-nav-side > li.uk-active > a {
  background: transparent;
  color: #000;
}
li .uk-active a {
  color: black !important;
}
.uk-nav-side ul a {
  color: #fff;
}