/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 @import url(../../../css/custom.css);
 

/* =============== Font =========================*/

small {
	font-family: Roboto;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: none;
}


/* =============== Spruch in Headerbar =========================*/
.tm-headerbar {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


.tm-headerbar .uk-panel {
	float: right;
	margin-right: 0;
	max-width: 400px;
	margin-bottom: 0px;
	margin-top: -10px;
}

.uk-text-right  {  
font-size: 24px;  
line-height: 36px;  
font-family: 'Reenie Beanie';  
}

.uk-text-left-frontpage  {  
font-size: 24px;  
line-height: 36px;  
font-family: 'Reenie Beanie';  
}

.uk-text-right small {  
font-size: 10px;  
line-height: 14px;  
font-family: 'Lato';  
}

/* =============== Toolbar =========================*/
.tm-toolbar{
    padding-bottom: 0px;
    padding-top: 25px;
    background: #fbfbfb radial-gradient(ellipse at center center , #fbfbfb 0%, #fbfbfb 120%) no-repeat scroll 0 0;

}
/* =============== logo =========================*/
.tm-logo{
    padding-top: 25px;
    
}
/* =============== Menu Navigationsbar =========================*/

.tm-navbar > .uk-container {  
z-index: 10;  
position: relative;  
}

tm-navbar-sizer {  
height: 0px !important;  
}


.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    list-style: outside none none;
    margin-left: -15px;
    margin-top: -40px;
    padding: 0;
}

.uk-subnav > * > * {
    color: #2d313d;
    display: inline-block;
    font-family: "Roboto";
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
/* =============== Navigationsbar =========================*/

.tm-navbar {
    padding-top: 5px;
   background: #fbfbfb radial-gradient(ellipse at center center , #fbfbfb 0%, #fbfbfb 120%) no-repeat scroll 0 0;
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.04);
}
.uk-navbar-nav:hover > li > a:hover {
  color: rgba(188, 9, 126, 0.9);
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(188, 9, 126, 0.9);
}
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 100px;
  padding: 0 20px;
  line-height: 100px;
  /* 2 */
  color: #2d313d;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

/*================Photographie Spruch Titelseite===============================*/

.tm-block-light .uk-panel-box-secondary {
/*    border: 1px solid #d8d7d2;*/
	padding: 25px;
	background: rgba(255, 255, 255, 1.00) none repeat scroll 0 0;
/*	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.04);*/
	}


/* =============== Footer =========================*/

.tm-block-footer {
	background: #fbfbfb none repeat scroll 0 0;
	color: #777777;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: 400;
}
.tm-block-footer .uk-subnav > * > * {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 4px;
}

.tm-block-footer .uk-subnav > * > *:hover {
  	color: rgba(188, 9, 126, 1.0);
   	font-weight: 400;
}

/* =============== Zoo photo blog =========================*/

img {
	border: 0 none;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}


/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 1130px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1130px) {
  .uk-container {
	max-width: 1130px;
	padding: 0 35px;
	
  }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* ========================================================================
   Component: Zoo
 ========================================================================== */
/* 
 ========================================================================== */

.yoo-zoo {
	border: 1px solid #d8d7d2;
	padding: 25px;
	background: rgba(255, 255, 255, 0.45) none repeat scroll 0 0;
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.04);
}



.yoo-zoo .uk-article-meta{
	font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
	color: #8b8485;
	text-align: right;
	margin: 0px;
	text-transform: none;
}

.yoo-zoo .uk-article-lead{
	letter-spacing: 1px;
	color: rgba(197, 42, 143, 0.80);
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	hyphens: none;
    line-height: normal;
}

.yoo-zoo .uk-margin{
	
	color: #7c776b;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
	hyphens: auto;
}
.yoo-zoo .uk-article {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d7d2;
	padding-bottom: 30px;
}

/* =============== Bootstrap Butten =========================*/
.btn {
    border-radius: 0px;
 