@font-face {
    font-family: 'home';
    src: url('http://de.chclt.net/wp-content/themes/responsive-lu/fonts/fontello.eot');
    src: url('http://de.chclt.net/wp-content/themes/responsive-lu/fonts/fontello.eot#iefix') format('embedded-opentype'),
         url('http://de.chclt.net/wp-content/themes/responsive-lu/fonts/fontello.woff') format('woff'),
         url('http://de.chclt.net/wp-content/themes/responsive-lu/fonts/fontello.ttf') format('truetype'),
         url('http://de.chclt.net/wp-content/themes/responsive-lu/fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-home,
.icon-search,
.icon-menu,
.icon-down-open,
.fontello-icon {
	font-family: "home";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
	margin-left: .2em;
/* You can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.header-search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    float: right !important;
    width: 177px;
    padding-right: 0;
    position: absolute;
    right: 10px;
}

.header-search form {
	margin: 0;
}

.header-search input[type='text'] {
	border: 0;
	box-shadow: none;
	height: 17px;
	background-color: #FFF;
	padding-left: 28px;
	width: 120px;
}

.header-search .icon-search {
	position: absolute;
	left: 16px;
	top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#logo {
	float: none;
}

.hamburger-menu {
	display: none;
}

#text-8 .empf-art-entry {
	width: 25%;
	text-align: right;
}

#post-355 form td {
	padding: 0 !important;
}

#post-355 form td input[type='text'] {
	margin-bottom: 20px;
	box-shadow: none;
	background-color: #FFF;
	border: 1px solid #aaa;
	max-width: 50%;
	width: 50%;
}

#post-355 form td input[type='email'] {
	margin-bottom: 20px;
	padding: 6px 8px;
	max-width: 50%;
	width: 50%;
}

#post-355 form th {
	line-height: 26px;
}

.textwidget iframe[src*="like.php"],
.yarpp-related iframe[src*="like.php"] {
	height: 35px;
}

#twitter-widget-0 {
	margin-bottom: -5px;
}

.sticky-top {
	position: fixed !important;
	top: 0;
	z-index: 10;
	width: 958px;
}

.admin-bar .sticky-top {
	top: 32px;
}

.breadcrumb-list {
	padding-top: 15px !important;
}

.yarpp-related hr {
	margin: 5px 0 !important;
	height: 1px;
}

.mobile-wrapper.sticky-top + #menu-main-menu {
	display: block;
	position: fixed;
	top: 52px;
	z-index: 1;
	width: calc(100% - 22px) !important;
}

.home #featured {
	width: calc(100% - 2px);
}

.mobile-wrapper {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #464646;
	border-radius: 3px;
	background-color: #38281C;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#644732),to(#38281C));
	background-image: -webkit-linear-gradient(top,#644732,#38281C);
	background-image: -moz-linear-gradient(top,#644732,#38281C);
	background-image: -ms-linear-gradient(top,#644732,#38281C);
	background-image: -o-linear-gradient(top,#644732,#38281C);
	background-image: linear-gradient(top,#644732,#38281C);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#644732,endColorstr=#38281C);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.75);
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.75);
	box-shadow: inset 0 0 1px rgba(255,255,255,0.75);
	display: block;
	align-items: center;
	position: relative;
}

#menu-main-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	border-radius: 0;
	background-image: none;
	background-color: transparent;
	float: left;
}

.yarpp-related abbr,
.open-submenu {
display: none;
}

/* RWD STYLES */
@media only screen and (max-width: 980px) {
	.menu a {
		padding: 0 .75em;
	}
	
	#featured {
		margin-bottom: 0;
	}
	
	#featured-image {
		display: none;
	}
	
	.featured-title {
		padding-top: 0;
	}
	
	.home #widgets {
		margin-top: 0;
	}
	
	.advanced_recent_posts_widget .recent-post-item {
		position: relative;
		padding-top: 0 !important;
	}
	
	.advanced_recent_posts_widget .recent-post-item > a {
		position: absolute;
		top: 8px;
		left: 65px;
	}
	
	.advanced_recent_posts_widget .recent-post-item .post-entry p {
		padding-top: 25px;
	}
	
	.home .widget-wrapper .recent-post-item img {
		padding: 0;
		border: 0;
		width: 40px;
	}
	
	.breadcrumb-list {
		padding-top: 0;
	}
	
	#post-163 .post-entry p:first-child img {
		max-width: 30%;
	}
	
	h1 {
		font-size: 1.4em !important;
		line-height: 1.5em;
	}
	
	h2 {
		font-size: 1.2em !important;
		line-height: 1.4em;
	}
	
	h3 {
		font-size: 1.15em !important;
		line-height: 1.4em;
	}
	
	#featured p {
		font-size: 17px;
		line-height: 25px;
		padding: 0 20px;
	}
	
	.call-to-action a.button {
		font-size: 16px;
		padding: 10px 25px;
	}
	
	.author-description {
		margin-top: -20px;
	}
	
	.page-id-73 table img {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	#content-archive > img.alignleft,
	#content-archive > p img.alignleft {
		margin: 5px 15px 15px 0;
		max-width: 30%;
	}
	
	#content-archive > img.alignright,
	#content-archive > p img.alignright {
		margin: 5px 0 15px 15px;
		max-width: 30%;
	}
	
	.single .post-entry img.alignright {
		max-width: 45%;
		margin: 5px 0 15px 10px;
	}
	
	.archive .post-entry img.alignright {
		max-width: 30%;
		margin: 5px 0 5px 10px;
	}
	
	.single .post-entry img[src*="stars.png"] {
		width: 120px;
		display: block;
		margin-bottom: 10px;
	}
	
	.single .post-entry h5 {
		line-height: 22px;
	}
	
	.single-lu_schokolade .alignleft-test-thumb {
		max-width: 30%;
		margin-top: 0;
		margin-right: 10px !important;
	}
	
	.page-id-355 .post-entry img {
		max-width: 30%;
		margin: 0 0 5px 10px !important;
	}
	
	#featured-content:before,
	#featured-content:after,
	.home-widgets .col-300:before,
	.home-widgets .col-300:after,
	#footer-wrapper .col-540:before,
	#footer-wrapper .col-540:after,
	.archive .type-lu_schokolade:after,
	.archive .type-lu_schokolade:before,
	#content-archive:before,
	#content-archive:after,
	#content:before,
	#content:after {
		content: " ";
		display: table;
	}
	
	#featured-content:after,
	.home-widgets .col-300:after,
	#footer-wrapper .col-540:after,
	.archive .type-lu_schokolade:after,
	#content-archive:after,
	#content:after {
		clear: both;
	}
	
	#footer-wrapper .col-540,
	#content-archive,
	#content {
		width: 100%;
		display: block;
	}
	
	.home-widgets .col-300 {
		width: 100% !important;
		display: block;
		margin-bottom: 20px;
	}
	
	.home-widgets .col-300:last-child {
		margin-bottom: 0;
	}
	
	#featured-content {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
	}
	
	#featured {
		margin-bottom: 20px;
	}
	
	.post.hentry {
		margin-bottom: 0 !important;
	}
	
	.home #wrapper {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	.home .widget-wrapper {
		margin-bottom: 20px;
	}
	
	.home .widget-wrapper:last-child {
		margin-bottom: 0;
	}
	
	#container {
		margin-bottom: 20px;
	}
	
	body {
		margin-bottom: 10px;
	}
	
	.type-lu_schokolade .post-meta {
		margin-bottom: 0;
	}
	
	.archive div[id*="post-"].type-lu_schokolade {
		margin-bottom: 0 !important;
	}
	
	#asearch_form h1 {
		font-size: 1.1em !important;
		line-height: 1.4em;
	}
	
	.depth-1 .comment-body p {
		margin-bottom: 0;
	}
	
	.navigation {
		margin-bottom: 0;
	}/* end 980px */
	
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
	
}

