/*
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
*/

/* roboto-condensed-300 - latin-ext_latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: local(''),
       url('../fonts/roboto-condensed-v24-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v24-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: local(''),
       url('../fonts/roboto-condensed-v24-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v24-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin-ext_latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: local(''),
       url('../fonts/roboto-condensed-v24-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v24-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local(''),
       url('../fonts/roboto-v29-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v29-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../fonts/roboto-v29-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('../fonts/roboto-v29-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		url('../fonts/roboto-v29-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('../fonts/roboto-v29-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {
	font-size:10pt;
	line-height:1.3em;
}
body {
	max-width:1383px;
	margin:0 auto;
	padding:0;
	background-color:#ddb;
	font-family:"Roboto",helvetica,sans;
	font-weight:300;
	hyphens:auto;
}
div#fb-comments {
    max-width:800px;
    margin:20px 22px 0 200px;
}
a {
	color:#498000;
	font-family:"Roboto",helvetica,sans;
	font-weight:500;
	text-decoration:none;
}
a:hover, a:focus {
	color:#000;
	text-decoration:underline;
}
q:before {
	content:"„";
	color:#555;
}
q:after {
	content:"“";
	color:#555;
}
q {
	color:#555;
}
q q:before {
	content:"‚";
}
q q:after {
	content:"’";
}
blockquote:before {
	display:block;
	float:left;
	margin:-.25em 0 0 -.5em;
	content:"„";
	color:#ddb;
	font-size:5em;
	font-weight:bold;
}
article > header {
	max-width:800px;
	margin:0;
	padding:0;
}
article > header > a {
	display:block;
}
article > header a:hover,
article > header a:focus {
	text-decoration:none;
}
sup {
	display:inline-block;
	font-size:x-small;
	margin:-.5em 0 .5em;
}
sup a:before {
	content:"[";
}
sup a:after {
	content:"]";
}
sub {
	display:inline-block;
	font-size:x-small;
	margin-bottom:-.5em;
}
#kopf {
	margin:20px 0;
	padding:0;
	color:#886;
	font-family:"Roboto Condensed",helvetica,sans;
	font-weight:700;
	text-transform:uppercase;
}
#kopf img {
	display:block;
	margin-right:10px;
	float:left;
}
#kopf strong {
	display:inline-block;
	width:6.5em;
	margin-top:-.1rem;
	font-size:2.4rem;
	line-height:.9em;
}
#mobilmen {
	display:none;
}
#ferkel {
	float:right;
	margin:7px 95px 0 0;
	text-transform:uppercase;
}
#ferkel > img {
	position:absolute;
	margin-left:125px;
	z-index:3;
}
#ferkel > strong {
	display:inline-block;
	margin:0;
	padding:.7em 1em .6em;
	color:#000;
	background-color:#fa0;
	font-size:1.4em;
	text-align:center;
	border-radius:.3em;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
#ferkel:hover > strong,
#ferkel:focus > strong {
	background-color:#8cc63f;
	box-shadow:1px 1px 3px rgba(0,0,0,0.8);
}
h1, h2, h3, h4, h5 {
	font-family:"Roboto Condensed",helvetica,sans;
	font-weight:700;
	hyphens:auto;
}
#langswitch {
	position:absolute;
	margin:-80px 0 0 10px;
	height:20px;
}
#langswitch a {
	background-color:transparent !important;
	margin-right:3px;
}
#langswitch img {
	height:20px;
}
#men {
	display:inline-block;
	width:200px;
	margin:97px 0 10px;
	padding-bottom:20px;
	vertical-align:top;
}
#men ul {
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
}
#men ul a {
	display:block;
	padding:.3em 10px;
	color:#443;
	font-family:"Roboto Condensed",helvetica,sans;
	font-weight:700;
	font-size:1.4rem;
	text-decoration:none;
}
#men ul ul a {
	padding:.3em 5px .3em 10px;
	font-family:"Roboto Condensed",helvetica,sans;
	font-weight:300;
}
#men ul ul ul a {
	padding-left:20px;
	line-height:1.2em;
}
#men a:hover,
#men a:focus {
	color:#fff;
	background-color:#8cc63f;
}
#men .aktiv {
	color:#000;
	background-color:#fff;
}
#men .aktiv:after {
	float:right;
	content:">";
	color:#000;
}
#men aside {
	margin:30px 0 0 10px;
}
#men aside li,
#men aside a,
#men aside a:hover,
#men aside a:focus {
	display:inline-block;
	background-color:transparent;
	color:#000;
	font-size:1.2rem;
}
#men aside ul {
	/* margin-bottom:30px; */
	margin-top: 30px;
}
#men aside ul a {
	padding:6px 9px 6px 0;
}
#men aside a {
	padding:4px 4px 4px 0;
}
#men aside a > img {
	width:32px;
}
#sgs,
#sgs:hover,
#sgs:focus {
	display:block;
	margin:2em;
	background-color:transparent !important;
}
#sgs > img {
	width:120px;
}
#men ul li
{
	position:relative;
}
#men ul ul.zugeklappt
{
	display:none;
	position:absolute;
	top:0;
	left:100%;
	background:#ddb;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	padding:0;
	z-index:1;
}

