/*
Theme Name: rbb
Template: twentytwelve
Version: 1.0
Tags:
*/
/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.6
License: GNU General Public License v2 or laterhttp://www.amazon.de/dp/B0149BH0YO/ref=dvm_de_cs_swm_swm071_1_15?pf_rd_p=677824927&pf_rd_s=nav-sitewide-msg&pf_rd_t=4201&pf_rd_i=navbar-4201&pf_rd_m=A3JWKAKR8XB7XF&pf_rd_r=FT8N9M6MWG4NNS5AP7J2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */


@import url("css/reset.css");
@import url("css/responsive.gs.12col.css");

	/* first for IE 4–8 */
			@font-face {
				font-family: DINWeb;
				src: url("fonts/DINWeb.eot");
			}

			/* then for WOFF-capable browsers */
			@font-face {
				font-family: DINWeb;
				src: url("fonts/DINWeb.woff") format("woff");
			}

			@font-face {
				font-family: DINWeb-Light;
				src: url("fonts/DINWeb-Light.eot");
			}

			/* then for WOFF-capable browsers */
			@font-face {
				font-family: DINWeb-Light;
				src: url("fonts/DINWeb-Light.woff") format("woff");
			}

/* first for IE 4–8 */
			@font-face {
				font-family: DINWeb-Medium;
				src: url("fonts/DINWeb-Medium.eot");
			}

			/* then for WOFF-capable browsers */
			@font-face {
				font-family: DINWeb-Medium;
				src: url("fonts/DINWeb-Medium.woff") format("woff");
			}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
 font-family: DINWeb,"Open Sans", Helvetica, Arial, sans-serif;
  color:#fff;
   height 100% !important;
}
::selection {
    background: #faddaf;
    color: #fff;
}
::-moz-selection {
    background: #faddaf;
    color: #fff;
}
strong{
font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif;
}


body{
	background-color:black!important;
background-position: center center !important;

	}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	  overflow: auto!important;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
  background-color: #d1a55d;
  border: 0;
  height: 1px;
  margin-bottom: 1.714285714rem;
  width: 100%;
  left: 0;
  float: left;
    margin-left: 1rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input,
textarea {
	line-height: normal;
    width: 100%;
    background: none;
    border: 2px solid #d1a55d;
    margin: 0.5em 0em;
    font-size: 16px;
    max-width: 300px;
    color:#777776;
}
button:hover {
	line-height: normal;
    width: 100%;
    border: 2px solid #d1a55d;
    font-size: 16px;
    max-width: 300px;
    color:#fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height: 150px;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle {
    background:url(img/nav-icon-active.png) no-repeat;
	background-size:30px auto;
    background-position: right;
	width:30px;
	height:30px;
	border:none;
	border-radius:none;
	text-indent:-999em;
	float: right;
margin-bottom: 2%;
  position: fixed;
  right: 5%;
  z-index:9999999!important;
  padding:0;

}


.menu-toggle {
	cursor: pointer;


}


#menu-ausfahrnavigation,
#menu-ausfahrnavigation-englisch,
#menu-ausfahrnavigation-franzoesisch,
#menu-ausfahrnavigation-niederlaendisch{
padding-top: 10.5em;
}

button[disabled],
input[disabled] {
	cursor: default;
}



.menu-toggle:hover,
.menu-toggle:focus {
	outline:hidden!important;
	border:0!important;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	outline:hidden!important;
	border:0!important;
	outline: none!important;
	background:url(img/close-mobile.png) no-repeat;
	background-size:30px auto;
    background-position: right;
}

li#menu-item-978 img {
  width: 21px!important;
  margin-top: -6px;
}




.borderbox {

  width: 100%;
    background: rgba(0, 0, 0, 0.8);
  height: 7em;
  position: fixed;
  top: 0;
  z-index: 98!important;
  border-bottom:7px solid #d1a55d;
}
#nav-container {
min-height: 6em;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {

border: none;
border-radius: none;
position: relative;
color: #d1a55d;
width: 100%;
text-align: right;
padding: 0;

}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;


}
button[disabled],
input[disabled] {
	cursor: default;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	outline:hidden!important;
	border:0!important;
	color: #fff;
}
.menu-toggle:active,
.menu-toggle.toggled-on{
	outline:hidden!important;
	border:0!important;
	outline: none!important;
	color:#fff;
}