@media only screen and (max-width: 768px) {
	#menu-main-menu {
		display: none;
		width: 100%;
	}
	
	.menu a {
		height: 35px;
		line-height: 35px;
	}
	
	.mobile-wrapper.sticky-top {
		width: calc(100% - 24px) !important;
	}
	
	.mobile-wrapper {
		width: calc(100% - 2px) !important;
	}
	
	#menu-main-menu .sub-menu a {
		padding-left: 30px;
	}
	
	.menu li li a {
		padding: 3px 10px;
	}
	
	.hamburger-menu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 45px;
		width: 50px;
		text-align: center;
	}
	
	.menu li {
		float: none;
		display: block;
		width: 100%;
		background-color: #e3d3c7;
		border-top: 1px solid #b2b2b2;
		text-align: left !important;
	}
	
	.hamburger-menu i {
		font-size: 21px;
		color: #FFF;
		line-height: 45px;
		margin: 0;
	}
	
	.menu a {
		border: none;
		color: #444;
		text-shadow: none;
		white-space: nowrap;
	}
	
	.header-search {
		position: relative;
		height: 45px;
	}
	
	.header-search form {
		margin-right: -11px;
	}
	
	.header-search .icon-search {
		left: 21px;
	}
	
	.open-submenu {
		cursor: pointer;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 35px;
		width: 100%;
		line-height: 35px;
		text-align: right;
		padding-right: 10px;
	}
	
	.sub-menu .open-submenu {
		height: 26px;
		width: 100%;
		line-height: 26px;
	}
	
	#menu-main-menu .sub-menu a {
		padding-left: 30px;
	}
	
	#menu-main-menu .sub-menu .sub-menu a {
		padding-left: 50px;
	}
	
	#menu-main-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 70px;
	}
	
	.submenu-on > .sub-menu {
		position: static;
		visibility: visible !important;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.menu li:hover > ul {
		visibility: hidden;
	}
	
	.menu li li {
		border-left: 0;
		border-right: 0;
	}
	
	.menu ul > li + li:last-child {
		border-bottom: 0;
	}
	
	.submenu-on > a {
		-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.75);
		box-shadow: inset 0 0 6px rgba(0,0,0,0.75);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background-color: #16100B;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#644732),to(#16100B));
		background-image: -webkit-linear-gradient(top,#644732,#16100B);
		background-image: -moz-linear-gradient(top,#644732,#16100B);
		background-image: -ms-linear-gradient(top,#644732,#16100B);
		background-image: -o-linear-gradient(top,#644732,#16100B);
		background-image: linear-gradient(top,#644732,#16100B);
		color: #fff;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#644732,endColorstr=#16100B);
	}
	
	.sub-menu > .submenu-on > a {
		background-color: #38281C !important;
		background-image: none;
		box-shadow: none;
	}
	
	.submenu-on > a + .open-submenu i,
		.submenu-on > a {
		color: #FFF !important;
	}
	
	#container {
		margin-top: 0;
	}
	
	.category .post-entry > div:nth-child(2) img {
		width: 90px;
		margin-top: 0;
	}
	
	.category .post-entry > div:nth-child(2) {
		padding-top: 0 !important;
	}
	
	.category .post-entry > div:nth-child(3) p {
		margin-bottom: 5px;
	}
	
	.category .post-entry + .post-edit {
		display: none;
	}
	
	.category .format-standard .post-entry > a {
		padding-left: 0;
	}
	
	/*.category .format-standard .post-entry > a img {
	    margin-bottom: 5px !important;
	width: auto !important;
	margin-right: 15px;
	}
	
	.category .format-standard .post-entry p:nth-child(2) {
	    margin-bottom: 5px;
	}*/
	.category .format-standard .post-entry p:nth-child(4) {
		display: none;
	}
	
	#asearch_form {
		margin-bottom: 0;
	}
	
	#content-archive a[rel*="attachment"] img,
	.single .post-entry a[rel*="attachment"] img {
		width: 45%;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	
	/*.single .post-entry .wp-caption a[rel*="attachment"] img {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 0;
	}
	
	.single .post-entry .wp-caption {
	    width: 30% !important;
	}
	
	.single .post-entry .wp-caption.alignright {
	    margin: 5px 0 5px 10px;
	}*/
	.wp-caption a[rel*="attachment"] img {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.wp-caption {
		width: 30% !important;
	}
	
	.wp-caption.aligncenter {
		width: auto !important;
		max-width: 100%;
	}
	
	td .wp-caption {
		width: auto !important;
	}
	
	td .wp-caption.alignnone {
		margin: 5px 5px 20px 0;
	}
	
	.wp-caption.alignright {
		margin: 5px 0 5px 10px;
	}
	
	.page-id-168 .post-entry tbody,
	.page-id-168 .post-entry tr,
	.page-id-168 .post-entry .tbody {
		display: block;
	}
	
	.page-id-168 .post-entry tr:before,
	.page-id-168 .post-entry tr:after {
		content: " ";
		display: table;
	}
	
	.page-id-168 .post-entry tr:after {
		clear: both;
	}
	
	.page-id-168 .post-entry tr td:first-child {
		display: block;
		width: 20%;
		float: left;
		margin-bottom: 10px;
	}
	
	.page-id-168 .post-entry tr th {
		display: block;
		float: left;
		width: 77%;
		padding-left: 3% !important;
	}
	
	.page-id-168 .post-entry tr td:last-child {
		display: block;
		width: 77%;
		padding-left: 3% !important;
		float: left;
		margin-bottom: 20px;
	}
	
	.search .post-edit,
	.archive .post-edit {
		display: none;
	}
	
	.search .post-entry img,
	.archive .post-entry img {
		margin: 5px 15px 10px 0;
	}
	
	.search .post-entry p,
	.archive .post-entry p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.search div[id*="post-"],
	.archive div[id*="post-"] {
		margin-bottom: 15px !important;
	}
	
	#container {
		padding: 10px;
	}
	
	#wrapper {
		padding: 0 15px 15px;
	}
	
	body.author #content-archive .post-entry, body.tag #content-archive .post-entry {
		margin-top: 0;
	}
	
	.archive .descbox p {
		margin: 10px 5px;
	}
	
	.archive .post-entry img {
		width: 65px;
	}
	
	.archive .format-standard .post-entry img {
		width: auto;
	}/* end 768px */
	
}

@media only screen and (max-width: 650px) {
	#footer .social-icons {
		text-align: center;
		margin-top: 20px;
	}
	
	#author-meta p {
		margin-bottom: 0;
	}/* 650px */
	
}