#men ul ul.zugeklappt li
{
	width:200px;
}
#men ul ul.zugeklappt ul.zugeklappt
{
	top:0;
	left:100%;
	z-index:1;
}
#men ul li:hover > ul.zugeklappt
{
	display:block;
}
#teilen {
	text-align:right;
	margin-bottom:1em;
}
#teilen a {
	padding:6px 0 6px 9px;
}
#teilen a > img {
	width:32px;
}
article {
	display:inline-block;
	margin:0 -.2em;
	max-width:800px;
	padding-bottom:10px;
	vertical-align:top;
}
#kopfbild img {
	width:100%;
}
#slider {
	margin:0 0 5px 0;
}
#slider > a {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}
#slider > a img {
	width:100%;
	transition:opacity 2s;
}
#slider table {
	width:100%;
	border-collapse:collapse;
	margin:-5px 0;
	background-color:#886;
	text-align:center;
}
#slider td {
	padding:0;
	font-family:"Roboto Condensed",helvetica,sans;
	font-weight:400;
	font-size:2rem;
}
#slider #rueck,
#slider #vor {
	width:2rem;
	padding:.8rem;
	color:#ddb;
	font-weight:700;
    user-select:none;
	cursor:pointer;
}
#slider #sliderinfo a {
	display:block;
	padding:.8rem;
	color:#ddb;
	font-family:"Roboto Condensed",helvetica,sans;
}
#slider #rueck:hover,
#slider #vor:hover,
#slider #sliderinfo a:hover,
#slider #sliderinfo a:focus {
	color:#000;
	background-color:#8cc63f;
	text-decoration:none;
}
#slider #sliderinfo,
#slider #sliderinfo a {
	padding-left:0;
	padding-right:0;
	color:#fff;
	font-size:1.4rem;
	line-height:1.2em;
}
#slider #slidertxt {
	font-weight:700;
}
.sichtbar {
	opacity:1;
}
.versteckt {
	opacity:0;
}
#hauptteil {
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	background-color:#fff;
	padding-bottom:10px;
	float:left;
	width:100%;
}
#balken {
	width:100%;
	box-sizing:border-box;
	padding:.7rem;
	background-color:#8cc63f;
	text-align:center;
	font-size:1.2rem;
}
#balken a {
	color:#fff;
	font-size: 1rem;
}
#balken .alt:before {
	content:"< ";
}
#balken .neu:after {
	content:" >";
}
#balken > * {
	white-space:nowrap;
}
#balken > span {
  text-transform:uppercase;
}
#social {
	padding:.6rem 20px 0;
	background-color:#eee;
	vertical-align:top;
	overflow:hidden;
}
.hinweis {
	color:#f00;
}
.rand {
	float:right;
	width:270px;
	margin:0 -20px 1em 1em;
	font-style:italic;
	font-size:smaller;
	line-height:1.2em;
}
.rand img {
	display:block;
	padding:.3em 0;
}
.rand p {
	margin:0 20px 0 0;
}
#artikel {
	margin:20px 20px 0 20px;
	font-size:13pt;
	line-height:1.4em;
}
#datum {
	margin-bottom:-1rem;
}
#artikel h1 {
	margin-top:0;
}
#artikel h1, #artikel h2 {
	line-height:1.2em;
}
#artikel h1 {
	font-size:18pt;
}
#titel {
	font-size:18pt;
}
#subheadline {
	font-size:14pt;
}
#bilder {
	float:right;
	width:250px;
	margin-top:0;
	padding:0 20px;
	background-color:#fff;
	border-bottom-left-radius:.5rem;
}
#bilder img {
	display:block;
	margin:3px -20px 3px 0;
	max-width:270px;
}
#submenu,
#region_menu,
.page_menu {
	list-style-type:none;
	margin:24px 3px 32px 18px;
	padding:0;
	font-size:larger;
	line-height:2em;
	overflow:auto;
}
#submenu li,
#region_menu li,
.page_menu li {
	display:block;
	float:left;
	margin:3px;
}
.page_menu li {
	float:none;
	display:inline-block;
}
#submenu a,
#region_menu a,
.page_menu a {
	padding:.5em .7em;
	color:#270;
	background-color:#e3f4ca;
	border-radius:5px;
	font-weight:bold;
	text-decoration:none;
}
#submenu .aktiv,
#region_menu .aktiv,
.page_menu .aktiv {
	color:#fff !important;
	background-color:#270;
}
#submenu a:hover, .submenu a:focus,
#region_menu a:hover,
.page_menu a:hover, .page_menu a:focus {
	color:#fff !important;
	background-color:#7b3;
}
.page_menu {
	margin-bottom:0;
	font-size:1.2rem;
	text-align:right;
}
.cke_editable {
	border: 2px dotted blue;
}
.editableClass {
	/* display: inline-block; */
	overflow: hidden;
}
#artikel > a {
	box-sizing:border-box;
	width:100%;
	margin-left:-20px;
	padding-right:0;
}
article > h2,
#neu > h2 {
	margin:0;
	padding:1em 0 .5em 0;
	padding-left:20px;
	color:#8cc63f;
	font-size:2rem;
}
#neu + main {
	padding:10px 0 10px 0;
}
.artikellink {
	display:inline-block;
	margin:0;
	padding:10px 0 10px 190px;
	min-height:160px;
	color:inherit;
	font-family:inherit;
	font-size:10pt;
	width:200px;
	vertical-align:top;
}
main > .artikellink {
	margin-left:20px;
}
#hauptteil .artikellink {
	padding-left:170px;
}
.artikellink:hover,
.artikellink:focus {
	text-decoration:none;
}
.artikellink > img {
	float:left;
	margin-left:-170px;
}
.artikellink > time {
	display:block;
	margin-top:-3px;
	font-size:smaller;
}
.artikellink > h2 {
	margin:0 0 .3rem 0;
	line-height:1.1em;
}
.artikellink:hover > h2,
.artikellink:focus > h2 {
	color:#c00;
}
.artikellink > p {
	margin:0;
	padding:0;
	font-family:"Roboto",helvetica,sans;
	font-weight:300;
	font-size:larger;
	line-height:1.4em;
}
#scripts > .artikellink {
	margin-left:0;
	margin-right:7px;
}

