/*
Theme Name: Meinedeals
Theme URI: https://www.meinedeals.de/
Description: Meinedeals based on The default WordPress mu theme.
Version: 1.0
Author URI: https://www.meinedeals.de/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	background: #e9e9e9;
	color: #333;
	}

#page {
	background-color: white;
	border: none;
	text-align: left;
	}

#header {
	background: white;
	}

#headerimg {
	margin: 0;
	height: 100px;
	text-align: center;
	width: 100%;
	background: white;
	}
	
#headernav {
	background: #7bb5d2;
	border-top: 5px solid #00658F;
	}

#navigation {
	max-width: 855px;
	margin: 0 auto;
	padding: 10px;
	color: white;
	font-weight: bold;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	}
	
#navigation a.nav-item-first {
	padding: 0 10px 0 0;
	border-right: 1px solid #56A5D2;
	color: white;
	text-decoration: none;
	}
	
#navigation a.nav-item {
	padding: 0 10px 0 10px;
	border-right: 1px solid #56A5D2;
	color: white;
	text-decoration: none;
	}
	
#navigation a.nav-item-last {
	padding: 0 10px 0 10px;
	color: white;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #00658F;
	}

#content {
	font-size: 1em
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	padding: 0 5px 5px 5px;
	}

.narrowcolumn .vgl-entry, .widecolumn .vgl-entry {
	padding: 0;
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: transparent;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: 1.6em;
}

#home-teaser h1 {
	font-size: 1.5em;
}

#home-toplist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}

h1+small {
	margin: 0 5px;
}

#content h1 {
	margin: 0;
	padding: 5px;
	color: #56A5D2;
	text-align: left;
	line-height: normal;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
}

h2.pagetitle {
	font-size: 1.5em;
}

h2+small {
	margin: 0 5px;
}

#content h2 {
	margin: 0;
	padding: 5px;
	color: #56A5D2;
}

#content .post-single h2 {
	padding: 15px 0 0 0;
	color: #56A5D2;
}

.post h2 {
	margin: 0;
}

.post.sticky {
	background: white;
}

.post.sticky h2 {
	display: none;
}

#home-toplist .post {
	margin: 0;
}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
}

#sidebar div.widgettitle {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	overflow-wrap: break-word;
	margin: 0 0 8px 0;
	padding: 0;
}

h3 {
	font-size: 1.4em;
}

h3+small {
	margin: 0 5px;
}

#content h3 {
	margin: 0;
	padding: 5px;
	color: #56A5D2;
}

#content .post-single h3 {
	padding: 15px 0 0 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #56A5D2;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite, #sidebar div.widgettitle a {
	text-decoration: none;
}

.entry p a {
	background: #cee5f2;
	padding: 1px 4px;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
}

.entry p a:visited {
	background: #cee5f2;
	color: #333;
	text-decoration: none;
}

.entry p a:hover {
	background: #00658F;
	color: white;
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #56A5D2;
	text-decoration: none;
}

a:hover {
	color: #56A5D2;
	text-decoration: underline;
}

a.img {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

.more-link {
	color: white !important;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	background: url(images/more-link-bg.png) repeat-x;
	border-radius: 5px;
	min-width: 96.2px;
	display: inline-block;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
}

.more-link:hover {
	text-decoration: none;
}

a.parent-page-link {
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 8px 10px;
	background: #6ab2d9;
	color: white;
	border-top-right-radius: 3px;
	text-decoration: none;
}

a.parent-page-link:hover {
	background: #6ab2d9;
	color: white;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: #e9e9e9;
	margin: 0 auto;
	padding: 0;
	border: none;
	}

#header {
	background-color: white;
	margin: 0 0 0 1px;
	padding: 0;
	}

.narrowcolumn {
	padding: 0;
	margin: 0 auto;
	max-width: 855px;
	}

.widecolumn {
	padding: 0;
	margin: 0 auto;
	max-width: 855px;
	}

.post {
	margin: 15px 0 15px 0;
	padding: 5px;
	text-align: justify;
	background: white;
	border-radius: 5px;
	hyphens: auto;
	}

.page {
	margin: 0 0 30px 0;
	text-align: justify;
	background: #a2cde7;
	hyphens: auto;
}

.post-single {
	margin: 15px 0;
	padding: 5px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 15px 0 15px 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	display: none;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	max-width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer a {
	color: #000000;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 25px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 15px !important;
	text-align: left;
}

h2.center {
    margin-top: 15px !important;
    text-align: center;
}

#sidebar h2 {
	margin: 0 0 8px 0;
	padding: 0;
}

#sidebar h2 a {
	vertical-align: middle;
}

#sidebar div.widgettitle a {
	vertical-align: middle;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img, .post img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	max-width:240px;
	height: auto;
}

img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 7px 2px 0;
	display: inline;
	max-width:240px;
	height: auto;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.featured-full {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0;
	}

img.featured-left {
	max-width: 100px;
	max-height: 100px;
    float: left;
    margin: 5px 10px 5px 0;
	}
	
img.zoom-lense {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20%;
	margin: auto;
	text-align: center;
}
	
img.thumbnail, img[src*="ebaystatic.com"], img[src*="ebayimg.com"], img[src*="otto.de"], img[src*="tchibo.de"], img[src*="ab-in-den-urlaub.de"] {
	max-width: 100px;
	max-height: 100px;
    float: left;
    margin: 5px 10px 5px 0;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 17px;
	text-indent: -17px;
	text-align: left;
}

html>body .entry li {
	margin: 7px 10px 8px 10px;
}

.entry ul li:before {
	content: "\27A4 \0020";
	color: #56A5D2;
	display: inline-block;
	padding: 0 0.1em 0 1em;
}

.entry ul.check li:before {
	content: "\2714 \0020";
	color: #56A5D2;
}

.entry ul.arrow {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	text-indent: 0;
	text-align: left;
}

.entry ul.arrow li {
	margin: 7px 0 8px 0;
}

.entry ul.arrow li:before {
	content: "\27BE \0020";
	color: #56A5D2;
	font-size: 50px;
	float: left;
	margin: 0;
	padding: 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul li.widget {
	background: white;
	padding: 10px;
	border-radius: 5px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul {
	padding: 0;
	list-style: none;
	text-align: left;
	margin: 5px 0 15px 0;
	}
	
#sidebar ul ul li::before {
	  content: "\27A4 \0020";
	  color: #56A5D2;
	  display: inline-block;
	  padding: 0 0.5em 0 0.5em;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 2px 0;
	padding: 6px 2px 4px 5px;
	background: white;
	color: #56A5D2;
	}
#sidebar ul ul li a, #sidebar ul ol li a {
	color: #56A5D2;
	font-size: 1em;
	}
/* End Entry Lists */