@media only screen and (max-width: 640px) {
	.page-id-2931 #asearch_form .alignright {
		width: 100%;
	}
	
	.page-id-2931 #asearch_form .alignright label {
		float: left;
		padding-left: 20px !important;
		display: block;
	}
	
	.page-id-2931 #asearch_form .alignright input[type="checkbox"] {
		position: absolute;
		left: 20px;
		margin-top: -1px;
	}
	
    .page-id-2931 #asearch_form .alignright .form_container {
        position: relative;
        padding-left: 20px;
        height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
	
	.page-id-2931 #asearch_form .alignright .form_container:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	.page-id-2931 #asearch_form .alignleft {
		padding: 0;
		margin: 0;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container {
		margin: 0;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container .for_label {
		width: 20%;
		text-align: left;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container .for_label label {
		text-align: left;
		padding-left: 20px;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container .for_field {
		width: 80%;
	}
	
	#advsearch_submit_container {
		padding-left: 20px;
		margin-top: 10px;
	}/* end 640px */
	
}

@media only screen and (max-width: 600px) {
	.advanced_recent_posts_widget .recent-post-item > a {
		position: static;
	}
	
	.advanced_recent_posts_widget .recent-post-item {
		padding-top: 10px !important;
	}
	
	.advanced_recent_posts_widget .recent-post-item .post-entry p {
		padding-top: 0;
	}
}

@media only screen and (max-width: 540px) {
	#cs-steckbrief-score {
		width: 75px;
	}
	
	#cs-steckbrief-score a font {
		font-size: 9px;
	}
	
	.cs-steckbrief table {
		margin-left: 0;
	}
	
	#cs-steckbrief-score a {
		margin-top: -8px;
		display: block;
	}
	
	.cs-steckbrief-data th {
		padding-left: 10px !important;
	}
	
	.cs-zutaten tr,
	.cs-zutaten th,
	.cs-zutaten td {
		display: block;
	}
	
	.cs-zutaten tr {
		width: 50%;
		float: left;
	}
	
    .cs-zutaten table td {
        height: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-top: 1px solid #cccccc63 !important;
        padding: 5px 0 !important;
    }
	
	.cs-zutaten table img {
		width: 20px;
	}
	
	.cs-zutaten table {
		margin-bottom: 0;
	}
	
	.cs-zutaten h2 {
		color: #222;
		padding: 7px 10px !important;
	}
	
	.cs-zutaten p {
		margin-top: 0;
	}
	
	.catdesc div {
		width: 30%;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child th {
		width: 28%;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td {
		width: 47%;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td + td {
		width: 20%;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td + td img {
		width: 75px;
		display: block;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td + td font {
		font-size: 9px;
	}
	
	.category .format-standard .post-entry > a {
		max-width: 30%;
	}
	
	#advsearch-sorting h3 {
		font-size: 1.2em !important;
	}
	
	#advsearch-sorting .sortby-inactive {
	}
	
	#advsearch-sorting .alignleft .sortby-asc {
	}
	
	.advsearch_result span.result_title {
		width: 70%;
	}
	
	.advsearch_result span.result_score {
		width: 30%;
	}/* end 540px */
	
}

@media only screen and (max-width: 480px) {
	#menu-main-menu .sub-menu a {
		padding-left: 20px;
	}
	
	#menu-main-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}
	
	#menu-main-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 60px;
	}
	
	#post-163 .post-entry p:first-child img {
		margin: 0 10px 5px 0;
		padding-top: 30px;
	}
	
	#post-163 .post-entry p:first-child {
		margin-top: 0;
	}
	
	#cs-steckbrief-score img {
		width: 70px;
	}
	
	.cs-brandsteckbrief table {
		position: relative;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td + td a {
		position: absolute;
		right: 0;
		top: 75px;
	}
	
	.cs-brandsteckbrief-data th {
		text-align: left;
		width: 15%;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td + td img {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child {
		padding-top: 100px !important;
		display: block;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:last-child th {
		display: none;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:last-child td:before {
		content: "Tags: ";
		color: #9b8372;
		display: block;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:last-child td {
		padding-right: 0 !important;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td,
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child th {
		width: auto;
	}
	
	.category .post-entry > div:nth-child(2) img {
		width: 60px;
		margin-bottom: 4px;
	}
	
	.category .post-entry > div:nth-child(2) {
		margin-left: 5px !important;
	}
	
	.category .post-entry > div:nth-child(3) p:last-child {
		display: none;
	}
	
	.category .post-entry .read-more {
		display: block !important;
		margin-bottom: 10px;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container .for_label {
		display: block;
		padding-bottom: 0 !important;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container .for_label label {
		float: none;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container .for_field {
		width: calc(100% - 40px);
		display: block;
		padding-left: 20px !important;
	}
	
	.page-id-2931 #asearch_form .alignleft .form_container .for_field select {
		width: 100%;
	}
	
	#asearch_form fieldset.alignleft {
		width: 100% !important;
	}
	
	.page-id-2931 #asearch_form fieldset.alignleft .half-field {
		width: 55px !important;
	}
	
	.page-id-168 .post-entry tr td:last-child {
		font-size: 13px;
		line-height: 18px;
	}
	
	.page-id-168 .post-entry tr td:first-child {
		width: 25%;
	}
	
	.page-id-168 .post-entry tr td:last-child,
	.page-id-168 .post-entry tr th {
		width: 72%;
	}
	
	#wrapper,
	.home #wrapper {
		margin: 15px -10px;
	}
	
	#featured p {
		padding: 0 15px;
	}
	
	#post-355 form td input[type='text'],
	#post-355 form td input[type='email'] {
		max-width: 90%;
		width: 90%;
		margin-left: 10px;
	}
	
	.archive .format-standard .post-entry img {
		width: 110px;
	}
	
	.mobile-wrapper {
		margin-left: -10px;
		width: calc(100% + 18px) !important;
	}
	
	.mobile-wrapper.sticky-top {
		width: calc(100% - 4px) !important;
		margin-left: -10px;
	}
	
	.cs-steckbrief table {
		display: block;
		width: 100%;
		margin-top: 0;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data {
		display: block;
	}
}

/* end 480px*/
@media only screen and (max-width: 420px) {
	/* end 420px */
	
}

@media only screen and (max-width: 400px) {
	#text-7 .empf-art-item a {
		width: 73%;
	}
	
	#text-7 ul li, #text-8 ul li {
		padding-bottom: 10px;
	}
	
	#text-8 .empf-art-item a {
		width: 75%;
	}
	
	#text-8 img {
		width: 40px;
	}
	
	#text-8 .empf-art-entry {
		width: 25%;
		text-align: right;
	}
	
	.post-entry .gallery .gallery-item {
		margin-left: 0;
		width: 100%;
	}
	
	.post-entry .gallery-icon a {
		width: 100%;
		padding: 0;
	}
	
	#advsearch-sorting h3 {
		font-size: 1.2em !important;
	}
	
	#advsearch-sorting .alignleft .sortby-asc {
		line-height: 20px;
	}
	
	#advsearch-sorting .sortby-inactive {
		line-height: 20px;
	}
	
	.advsearch_result span.result_title {
		font-size: 13px;
	}
	
	.advsearch_result span.result_score {
		font-size: 13px;
	}
	
	.advsearch-pagination {
		font-size: 12px;
	}
	
	.category-marken #content-archive img,
	.archive.post-type-archive-lu_schokolade #content-archive img {
		max-width: 40%;
		margin-bottom: -20px;
		margin-right: 10px;
	}
	
	.category-marken #content-archive font,
	.archive.post-type-archive-lu_schokolade #content-archive font {
		max-width: 40%;
		margin-bottom: -35px;
		display: block;
	}
	
	.category-marken .navigation,
	.archive.post-type-archive-lu_schokolade  .navigation {
		margin-top: 40px;
	}
	
	.archive .brand-container img {
		margin-bottom: 20px !important;
	}/* end 400px */
	
}

