@charset "UTF-8";

@media screen and (max-width: 639px) {
	
.hidden-mobile,
#footer,
.discounter,
.unterstuetzen {
	display: none !important;
}

.show-mobile {
	display: block !important;
}

.discounter {
	visibility: hidden;
	opacity: 0.0;
}

body {
	
}

.inner {
	padding: 0 10px;
}

.small .wp-post-image {
	margin-top: 0px !important;
	max-width: 50% !important;
	margin-bottom: 15px !important;
	margin-right: 10px !important;
}

div.post.small,
div.post.big {
	padding-top: 0 !important;
}

#content input[type="text"],
#content textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}

#content .small h3.subline {
  display: block;
  float: none !important;
  clear: both;
}

#header {
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 4px #666;
	z-index: 999;
	padding: 5px 0;
}
	.logged-in #header {
		padding-top: 5px;
	}

#site-title {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0 0 0 48px;
    width: 100%;
}

#site-title a {
	margin-top: 8px;
	background-position: left center;
}

#site-description {
	width: 80%;
	margin: 0% 5% 5% 0;
	display: none;
}

#toggle-hidden-menu {
  left: 10px;
  margin-top: -15px;
  top: 50%;
}
	.logged-in #toggle-hidden-menu {
    top: 50%;
	}

	/* Responsive nav-icon overwrite */
	.icon-reorder:before { content: none !important; }
	
	#toggle-hidden-menu {
		background: url(sr-menu-icon.svg) no-repeat center center;
		background-size: cover;
		display: block;
		width: 30px;
		height: 30px;
	}
	
		/* #toggle-hidden-menu:hover, */
		#toggle-hidden-menu.menu-open {
			background: url(sr-menu-icon-hover.svg) no-repeat center center;
			background-size: cover;
		}
		
		#toggle-hidden-menu.menu-open:hover {
			-moz-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}

#hidden-menu.menu-open {
	width: 220px;
	display: block;
	top: 42px;
}

#wrapper.menu-open {
	top: 42px;
	right: -220px;
}

#main {
	padding-top: 55px;
}

#wrapper.menu-open #main {
	padding-top: 12px;
}

.entry-summary {
	clear: both !important;
}

.entry-summary a {
	display: none;
}

#content .entry-summary,
#content .entry-content {
    overflow-x: hidden;
}

#content .small h2.entry-title {
    padding-top: 4px;
    line-height: 130%;
}

#content .big h2.entry-title {
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content .post-categories-wrapper {
	display: none;
}

#content .related-posts ul {
	margin-right: -2%;
}

#content .related-posts li {
    background: none repeat scroll 0 0 #EFEFEF;
    float: left;
    list-style: none outside none;
    margin: 0 2% 2% 0;
    overflow: hidden;
    width: 48%;
    padding: 0;
    height: auto;
}

#content .unterstuetzen span {
	left: 8px;
}

#content .unterstuetzen a:link,
#content .unterstuetzen a:visited {
	background: none;
	padding-left: 8px;
}

#content .unterstuetzen iframe {
	left: 8px;
}

#content div.sharedaddy {
    height: 14px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 35px;
    position: relative;
    width: auto;
}

#content div.sharedaddy .sd-content {
	width: auto;
}

#content div.sharedaddy .share-facebook {
	float: left !important;
	width: 95px;
	top: 0 !important;
}

#content div.sharedaddy .share-twitter {
	float: left !important;
	width: 80px;
	padding-top: 0 !important;
	top: 0 !important;
}

#content div.sharedaddy .share-email {
	float: left !important;
	width: 70px !important;
	top: 0 !important;
}

#content .wp-caption,
#content .alignright,
#content .alignleft {
	float: none;
	margin: 0;
}

#footermenu {
    height: auto;
    width: 80% !important;
}

#footermenu li {
    border-right: 0px solid #AAAAAA;
    display: block;
    float: none !important;
    height: auto;
    line-height: 14px;
    list-style: none outside none;
    margin-left: 0px;
    padding: 5px;
    text-align: center;
}

#footermenu .privacy,
#footermenu .imprint {
	float: left !important;
	width: 50%;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

#footermenu .madeby {
	clear: both;
}

.page-template-page-search-php #s {
	padding-top: 6px;
	padding-bottom: 4px;
}

.page-template-page-search-php #searchsubmit {
	width: 100%;
	margin-top: 10px;
	max-width: 600px;
	background: #f29318;
	color: #fff;
	height: 36px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.widget_plenigo_login_widget {
	right: 5px;
	top: 12px;
}
	.logged-in .widget_plenigo_login_widget {
		top: 13px;
	}
	
.logged-in .plenigo-pretty-name {
	display: none !important;
}

#site-title {
	padding-right: 125px;
}

#plenigo_login_button .sr-club-flag {
	display: none !important;
}

#enp-metered-counter .enp-metered-content span {
  padding: 5px 16px 0 !important;  
}

#enp-metered-counter .enp-metered-content span.enp-3rd small {
  display: block !important;
  margin: 5px -10px !important;
}

.home #content .small img.wp-post-image,
.category #content .small img.wp-post-image {
  min-width: 100%;
  width: 100%;
  float: none;
}

} /* @media screen and (max-width: 639px) */


@media screen and (max-width: 580px) {

#primary,
#secondary {
	float: none;
	width: 100%;
}

#secondary .secondary-inner {
	border-left: 0px solid #B6BDBF;
	padding-left: 0px;
}

#primary .primary-inner {
	padding-right: 0px;
}

#PlenigoLogin div.PlenigoStage {
	border: 1px solid #cccccc;
}

#content input[type="button"],
#PlenigoLogin .PlenigoStage .btn {
	float: none;
	margin: 0 0 15px !important;
	width: 100% !important;
	max-width: 100%;
}

/* new style */
#content .new-style .one-line.line-2 {
	padding: 20px 0px 0;
}

#content .new-style .one-line iframe {
	margin-top: 14px;
	clear: left;
}

#content .new-style .one-line .spenden {
	margin-top: 10px;
}

} /* @media screen and (max-width: 580px) */
@media screen and  (max-width: 420px) {
	.sr-club-flag {
		display: block;
		width: 44px;
	}
	.meta-line {
		display: none;
	}
	.meta-sep {
		display: none;
	}
	.author.vcard {
		display: inline-block;
		padding-bottom: 10px;
	}
	.plenigo_login_button .sr-club-flag {
		display: none;
	}
}