#slider,
#neu,
main {
	box-shadow:0 0 15px rgba(0,0,0,0.3);
}
main {
	padding:10px 0;
	background-color:#fff;
}
#neu {
	background-color:#fcfcb0;
}
#neu h2 > span {
	float:right;
	padding-right:20px;
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
#news {
	overflow-x:scroll;
	overflow-y:visible;
	white-space:nowrap;
	scroll-behavior:smooth;
}
#news > div {
	margin:0 20px 10px 0;
}
#news .artikellink {
	width:300px;
	padding:5px 20px;
	font-size:smaller;
	overflow-x:hidden;
	overflow-y:visible;
}
#news .artikellink + .artikellink {
	border-left:dotted 1px #8cc63f;
}
#news .artikellink > * {
	overflow:initial;
	white-space:normal;
}
#news .artikellink img {
	float:right;
	margin:0 0 1em 1em;
	width:100px;
}
.mehrnews {
	display:inline-block;
	margin:2em 1em 1em .8em;
	padding:.5em;
	color:#fff;
	background-color:#886;
	font-family:"Roboto",helvetica,sans;
	font-weight:700;
	font-size:2em;
	font-weight:bold;
	border-radius:.2em;
}
.mehrnews:hover,
.mehrnews:focus {
	text-decoration:none;
	background-color:#8cc63f;
}
body > aside {
	display:inline-block;
	width:360px;
	margin-top:68px;
	padding:0;
	color:#443;
	vertical-align:top;
	overflow:hidden;
}
body > aside > * {
	margin-left:20px;
}
body > aside h2 {
	margin-top:2rem;
	text-align:left;
}
body aside form {
	clear:right;
	padding-right:0;
	padding-left:0;
	text-align:right;
}
body aside form input[type=email] {
	width:100%;
	padding:.3rem;
	background-color:#fff;
	font-size:1rem;
	border:solid 1px #886;
	border-radius:3px;
	box-sizing:border-box;
}
body aside form input[type=submit] {
	display:inline-block;
	margin-top:0;
	padding:.3rem .8rem .2rem;
	color:#fff;
	background-color:#886;
	font-size:1.2rem;
	font-family:"Roboto Condensed",helvetica,sans;
	font-weight:700;
	border-radius:5px;
	border:none;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
body aside form input[type=submit]:hover,
body aside form input[type=submit]:focus {
	color:#000;
	background-color:#8cc63f;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
#text p strong {
	font-weight:500;
} 
#mehr a {
	clear:left;
	display:block;
	margin-bottom:1rem;
	text-decoration:none;
	color:inherit;
	min-height:90px;
}
#mehr a:hover,
#mehr a:focus {
	color:#000;
}
#mehr img {
	float:left;
	width:80px;
}
#mag,
#jahr,
#trr {
	display:inline-block;
	padding-left:1rem;
	padding-bottom:2rem;
}
#mag:hover,
#mag:focus,
#jahr:hover,
#jahr:focus,
#trr:hover,
#trr:focus {
	background-color:transparent !important;
	text-decoration:none;
}
#mehr img,
#jahr img,
#mag img,
#trr img {
	filter:grayscale(1);
	opacity:0.7;
}
#mehr a:hover img,
#mehr a:focus img,
#jahr:hover img,
#jahr:focus img,
#mag:hover img,
#mag:focus img,
#trr:hover img,
#trr:focus img {
	filter:grayscale(0);
	opacity:1;
}
#mag span,
#jahr span,
#trr span {
	display:block;
	margin-top:.5em;
	color:#000 !important;
	font-size:small;
	font-weight:100 !important;
	padding-left:.5em !important;
	text-decoration:none !important;
}
#mehr h3,
#mehr p {
	margin:0 0 0 90px;
}
#mehr p {
	margin-top:.2em;
	font-weight:100;
}
#newsletter input:nth-child(3){
 	display: none;
}
details {
	margin-bottom:1.4em;
	padding:.5em 1em;
	background-color:#ddb;
	border-radius:.3em;
}
summary {
	font-size:larger;
	font-family:"Roboto Condensed",helvetica,sans;
	font-weight:700;
}
summary:hover {
	cursor:pointer;
}