@media only screen and (max-width: 360px) {
	.search .post-entry img {
		margin: 5px 10px 5px 0;
		max-width: 120px;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td + td {
		width: 22%;
	}
	
	.category .post-entry > div:nth-child(3) p {
		font-size: 13.5px;
	}
	
	.category .post-entry > div:nth-child(2) img {
		width: 55px;
		margin-bottom: 0;
		margin-right: 0;
	}
	
	.archive .post-entry img {
		margin: 5px 10px 5px 0;
	}/* end 360px */
	
}

@media only screen and (max-width: 320px) {
	.textwidget div[id*="div-gpt-ad"] {
		margin-left: -7px !important;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:first-child td + td {
		width: 25%;
	}
	
	.cs-brandsteckbrief .cs-brandsteckbrief-data:nth-child(5) {
		display: none;
	}
	
	#advsearch-sorting .alignleft {
		margin-right: 0;
	}
	
	#advsearch-sorting .alignright {
		margin-left: 0;
	}/* end 320 */
	
}

@media only screen and (max-width: 310px) {
	/* end 310 */
	
}



/* NEW STYLES */

.home .featured-title,
.widget-title-home h3,
#home_widget_1 .recent-post-item .post-title,
#home_widget_2 .recent-post-item .post-title,
.home .featured-title,
.menu a,
#author-meta .about-author,
.footer-menu li a,
#footer .feed-link,
#footer .copyright,
.empf-art-item strong,
.yarpp-related li a,
.home #featured .button,
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	/*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

#container {
    max-width: 1070px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 0;
    border: 0;
}

#footer {
    max-width: 1070px;
    padding: 20px;
}

.footer-menu li a {
    font-size: 12px;
}

.footer-menu li a:hover,
#footer .feed-link:hover {
color: #FFF !important;
    text-decoration: underline;
}

#footer .feed-link {
    font-size: 12px;
    line-height: 20px;
}

#footer .rss-icon-link {
    width: 20px;
    height: 20px;
    background-color: #f26522;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    margin-right: 5px;
}

#footer .rss-icon-link i {
margin: 0;
}

.widget-title-home h3 {
    font-size: 15px;
    padding: 7px 15px;
    text-transform: uppercase;
        letter-spacing: .02em;
background-color: #efefef;
    line-height: 24px;
    color: #000;
}

#widgets .recent-post-item {
    background-image: none;
    border-top: 0;
    padding: 15px 15px;
}

.home .widget-wrapper .recent-post-item img {
    padding: 0;
    border: 0;
    margin-right: 12px;
    margin-top: 0;
}

.home .widget-wrapper .recent-post-item .post-entry {
    margin: 0;
    padding: 0;
}

#home_widget_1 .recent-post-item .post-title,
#home_widget_2 .recent-post-item .post-title  {
    margin-top: -3px;
    display: block;
    margin-bottom: 5px;
}

#logo {
	margin-top: 0 !important;
	margin-bottom: 14px;
}

#widgets .widget-wrapper {
    border: 0;
-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.62);
box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.62);
}

h4 {
    color: #88572f;
}

#widgets .recent-post-item:last-child {
    border-bottom: 0;
}

#widgets .widget-wrapper {
    border-radius: 3px !important;
}

.home #featured {
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    align-items: center;
    border: 0;
    margin-bottom: 20px;
    border-radius: 0;
}

#featured-image img {
margin:0 auto;
padding: 0;
}

#featured p {
    margin: 0;
}

.home .featured-title {
    margin-bottom: 20px;
    padding-top: 0;
}

.call-to-action {
    margin-top: 20px;
}

#featured-content {
margin-bottom: 0;
}

#widgets .widget-wrapper {
    background: #FFF;
}

#widgets .textwidget, #widgets #searchform {
    background: #FFF;
}

.home .widget-wrapper ul {
    margin-top: 10px;
}

.mobile-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu a {
    font-weight: 600;
    text-shadow: none;
}

.menu a:hover {
    background-image: none;
    background: #32251c;
}

.home #wrapper {
    margin-top: 20px;
    margin-bottom: 0;
}

#header .mobile-wrapper {
    background: #5b402e;
    background-image: none;
    border: 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

body {
background: #6F6F6F url(icons/bg-pattern.jpg); 
background: -moz-linear-gradient(45deg, #545454 0%,#909090 100%) fixed !important;
background: -webkit-linear-gradient(45deg, #545454 0%,#909090 100%) fixed !important;
background: linear-gradient(45deg, #545454 0%,#909090 100%) fixed !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454 ', endColorstr='#909090',GradientType=1 );
}

#footer .social-icons .facebook-icon {
    background-color: #375390;
}


#footer .social-icons .twitter-icon {
    background-color: #2499ef;
}

#footer .social-icons .google-plus-icon {
    background-color: #d84b44;
}

#footer .social-icons .pinterest-icon {
    background-color: #b4061f;
}


#footer .social-icons li {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    display: block !important;
    float: right;
    padding: 0;
margin: 0 0 0 5px;

-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
}

#footer .social-icons a {
    width: 32px;
    height: 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
}

#footer .social-icons a i {
margin: 0;
padding: 0;
}

#footer .social-icons a:hover {
color: #FFF;
text-decoration: none;
}


.footer-grid > div {
float: left;	
}

.footer-grid > div:nth-child(1) {
width: 20%;	
}

.footer-grid > div:nth-child(2) {
    width: 65%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-grid > div:nth-child(3) {
width: 15%;
}

.footer-rss {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-rss li {
margin-bottom: 5px;
}

.footer-rss .rss-icon-link {
float: left;
-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
}

.footer-rss .rss-icon-link:hover {
color: #FFF;
}

#home_widget_1,
#home_widget_2,
#home_widget_3 {
margin-bottom: 0;
}

#footer .copyright {
text-align: center;
padding-top: 30px;
}

#widgets .widget-title {
    background: none;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    padding: 0;
}

#widgets .widget-title h3 {
    font-size: 15px;
    padding: 7px 15px;
    text-transform: uppercase;
    letter-spacing: .02em;
    background-color: #efefef;
    line-height: 24px;
    color: #000;
}

#text-7 ul li, #text-8 ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
    background-image: none;
}

.empf-art-item strong {
    display: block;
    margin-bottom: 5px !important;
    font-size: 14px;
}

#widgets .textwidget {
    padding: 0;
}

#widgets.home-widgets .textwidget {
    padding: 15px;
}

#widgets .empf-art-item {
padding: 15px;
}

#widgets.home-widgets .widget-wrapper {
padding-bottom: 0 !important;
}

.empf-art-entry {
width: 25%;
}

.empf-art-entry a {
    padding-right: 12px !important;
}

.empf-art-entry img {
    margin-bottom: -5px !important;
}

#text-7 .empf-art-entry, #text-8 .empf-art-entry {
    padding: 0;
}

#widgets.fit .widget-wrapper {
border: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
}

#text-7 .empf-art-entry, #text-8 .empf-art-entry {
    width: 87px;
}

#text-7 .empf-art-item .post-title,
#text-8 .empf-art-item .post-title {
    width: calc(100% - 87px);
}

#text-8 img {
    border: 0;
    margin-left: 0;
}

#text-8 .empf-art-entry a {
    padding-left: 12px !important;
    padding-right: 0 !important;
}

#widgets.fit #text-4.widget-wrapper,
#widgets.fit #text-9.widget-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#div-gpt-ad-1404149027629-0 {
    margin: 0 auto;
}

#text-4 div[align*="right"],
#text-9 div[align*="right"] {
max-width: 300px;
margin: 0 auto;
}

body.single #wrapper,
.type-post {
    background-image: none;
}

.type-post {
    border-bottom: 0;
}

#author-meta {
    background-image: none;
    background-color: #f7f7f7;
    padding: 15px;
}

#author-meta img {
    margin: 0 15px 10px 0;
    padding: 0;
}

#author-meta .about-author {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-top: 0;
}

#author-meta p {
    margin-bottom: 0;
}

#author-meta .about-author a {
    font-weight: 600;
}

.yarpp-related ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.yarpp-related h5 {
font-size: 18px;
}

.yarpp-related li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.yarpp-related li i {
position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
    padding: 0;
}

#content {
    margin-bottom: 0;
}

.breadcrumb-list {
	margin-bottom: 25px;
}

.breadcrumb-list i {
    margin: 0;
    width: 6px;
    font-size: 13px;
}

#wrapper {
    margin-top: 20px;
    border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#header .mobile-wrapper {
background: #5b402e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #5b402e 0%, #6d4d39 50%, #896046 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #5b402e 0%,#6d4d39 50%,#896046 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #5b402e 0%,#6d4d39 50%,#896046 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b402e', endColorstr='#896046',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#text-11 .textwidget,
#text-4 .textwidget {
padding: 15px;
}

#text-11,
#text-4 {
padding-bottom: 0 !important;
}

#text-2 .textwidget h4:first-child,
#text-5 .textwidget h4:first-child {
margin-top: 0;
}

#featured-image img {
    border: 0 !important;
}

.menu a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #503928;
}

.menu li li a:hover {
    background-color: #503928!important;
}

.home #featured {
    background: #FFF;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.62);
}

.gallery-icon a img {
	max-height: 150px;
	width: auto;
}

.wp-caption {
    padding-bottom: 0;
}

#asearch_form h1 {
	font-weight: 600;
}

#asearch_form  {
	overflow: visible;
	margin-bottom: 10px;
	border-radius: 0;
    background: none;
    background-color: #f2ebe6;
}

#asearch_form h1 {
	background: #5b402e;
    background: -moz-linear-gradient(45deg, #5b402e 0%, #6d4d39 50%, #896046 100%);
    background: -webkit-linear-gradient(45deg, #5b402e 0%,#6d4d39 50%,#896046 100%);
    background: linear-gradient(45deg, #5b402e 0%,#6d4d39 50%,#896046 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b402e', endColorstr='#896046',GradientType=1 );
    margin-left: -1px;
    margin-right: -1px;
    border: 0 !important;
	padding: 12px 15px;
}

#asearch_form select {
    padding: .1em .2em 0;
    padding: 5px 5px;
    box-shadow: none;
}

#asearch_form:after,
.info-box:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}

#asearch_form label {
    padding: 4px 0;
}

#asearch_form input[type='submit'] {
	width: 140px;
}

.pp-current {
	color: #333;
	font-weight: 600;
}

#cs-steckbrief-title,
.cs-brandsteckbrief-title {
    box-shadow: none;
    font-size: 14px;
    padding: 8px 15px;
    margin-left: -1px;
    margin-right: -1px;
    border: 0;
	border-radius: 0 0 3px 3px;
}

.info-box {
	overflow: visible;
}

.info-box-header {
    background: #e3d3c7;
}

.cs-zutaten {
    border-radius: 0 0 3px 3px;
}

.cs-zutaten h2 {
    color: #333;
    font-size: 13px;
border-top: 0;
    border-radius: 0;
}

.cs-zutaten p {
    font-size: 12px;
    margin: 12px 0 10px;
}

.page-template-blog-excerpt img.wp-post-image {
    border: 0;
}

.page-template-blog-excerpt .navigation a,
.archive .navigation a {
    color: #333;
    font-weight: 600;
}

.home #featured .button {
    box-shadow: none !important;
    font-weight: 600;
}

#footer a:hover {
    color: #FFF;
}

.scroll-top a {
	font-weight: 800 !important;
}

#footer .rss-icon-link:hover {
	text-decoration: none;
}

.menu a:hover {
    background: #503928 !important;
}

.menu li:first-child a {
    border-radius: 0;
}

#widgets .widget-wrapper {
    border-radius: 0 !important;
}

#widgets.fit .widget-wrapper {
    /*margin-left: 36px;*/
}

