/*
Theme Name: mb-netzwerk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mb-netzwerk
Tags:

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.

mb-netzwerk is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
	   url('fonts/Roboto-Regular.woff') format('woff'), 
	   url('fonts/Roboto-Regular.ttf')  format('truetype'),
	   url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RopaSans-Regular';
  src: url('fonts/RopaSans-Regular.eot?#iefix') format('embedded-opentype'),  
	   url('fonts/RopaSans-Regular.woff') format('woff'), 
	   url('fonts/RopaSans-Regular.ttf')  format('truetype'),
	   url('fonts/RopaSans-Regular.svg#RopaSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size:16px;
	font-weight:400;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color:#930000;
}

a:active,
a:hover {
	outline: 0;
	opacity:0.7;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	line-height: 1.5;
	font-family: 'Roboto-Regular', Verdana, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'RopaSans-Regular', Verdana, Arial, sans-serif;
}
h1, h2, h3 {
	font-weight:300;
}
h1 {
	font-size:42px;
	margin:0 0 15px 0;
	line-height:1.2;
}
h2 {
	font-size:28px;
	margin-bottom:8px;
}
h3 {
	font-size:25px;
	line-height:1.2;
}
h3 a {
	text-decoration: none;
}
p {
	margin: 0.9em 0 0.9em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ebece6; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="submit"] {
	border:1px #ccc solid;
	padding:10px 20px 10px 20px;
	font-size:14px;
	text-transform:uppercase;
	color:#555;
}
input[type="submit"]:hover {
	color:#fff;
	background-color:#999;
}

button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #555;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 7px 4px 7px;
	width:100%;
	max-width:600px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #555;
}
label {
    display: block;
    margin-top: 8px;
}
input[name=dbem_phone] {
	display:none;
}
label[for=dbem_phone] {
	display:none;
}
.search-form {
    display:flex; 
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#logo {
	width:280px;
}
.site-branding {
    width:30%;
}
.site-header {
	display:flex;
	justify-content:space-between;
	max-width:1160px;
	margin:auto;
	background:#fff;
	padding:8px 15px 5px 15px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.main-navigation {
	max-width:1140px;
    margin:auto;
    width: 70%;
	flex:1;
}

.main-navigation ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
	margin: 0 20px 0 0;
	line-height:1.2;
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	color:#444;
	font-size:15px;
	font-size:0.9rem;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	display:block;
	position: absolute;
	top: 0px;
	left: -999em;
	margin-left:0px;
    margin-top:14px;
	z-index: 99999;
	background-color:#fff;
	padding:10px 8px 8px 14px;
	text-align:left;
	min-width:240px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
    margin-top:-10px;
}

.main-navigation ul ul a {
	padding:5px 0 7px 0;
	text-transform:none;
    color:#444;
    font-family:'OpenSans-Regular', 'Arial', sans-serif;
    font-size:15px;
}

.main-navigation ul ul li {
	margin-left:0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
    opacity:0.7;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
	color:#444;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background:#fff;
	max-width:1160px;
	margin:auto;
	border-top: #cccccc 1px solid; 
}
.footer-first-row {
	padding:30px 0 40px 0;
	text-align:left;
	background:#fafafa;
}
.footer-fr-inner {
	max-width:1160px;
	margin:auto;
}
.footer-first-row ul {
	display:block;
}
.footer-bar {
	width:33.3%;
	float:left;
	color:#fff;
	padding-right:15px;
}
.footer-bar a {
	color:#444;
	text-decoration:none;
}

.anzeige {
	color:#ccc;
}
.first-bar {
	width:23.5%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#main {
	max-width:1160px;
	margin:auto;
	background:#fff;
	padding-left:25px;
	padding-right:25px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Events
---------------------------------------------------------------*/
.event-site {
    margin-top: 30px;
}
.e-list-image {
    float: left;
}
.e-image {
    float: right;
    padding: 0 0px 20px 20px;
    width: 36%;
}
h1.event {
    margin-top: 3px;
}
.e-list-element {
    margin-bottom: 20px;
}
.e-date {
    
    color: #333;
	margin-bottom: 5px;
}
.event-date, .e-date {
	display:block;
    background: #f2f2f2;
    padding: 2px 8px 3px 8px;
	font-weight: bold;
}
.e-box {
    overflow: hidden;
    padding-left: 15px;
}
.e-title {
    margin-bottom: 10px;
}
.e-title h2 {
    font-size: 25px !important;
    margin: 10px 0 5px 0 !important;
	line-height:1.2 !important;
}
.e-title h2 a {
    text-decoration:none;
    color: #930000 !important;
    
}
.e-title p {
    margin: 0 0 0 0;
}
.mehr {
    padding-bottom: 5px;
}
.mehr a {
    text-decoration: none;
    padding: 1px 8px 3px 8px;
    /*border: 1px #00844f solid;*/
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
table.em-tickets {
   max-width:500px;
}
th {
	text-align:left;
}
.em-ticket-select {
	width:70px;
}
.em-booking {
	border:1px #ccc solid;
}
.em-booking-form {
	padding:12px;
}
.em.pixelbones a {
    color:#930000 !important;
}
.em.pixelbones h1 {
    font-size:38px !important;
    padding-top:15px;
}
.em.pixelbones h2 {
    font-size:32px !important;
}
span.rot {
	color:#980000;
	font-weight:bold;
}
/* Events Start  */
.eventsStart .e-list-image {
    float: none;
	display:none;
}
.eventsStart .e-title p,
.eventsStart .mehr,
.eventsStart h1 {
    display: none;
}
.eventsStart .e-box {
    padding-left:0;
}
.eventsStart .e-title h3 {
    font-size: 25px;
}
.em-search-wrapper {
	display:none;
}
.newslHinweis {
	text-align:center;
	border-top:1px #ccc solid;
	padding:35px 0 35px 0;
	font-size:18px;
	margin-top:20px;
	line-height:1.5;
}
.nichtVerpassen {
	font-size:26px;
	color:#930000;
}
button {
	margin-top:15px;
	background-color:#eee;
	padding:10px 20px;
}
.em.pixelbones button a,
button a {
	font-size:17px;
	text-decoration: none;
	color:#000 !important;
	padding:10px 0;
}
.em.em-event-booking-form .em-booking-section.em-booking-form-buttons {
	max-width:350px !important;
	margin:auto !important;
}
.em.pixelbones .input input[type="submit"]:not([data-nostyle]) {
	border: 1px solid !important;
    border-color: #ccc #ccc #bbb !important;
  	border-radius: 3px !important;
  	background: #e6e6e6 !important;
    background-color: rgb(230, 230, 230) !important;
  	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05) !important;
  	color: #000 !important;
  	font-size: 18px !important;
  	text-transform: none !important;
  	line-height: 1 !important;
  	padding: .6em 1em .4em !important;
  	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) !important;
	opacity:1 !important;
	letter-spacing: 0 !important;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*-------------------------------------------------
