/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: rgba(92, 126, 44, 0.7);
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: rgba(92, 126, 44, 0.7);
  color: #ffffff;
  text-shadow: none;
}

.tm-block-top-a{
    padding-bottom: 50px;
    padding-top: 0px;
 }
.tm-block-top-a > .uk-container {
/*    border-bottom: 15px solid #4e1200; */
/*    border-top: 15px solid #4e1200; */
}
.tm-footer{
    background-clip: padding-box;
    border-image: url("/images/border_footer.png") 53 0 0 0 fill repeat repeat;
    border-style: solid;
    border-width: 53px 0 0;
 }


/*.uk-block {
    padding-bottom: 50px;
    padding-top: 0px;
}*/
a, .uk-link {
    color: #5c7e2c;
}
.uk-block-default {
    background: #fff none repeat scroll 0 0;
}
h2, .uk-h2 {
/*    color: #707183; */
    color: #613413;
    font-size: 1.9rem;
    line-height: 48px;
	text-transform:none;
}
.uk-overlay-panel {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.uk-overlay-panel > .uk-h2 {
    color: #fff;
	font-family: 'Lemon';
    font-size: 1.9rem;
    line-height: 48px;
	text-transform:none;
}
h3, .uk-h3 {
    color: #5c7e2c;
}
h4, .uk-h4 {
    font-size: 16px;
    font-weight: 300;
    color: #000;
	line-height: 20px;
}
h5, .uk-h5 {
    font-size: 16px;
    line-height: 24px;
	font-family: 'Lemon';
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
}
h6, .uk-h6 {
    font-size: 1.1rem;
    line-height: 22px;
    font-family: 'Verdana';
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
}
.uk-panel-title {
    color: #5c7e2c;
    font-size: 1.1rem;
    font-weight: bold;
}
.uk-article-title {
    color: #5c7e2c;
    font-size: 1.1rem;
    font-weight: bold;
}
.uk-block-secondary {
    background: rgba(92, 126, 44, 1.0) none repeat scroll 0 0;
}
.form-horizontal .control-label {
     color: #5c7e2c;
}
.btn:hover, .btn:focus {
    background-color: #5c7e2c;
}
label, input, select, textarea, input[type="text"] {
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 10px !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid rgba(150, 150, 150, 1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.uk-panel-hover {
    padding: 10px;
}
.tm-grid-luna .uk-panel:hover .tm-check-icon {
    background-color: #613413;
    border-color: #613413;
    color: #ffffff;
}



@media (min-width: 960px) {
  .tm-block-xlarge {
    padding-bottom: 100px;
  }
  .uk-block-large {
    padding-bottom: 100px;
  }
}
/* NAVIGATION*/
.uk-navbar {
    background: #fff none repeat scroll 0 0;
    color: #8988ab;

/*    border-bottom: 25px solid #5c7e2c; */
}
.tm-navbar {
/*    padding-bottom: 0;*/
}
.uk-navbar-nav > li > a::after {
    background: #613413 none repeat scroll 0 0;
}
.uk-navbar-nav > li.uk-active > a {
    color: #5c7e2c;
}
.uk-navbar-nav > li > a {
    color: #613413;
    font-size: 1.1rem;
    font-weight: bold;
	font-family: 'Lemon';
}
.uk-dropdown-navbar {
    background: #5c7e2c none repeat scroll 0 0;
    color: #fff;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    color: #fff;
}
.uk-nav-navbar > li > a {
    color: #613413;
    font-weight: bold;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    color: #5C7E2C;
}
.uk-subnav > .uk-active > * {
    color: #fff;
}
.uk-subnav > * > * {
    color: #fff;
}
.uk-offcanvas-bar {
    background: #5c7e2c;
}
.uk-offcanvas .uk-search:before {
    color: #fff;
}
/*
 * Teaser
 */
.tm-teaser-container {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.tm-teaser-container > img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30%);
  bottom: -20px;
}
.tm-heading-teaser {
  position: relative;
  padding: 0 10px;
  background-image: none, -webkit-linear-gradient(156deg, #222047, #373561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  font-family: 'Lemon';
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-transform: inherit;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .tm-teaser-container > img {
    bottom: -10px;
  }
  .tm-heading-teaser {
    font-size: 15px;
    letter-spacing: -10px;
  }
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .tm-teaser-container {
    margin-bottom: 60px;
  }
  .tm-teaser-container > img {
    bottom: 32px;
  }
  .tm-heading-teaser {
    font-size: 20px;
    letter-spacing: -14px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .tm-teaser-container > img {
    bottom: 64px;
  }
  .tm-heading-teaser {
    font-size: 30px;
    letter-spacing: -24px;
  }
}
.tm-heading-teaser:after {
  content: attr(data-heading);
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 24px;
  text-shadow: 0 2px 51px #0f0d2c;
  z-index: -1;
}