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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 .uk-overlay-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 150px;
    margin-top: -75px;
    margin-left: -90px;
    font-size: 0;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #ffffff;
    border: 1px solid #D6D6D6;
}

.tm-navbar-small, .tm-navbar-small > div, .tm-navbar-small .uk-navbar-nav > li > a, .tm-navbar-small .uk-navbar-content, .tm-navbar-small .uk-navbar-brand, .tm-navbar-small .uk-navbar-toggle {
    height: 180px;
}

.tm-navbar-small .uk-navbar-nav > li > a {
    line-height: 180px;
}

.tm-navbar-small .tm-logo > * {
    max-height: 180px;
}

.tm-navbar, .tm-navbar > div, .tm-navbar .uk-navbar-nav > li > a, .tm-navbar .uk-navbar-content, .tm-navbar .uk-navbar-brand, .tm-navbar .uk-navbar-toggle {
    height: 180px;
}

.k2Anchor {
  display: none;
}


/**************  Start Webkonturen ***************/

.webko {
 margin: 20px 0;
 background: black;
 width: 300px;
}

.webko h1 {
  color: #ffffff;
  font-size: 16px !important;
  border-bottom: none !important;
  line-height: 22px;
  font-weight:400;
  padding: 0 0px 10px 15px !important;
  letter-spacing: 0.9px;
  margin-top:10px;
}

.webko h1 a {
  text-decoration: none;
  color: #FD6536;
}

.webko h1 a:hover {
  text-decoration: none;
  color: #ffffff;
}

.webko h1 a span {
  color:#ffffff;
  font-size: 14px !important;
}

.webko h1 a span:hover {
  color:#FD6536;
}

.webko h1 small {
  color:#92979B;
  font-size: 14px !important;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
}

/**************  End Webkonturen ***************/


@media (max-width: 767px) {

.tm-navbar, .tm-navbar > div, .tm-navbar .uk-navbar-nav > li > a, .tm-navbar .uk-navbar-content, .tm-navbar .uk-navbar-brand, .tm-navbar .uk-navbar-toggle {
    height: 120px;
}

}