/* Begin Teaser Menu */
#home-teaser-menu {
	background: #cee5f2;
	padding: 5px 0;
}
#home-teaser-menu .entry {
	margin: 0;
	padding: 0;
}
#home-teaser-menu ul.teaser-menu {
	height: 36px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 0 20px;
	padding: 0;
	text-indent: 0;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
#home-teaser-menu ul.teaser-menu::-webkit-scrollbar {
	display: none; /* Chrome, Safari and Opera */
}
#home-teaser-menu ul.teaser-menu li {
	display: inline-block;
	margin: 8px 2px;
}
#home-teaser-menu ul.teaser-menu li::before {
	content: '';
	display: inline;
	padding: 0;
}
#home-teaser-menu ul.teaser-menu li a {
	background: white;
	padding: 1px 4px;
	border: 1px solid #00658F;
	border-radius: 3px;
	color: #00658F;
	text-decoration: none;
}
#home-teaser-menu ul.teaser-menu li a:hover {
	background: #00658F;
	color: white;
}
#teaser-menu-nav {
	height: 30px;
	margin-bottom: -35px;
}
#teaser-menu-nav-left {
	float: left;
	padding: 2px 10px 2px 10px;
}
#teaser-menu-nav-right {
	float: right;
	padding: 2px 10px 2px 10px;
}
#teaser-menu-nav a {
	color: #56A5D2;
	text-decoration: none;
}
#teaser-menu-nav a:hover {
	color: #00658F;
	text-decoration: none;
}
/* End Teaser Menu */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	display: none;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin: 0 auto;
	max-width: 855px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	background: transparent;
	}

.navigationleft, .navigationright {
	color: black;
	margin: 4px 3px 3px 3px;
	}

.navigationleft a, .navigationright a {
	color: black;
}

.shop-button-single
{
	text-align: center; 
	background: #6ab2d9;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
    border: none;
    display: block;
    cursor: pointer;
}

.shop-button-single:hover {
	background: #00658F;
}

.shop-button-page
{
	text-align: center;
    background: #6ab2d9;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
    border: none;
    display: block;
    cursor: pointer;
}