.bypostauthor cite span {
outline:hidden!important;
	border:0!important;

}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
float: left;
margin: 5% 5% 5% 0!important;
width: 94%;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
#nav-container {
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	left: 0;

110px
}
#nav-container {
	position: relative!important;
}
.site-content nav {
	clear: both;
	line-height: 2;

}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	  overflow: auto!important;

}
body.custom-font-enabled {
	font-family: DINWeb,"Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #d1a55d;
}
a:hover {
	color: #fff
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */

.site {
    padding: 0 24px;
    padding: 0 0.5rem;
    clear:both;
    color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */


.logo{
	width:100%;
	max-width:134px;
}


hgroup {
position: absolute;
}
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #d1a55d;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #d1a55d;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display:none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {

    display:block;
}

.my_extra_menu_class li:last-child a:after{
    content: "";
}

/* Language Select */
#header_language_select{
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 99;
		width: 65px;
}

.js-wpml-ls-item-toggle{
    background: none !important;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #d1a55d;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #d1a55d;
}

#colophon {

	background:url(img/footer-bg.png) no-repeat;
	background-size:100% auto;
}

#footer-container{
	margin-top: 10%;
	background:#191919;
	border-bottom:3px solid #d1a55d;
	border-top:3px solid #d1a55d;
	background-size:100% auto;
	height:auto!important;


}

.footer-icon{
width: 63px;
max-width:17%;
height:63px;
text-indent: -999em;
float: left;
display:block;
margin: 0 1.5%;
background-size:100% auto!important;
background-position: center center!important;



    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}


.footer-icon:hover{
 transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
	 }

.footer-icon.mail {
	background:url(img/icons/mail.png) no-repeat;
}
.footer-icon.facebook {
	background:url(img/icons/facebook.png) no-repeat;
}
.footer-icon.twitter {
	background:url(img/icons/twitter.png) no-repeat;
}
.footer-icon.pinterest {
	background:url(img/icons/pinterest.png) no-repeat;
}
.footer-icon.instagram {
	background:url(img/icons/instagram.png) no-repeat;
}
.address,.footer-nav{
	text-align:center;
	color:#777776;
}
.address{
	font-size:16px;
	margin: 1rem 0;
	line-height: 1.5rem;
}
.credits{
	font-size: 13px;
    text-align: center;
    color: #777776;
    margin-top: 2rem;
}

.footer-nav{
	font-size:15px;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	line-height: 1.3rem;

}
.footer-nav a{
	text-decoration:none;
}

#footer{
    text-align: center;
}

#footer li{
    padding:0 2px;
    display: inline-block;
}

#footer li:after{
    content: '\   /';
}
#footer li:last-child:after {content: ""}​


#footer .icon-fb{
    display: none;
}

#footer-container .site{
    margin-top: 0;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	display:none;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	display:none;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #d1a55d;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
	display:none!important;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	line-height: 1;
font-size: 40px;
font-size: 2rem;
color: #d1a55d;
text-transform: uppercase;
margin-bottom: 0.2em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	font-size: 18px;
font-size: 1.25rem;
line-height: 1.5em!important;
font-weight:300;
color:#fff;
}

.entry-content{
    color:#fff;
}


.home .entry-content p,
.home .entry-summary p,
.home .comment-content p,
.home .mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	font-size: 18px;
font-size: 1.4rem;
line-height: 1.5em!important;
font-weight:300;
color:#fff;
  font-size: 15px;
  line-height: 25px!important;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 32px;
	line-height: 1.714285714;
}