.angepasste-breite {
	overflow:hidden;
}
.angepasste-breite img {
	width:100%;
	height:auto;
}
.responsive-video-4-3 iframe,
.responsive-video-16-9 iframe,
.responsive-video-9-16 iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.responsive-video-4-3,
.responsive-video-16-9,
.responsive-video-9-16 {
	position:relative;
	padding-top:0;
	height:0;
	overflow:hidden;
}
.responsive-video-16-9 {
	padding-bottom: 56.25%;
}
.responsive-video-4-3 {
	padding-bottom: 75.00%;
}
.responsive-video-9-16 {
	padding-bottom: 177.00%;
}
table.linie {
	/* border-spacing: 1px; */
	border-collapse:collapse;
}
table.linie td {
	border:#000 1px solid;
	padding:4px;
}
.schalter {
	margin:2em auto;
	text-align:center;
}
.schalter a {
	padding:.3em .5em;
	color:#fff;
	background-color:#900;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	border-radius:.3em;
}
.schalter a:hover,
.schalter a:focus {
	background-color:#f00;
}
.event dt {
	font-weight:bold;
}
.event dt:after {
	content:":";
}
.event dd + dt {
	margin-top:.7em;
}
.quellen {
	font-size:smaller;
}
.quellen li {
	margin-top:.7rem;
}
footer {
	margin:1px 20px 0 200px;
	max-width:800px;
	padding-bottom:20px;
	line-height:1.4em;
	clear:both;
}
footer > div {
	width:100%;
	column-count:3;
}
footer > div > p {
	display:inline-block;
	width:100%;
}
footer > div > p > a {
	display:block;
	color:inherit;
	font-weight:inherit;
}
footer > div > p > a:before {
	content:"• ";
	font-weight:700;
}
footer > img {
	width:100px;
}
footer > small {
	display:block;
	margin-top:1em;
	padding-top:.3em;
	border-top:dotted 1px #443;
}
/*
#nl-bestellung .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-activity-1-activity-subject,
#nl-bestellung .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-activity-1-activity-location,
#nl-bestellung .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-privacy,
#nl-bestellung .email-textfield,
#nl-bestellung legend,
#nl-bestellung label {
	display: none;
}

#nl-bestellung .webform-component--civicrm-1-contact-1-fieldset-fieldset {
	visibility: hidden;
	margin:0;
	padding:0;
}

#nl-bestellung .form-email, #nl-bestellung .webform-component-markup {
	visibility: visible;
	text-align: left;
}
*/
#nl-bestellung > a {
	display:block;
	box-sizing:border-box;
	margin:1.5em 0 0 0;
	padding:.5em .1em;
	width:100%;
	color:#000;
	background-color:#8cc63f;
	border-radius:.3em;
	text-align:center;
	font-size:large;
	font-weight:bold;
	text-decoration:none;
}
#nl-bestellung > a:hover,
#nl-bestellung > a:focus {
	color:#fff;
	background-color:#498000;
}
#ausgabetext {
	float:right;
	max-width:320px;
	margin:0 7px 1em 7px;
	border: none;
}
#ausgabetext > div {
	margin:0;
	padding:0 7px 7px 7px;
	background-color:#eee;
	border-color:#ccc !important;
	box-sizing:border-box;
	border:1px solid #7BBE20;
}
#ausgabetext form {
	border:none;
}
#ausgabetext .webform-component,
#ausgabetext .form-actions {
	margin-top:7px;
}
#ausgabetext label {
	display:block;
}
#ausgabetext input.form-text {
	box-sizing:border-box;
	width:100%;
}
#ausgabetext fieldset {
	margin:0;
	padding:0;
	border:none;
}
#ausgabetext .webform-container-inline > div {
	display:inline-block;
}
#ausgabetext legend,
#ausgabetext .email-textfield,
#ausgabetext .webform-container-inline > div label,
#ausgabetext .webform-component--civicrm-1-contact-1-other-group > label,
#ausgabetext .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-privacy,
#ausgabetext .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-activity-1-activity-subject,
#ausgabetext .webform-component--civicrm-1-contact-1-fieldset-fieldset--offline,
#ausgabetext .webform-component--newsletter > label,
#ausgabetext .webform-component--einwilligung > label,
#ausgabetext .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-activity-1-activity-location {
	display:none;
}
#ausgabetext .form-checkboxes label {
	display:inline;
	margin:0;
}
#edit-submitted-einwilligung label::before {
	content: "* ";
	color: red;
}
#ausgabetext .form-actions {
	text-align:center;
	display:block;
}
#ausgabetext form input[type=submit],
#ausgabetext form button[type=submit]{
	display: inline-block;
	width:100%;
	text-decoration: none;
	background: #f90;
	line-height: 18px;
	position: relative;
	margin: .5em 0;
	padding: .7em;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	border: 1px solid transparent;
	transition: background 1s ease 0s;
	border-radius: 3px;
	cursor:pointer;
}
#ausgabetext form input[type=submit]:hover,
#ausgabetext form button[type=submit]:hover,
#ausgabetext form input[type=submit]:focus,
#ausgabetext form button[type=submit]:focus {
	background-color:#270;
}
#counter {
	position:relative;
	clear:both;
	line-height:30px;
}
#counter + p {
	margin-top:.1em;
}
#leer,
#voll {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
}
#leer > img {
	width:100%;
}
#voll {
	overflow:hidden;
	width:0;
}
#ausgabetext {
	margin-top:1em;
}
#MyIFrame {
	display:block;
	float:right;
	max-width:320px;
	height:800px;
	margin:0 -20px  0 1em;
}
.hervorgehoben {
	clear:left;
	margin:7px 0;
	padding:.1em 1.5em;
	background-color:#fec;
	border-radius:5px;
	overflow:hidden;
}
.textblock {
	margin:1em 0;
	padding:.5em 1.5em;
	background-color:#eec;
	border-radius:.5em;
}
p.submission_count {
	font-weight: bold;
}
span.amount_persons {
	color: red;
}
.form-required {
	color: red;
}
div.fieldset-wrapper .form-item label,
#ausgabetext div.webform-component--newsletter {
	padding-top: 8px;
}
div.error {
	border: 1px solid red;
	background-color: #ffcccc;
	margin: 0 0 8px 0;
	padding: 8px;
}
input.error, select.error {
	border: 1px solid red;
}
label > input[class="error"] {
	color: red;
}
#ausgabetext p.klein {
	line-height:1rem;
	font-size:10pt;
}
table.randrechts {
	float:right;
	margin:.6em 0 1em 20px;
}
table.zeilenwechsel {
	border-collapse:collapse;
	border:solid 1px #aa8;
	overflow:hidden;
}
table.zeilenwechsel tr > * {
	padding:.2em .5em;
	text-align:left;
}
table.zeilenwechsel tr:nth-child(even) > * {
	background:#eec;
}
table.zeilenwechsel th {
	color:#fff;
	background-color:#aa8;
}