.col-620 {
    width: 65.192601925532%;
    width: 67.873%;
	margin-right: 3%;
}

.col-300 {
    width: 32.6797385%;
    width: 29.127%;
}

.info-box.cs-steckbrief {
    background: none;
    background-color: #f5f0ed;
    border-radius: 0;
}

.cs-zutaten p {
	background-color: #f5f0ed;
    margin: 0;
    padding: 12px 10px 10px 10px;
}

.cs-zutaten {
    border-radius: 0;
	padding: 0;
    background: none;
    background-color: #f5f0ed;
}

.cs-zutaten table {
    margin: 5px 0 10px 0;
    border-width: 0 !important;
	background-color: #f5f0ed;
    background: none;
}

#cs-zutaten-footer {
    background-color: #e3d3c729;
}

.menu .current_page_item:first-child a {
    background-color: #604332 !important
}

.menu .current_page_item:first-child a:hover {
    background-color: #503928 !important;
}

.menu .current_page_item a {
    background-color: #503928 !important
}

#widgets.fit {
    margin-top: 43px;
}

.header-search input[type='text'] {
    border-radius: 0;
}

.home #featured .button {
    background: none;
    /* background: linear-gradient(45deg, #426783 0%,#314c61 100%); */
    /* background: linear-gradient(45deg, #314c61 0%,#426783 100%); */
    background-color: #426783;
	transition: background-color 0.1s linear;
    border: 0;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.62) !important;
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.62) !important;
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.62) !important;
    border-radius: 2px;
}