.hc ul li:before {
content: "";
position: inherit;
display:none;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.postid-1 .entry-content li{
margin: 0;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {

	margin: 2rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	display:none;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom:none;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #d1a55d;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #d1a55d;
}
/*.comments-area article header cite a {
	color: #444;
}*/
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #d1a55d;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #d1a55d;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

.lcp_catlist li a{
	display:none;

}
.lcp_catlist li .su-accordion a {
display:block;
}

.col {
  font-size: 1.25rem;
}
p261162.webspaceconfig.de/

div.wpcf7-response-output {
margin: 2em 0em 1em!important;
padding: 0.1em 0.2em!important;
width: 100%!important;
max-width: 300px!important;
}

.kohle{
margin-top: -140px;
}

hgroup .col {

 width: auto!important;

}


.su-spoiler-style-default > .su-spoiler-title {
padding-left: 0!important;
padding-right: 0;
}
.su-spoiler-title{
	padding:0!important;
}

.su-spoiler-icon {
position: relative!important;
text-indent:-999em;
left: 7px;
top: 7px;
display: block;
width: 30px!important;
height: 30px!important;
line-height: 21px;
text-align: center;
font-size: 14px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
background:url(img/icons/su-close.png) no-repeat;
}

.su-spoiler-closed .su-spoiler-icon {
background:url(img/icons/su-open.png) no-repeat;
}

h4.su-spoiler-icon{
  text-indent: 40px;
  /* width: 100%!important; */
  text-align: left;
  margin-bottom: 19px!important;
  /* display: inline; */
  /* padding-bottom: 61px!important; */
  /* height: 111px; */
  width: 100%!important;
    height: auto!important;
}

h4.su-spoiler-icon:before {
  content: ""!important;
}
h4.su-spoiler-closed .su-spoiler-icon:before {
  content: ""!important;
}



.read-more {
float: left;
margin-right: 20px;
display: block;
margin-top: -6px;
}
p.data {
margin-bottom: 5px;
color: #d1a55d;
}
.underline {
 text-decoration:underline;
 cursor: pointer;

}
.no-padding {
	padding:0!important;
}

.category-aktuelles .su-spoiler,
.category-aktuelles-de .su-spoiler,
.category-aktuelles-en .su-spoiler,
.category-aktuelles-fr .su-spoiler,
.category-aktuelles-nl .su-spoiler  {
margin-bottom: 0.5em;
border-bottom: 1px solid #d1a55d;
padding-bottom: 25px;
}

h4{

line-height: 1.1em!important;
font-size: 33px!important;
color: #d1a55d;
text-transform: uppercase!important;
margin: 0!important;
padding: 0!important;
font-family: DINWeb,"Open Sans", Helvetica, Arial, sans-serif!important;
}


.rezeptlist{
background: url(img/zutaten-bg.png) no-repeat no-repeat;
font-family:"Courier New", Courier, monospace!important;
font-size:15px;
line-height:24px;
color:#000!important;
padding: 0 4.5rem 0 1.5rem!important;
min-height: 400px;
}
.rezeptlist p{
line-height: 1em!important;
color:#000!important;
}
.rezeptlist h3{
	font-weight:bold!important;
font-family:"Courier New", Courier, monospace!important;
font-size:24px;
text-transform:uppercase;
color:#000
}
.lefter-point{
float: left;
margin: 0 2em 1em 0em;
}
.lefter-content{
padding: 1em 0 1em 60px!important;
}

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* Parallax Effects (skrollr) */

.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}





/* Menu */

div#menu-center {
  position: fixed;
  top: 50%;
  right: 0;
}

div#menu-center ul{
list-style: none;
padding-right: 20px;
}



#menu-center ul li a {
	text-indent:-999em!important;
}
.a

#menu-center ul li a{

	height:7px!important;
	width:68px!important;
	background:#fff!important;
	display:block!important;

}
#menu-center ul li a.active{

	 background:#d1a55d!important;
}

#menu-center ul li a div.nav-tab{
  width: 38px;
  height: 4px;
  background: #fff;
}

#menu-center ul li.active a div.nav-tab{

background: #d1a55d!important;
}


/* Ausfahrmenu */

#ausfahr-container
{
	width: 100%;
	padding:0!important;
	margin:0!important;
	margin-top: 10px!important;

}
.menu-ausfahrnavigation-container,
.menu-ausfahrnavigation-englisch-container,
.menu-ausfahrnavigation-franzoesisch-container,
.menu-ausfahrnavigation-niederlaendisch-container {

    width: 100%;
	margin-top: 3.5%;



}
ul#menu-ausfahrnavigation li,

ul#menu-ausfahrnavigation-englisch li,
ul#menu-ausfahrnavigation-franzoesisch li,
ul#menu-ausfahrnavigation-niederlaendisch li{
  background: #ccc;
  width: 47%;
  margin: 0.2%;
  margin-bottom: 0.5em;
    float: left;
  position: relative;
}

/*ul#menu-ausfahrnavigation li:first-child {
	margin-left:47.5%;
}*/



@media screen and (max-width: 380px) {
ul#menu-ausfahrnavigation li,

ul#menu-ausfahrnavigation-englisch li,
ul#menu-ausfahrnavigation-franzoesisch li,
ul#menu-ausfahrnavigation-niederlaendisch li{

  width: 98%;

}