#navlist img {
	margin-left:0;
}
#navlist p, #navlist time {
	display:none;
}
#navlist .artikellink {
	padding-left:0;
	width:160px;
	margin-right:25px;
	text-align:center;
}
#navlist .artikellink h2 {
	line-height:1em;
	font-size:14pt;
}


#wichtig {
	margin-top:20px;
}
#wichtig a {
	text-decoration:none;
	padding:0;
	color:#000;
}
#wichtig a.artikellink {
	width:auto;
	padding-left:0;
}
#wichtig h2 {
	margin:10px 0 0 0;
	padding:1rem;
	background-color:#8cc63f;
}
#wichtig a.artikellink h2 {
	margin: 0 0 0 177px;
}
#wichtig a:hover h2,
#wichtig a:focus h2 {
	color:#fff;
	background-color:#c00;
}
#wichtig img {
	width:100%;
	border:none;
}
#wichtig a.artikellink img {
	width:auto;
	margin: 0 17px 0 0;
}

.alertbox {
	background-color:#eca;
	padding:.1em 1.3em;
	border:solid 3px #900;
	border-radius:.5em;
}

/* Beitragsreihe Anfang */

#hauptteil > nav {
	margin:3em 20px 1em;
	display:grid;
	grid-template-columns:7em auto;
	font-size: 13pt;
	line-height: 1.4em;
}
#hauptteil > nav > h2 {
	grid-column:1 / span 2;
	margin:0;
	padding:.3em .5em .3em 9.1rem;
	color:#fff;
	background-color:#776;
}
#hauptteil > nav > time {
	display:block;
	padding:.5em .7em;
	color:#000;
	background-color:transparent;
	border-top:solid 2px #fff;
}
#hauptteil > nav > a {
	display:block;
	padding:.5em .7em;
	color:#000;
	background-color:#ddb;
	text-decoration:none;
	border-top:solid 2px #fff;
	font-family:"Roboto",helvetica,sans;
	font-weight:500;
}
#hauptteil > nav > a.aktiv {
	color:#fff;
	background-color:#443;
}
#hauptteil > nav > a:hover,
#hauptteil > nav > a:focus {
	color:#000;
	background-color:#8cc63f;
}