.shop-button-page:hover {
	background: #00658F;
}

a.shop-button-link
{
    font-family: Arial;
	font-size: 1.7em; 
	font-weight: bold;
	color: white; 
	text-decoration: none; 
	margin-top: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
}

a.recommendation-button-link
{
    font-family: Arial;
	font-size: 1.1em; 
	font-weight: bold;
	color: white !important; 
	text-decoration: none; 
	text-align: center;
	background: #00658F;
	padding: 10px;
	margin: 10px 0 0 0;
	border-radius: 5px;
	border: none;
	display: block;
	cursor: pointer;
}

a.recommendation-button-link:hover
{
	background: #0073aa;
}

.product-box {
	margin: 14px 0;
	background: #d0e7f3;
	padding: 14px;
	clear: both;
}

.deal-box {
	background: transparent;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
}

.deal-button-left {
	width: 200px;
	float: left;
	text-align: left;
}

.deal-button-right {
	width: 200px;
	float: right;
	text-align: right;
}

.deal-button-img {
	border: none;
	border-radius: 5px;
}

.deal-button-img-small {
	border: none;
	height: 30px;
	border-radius: 5px;
}

.vgl-content-box {
	background: white;
	border-radius: 5px;
}

.vgl-ogimage-img {
    display: block;
    margin: 10px auto;
}

.vgl-button-img {
	border: none;
	border-radius: 5px;
}

.vgl-button-img-small {
	border: none;
	height: 30px;
	border-radius: 5px;
}

.vgl-home-box {
	margin: 14px 0;
	box-sizing: content-box;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}

.vgl-home-box-item {
	background: white;
	border-radius: 5px;
}

.vgl-home-box-item-header {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 10px 10px 5px 10px;
	color: #56A5D2;
}

.vgl-home-box-item-header a {
	text-decoration: none;
}

.vgl-home-box-item-header a:hover {
	text-decoration: none;
}

.vgl-home-box ul.vgl {
	padding: 0 0 0 30px;
	list-style: none;
	text-align: left;
	margin: 5px 0 15px 0;
}

.vgl-home-box ul.vgl li:nth-child(n+8) {
  display: none;
}

.info-box {
	background-color: #d0e7f3;
	padding: 10px;
	border-left: 4px solid #00658F;
}

.info-box-large {
	border: 4px dotted #d0e7f3;
	padding: 2px 10px 2px 10px;
	background: #F0F8FF;
	box-sizing: content-box;
	margin: 14px 0;
}

.info-box-large h2 {
	padding: 12px 0 0 0 !important;
	
}

.info-box-large h3 {
	padding: 12px 0 0 0 !important;
}

.pro-contra-box {
	margin: 14px 0;
	box-sizing: content-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}

.pro-contra-box-large {
	grid-template-columns: repeat(1, 1fr);
}

.pro-contra-box .pro, .pro-contra-box .contra {
	background: white;
	border: 2px solid #56A5D2;
	border-radius: 5px;
}

.pro-contra-box .box-header {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
    background: #56A5D2;
    color: white;
}

html>body .entry div.pro-contra-box ul {
	padding-left: 1.4em;
	text-indent: -1.2em;
}

.pro-contra-box .pro ul li:before {
	content: "\2705 \0020";
	color: #56A5D2;
	padding: 0 0.2em 0 1em;
}

