/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * layout
 */

#yoo-zoo .row,
#yoo-zoo .floatbox { padding: 0; overflow: hidden; }

#yoo-zoo .width20 {
	float: left;
	width: 19.999%;
}

#yoo-zoo .width25 {
	float: left;
	width: 24.999%;
}

#yoo-zoo .width33 {
	float: left;
	width: 33.333%;
}

#yoo-zoo .width50 {
	width: 48.5%;
	float: left;
}

#yoo-zoo .width50.first {
	margin: 0 3% 0 0;
}

#yoo-zoo .items .width50 div.media-left {
	position: relative;
	top: 0;
	margin: 0 0 1em 0;
	float: none;
}

/* homepage layout */
.width100 {
	display: flex;
	flex-wrap: wrap;
}

.width100 .teaser-item {
	display: flex;
}

.width100 .teaser-item .teaser-item-bg {
	display: flex;
	flex-direction: column;
}

.width100 .teaser-item .teaser-item-bg .pos-title {
	flex: 0 1 auto;
}

.width100 .teaser-item .teaser-item-bg .pos-media {
	argin: 0;
}

#yoo-zoo.blog-vvp-frontpage .width100 {
	width: 103%;
	margin: 0 -1.5%;
	float: left;
	overflow: hidden;
}

#yoo-zoo.blog-vvp-frontpage .width100 .teaser-item {
	width: 47%;
	margin: 0 1.5%;
	float: left;
}
 
/*
 * details
 */
 
#yoo-zoo .details {
	margin: 0 0 1.5em 0;
	overflow: hidden;
}

#yoo-zoo .details div.heading {
}

#yoo-zoo .details h1.title {
	font: normal 24px/120% 'UbuntuLight', Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
}

#yoo-zoo .details h2.subtitle {
	margin: 0;
	font-size: 14px;
	color: #787878;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#yoo-zoo .details div.description {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#yoo-zoo .details div.description img {
	margin: 0;
	border-bottom: none;
	overflow: hidden;
}

#yoo-zoo .details.alignment-center {
	text-align: center;
}

#yoo-zoo .details.alignment-left .image {
	margin-right: 0;
	float: left;
}

#yoo-zoo .details.alignment-right .image {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .details.alignment-center .image {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

/* tag title */
#yoo-zoo h3.tag-title {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #787878;
}

/*
 * items
 */

#yoo-zoo .items {
	margin: 0;
	overflow: hidden;
}

#yoo-zoo .items-col-2 {
	margin: 0;
	overflow: hidden;
}

#yoo-zoo .items div.teaser-item {
	padding: 0 0 2em 0;
}

#yoo-zoo .items div.teaser-item-bg {
	background: none;
	border-bottom: 1px solid #000;
	padding: 0;
	overflow: hidden;
}

#yoo-zoo .items .width50 div.teaser-item-bg {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	padding: 0;
	overflow: hidden;
}

#yoo-zoo .items div.teaser-item:last-child {
	/*padding-bottom: 0;*/
}

#yoo-zoo .items div.teaser-item:last-child div.teaser-item-bg {
	padding-bottom: 0;
	background: none;
}

/* position: title */
#yoo-zoo .items h1.pos-title {
	font: normal 2em/120% 'UbuntuLight', Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1em 0;
}

#yoo-zoo .items h1.pos-title a {
	text-decoration: none;
}

/* variations depending on column number */
#yoo-zoo.blog-vvp-frontpage h1.pos-title {
	font: normal 14px/120% 'UbuntuBold', Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#yoo-zoo.blog-vvp-frontpage h1.pos-title a {
	display: block;
	margin: 0 0 10px 0;
}

#yoo-zoo .items-col-3 h1.pos-title {
	font-size: 30px;
	line-height: 32px;
}

#yoo-zoo .items-col-4 h1.pos-title {
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -1px;
}

/* position: meta */
#yoo-zoo .items p.pos-meta {
	margin: 0 0 23px 0;
	font-size: 11px;
	color: #969696;
	line-height: 13px;
	font-style: italic;
}

/* position: subtitle */
#yoo-zoo .items h2.pos-subtitle {
	font: normal 24px/120% 'UbuntuLight', Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
}

/* position: media */
#yoo-zoo .items div.media-left {
	margin: 0 1.5em 1.5em 0;
	float: left;
}

#yoo-zoo .items div.media-right {
	margin: 0 0 0 1.5em;
	float: right;
}

#yoo-zoo .items div.pos-media .element {
	margin-bottom: 0;
}

#yoo-zoo .items div.media-bottom .element {
	margin: 0;
}

#yoo-zoo .items div.media-above .element {
	margin: 0 0 20px 0;
}

#yoo-zoo .items div.pos-media a {
	display: block;
}

/* position: content */
#yoo-zoo .items div.pos-content {}

#yoo-zoo .items div.pos-content .element {
	margin-bottom: 18px;
}

#yoo-zoo .items div.pos-content .element.last {
	margin-bottom: 0;
}

#yoo-zoo .items div.pos-content h3 {
	font: normal 1em/120% 'UbuntuBold', Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

/* element type: textarea */
#yoo-zoo .items div.pos-content .element-textarea > * {}

#yoo-zoo .items div.pos-content .element-textarea *:last-child {}

/* element type: video */
#yoo-zoo .items div.pos-content .element-video {
	text-align: center;
}

#yoo-zoo .items div.pos-content .element-video object {
	outline: none;
}

/* position: links */
#yoo-zoo .items p.pos-links {
	padding: 0 0 2em 0;
	margin: 0;
}

#yoo-zoo .items p.pos-links a {
	font: normal 1em/120% 'UbuntuRegular', Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#yoo-zoo .items p.pos-links span a:after {
	content: " »";
	font-size: 14px;
}

/*
 * pagination
 */
 
#yoo-zoo .zoo-pagination {
	text-align: center;
	margin: 1.5em 0;
}

#yoo-zoo .zoo-pagination div.pagination-bg {
	font: normal 1em/150% 'UbuntuRegular', Arial, Helvetica, sans-serif;
	display: inline-block;
	cursor: pointer;
}

#yoo-zoo .zoo-pagination a {
	font: normal 1em/150% 'UbuntuRegular', Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 5px;
}

/**
 * Responsive
 */

@media screen and (max-width: 959px) {
	#yoo-zoo .details div.description img,
	#yoo-zoo .items img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	#yoo-zoo .items div.media-left {
		margin: 0;
		float: none;
	}
}

@media screen and (max-width: 600px) {
	#yoo-zoo.blog-vvp-frontpage .width100 {
		width: 100%;
		margin: 0;
		float: none;
	}

	#yoo-zoo.blog-vvp-frontpage .width100 .teaser-item {
		width: 100%;
		margin: 0;
		float: none;
	}


	#yoo-zoo .items-col-2 .first {
		margin: 0 0 2em 0;
	}

	#yoo-zoo .width50 {
		width: 100%;
		float: none;
	}
}