/* Beitragsreihe Ende */

/* Tracking Links erzeugen Anfang */

#tracking-links-erzeugen details {
	margin-bottom: 0;
}

#tracking-links-erzeugen details summary span {
	display: inline-block;
	width: 100px;
}

#tracking-links-erzeugen summary img {
	width: 50px;
	margin-right: 6px;
	margin-top: 6px;
}

#tracking_link {
	width: 100%;
}

/* Tracking Links erzeugen Ende */

#cookiehinweis {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background:#eee;
	padding:20px;
	font-size:14px;
	font-family:verdana;
}
#cookiehinweis a.button {
	cursor:pointer;
	background:#ccc;
	padding:8px 20px;
	margin-left:10px;
	border-radius:5px;
	font-weight:bold;
	float:right;
}
#cookiehinweis a.button:hover {
	background-color:#aaa;
}
#cookiehinweis p.cookiemessage {
	display:block;
	padding:0;
	margin:0;
}

@media screen and (max-width:1385px) {
	body {
		width:1200px;
	}
	body > aside {
		width:180px;
	}
	body > aside > form {
		padding-right:0;
	}
	#mehr > h2 {
		margin-left:0;
		margin-right:10px;
	}
	#mehr > a {
		display:block;
		width:160px;
		margin:1rem 0;
		color:inherit;
		text-decoration:none;
		vertical-align:top;
		overflow:visible;
	}
	#mehr > a > img {
		width:160px;
		margin:0 0 .4em 0;
	}
	#mehr h3,
	#mehr p {
		margin:.3em 0 0 0;
	}
	#mehr p {
		display:none;	
	}
}