.home #featured .button:hover {
	background: none;
	background-color: #314c61;
	transition: background-color 0.1s linear;
}

#asearch_form input[type='submit'] {
    background: no-repeat;
    background-color: #fff;
}

#asearch_form input[type='submit']:hover {
    background-color: #eaeaea;
}

.menu .current_page_item a {
    color: #FFF;
}

.newsletter-submit {
    background-image: none !important;
    background-color: #f7f7f7 !important;
}

.newsletter-submit:hover {
    background-color: #eaeaea !important;
}

#author-meta {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.info-box.cs-brandsteckbrief {
background: none;
background-color: #f5f0ed;
border-radius: 0;
}

body.author .type-lu_schokolade, body.author .type-post, body.category .type-lu_schokolade, body.category .type-post, body.tag .type-lu_schokolade, body.tag .type-post {
background-image: none;
}

#widgets.fit .widget-wrapper {
border: 1px solid #e1e1e1;
-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2) !important;
-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2) !important;
box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2) !important;
}

#widgets.fit #text-9.widget-wrapper {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.home #widgets .textwidget {
    font-size: 13px;
    line-height: 18px;
}

.home #widgets #text-5 .textwidget,
.home #widgets #text-2 .textwidget {
    padding-top: 25px;
}

.home #widgets .recent-post-item .post-title {
    margin-top: -3px;
    display: block;
    margin-bottom: 5px;
}