ul#menu-ausfahrnavigation li:first-child.
ul#menu-ausfahrnavigation-englisch li:first-child,
ul#menu-ausfahrnavigation-franzoesisch li:first-child,
ul#menu-ausfahrnavigation-niederlaendisch li:first-child{
	margin-left:0;
}


}

a.startlink {
width: 40px;
height: 40px;
display: block;
text-indent:-999em;
background: url(img/link-icon.png) no-repeat center center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}


a.startlink:hover{
 transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
	 }


.arrow-down-container
{
	width: 30%;
left: 50%;
bottom: 2%;
margin-left: -15%;
text-align: center;
position: fixed;
	 }

	 .arrow-down-container p
{
font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin: 0 auto;
width: 200px;
text-align: center;
margin-top: 0;
	 }
.down-arrow{
	width:100%;
	height:54px;
	background:url(img/arrow-down.png) no-repeat center center;
	 }





/* Menu Img-Plugin */
.menu-item a img {
  width: 100%!important;
  height:auto!important;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
 padding-right: 0px!important;
}
ul#menu-ausfahrnavigation li a img,

ul#menu-ausfahrnavigation-englisch li a img,
ul#menu-ausfahrnavigation-franzoesisch li a img,
ul#menu-ausfahrnavigation-niederlaendisch li a img{
	width:100%!important;
}
ul#menu-ausfahrnavigation li a span,

ul#menu-ausfahrnavigation-englisch li a span,
ul#menu-ausfahrnavigation-franzoesisch li a span,
ul#menu-ausfahrnavigation-niederlaendisch li a span{
  position: absolute;
   z-index: 89;
  background:#d1a55d;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  font-size: 18px;
  color:#fff;
font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif!important;
}
ul#menu-ausfahrnavigation li a:hover span,
ul#menu-ausfahrnavigation-englisch li a:hover span,
ul#menu-ausfahrnavigation-franzoesisch li a:hover span,
ul#menu-ausfahrnavigation-niederlaendisch li a:hover span {

  color:#000;

}


#post-4 section {
  padding-top: 25%;
}
#post-4 section#level1 {
    padding-top: 10%!important;
}
#post-4 .entry-title{
	display:none;
}


#post-1245 section {
  padding-top: 25%;
}
#post-1245 section#level1 {
    padding-top: 10%!important;
}
#post-1245 .entry-title{
	display:none;
}

.span_6{
    min-height: 1px;
}

.page-template-page-home section {
  padding-top: 25% !important;
}
.page-template-page-home section#level1 {
    padding-top: 10% !important;
}
.page-template-page-home .entry-title{
	display:none !important;
}


#post-1244 section {
  padding-top: 25%;
}
#post-1244 section#level1 {
    padding-top: 10%!important;
}
#post-1244 .entry-title{
	display:none;
}

.transform {
  width: 75%;
  left: 50%;
  top: 20%;
  margin-left: -37.5%;
  text-align: center;
  font-size: 150%;
}


.rezepte {
	background:url(img/rezepte-bg.jpg);
	background-size: 100%;
}

.my_extra_menu_class {
    right: 30px;
    position: relative;
    margin-top: 3%;
    display: none;
    z-index: 999;
    float: right;
}
.my_extra_menu_class li {
width: auto;
float: left;
margin: 0 2px;
/*margin: 0 5px;*/
font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif;!important;
}

.my_extra_menu_class li::after {

content: " / ";
color:#d1a55d;
padding: 0 0 0 0.4em;
/*padding: 0 0 0 0.8em;*/
}

.my_extra_menu_class li:last-child::after {
content: "";
}

.my_extra_menu_class li#menu-item-709::after {
content: "";
}


.my_extra_menu_class a {
	text-decoration:none;
	color:#fff;
	font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif;!important;
}

.my_extra_menu_class a:hover {
	text-decoration:none;
	color:#d1a55d;
    cursor: pointer;
}

.my_extra_menu_class .current-menu-item a {
color: #d1a55d !important;
font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif;!important;
}


.menu-toggle{
    z-index:999;
    margin-top: 0em;
    position: fixed;
    top: 30px;
}

.no-mobile{
	display:none;
}
.only-mobile{
	display:block;
}

.featurebox {
border-top: 1px solid #d1a55d;
border-bottom: 1px solid #d1a55d;
padding-left: 3em;
margin-top: 2em;
float:right;
box-sizing: content-box;
}