@media screen and (max-width:1200px) {
	body {
		width:1000px;
	}
	body > aside {
		display:block;
		margin:0 -10px 0 190px;
		padding:0 0 20px 0;
		width:auto;
		max-width:830px;
	}
	body > aside > * {
		margin:0;
		padding:0;
	}
	body > aside > form {
		margin:0 10px;
	}
	#mehr > h2 {
		margin:0 10px 0;
		padding-top:1em;
	}
	#mehr > a {
		display:inline-block;
		width:215px;
		margin:10px;
		padding-left:170px;
		font-size:larger;
		line-height:1.4em;
		vertical-align:top;
	}
	#mehr > a > img {
		width:160px;
		margin:.5em 0 0 -170px;
	}
	#mehr h3,
	#mehr p {
		display:block;
		margin:.3em 0 0 0;
	}
	footer {
		clear:left;
		margin:0 0 0 200px;
		padding:20px 20px 15px 20px;
		background-color:#fff;
		text-align:left;
	}
	footer img {
		margin-top:-.7em;
	}
}
@media screen and (max-width:1019px) {
	body {
		width:auto;
	}
	#men {
		display:block;
		float:left;
		margin-top:76px;
	}
	article {
		display:block;
		width:auto;
		margin-right:20px;
		margin-left:200px;
	}
	#slider #sliderinfo {
		font-size:1.2rem;
		line-height:1.2em;
	}
	div#fb-comments {
		 width:auto;
		 max-width:800px;
		 margin-right:20px;
	}
	#gross {
		background-size:contain;
	}
	#text > .artikellink, #scripts > .artikellink {
		display:block;
		padding:10px 20px 10px 170px;
		width:auto;
	}
	main > .artikellink {
		display:block;
		padding:10px 20px 10px 190px;
		width:auto;
	}
	body > aside {
		float:left;
		width:auto;
		margin:0 20px 10px 200px;
	}
	body > aside > form {
		margin:0;
	}
	#mehr > h2 {
		clear:left;
		margin-left:0;
		padding-top:2em;
	}
	#mehr a {
		clear:left;
		float:left;
		display:block;
		width:auto;
		margin:5px 0;
	}
	footer {
		margin-right:20px;
	}
}
@media screen and (max-width:820px) {
	#kopf {
		height:54px;
	}
	#kopf strong {
		display:none;
	}
	#mehr > h2 {
		margin-bottom:.2em;
		padding-top:2em;
	}
	#bilder {
		width:160px;
		padding:20px;
	}
	#bilder img {
		width:160px;
	}
	table.randrechts {
		float:none;
		width:100%;
		margin:1.4em 0;
	}
	.rand {
		width:160px;
		padding:20px;
	}
	.rand img {
		width:160px;
	}
	#MyIFrame {
		float:none;
		max-width:none;
		width:100%;
		height:680px;
		margin:1em 0;
	}
	footer > div > p {
		float:none !important;
		display:block;
		width:auto !important;
		margin-left:0 !important;
	}
	footer div {
		column-count:2;
	}
	#balken > span {
		display:block;
	}
}
@media screen and (max-width:750px) {
	#ausgabetext {
		max-width: none;
	}
	#text {
		word-break:break-word;
	}
}
@media screen and (max-width:649px) {
	#kopf {
		height:54px;
	}
	#kopf img {
		margin-left:10px;
	}
	#kopf strong {
		display:none;
	}
	#ferkel {
		margin-right:160px;
	}
	#mobilmen {
		display:block;
		position:absolute;
		top:20px;
		right:20px;
		cursor:pointer;
	}
	#mobilmen img {
		width:45px;
	}
	#langswitch {
		position:relative;
		display:block;
		margin:10px 0 10px 10px;
	}
	#men {
		float:none;
		position:absolute;
		width:auto;
		margin-top:74px;
		margin-left:-400px;
		font-size:1.5rem !important;
		background-color:#ddb;
		z-index:9;
		box-shadow:0 0 10px rgba(0,0,0,0.5);
		transition:margin-left 1s;
	}
	#men li a {
		font-size:1.3rem;
		padding:.4rem 1rem;
	}
	#men li li a {
		padding:.4rem 1rem .4rem 2rem;
	}
	#men aside > a {
		margin-left:-.5rem;
		padding:.5rem;
		font-size:1rem;
	}
	#men aside ul {
		padding-left:.4rem;
	}
	#men aside div {
		font-size:small !important;
	}
	#social + a, #social + a img {
		width:160px;
	}
	#social + a + div {
		margin-right:166px;
	}
	article {
		margin:0;
	}
	div#fb-comments {
      margin: 0;
	}
	body > aside {
		margin-left:20px;
		padding-bottom:20px;
	}
	footer {
		margin:0;
		padding-left:20px;
	}
}
@media screen and (max-width:460px) {
	#mobilmen {
		top:11px;
		right:11px;
	}
	#kopf {
		height:40px;
		margin-top:7px;
	}
	#men {
		margin-top:60px;
	}
	#ferkel {
		margin-right:70px;
	}
	#ferkel img {
		display:none;
	}
	#news .artikellink {
		width:250px;
	}
	main .artikellink, #text .artikellink, #scripts .artikellink {
		/*margin-left:0;*/
		min-height:80px;
		padding:10px 20px 10px 110px;
		font-size:smaller;
	}
	#text .artikellink, #scripts .artikellink {
		padding-left:90px;
	}
	#news .artikellink {
		padding-left:20px;
	}
	#news .artikellink > img {
		padding-left:90px;
	}
	main .artikellink > img, #text .artikellink > img, #scripts .artikellink > img {
		width:80px;
		margin-left:-90px;
	}
	#mehr > a {
		padding-left:90px;
		font-size:1rem;
	}
	#mehr > a > img {
		width:80px;
		margin:.3rem 0 0 -90px;
	}
	footer div {
		column-count:1;
	}
}
@media screen and (max-width:370px) {
	#ferkel {
		margin-top:13px;
	}
	#ferkel strong {
		font-size:1rem;
		padding:.4em .5em .3em;
	}
}
@media screen and (max-width:310px) {
	#ferkel {
		display:none;
	}
}
@media print {
	html,
	main {
		margin:0;
		padding:0;
	}
	article {
		display:block;
		max-width:auto;
		margin:0;
		padding:0;
	}
	#hauptteil {
		box-shadow:none;
	}
	#men,
	#anfang,
	#balken,
	#social,
	#cookiehinweis,
	article + aside,
	body > footer,
	.angepasste-breite {
		display:none;
	}
	#text a {
		margin:0 !important;
		padding:0 !important;
	}
	#text a::after {
		margin:0 !important;
		padding:0 !important;
		content:" (" attr(href) ")";
		color:#337;
		font-weight:200;
		font-style:italic;
		white-space:nowrap;
	}
	#bilder {
		margin-left:1em;
		padding:0;
	}
	#bilder img {
		margin:0;
		max-width:100%;
	}
	#titel,
	#subheadline {
		margin:0;
		padding:0;
	}
}