.pro-contra-box .contra ul li:before {
	content: "\274C \0020";
	color: #56A5D2;
	padding: 0 0.2em 0 1em;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* End clearfix */

/* VGL */
.search-input-post {
	margin-top: 15px;
	padding: 0;
}
.search-input-post div.entry {
	padding: 0;
}
.search-input-post p {
	display: none;
}
#search-input-form-center {
	margin: 15px 0 15px 0;
    padding: 0;
	text-align: center;
}
.search-input-post #search-input-form-center {
	margin: 0;
    padding: 0;	
	text-align: center;
}
#search-input-form-top {
	margin: 15px 0 15px 0;
	padding: 0;
	text-align: center;
}
#search-input-wrapper {
	display: block;
	border: 4px solid white;
	border-radius: 5px;
	background: white;
	box-sizing: border-box;
}
#search-input-box {
	display: inline-block;
	box-sizing: border-box;
	height: 30px;
	background: white;
	padding: 5px 9px 0;
	border: none;
	width: 100%
}
#search-input {
	font-family: Arial,sans-serif;
	font-size: 16px;
	height: 1.2em;
	line-height: 1.2em;
	background: white;
	padding: 0 30px 0 0;
	border: none;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
}
#search-input:focus {
	outline: 0;
}
#search-submit-box {
	display: inline-block;
    margin-right: 0;
    margin-left: 0;
    vertical-align: top;
    line-height: 0;
    white-space: nowrap;
    position: relative;
    float: right;
	margin-top: -30px;
}
#search-submit-box-l2 {
	display: block;
	line-height: 0;
    white-space: nowrap;
}
#search-submit-box-l3 {
	border: 0 none;
    margin-left: 0;
    line-height: 0;
    white-space: nowrap;
}
#search-submit-box-l4 {
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 38px;
    line-height: 27px;
    background: transparent;
    background-image: -moz-linear-gradient(center top , #95c4dc, #80b8d4);
    border: none;
}
#search-submit {
	background: transparent;
	width: 38px;
	outline: 0;
	height: 30px;
	border: none;
	cursor: pointer;
}
#search-icon {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin: 4px auto 2px;
	font-size: 0;
	width: 18px;
	height: 18px;
	filter: invert(0.2);
}
#cancel-icon {
	background-image: url(images/cancel.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin: 4px auto 2px;
	font-size: 0;
	width: 18px;
	height: 18px;
	filter: invert(0.2);
}
.yadore-results {
	text-align: left;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}
.product-box .yadore-results {
	grid-template-columns: repeat(4, 1fr);
}
.deal-box .yadore-results {
	grid-template-columns: repeat(3, 1fr);
}
.product-box .yadore-result-title {
	text-align: center;
}
.recommendation-results {
	text-align: left;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}