.featurebox li {
list-style: none;
margin: 0;
padding: 0;
padding-left: 2em;
line-height: 2em;
font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif;!important;
background: url(img/listpoint.png) no-repeat left 7px;
margin-bottom: 0.5em;
}

.featurebox h5 {
font-size: 30px!important;
text-transform: uppercase;
margin-bottom: 0!important;
padding: 0;

}
.cover-img {
	margin-top:20px!important;
}
.steppoint {

background:url(img/listpoint.png) no-repeat left;
padding: 0em 0.43em 0 0.43em;
color: #000;
font-family: DINWeb-Medium,"Open Sans", Helvetica, Arial, sans-serif;!important;
position: absolute;
}

.center-content,
.center-content h2,
.center-content p{
	text-align:center;
}
p.slim{
line-height: 1.3em!important;
}
.center-content hr{
	margin-left:15%!important;
}

.uppercase{
	text-transform:uppercase;
	clear:both;
	}

.portion-icon{
	background:url(img/icons/portion.png) no-repeat center top;
	width:100%;
	height:80px;
	}
	.zeit-icon{
	background: url(img/icons/zeit.png) no-repeat center top;
	width:100%;
	height:80px;
	}
.schwierigkeit-icon{
	background: url(img/icons/schwierigkeit.png) no-repeat center top;
	width:100%;
	height:80px;
	}

	.footer-space
	{
  margin-top: -4rem;
	}




.home .menu-toggle:active, .home .menu-toggle.toggled-on,
.home .borderbox,
 hgroup,
.home .menu-toggle
 {
z-index: 999999;
}

 hgroup {
	position:fixed;
	  max-width: 40%!important;
}

.home .main-navigation a {
color: #fff;
text-decoration: none;
font-size: 1.75em;
}

.home-menu{
position: fixed;
right: 0px;
height: 100%;
width: 100%;
background-color: black;
z-index: 90;
top: 0px;
padding-top: 10em;
display: block;
padding-left: 3.5em;
}

.home-menu a{
font-size: 1.75em!important;
}


div.wpcf7-validation-errors {
border: none!important;
}
span.wpcf7-not-valid-tip {
color: #fff!important;
font-size: 1em;
display: block;
background: #d1a55d!important;
display: table!important;
}
div.wpcf7-mail-sent-ok {
	border: none!important;
}



.hide {
display:block!important;

}


.formbox,
.home-menu{ display:none; }

.home-menu li, .home-menu a{ display:block; color:#fff; text-decoration:none; }


button:focus {outline:0!important;}
a.orange {
color: #d1a55d!important;
}


.gm-style{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
.list-inline.list-margin-v.list-margin-h {
text-align: center;
}
#lpr-map,#lpr-locations {
width: 100%;
float: none;
}

.gmnoprint{
width: auto!important;
}

#lpr-locations .thumbnail {
float: left;
width: 100%;
}
.page-template-page-buy #page {
    background-position: center top;
    background: url("img/Kohle_Manufaktur_Grillkohle2_1900x400px_RGB.jpg") repeat-x top center;
}

#lpr-search-button {
margin-left: -4em;
width: 32px;
height: 28px;
background:transparent;
text-indent: -999em;
display: block;
}

.hc .list-inline>li {
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.hc .list-margin-h>li {
margin-right: 0em;
}

#lpr-search-address {
width: 24em;
}

input#lpr-search-address {
color: #fff!important;
background: rgba(0, 0, 0, 0.6) url(http://kohle-manufaktur.de/wp-content/themes/rbb/img/icons/lupe.png) no-repeat right center!important;
}

#lpr-locations {
height: auto;
}