/* Linker box */
.lnkr-box {
    border: 1px solid #d9d9d9;
    padding: 0;
    margin-bottom: 40px;
    display: none;
}

.lnkr-box .lnkr-logo {
    -webkit-box-flex: 18;
        -ms-flex-positive: 18;
            flex-grow: 18;
    padding: 0 7px;
    text-align: right;
}

.lnkr-box .lnkr-logo img {
    max-width: 100px;
    vertical-align: top;
}

.lnkr-box .lnkr-name {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding: 0 7px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #9E7150;
}

.lnkr-box .lnkr-price {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-weight: bold;
    padding: 0 7px;
    color: rgba(26, 13, 171, 1);
    text-decoration: underline;
}

.lnkr-box > .prtnr-entry {
    border-bottom: 1px solid #d9d9d9;
}

.lnkr-box > div:last-child {
    border-bottom: 0;
}

.prtnr-entry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.prtnr-entry a:hover {
    background-color: #f7f7f7; 
    color: #9E7150;
}

.lnkr-box .lnkr-info {
    font-size: 10px;
    margin: 0;
    padding: 2px 0;
    background-color: #efefef;
    text-align: right;
}

.lnkr-box .lnkr-info p {
    margin: 0;
    padding: 0 15px;
}

.lnkr-box + .yarpp-related hr {
    display: none;
}

