/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 

/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo { 
	height: 80px;
	width: 132px;
	/*background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;*/
}

/* Fussing with the left menu
----------------------------------------------------------------------------------------------------

div#maximenuck span.titreck {
    float: none !important;
    font-family: yanone kaffeesatz;
    font-size: 16px;
    text-decoration: none;
}

/* trying this Feb 22 2014
div#maximenuck ul.maximenuck li div.floatck ul.maximenuck2 {
    background-color: #603813;
    border: medium none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100%;
} */

/* Frontpage Teaser
----------------------------------------------------------------------------------------------------*/

.frontpage-teaser-1,
.frontpage-teaser-2,
.frontpage-teaser-3,
.frontpage-teaser-4,
.frontpage-teaser-5{ 
	height: auto;
	border-radius: 9px;
	background: url(../../../images/home-slider/goumi.jpg) 50% center no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px #000;
}

.frontpage-teaser-2 { background-image: url(../../../images/home-slider/elderberry.jpg); }
.frontpage-teaser-3 { background-image: url(../../../images/home-slider/yellow-raspberry.jpg); }
.frontpage-teaser-4 { background-image: url(../../../images/home-slider/passionflower.jpg); }
.frontpage-teaser-5 { background-image: url(../../../images/home-slider/nanking.jpg); }


.frontpage-teaser-1 h1,
.frontpage-teaser-2 h1,
.frontpage-teaser-3 h1,
.frontpage-teaser-4 h1,
.frontpage-teaser-5 h1 { 
	font-size: 28px;
	line-height: 35px;
}

.frontpage-teaser-1 h1 { margin: 161px 0 0; }
.frontpage-teaser-2 h1 { margin: 161px 0 0; }
.frontpage-teaser-3 h1 { margin: 161px 0 0; }
.frontpage-teaser-4 h1 { margin: 161px 0 0; }
.frontpage-teaser-5 h1 { margin: 161px 0 0; }

.frontpage-teaser-1 p,
.frontpage-teaser-2 p,
.frontpage-teaser-3 p ,
.frontpage-teaser-4 p,
.frontpage-teaser-5 p { 
	margin-top: 0;
	font-size: 16px;
	line-height: 22px;
}

.width50 .frontpage-title { 
	margin-top: 0;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
}

.frontpage-teaser-text-box{
 background: transparent url(../images/background/fabric/fabric_transp_bg.png) 0 0 repeat; 
}
/* Footer Icons
----------------------------------------------------------------------------------------------------*/

ul.footer-icons { 
	padding: 6px 0;
	list-style: none;
}

ul.footer-icons li { 
	margin-top: 10px;
	padding-left: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 19px;
}

ul.footer-icons li:first-child { margin-top: 0; }

ul.footer-icons li.phone { background-position: 0 -59px; }


/* Contact Footer
----------------------------------------------------------------------------------------------------*/

.contact-footer .box-content { 
	display: block;
	padding: 10px;
	border-radius: 7px;
}

.contact-footer .box-content > .grid-box:first-child {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #D1D1D1; 
}

.contact-footer form { margin-top: 6px; }

.contact-footer form.style div {
 	position: relative; 
 	width: 250px;
}

.contact-footer form.style input {
	width: 230px;
	height: 31px;
	padding-right: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.contact-footer form.style button {
 	display: inline-block;
 	position: absolute;
 	right: 0;
 	width: 30px;
	height: 31px;
 	border: none;
 	border-radius: 0 5px 5px 0;
	background: url(../images/tools/input_button.png) 0 0 no-repeat;
}

.contact-footer.grid-gutter.grid-block,
.sidebar-socialicons.grid-gutter.grid-block { margin: 0 -8px; }

.contact-footer.grid-gutter > .grid-box > *,
.sidebar-socialicons.grid-gutter > .grid-box > * { margin: 0 8px; }

.contact-footer .box-content > .grid-box:first-child > * { margin-left: 5px; }
.contact-footer .grid-gutter > .grid-box + .grid-box > * { margin-right: 5px; }

.contact-footer p { margin-bottom: 0; }


/* Responsive 
----------------------------------------------------------------------------------------------------*/

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	.contact-footer form.style div { width: 100%; }
	.contact-footer form.style input { width: 98%; }

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	.contact-footer .width60 { margin-bottom: 15px; }

}

/* Only Phones */
@media (max-width: 767px) {

	.frontpage-teaser-1 h2, 
	.frontpage-teaser-2 h2 { padding: 0 18%; }
	.frontpage-teaser-3 h2 { padding: 0 25%; }

	.contact-footer .grid-gutter > .grid-box > * { margin: 0 8px; }
	
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

	.frontpage-teaser-1, 
	.frontpage-teaser-2, 
	.frontpage-teaser-3 { height: 350px; }

	.frontpage-teaser-1 { background-position: 50% 80%; }
	.frontpage-teaser-2 { background-position: 50% 90%; }
	.frontpage-teaser-3 { background-position: 50% 60%; }

	.frontpage-teaser-1 h1, 
	.frontpage-teaser-2 h1,
	.frontpage-teaser-3 h1 { 
		font-size: 40px;
		line-height: 45px; 
	}

	.frontpage-teaser-1 h1, 
	.frontpage-teaser-2 h1 {
		margin-top: 10%;
	}

	.frontpage-teaser-3 h1 {
		margin-top: 15%;
	}

	.frontpage-teaser-1 h2, 
	.frontpage-teaser-2 h2,
	.frontpage-teaser-3 h2 { 
		font-size: 14px;
		line-height: 20px;
	}

	.frontpage-teaser-1 h2, 
	.frontpage-teaser-2 h2 { margin-top: 3%; }
	.frontpage-teaser-3 h2 { margin-top: 7%; }

	.contact-footer .grid-gutter > .grid-box > * { margin: 0 15px; }

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.frontpage-teaser-1, 
	.frontpage-teaser-2, 
	.frontpage-teaser-3 { height: 240px; }

	.frontpage-teaser-1 { background-position: 50% 90%; }
	.frontpage-teaser-2 { background-position: 50% 95%; }
	.frontpage-teaser-3 { background-position: 50% 60%; }

	.frontpage-teaser-1 h1, 
	.frontpage-teaser-2 h1, 
	.frontpage-teaser-3 h1 { 
		font-size: 30px; 
		line-height: 32px;
		margin-top: 10%;
	}

	.frontpage-teaser-1 h2, 
	.frontpage-teaser-2 h2, 
	.frontpage-teaser-3 h2 {
		font-size: 12px;
		line-height: 17px;
		margin-top: 20px; 
	}

	.contact-footer .box-content > .grid-box:first-child { border: none; }
	.contact-footer .grid-gutter > .grid-box + .grid-box > * { margin-top: 7px; }
}
.zoo-item-list p.title {
  font-family: yanone kaffeesatz;
  font-size: 24px;
  margin: 0;
  padding: 0 0 10px;
  /*text-transform: uppercase; */
  color:#68615D;
}

.zoo-item-list p.links span a:after {
  content: none;
  font-size: 16px;
}

.zoo-item-list p.links span a, .zoo-item-list p.title a{
	color:#68615D;
	font-weight: bold;
}