#lpr-locations.active {
height: auto;
}
#lpr-locations {
background: none!important;
overflow: hidden;
padding-right: 0px!important;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

  .home-menu li {
width: 100%;
float: none;
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
  .home-menu li {
width: 90px;
float: left;
}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape) {
	  .home-menu li {
width: 100%;
float: left;
}}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
	  .home-menu li {
width: 100%;
float: left;
}}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#lpr-locations .thumbnail {
float: left;
width: 49%;
}
.logo{
	width:100%;
	max-width:234px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {

font-size: 2.8rem;

}

.cover-img {
	margin-top:200px!important;
}
.page-template-page-buy .cover-img {
    margin-top: 109px!important;
}

body{
	background-color:black!important;
background-position: center center !important;
background-attachment: fixed !important;
background:url(img/main_bg.jpg) no-repeat;
 background-size: 101% auto!important;
	}

	ul#menu-ausfahrnavigation li,
	ul#menu-ausfahrnavigation-englisch li,
	ul#menu-ausfahrnavigation-franzoesisch li,
	ul#menu-ausfahrnavigation-niederlaendisch li {
  background: #ccc;
  width: 32%;
  margin: 0.2%;
  margin-bottom: 0.5em;
    float: left;
  position: relative;
}
ul#menu-ausfahrnavigation li:first-child,
	ul#menu-ausfahrnavigation-englisch li:first-child ,
	ul#menu-ausfahrnavigation-franzoesisch li:first-child ,
	ul#menu-ausfahrnavigation-niederlaendisch li:first-child
{
	margin-left: 32.5%;
}


	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 77.571429rem;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {

		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 3.692307692;

		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #d1a55d;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #d1a55d!important;
		font-weight: bold;
	}
/*	.menu-toggle {
		display: none;
	}*/
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
		display:none;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

@media screen and (max-width: 799px) {
.home #content{
	display:none!important;

	}
.home #menu-ausfahrnavigation,
.home #menu-ausfahrnavigation-englisch,
.home #menu-ausfahrnavigation-franzoesisch,
.home #menu-ausfahrnavigation-niederlaendisch
	{
	display:block;
	z-index: 9!important;
	}
#colophon {
	position:relative;
	height:auto;
}
.site.lang-desk {
	display:none;
}
.lang-mobil {
	display:block;
}



}
@media screen and (min-width: 960px) {
	.site.lang-desk {
		display:block;
}
.lang-mobil {
	display:none;
}
	.home-menu{
display:none!important;
}
#wds_container1_0 {
  margin-top: 190px!important;
  margin-bottom: 0!important;

}
#colophon {

	margin-top: 10%;
}
.menu-toggle {

background:url(img/nav-icon.png) no-repeat;
background-size:100% auto;
display:none!important;
}
.main-navigation ul.nav-menu.toggled-on {
  height: 100vh;
}
.no-mobile
	{
	display:block;
	}
	.only-mobile
	{
	display:none;
	}

.site {
	padding: 0 24px;

	padding: 0 1.714285714rem;
	clear:both;
}
	#nav-container {
position: fixed!important;
padding-top:4px;
min-height: 8em;

}
.home #nav-container {
	position: fixed!important;
	padding-top:4px;
}






#menu-ausfahrnavigation,
#menu-ausfahrnavigation-englisch,
#menu-ausfahrnavigation-franzoesisch,
#menu-ausfahrnavigation-niederlaendisch {
padding-top: 33px;;
}

	.footer-space
	{
  margin-top: -2.5rem!important;
	}
.my_extra_menu_class {

display:block;
}

}


/* Landscape */



@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.home #content{
	display:none!important;
	}

	.home #menu-ausfahrnavigation,
.home #menu-ausfahrnavigation-englisch,
.home #menu-ausfahrnavigation-franzoesisch,
.home #menu-ausfahrnavigation-niederlaendisch
	{
	display:block;
	}

.home #nav-container {
  position: relative!important;
}
.home .my_extra_menu_class {
  top: 2%;
  position: fixed;
}
	}


	@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	  	  .home #content{
	display:none!important;
	}
	.home #menu-ausfahrnavigation,
.home #menu-ausfahrnavigation-englisch,
.home #menu-ausfahrnavigation-franzoesisch,
.home #menu-ausfahrnavigation-niederlaendisch
	{
	display:block;
	}


	  }



	 @media screen and (min-width: 768px) {
	 .bigger{
		    width: 36%!important;
  margin-right: 3%;
	  }
	  .su-spoiler-closed .bigger{
		  width: 25%!important;
	  }
	  	}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #000;
		color:#fff;
	}


	.menu-ausfahrnavigation-container,