.lnkr-title {
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    padding: 7px 15px 8px 14px;
    background-color: #efefef;
}

.lnkr-title h3 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.lnkr-additional {
    position: absolute;
    font-size: 10px;
    color: #006621;
    bottom: 0;
    right: 15px;   
}

.header-search form {
    margin: 8px 0;
}

.header-search {
    padding: 0 11px 0 10px;
    width: auto;
}

/* RWD2 */

@media only screen and (max-width: 1110px) {
	.col-620 {
		width: calc(100% - 320px);
	    margin-right: 20px;
	}

	.col-300 {
		width: 300px;
	}
}

@media only screen and (max-width: 1028px)  {
	.footer-grid > div:nth-child(1) {width: 23%;}
	.footer-grid > div:nth-child(2) {width: 59%;}
	.footer-grid > div:nth-child(3) {width: 18%;}	
}

@media only screen and (max-width: 980px) {
	#featured-content {
		margin: -2px 0 0 0;
	}

	.home #featured {
		padding: 25px 20px;
	}

	.advanced_recent_posts_widget .recent-post-item .post-entry p {
		padding-top: 0;
	}

	#widgets .recent-post-item {
		padding: 15px 15px !important;
	}

	.home .widget-wrapper .recent-post-item img {
		width: 75px;
	}

	#widgets.home-widgets .widget-wrapper {
		margin-bottom: 20px;
	}
	
	.home-widgets .advanced_recent_posts_widget {
		height: auto !important;
	}

	#footer-wrapper .copyright {
		padding-left: 0;
	}

	#div-gpt-ad-1404149027629-0 {
		margin: 0 !important;
	}

	#text-4 div[align*="right"], #text-9 div[align*="right"] {
		margin: 0;
	}

	#text-7 .empf-art-item .post-title, #text-8 .empf-art-item .post-title {
		width: calc(100% - 87px);
	}

	#text-7 .empf-art-entry, #text-8 .empf-art-entry {
		width: 87px;
	}
}

@media only screen and (max-width: 867px) {
    .footer-grid > div:nth-child(1),
    .footer-grid > div:nth-child(2),
    .footer-grid > div:nth-child(3) {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
	
	.footer-grid > div:nth-child(3),
	.footer-grid > div:nth-child(2) {
		margin-bottom: 25px;
	}
	
	.footer-grid > div:nth-child(1) {
		margin-bottom: 20px;
	}

	.footer-rss li {
		float: left;
		margin-right: 20px;
	}
	
	.footer-rss li:last-child {
		margin-right: 0;
	}

	#footer .social-icons li {
    	margin: 0 0 0 10px;
	}
	
	#footer .social-icons li:last-child {
		margin-left: 0;
	}
	
	#footer .social-icons {
		margin-top: 0;
		padding: 0;
	}
}

@media only screen and (max-width: 782px) {
    .admin-bar .sticky-top {
        top: 46px;
    }
}

@media only screen and (max-width: 768px) {
	.mobile-wrapper {
		width: 100% !important;
	}

	.mobile-wrapper.sticky-top {
		width: calc(100% - 40px) !important;
	}

	.submenu-on > a {
		background: none;
		background-color: #503928 !important;
		box-shadow: none;
	}

	#logo {
		margin-bottom: 9px;
	}

	#wrapper,
	.home #wrapper {
		margin-top: 15px;
	}

	.menu .current_page_item:first-child a {
		background-color: transparent !important;
		color: #444;
	}

    .lnkr-box .lnkr-logo {
        padding-left: 15px;
    }

    .lnkr-box .lnkr-price {
        padding-right: 15px;
    }
}


@media only screen and (max-width: 600px) {
    .admin-bar .sticky-top {
        top: 0;
    }
}


@media only screen and (max-width: 540px) {
	.top-menu, .footer-menu li {
		margin-bottom: 10px;
		display: inline-block;
	}

	.cs-zutaten table {
		margin: 0;
	}

    .lnkr-box .lnkr-logo {
        -webkit-box-flex: 3;
            -ms-flex-positive: 3;
                flex-grow: 3;
        text-align: center;
    }

}

@media only screen and (max-width: 480px) {
	#logo {
		margin-left: -10px;
		margin-right: -10px;
	}	

	.mobile-wrapper {
		width: calc(100% + 20px) !important;
	}

	.mobile-wrapper.sticky-top {
		width: calc(100% - 20px) !important;
	}

    .lnkr-box .lnkr-logo img {
        max-width: 100px;
    }

    .home #widgets .recent-post-item .post-title {
        padding-left: 87px;
    }
}

@media only screen and (max-width: 400px) {
	#text-7 .empf-art-item a {
	    width: 75px;
	}

	#text-8 img {
    	width: 75px;
	}
}
	
@media only screen and (max-width: 360px) {
	.footer-rss li {
    	float: none;
    	margin-right: 0;
    	margin-bottom: 10px;
    	display: block;
		text-align: left;
	}

	#container {
		padding: 20px 10px;
	}

	.mobile-wrapper.sticky-top {
		width: 100% !important;
	}

	#logo {
		margin-left: -10px;
    	margin-right: -10px;
	}

	#header .mobile-wrapper {
	    margin: 0;
	}
	
	.mobile-wrapper {
    	width: calc(100% + 20px) !important;
    	margin: 0 -10px !important;
	}

	#wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.breadcrumb-list {
		margin-bottom: 0;
	}

	.home #featured {
		padding-bottom: 40px;
	}
}