# Custom
-------------------------------------------------*/
.clear {
	clear:both;
}
.vc_inner img {
	width:100% !important;
}
#menu-footermenue {
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-weight:500;
}
#menu-footermenue li a {
	color:#fff;
	text-decoration:none;
}
input[type="search"] {
	padding:4px 10px 5px 10px;
}
input[type="submit"] {
	padding:8px 20px 6px 20px;
}

.error {
	color:#980000;
	display:block;
}
.wpb_wrapper .widget-title {
	margin:10px 0 0 0;
	border-bottom: 1px #aaa dashed;
}
.wpb_wrapper ul.menu {
	list-style:none;
	padding-left:0px;
}
.wpb_wrapper ul.menu li {
	border-bottom: 1px #aaa dashed;
	padding:5px 0 5px 0;
}
.wpb_wrapper ul.menu li a {
	text-decoration:none;
	color:#444;
}
.site-main .post-navigation {
	margin-bottom:0;
	padding-bottom:20px;
}
.tnp-subscription {
	margin-left:0 !important; 
	margin-right:0 !important;
}
.mt15 {
    margin-top:15px !important;
}
.tnp-submit {
    margin-top:10px;
}
.graueBox {
	background:#f4f4f4;
	padding:10px 10px 20px 10px;
	text-align:center;
}
.logoBox {
	padding-top:20px;
}
@media screen and (max-width: 1190px) {
	.site-header {
		padding:5px 3% 0 3%;
	}
	.site-footer {
		padding:0 3% 0 3%;
	}
}
@media screen and (max-width: 860px) {
	.site-header {
		padding:5px 2% 0 2%;
	}
	.site-footer {
		
	}
	#logo {
		width:240px;
	}
}
@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}
	.main-menu-container > div > ul {
		display: flex;
		justify-content:flex-end;
	}
}

