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

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

/* Custom CSS for Style iap_ass */
 
/* Hide the dropdowns' triangle. */  
.uk-dropdown-navbar:before { 
	display: none; 
}

/* headerbar background */
.tm-headerbar {  
    background: rgba(0, 0, 0, 0); 
}

/* fixed teaser image proportions */
/*.tm-navbar-fixed .tm-teaser {
	background-image: url(../../../../../images/gb/ass/ass_top.jpg); no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

/* Small headerbar background */
.tm-headerbar-small {
  background: rgb(207,209,210);
  -webkit-animation: uk-fade 1s ease-in-out;
  animation: uk-fade 1s ease-in-out;
}

.tm-teaser h2 {
	color: rgb(88,88,90);
	font-weight: 900;
    letter-spacing: -1px;
    font-family: roboto condensed;
}

/* Image overlay */
.uk-overlay-area:after {  
    display: none;  
}

/* Image overlay shape */
.uk-overlay-area:empty:before { 
	border-radius: 100%;
	content: "\f101";
	color: #ffffff;
	background-color: rgb(192,4,24);
}

/* Dropdown Menu delay */
.uk-open > .uk-dropdown {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 1s ease-in-out;
  animation: uk-fade 1s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Navbar dropdown subheader colour */
.uk-nav-navbar .uk-nav-header {
	color: rgb(207,209,210);
	font-style: italic;
	font-size: 105%;
}

/* Farbe Text Suchfeld */
.uk-navbar-content .uk-search .uk-search-field {
	color: rgb(88,88,90);
}

.uk-navbar-nav a img {
    height: 14px;
    margin-bottom: 2px;
}

.uk-navbar-nav a span.image-title {
    display: none;
}