.home #menu-ausfahrnavigation-englisch-container,
.home #menu-ausfahrnavigation-franzoesisch-container,
.home #menu-ausfahrnavigation-niederlaendisch-container {
width: 100%;
margin-top: 0.5%;
}
.my_extra_menu_class {

right: 110px;
}
	body .site {

		padding: 0 1rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;


	}
		#nav-container .site {
		margin-bottom: 0;
		    position: relative;

	}

	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.my_extra_menu_class {
top: 65%;
}

}
@media screen and (min-width: 1200px) {

.my_extra_menu_class {
    right: 110px;
}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #fff;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


 /*PLUGIN - WPML*/

 /* IE5.5 hacks */

* html #lang_sel a,
* html #lang_sel_list a {
  width: auto!important;
}
* html #lang_sel a:visited,
* html #lang_sel_list a:visited {
  width: auto!important;
}
* html #lang_sel ul ul a,
* html #lang_sel_list ul a {
  width: auto!important;
}
* html #lang_sel ul ul a:visited,
* html #lang_sel_list ul a:visited {
  width: auto!important;
}
#lang_sel li {
    float: left;
    width: 45px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}
#lang_sel ul ul {
    width: 45px;
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    border-top: 1px solid #cdcdcd;
}
#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel :hover > a, #lang_sel ul ul :hover > a {
    color: #000;
    background-color: black!important;
}
#lang_sel a.lang_sel_sel {
    color: #444;
    background-color: transparent!important;
}


.lang-mobil {
    width: 30px;
    height: 30px;
    float: right;
    margin-bottom: 2%;
    position: fixed;
    right: 25%;
    z-index: 9999999!important;
        padding: 5px 0 0 0px;
}


.site.lang-desk {
    position: fixed!important;
    z-index: 998;
    top: 3.5rem!important;
    background: none;
    height: 100px!important;
    float: right;
    margin-right: -20px;
    width: 99%;
}

.site.lang-desk #lang_sel {
	float:right;
}

@media screen and (max-width: 1220px) {

.site.lang-desk {
    width: 99%;
}
}
.onlineshops a {text-decoration: none; font-size: 16px; display: block; text-align: center; padding: 20px 5px; border: 1px solid #d1a55d; margin: 10px;}
.onlineshops a:visited {color: #d1a55d;}
.onlineshops a:hover {color: #fff; background: rgba(255,255,255,0.1)}

.hc .alert-info {border-color: #fff; background-color: rgba(255,255,255,0.1)}

.icon-fb{
	position: absolute;
	right: 70px;
	top: 6px;

}

.icon-fb img{
    width: 18px;
		height: 18px;
}

.icon-instagram{
	position: absolute;
	right: 96px;
	top: 6px;

}

.icon-instagram img{
	width: 18px;
	height: 18px;
}

input{
    outline: 0 !important;
}

.post input[type="submit"]{
    text-align: left !important;
}

#lpr-search-button {display: none !important;}
input#lpr-search-address {margin: 0 auto !important;}
#lpr-results {color: #000 !important;}
#lpr-results .thumbnail {color: #fff !important;}

.page-template-page-buy .entry-content{
    margin-top: 188px;
}

.page-template-page-buy .hc-sm-col-9{
    width: 100%;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    padding-right: 0;
}

@media only screen and (max-width: 959px) {

    #header_language_select{
        position: fixed;
        top: 32px;
        right: 80px;
        z-index: 99;
    }
}


.su-spoiler-content{
    font-size: 1.25rem;
    line-height: 1.5em!important;
    font-weight: 300;
}

.wpml-ls-legacy-dropdown a{
    border: none;
}


.type-recipes{
	padding-bottom: 30px;
}

.type-recipes .span_6{
	padding-left: 10px;
	padding-right: 10px;
}

.su-spoiler-icon:hover{
	cursor: pointer;
}

.question, .answer{
	margin-top: 0 !important;
	margin-bottom: 16px !important;
}

.question:hover{
	cursor: pointer;
}

.page-template-page-recipes article hr{
	width: 70%;
}

.page-template-page-recipes hr{
	width: 100%;
}

.wpml-ls-sub-menu li:hover{
	outline: none !important;
}

.formbox{
	margin-top: 30px !important;
}

.nf-form-fields-required{
	display: none;
}

a{
	outline: none !important;
}

.scroll-button{
		position: absolute;
    left: 50%;
		bottom: 50px;
}

.scroll-button a{
    position: relative;
		padding-top: 60px;
		color: #fff;
}

.scroll-button a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

.scroll-button a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

input#lpr-search-address{
	float: right;
	height: 24px;
	margin: 10px 0 !important;
}

#lpr-countries-dropdown{
	margin: 10px 0 !important;
	float: left;
	background: rgba(0, 0, 0, 0.6);
	border: 2px solid #d1a55d;
	height: 40px;
	border-radius:0;
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
	outline: none;
	max-width: 100%;
}