@media screen and (max-width: 800px) {
	.main-menu-container {
		display:none;
		position:absolute;
		right:0;
		top:0px;
		background-color:#fff;
		width:400px;
		height:100vh;
		min-height:600px;
		z-index:999;
		padding:80px 20px 0 20px;
	}
    
	.toggled .main-menu-container {
		display:block;
	}
	
	.main-navigation li {
		position:static;
		float:none;
		text-align:right;
		border-bottom:1px #ccc solid;
		margin:0;
	}
	.main-navigation li a {
		font-size:19px;
		font-weight:500;
		padding:8px 0 8px 0;
		color:#444;
	}
	.main-navigation ul ul  {
		background:transparent;
		position:static;
		border:none;
		height:auto;
		min-height:0;
		padding:0 0 12px 0;
		width:100%;
		margin:0;
	}
	.main-navigation ul ul li {
		border:none;
		padding:0;
	}
	.main-navigation ul ul a {
		width:100%;
		font-family:'Roboto-Regular', Arial, sans-serif;
		padding:8px 0 0 0;
		color:#444;
		
	}
	.main-navigation ul ul .current-menu-item > a {
		opacity:0.8;
	}
	.menu-toggle {
        position:absolute;
        top:20px;
        right:2%;
		width:35px;
		height:24px;
		border:none;
		border-radius:0px;
		box-shadow:none;
		text-shadow:none;
		padding:0;
		background:transparent;
		margin:0 !important;
	}
	.menu-toggle div {
		width:25px;
		height: 2px;
		background-color: #404040;
		margin-bottom: 5px;
	}
	.toggled .menu-toggle {
		position: absolute;
		right:10px;
		z-index:999999;
		width:35px;
		border:none;
		border-radius:0px;
		box-shadow:none;
		padding:0;
		text-shadow:none;
		margin-top:-55px;
		top:0;
	}
	.toggled .menu-toggle::after {
		position:absolute;
		content: "\00d7";
		font-size:45px;
		font-weight:200;
		color:#777;
		top:15px;
		right:10px;
	}
	.toggled .menu-toggle div {
		background:transparent;
	}
	#primary-menu {
		margin-top:15px;
	}
	.main-navigation ul ul {
		position:relative;
		top:0;
		width:100%;
		left:0;
		box-shadow:none;
		margin-bottom:8px;
	}
	.main-navigation ul ul li a {
		text-transform: none;
		font-size:17px;
	}
	ul.sub-menu {
		display:none !important;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		display: block !important;
	}
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		opacity:0.8;
		background:	none;
	}
	.footer-bar {
		width:100%;
		float:none;
	}
	.e-list-image {
		float:none;
	}
	.e-box {
		padding-left:0;
	}
	.anzeige {
		padding-left:8px;
	}
	#menu-footer {
		padding-left:8px;
	}
	h1 {
		font-size:30px;
	}
	#main {
		padding-left:10px;
		padding-right:10px;
	}
}
@media screen and (max-width: 500px) {
	#logo {
		width:180px;
	}
	.menu-toggle {
		top:14px;
	}
}
@media screen and (max-width: 270px) {
	#logo {
		width:140px;
	}
	.menu-toggle {
		top:10px;
	}
}