.recommendation-result-title {
	min-width: 50px;
	overflow: hidden;
	margin: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #56A5D2;
	line-height: 1.4em;
	min-height: 4.2em;
	word-break: break-word;
	text-overflow: ellipsis;
	display: flex; 
	flex-direction: column; 
	justify-content: space-evenly;
}
.recommendation-result-title a {
	color: #56A5D2;
	text-decoration: none;
}
.recommendation-result-title a:hover {
	color: #56A5D2;
	text-decoration: none;
}
.recommendation-result-title .yadore-result-price {
	color: black;
	font-size: 18px;
}
.recommendation-results .yadore-result-image {
	height: 200px;
}
.recommendation-results .yadore-result-image img {
	max-height: 200px;
	max-width: 200px;
}
.yadore-result {
	background: #ffffff;
	padding: 2px;
	border: 2px solid white;
	border-radius: 5px;
}
.yadore-result:hover {
	border: 2px solid #56A5D2;
	cursor: pointer;
}
.yadore-result-image {
	height: 100px;
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yadore-result-image a {
	display: block;
	text-align: center;
}
.yadore-result-image img {
	max-height: 100px;
	max-width: 100px;
	margin: 0;
	float: none;
}
.yadore-result-title {
	min-width: 50px;
	overflow: hidden;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #56A5D2;
	line-height: 1.4em;
	min-height: 4.2em;
	word-break: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.yadore-result-title a {
	color: #56A5D2;
	text-decoration: none;
}
.yadore-result-title a:hover {
	color: #56A5D2;
	text-decoration: none;
}
.yadore-result-price {
	margin: 5px 5px 1px 5px;
	font-size: 14px;
	font-weight: bold;
}
.yadore-result-merchant {
	overflow: hidden;
	margin: 1px 5px 5px 5px;
	font-size: 12px;
	color: #006621;
	word-break: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* End VGL */

/* Coupons */
.coupon-result {
    border: none;
	margin: 15px 0;
	padding: 10px;
	background: white;
	border-radius: 5px;
}
.coupon-result-title {
	font-family: Arial, Sans-Serif;
    font-size: 1.4em;
	margin: 5px 0px;
	font-weight: bold;
	line-height: 100%;
	width: 95%;
	color: #56A5D2;
}
.coupon-result-expiry {
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #777777;
}
a.coupon-result-button {
	color: white !important;
    text-decoration: none !important;
    padding: 5px !important;
    display: block !important;
    background: #6ab2d9 !important;
    margin: 10px !important;
    width: 95% !important;
    line-height: 35px !important;
    border-radius: 5px !important;
    font-family: Arial, Sans-Serif !important;
    font-size: 18px !important;
    text-align: center !important;
    overflow: hidden !important;
    font-weight: bold !important;
    border-left: 20px solid #00658F !important;
	box-sizing: border-box !important;
}
a.coupon-result-button:hover {
    background: #00658F !important;
    text-decoration: none !important;
}
/* End Coupons */

/* LLG */
ul.llg-gutschein {
    border: none !important;
    margin-bottom: 15px !important;
    padding: 10px !important;
    background: white !important;
    border-radius: 5px !important;
}
li.llg-gutschein-visit a {
    color: white !important;
    text-decoration: none !important;
    padding: 5px !important;
    display: block !important;
    background: #6ab2d9 !important;
    margin: 10px !important;
    width: 95% !important;
    line-height: 35px !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    text-align: center !important;
    overflow: hidden !important;
    font-weight: bold !important;
    border-left: 20px solid #00658F !important;
	box-sizing: border-box !important;
}
ul li.llg-gutschein-visit a:hover {
    background: #00658F !important;
    text-decoration: none !important;
}
ul.llg-gutschein li {
    line-height: 1.4em !important;
}
ul.llg-gutschein div.couponvalue {
    font-size: 1.4em !important;
    margin: 5px 0px !important;
    font-weight: bold !important;
    line-height: 100% !important;
    width: 95% !important;
    color: #56A5D2 !important;
}
ul.llg-gutschein:hover {
    box-shadow: none !important;
}
.llg-logo, .llg-expired-coupon-header, .widget-gutscheinrausch-gutschein-liste ul.expired {
	display: none;
}
/* End LLG */

/* Animations */

/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}
/* End Animations */

/* Mobile */
@media only screen and (max-width: 868px) {
	#header {
	}
	#headerimg {
		height: auto;
		margin: 0;
	}
	#headerimg img {
		height: 65px;
	}
	#content {
		float: none;
		width: 100%;
		padding: 0 5px 0 5px;
		box-sizing: border-box;
	}
	#sidebar {
		margin: 0;
		width: 100%;
		padding: 0 5px 15px 5px;
		box-sizing: border-box;
	}
	h1 {
		font-size: 1.4em;
	}	
	#home-teaser h1 {
		font-size: 1.3em;
	}
	h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.2em;
	}
	img.alignright {
		max-width:200px;
		height: auto;
	}
	img.alignleft {
		max-width:200px;
		height: auto;
	}
	.post h2 {
		margin: 0;
	}
	.deal-button-left {
		width: 150px;
	}
	.deal-button-right {
		width: 150px;
	}
	.deal-button-img {
		width: 120px;
	}
	.deal-button-img-small {
		height: 30px;
	}
	.vgl-button-img {
		width: 120px;
	}
	.vgl-button-img-small {
		height: 30px;
	}
	.yadore-results {
		grid-template-columns: repeat(3, 1fr);
	}
	.product-box .yadore-results {
		grid-template-columns: repeat(4, 1fr);
	}
	.deal-box .yadore-results {
		grid-template-columns: repeat(3, 1fr);
	}
	.vgl-home-box {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 550px) {
	#home-toplist {
		grid-template-columns: repeat(1, 1fr);
	}
	.pro-contra-box {
		grid-template-columns: repeat(1, 1fr);
	}
	.product-box .yadore-results {
		grid-template-columns: repeat(2, 1fr);
	}
	.recommendation-results {
		grid-template-columns: repeat(1, 1fr);
	}
	.recommendation-result-title {
		min-height: 1em;
	}
	a.recommendation-text-link {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 430px) {
	a.shop-button-link {
		font-size: 1.7em;
	}
	.yadore-results {
		grid-template-columns: repeat(2, 1fr);
	}
	.deal-box .yadore-results {
		grid-template-columns: repeat(2, 1fr);
	}
	.vgl-home-box {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 350px) {
	a.shop-button-link {
		font-size: 1.4em;
	}
	.deal-button-left {
		width: 120px;
	}
	.deal-button-right {
		width: 120px;
	}
	.deal-button-img {
		width: 90px;
	}
	.deal-button-img-small {
		height: 30px;
	}
	.vgl-button-img {
		width: 90px;
	}
	.vgl-button-img-small {
		height: 30px;
	}
	.yadore-results {
		grid-template-columns: repeat(1, 1fr);
	}
	.deal-box .yadore-results {
		grid-template-columns: repeat(1, 1fr);
	}
	.yadore-result-title {
		min-height: 1.4em;
	}
}
/* End Mobile */
