@charset "utf-8";

@media(max-width: 676px) {
	.desktop { display: none; }
}
@media(min-width: 677px) {
	.mobile { display: none; }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}
  .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.fe-lightgrey {
	background-color: #dfe1df;
}
.fe-lightgrey .content-container {
	overflow: auto;
}
.fe-lightgrey .title2columns {
	padding-top: 1em;
}

/* Generelle Einteilung auf Startseite */
.direct-wire, .events {
	width: 100%; margin: 0;
}
.direct-wire { margin-bottom: 1em; table-layout: fixed; }

.direct-wire > tbody > tr > td, /* nur bei aeussere Tabelle */
.events      h2 + table > tbody > tr > td { min-width: 33%; margin: 0; border: 0 none; }
.events      h2 + table > tbody > tr > td { vertical-align: top; padding: 0 0.5em; }
.events      h2 + table > tbody > tr > td:first-child { padding-left: 0; }
.events      h2 + table > tbody > tr > td:last-child { padding-right: 0; }
.direct-wire, .events h2 + table {
	width: 100%;
	border-collapse: collapse; border-spacing: 0; border: 0 none; /* to the right place js2016-09-15 */
}
.events      h2 + table { margin: 1em 0 1.2em 0; border-collapse: separate; border-spacing: 0; table-layout: fixed; }

.events .links a { text-transform: uppercase; } /* 2016-09-12 */

.events h3 { text-transform: uppercase; }

.direct-wire .form {
	padding: .5em;
	background-color: #93bf20;
	color: white;
	box-sizing: content-box;
}
.direct-wire .form  textarea { box-sizing: border-box; width: 100%; min-height: 10em; height: 80%; }
.direct-wire .form [name="mail"], .direct-wire .form .inp-mail { box-sizing: border-box;  width: 100%; }
.contact-infobox { background-color: #d85ca3; color: white; text-align: center;/*background-color:#dfe1df; color:#000;*/}
.direct-wire .form fieldset { border: 0 none; margin: 0; padding: 0; }
.direct-wire .form fieldset label { white-space: nowrap; }
.direct-wire .form fieldset input { margin-left: 0; }

.direct-wire .form .btn-place { text-align: right; }
.direct-wire .form button {
	background-color: white; border: 0 none; color: #93bf20; padding: 0.2em .7em;
	margin: .5em 0 0 0;
}
.direct-wire .form div.text.layout1 { text-align: center; }

.direct-wire .avatar {
	padding: 0; margin: 0;
	vertical-align: bottom;
  /*_padding: 0 0 1em 0; _margin: 0 0 -1em 0;
  _background: radial-gradient(closest-side at calc(bottom - 1em), rgba(0,0,0,.7), transparent) no-repeat;*/
}

.direct-wire .avatar::before {
	content: ''; display: block; width: 0; height: 0;
	border-bottom: 2em solid #93bf20;
	border-right: 3em solid transparent;
	margin-top: 25%; margin-bottom: calc(-25% - 2em); margin-left: -.2em;
	_float: left;
}

.direct-wire .avatar::after {
	content: ''; display: block;
	/*_width: 100%;*/ height: 2em; margin: -1em 0;
	background: radial-gradient(closest-side, rgba(0,0,0,.7), transparent) no-repeat;
	/*background: radial-gradient(ellipse 7em 1em, rgba(0,0,0,.7), transparent) no-repeat;*/
	border-radius: 50%; /* reduce webkit bug */
}

.direct-wire .avatar img {
	display: block;
	width: 60%;/*80%*/
	height: auto; /* needed because of auto-insert of height (&width) per <f:image> (-> TODO: retest with IE!!!! XXX) */
	margin: 0 auto;/*0 auto 1em auto;*/
}

.direct-wire .contact-infobox { max-width: 33%; }
.direct-wire h2 + table > tbody > tr > td { width: 33%; } /* for Chrome */
@media (max-width: 50em) { /*800*/
	.direct-wire .form { min-width: 66%; width: 66%; }
	.direct-wire .avatar { display: none; visibility: collapse; }
}
@media (max-width: 40em) {
	.direct-wire .form { min-width: 50%; width: 50%; }
	.direct-wire .contact-infobox { min-width: 50%; max-width: 50%; width: 50%; }
}
@media (max-width: 30em) {
	.direct-wire h2 + table > tbody > tr > td { width: auto; }
	.direct-wire .contact-infobox { display: none; visibility: collapse; }
}

/* *) 9.00 vs 9 vs 9:00 vs 9h00    *) Mo-Fr: vs Mo-Fr
*) ' Uhr' vs 'Uhr' vs '' vs 'h' */
table.opening-hours { border: 0 none; margin: 0 auto; border-spacing: 0; }
table.opening-hours tbody tr > :first-child { text-align: right; font-weight: normal; }
table.opening-hours tbody tr > :first-child::after { content: ':'; }
table.opening-hours tbody tr > :nth-child(2) { text-align: right; padding-left: .5em; }
table.opening-hours tbody tr > :nth-child(2)::after { content: '-'; }
table.opening-hours tbody tr > :nth-child(3) { text-align: left; }
table.opening-hours tbody tr > :nth-child(3)::after { content: '\a0' attr(data-hour); }
table.opening-hours tbody td {
	padding: 0; width: 0; margin: 0;
}
.shop table.opening-hours { margin-left: 0; }
.shop table.opening-hours tbody tr > :first-child::after { content: none; }
.shop table.opening-hours tbody tr > :nth-child(3)::after { content: attr(data-hour); }
@media (max-width: 50em) {
	.contact-infobox table.opening-hours tbody tr > :nth-child(3)::after { content: none; }
}
@media (max-width: 55em) and (min-width: 50em), /* see this file, around line ~370 -> sync */
(max-width: 40em) and (min-width: 35em),
(max-width: 20em) {
	.shop table.opening-hours tbody tr > :nth-child(3)::after { content: 'h'; }
}

tr .contact-infobox { vertical-align: top; padding-top: 1.2em; }

.contact-infobox.contact-infobox h3 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0; margin-left: 0; margin-right: 0;
}
.contact-infobox h3 + * { margin-top: 0; margin-bottom: 1em; text-align: center; }

.contact-infobox dl > * {
	display: inline; margin: 0; padding: 0;
}
.contact-infobox dt[data-sep]::after {
	display: inline; content: attr(data-sep);
}
.contact-infobox dt::after {
	display: inline; content: ': ';
}
.contact-infobox dd::after {
	display: inline; white-space: pre; content: '\a';
}

aside.contact-infobox {
	padding: 1em .7em;
}

.events .links a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
	margin: 0 0 1em 0; padding: 0.5em; padding-left: 2em;
}
.events .links a:nth-child(3n) { background-color: #00a0d1; }
.events .links a:nth-child(3n+1) { background-color: #d85ca3; }
.events .links a:nth-child(3n+2) { background-color: #f58221; }
.events .links a.donausplash {
	background: url('../Images/symbols/weiter-weiss-rd50t.svg') .5em center no-repeat,
	url('../Images/logos/donausplash.svg') no-repeat right;
	background-size: 1.5em, auto;
	background-color: #00a0d1;
	text-shadow: 0 0 3px #00A0D1;
	margin-bottom: 0; /* last-child*/
}
.events .links a {
	background-image: url('../Images/symbols/weiter-weiss-rd50t.svg');
	background-size: 1.5em, auto;
	background-position: .5em center, right;
	background-repeat: no-repeat;
}
.events .links a pre {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
}
.events .preview div { background-color: white; padding: .25em; margin: 0 0 1em 0; }
.events .preview ul  { list-style-type: none; padding: 0; margin: 0; }
.events .preview li { margin: 0; }
.events .preview time { font-weight: bold; }
.events .preview h3 { margin: 0; text-align: left; }

/*.events*/ .search-form [name="term"] { box-sizing: border-box; width: 100%; }
.events .search-form table { width: 100%; margin: 0.25em 0; /*(1)*/ }
/*.events*/ .search-form table, /*.events*/ .search-form td { padding: 0; border-spacing: 0; }
/*.events*/ .search-form td { padding-top: .25em; }
/*.events*/ .search-form th, .search-form .th {
	color: #444; /*#434648;*/
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
.search-form th { width: 0; vertical-align: top; padding-top: .4em; }
/*._events .search-form tr:last-of-type th { text-align: left; }*/

.events .search-form td input, .events .search-form td select { box-sizing: border-box; width: 100%;  }
.events .search-form td input:first-of-type { margin-bottom: .25em; /*(1)*/ }

/*.events*/ .search-form .stretch-group { margin-top: .2em; }     /* was: .7em */
/*.events*/ .search-form .stretch-group > * { margin-top: .5em; } /* wenn uebereinander */

/*.events .search-form .chkbox-group label { white-space: nowrap; } // base.css */

main button[type="submit"] { background-color: #93bf20; color: white; padding: 0.2em .7em; border: 0 none; }
main button[type="reset"] { background-color: #999; color: white; padding: 0.2em .7em; border: 0 none; }
._events button[type="submit"] { background-color: #93bf20; color: white; border: 0 none; }

.events tr:last-of-type td { vertical-align: bottom; text-align: center; }
/*.events tr:last-of-type td a {*/
	/*padding: .2em .7em;*/
	/*padding: .2em .2em;*/
   /*_margin: 0 auto;
   _display: table; border-spacing: 0; // um mittels margin mittig positioniert werden zu können. */
   /*display: inline-block;
   text-decoration: none;
}*/
/*.events tr:last-of-type td a::before {
  content: url('');
}
._events tr:last-of-type td:nth-of-type(1) a { background-color: #999; color: white; }
._events tr:last-of-type td:nth-of-type(2) a { background-color: #93bf20; color: white; }*/
/*.events tr:last-of-type td:nth-of-type(1) a { color: black; }
.events tr:last-of-type td:nth-of-type(2) a { color: #70B000; }*/



@media (max-width: 50em) {
	.events .links { display: none; visibility: collapse; }
	.events .preview { padding-right: 0; }
}

@media (max-width: 30em) {
	.events .preview, .events .under-preview { display: none; visibility: collapse; }
	.events .search-form, .events .under-form { padding-right: 0; padding-top: 1em;}
}

/* tulln info */
.tinfo .ann-texts ul {
	list-style-type: none; margin: 0; padding: 0;
}
.tinfo .ann-texts li{

}
.tinfo .ann-texts h4 { margin-bottom: 0.3em; }
.tinfo .ann-texts ul + * { margin-top: 0.3em; }



/* non-content */
main .hold { position: relative; } /* Bezugspunkt fuer Werbung */
.ad { display: none; position: absolute; top: 0; left: 100%; }
.nugget-bucket .ad { display: none; } /* switched (eventually) later, see news.css */
.ad img {
	max-width: 160px; /* fallback: ourdefault=100% disablen + zur sicherheit */
	max-width: calc(50vw - 32em); /* sicherstellen das es nicht uebersteht, siehe @media+calc() */
}

@media (min-width: 80em) /*120/16=7,5 62em => 80em, calc() not supported in @media */
{ .ad { display: block; }
}

/* news-detail leiste: ----- */
/* depend: hold=62em, min-padding ... */

ul.h2.leiste {
	display: table;
	border-spacing: 0; border-collapse: collapse; border: 0 none;
	margin: 1em 0 0.5em 0; padding: 0;
	width: calc(100vw - 2.9em); /* 2em=padding from .inner */
	max-width: 60em;
	white-space: nowrap; overflow: hidden;
}
.h2.leiste > li { display: table-cell; vertical-align: middle; }

.h2.leiste > li:first-child { width: 0; padding: 0 1em; } /* nav part */
.h2.leiste li:last-child { text-align: left; } /* headline */
.h2.leiste li:last-child > div {
	display: inline-block; text-align: center;
	_background: green;
	min-width: calc(200% - 100vw + 2.9em); /* 100% - (rest=100vh - 100%) */
	/* webkit doesn't support calc with vw */
}
@media (min-width: 62em)
{ .h2.leiste { width: 60em; max-width: 60em; } /* padding 1em */
.h2.leiste li:last-child > div { min-width: calc(200% - 60em); /* 100% - (rest=100vh - 100%) */ }
}
nav.leiste { line-height: 1.5em; }
nav.nur-leiste { line-height: 1em; }
_nav.leiste > * { display: table-cell; vertical-align: middle; } /* -- */
.h2.leiste a, nav.leiste a, nav.nur-leiste a { text-decoration: none; color: inherit; }
.h2.leiste li:first-child abbr, nav.leiste abbr { border: none; text-decoration: none; }
.h2.leiste li:first-child a[rel="prev"]:first-of-type abbr::after,
nav.leiste a[rel="prev"]:first-of-type abbr::after, nav.nur-leiste a[rel="prev"]:first-of-type abbr::after,
nav.leiste a[title][rel="prev"]:first-of-type::after, nav.nur-leiste a[title][rel="prev"]:first-of-type::after,
.h2.leiste li:first-child a[title][rel="prev"]:first-of-type::after {
	content: ' ' attr(title); vertical-align: middle;
}
/* ^- added [rel="prev"] js2016-10-24 falls nur > */

/*nav.leiste a:first-of-type:last-of-type abbr::after, nav.nur-leiste a:first-of-type:last-of-type abbr::after,
nav.leiste a[title]:first-of-type:last-of-type::after, nav.nur-leiste a[title]:first-of-type:last-of-type::after,
.h2.leiste li:first-child a[title]:first-of-type:last-of-type::after { content: none; }*/
.leiste .rm:first-child, .nur-leiste .rm:first-child { display: none; }
/* ^^+^- new js2016-10-21: falls nur > */


.h2.leiste li:first-child .rm ~ a:last-of-type abbr::before,
nav.leiste .rm ~ a:last-of-type abbr::before, nav.nur-leiste .rm ~ a:last-of-type abbr::before,
.h2.leiste li:first-child .rm ~ a[title]:last-of-type::before,
nav.leiste .rm ~  a[title]:last-of-type::before,
nav.nur-leiste .rm ~ a[title]:last-of-type::before { content: attr(title) ' '; vertical-align: middle; }
/* added '.rm ~' js2016-10-21 falls nur < */
.news-detail .next::before {
	content: '' !important;
	display: none;
}
.news-detail .next {
	float:right;
}

nav.leiste img, nav.nur-leiste img, .h2.leiste li:first-child a[title] img { /*height: 1.1em; width: .92em;*/
	height: 1em;  width: .84em; max-width: none;
	vertical-align: middle;
}
nav.leiste a[title] + .rm, nav.nur-leiste a[title] + .rm,
.h2.leiste a[title] + .rm { vertical-align: middle; }

@media (max-width: 35em) {
	.h2.leiste li:first-child a[rel]:first-of-type abbr::after,
	.h2.leiste li:first-child a[title][rel]:first-of-type::after { content: none; }
	.h2.leiste li:first-child .rm { display: none; }
	.h2.leiste li:first-child a[rel]:last-of-type abbr::before,
	.h2.leiste li:first-child a[title][rel]:last-of-type::before  { content: none; }
	.h2.leiste > li:first-child { padding: 0 .3em; }
}
@media (max-width: 20em) {
	.h2.leiste > li:last-child .h2 { font-size: 1em; white-space: normal; }
	.h2.leiste > li:first-child img { height: .8em; width: .67em; }
}
@media (max-width: 25em) { /* XXX ca. */
	nav.leiste a:first-of-type abbr::after,
	nav.leiste a[title][rel]:first-of-type::after,
	nav.nur-leiste a[rel]:first-of-type abbr::after,
	nav.nur-leiste a[title][rel]:first-of-type::after  { content: none; }
	nav.leiste .rm, nav.nur-leiste .rm { display: none; }
	nav.leiste a[rel]:last-of-type abbr::before,
	nav.leiste a[title][rel]:last-of-type::before,
	nav.nur-leiste a[rel]:last-of-type abbr::before,
	nav.nur-leiste a[title][rel]:last-of-type::before  { content: none; }
}

/* ... */
.idx a {
	color: white; background-color: #999; display: inline-block;
	text-decoration: none; font-weight: bold; font-size: 1.1em;
	height: 2em; line-height: 1; min-width: 2em; border-radius: 1em;
	padding: .5em; margin: .1em; box-sizing: border-box;
	text-align: center; vertical-align: middle;
}
.idx { margin: 1em 0 .2em 0; }

.companies form, form.companies { margin-right: -1em; } /* typo3 adaptr chris */
.companies .btn-line { margin-top: .3em; }
.companies .inp-line { margin-top: 1em; }
.companies .inp-line, .companies .btn-line { display: flex; width: 100%; flex-flow: row wrap; }
.companies .inp-line > *, .companies .btn-line > * { flex: 0 1 auto; margin-right: 1em; }
.companies .inp-line > * { margin: .3em 1em 0 0; }
.companies .inp-line > [name="company-search"], .companies .inp-line > .inp-company-search,
.companies .btn-line > .btn-group,
.companies .inp-line > .company-search  /* temp chris */
{ flex-grow: 10; min-width: 66%; box-sizing: border-box; _max-width: 40em; }
.companies .inp-line > label { text-align: right; white-space: nowrap; }
.companies .idx { margin-right: 1em; }

.companies #branch-search { max-width: 15em; }  /* added js2016-10-20 */
@media (max-width: 20em) {
	.companies #branch-search { max-width: 10em;  }
	.companies .inp-line > label { max-width: 100%; white-space: normal; margin-left: auto; }

}

/* Geschaeftsueberblick */
.shop {
	display: -webkit-flex; display: flex;
	-webkit-flex-flow: row/*column*/ wrap;
	flex-flow: row/*column*/ wrap;
	margin: 1em -1em 0 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.shop > * {
	flex: auto;
	width: calc(33.3% - 1em);
	_min-width: 19em;
	border: 1px solid #ccc;
	padding: 0; /* padding: .7em; // into .inner */
	box-sizing: border-box;
	margin: 0 1em 1em 0;
}
.shop > :first-child { }
.shop > * > .inner { padding: .5em .7em .7em .7em; box-sizing: border-box; }
.shop > .imgs { padding: 0; border: 0 none; }
.shop .offers h4 { color: #93bf20; }

.shop .intro .image img {
	/*border-bottom: 1px solid #ccc; padding: .7em; margin: -.7em;*/
	max-width: 20em; display: block; margin: 0 auto;
	width: 100%; /* should be another max-width XXX -> wrapper? */
}
/*.shop .intro .grow {
  display: inline-block;
  width: 0; height: 0;
  padding-top: 50%;
  float: left;
}
.shop.without-images .intro .grow { padding-top: 33%; }*/
.intro .image {
	padding: 10px 20px;
}
/* ^- added js2016-10-21: falls keine Bilder */

.shop ul {
	list-style-image: url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
}
.shop .openingHoursDay {
	display: block;
	float: left;
	width: 3em;
}
.shop h3 {
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
}
.shop h4 {
	margin-top: 10px;
}
/*.shop .intro .inner { border-top: 1px solid #ccc; clear: left; }*/
.shop .intro .inner { border-top: 0px solid #ccc; clear: left; }
/*.shop .intro _h3::before { // between <img> & <h3>
  content: ''; display: block;
  height: 0; width: 100%; padding: .7em; margin: -.7em;
  border-top: 1px solid #ccc;
  }*/
  .shop .intro h3, body.events-ovw .white h3 { color: #93bf20; }
  .shop .offers .imgs-subst { display: none; }
.shop .offers img.imgs-subst { width: 100%; /*width: calc(100% + 1.4em); margin: -.7em;*/ }
/*._shop .offers .imgs-subst.at-bg {
  height: 0; _width: 100%; padding: 0; margin: -.7em; padding-top: calc(50% + 1.4em);
  background-size: 100% auto;
  background-repeat: no-repeat;
  }*/
  .shop .intro dt {
  	font-weight: bold; margin: 0; padding: 0;
  	float: left; clear: left; width: 5em;
  }
  .shop .intro dt.colon:after { content: ':'; }
  .shop .intro dd {
  	margin: 0 0 0 6em;
  }
  .shop .imgs img {
  	border: solid 1px #ccc;
  }
  .shop .imgs label, .shop label.imgs-subst { cursor: pointer; }

  .shop .img-caru.img-caru {
  	flex: none; position: absolute;
  	border: 0 none; z-index: 150;
  	width: auto; margin: 0; padding: 0;
  	list-style-type: none;
  }
  .shop li[id^="p-shop"], .shop [data-for^="p-shop"] { display: none; line-height: 0; }
  .shop li[id^="p-shop"] > * , .shop [data-for^="p-shop"] > * { vertical-align: middle; }
  .shop li[id^="p-shop"]::before, .shop [data-for^="p-shop"]::before {
  	content: ''; display: inline-block; height: 100%; width: 0; vertical-align: middle;
  }
  .shop li[id^="p-shop"]:target, .shop [id^="p-shop"]:checked + [data-for] {
  	position: fixed; top: 0; bottom: 0; left: 0; right: 0;
  	background-color: rgba(255,255,255,.7);
  	display: inline-block; /*block;*/
  	/* transform: translateY(-50%); top: 50%; */
  	text-align: center;
  	margin: 0 auto;
  }
  .shop li[id^="p-shop"] > div, .shop [data-for^="p-shop"] > div {
  	display: inline-block; position: relative; max-width: calc(100% - 2em);
  	box-shadow: .5em .7em .7em .3em rgba(128,128,128,.3);
  	_line-height: 0;
  }
  .shop li[id^="p-shop"] > div *, .shop [data-for^="p-shop"] > div * { line-height: 1; }
  .shop li[id^="p-shop"] a[href="#"], .shop li[id^="p-shop"] a[href=""],
  .shop [for="p-shop-off"] {
  	text-decoration: none;
  	position: absolute;
  	font-size: 2em; font-weight: bold;
  	right: .2em; top: .2em; z-index: 151;
  	width: 1em; height: 1em; line-height: 1em;
  	border-radius: 50%;
  	background-color: white;
  	color: #93bf20;
  }
  .shop li[id^="p-shop"] p, .shop [data-for^="p-shop"] p {
  	position: absolute; bottom: 0; left: 0; right: 0; margin: .5em 0;
  	text-align: left; background-color: white;
  	padding: .7em 1em; box-sizing: border-box;
  }
  .shop  .prev, .shop .next {
  	position: absolute; font-size: 2em;
  	top: calc(50% - 1em);/*was: calc(50% - .5em);*/ z-index: 152;
  }
  .shop  .prev img, .shop .next img {
  	width: 1em; filter: drop-shadow(0 0 .2em rgba(200,200,200,.5));
  	cursor: pointer;
  }
  .shop .prev { left: -.6em; }   .shop  .next { right: -.6em; }

  .shop .imgs > label:nth-of-type(n+4) { display: none; } /* added js2016-10-20, nur die ersten 3 in der Spalte anzeigen */
  .shop .imgs > label:nth-of-type(-n+2) { margin-bottom: 1em; } /* added js2016-10-20, platz dazwischen */

  @media (max-width: 50em) {
  	.shop > * { width: calc(50% - 1em); }
  	.shop .imgs { display: none; }
  	.shop .offers .imgs-subst { display: block; }
  	.shop.without-images .intro .grow { padding-top: 50%; } /* now also 50% for that width */
  }
  @media (max-width: 35em) {
  	.shop > * { width: calc(100% - 1em); }
  	/*.shop .imgs { display: block; }*/
  	.shop .offers .imgs-subst { display: none; }
  	.shop .intro .grow { display: none; } /* .imgs-subst is off and not side-by-side anyway */

  	.shop .img-caru.img-caru { position: static; flex: auto; }
  	.shop [id^="p-shop"]:checked + [data-for] { position: static; }
  	.shop #p-shop-off:checked  + input + * { position: static; display: block; }
  	.shop [for="p-shop-off"] { display: none; }
  	.shop [data-for^="p-shop"] > div {
  		box-shadow: none; display: block;
  		max-width: 100%; margin: 0 1em 1em 0;
  	}
  	.shop  .prev img, .shop .next img {
  		filter: drop-shadow(0 0 .2em rgba(200,200,200,.5)) drop-shadow(0 0 1px white);
  	}
  	.shop .prev { left: 0; }   .shop  .next { right: 0; }
  }

  /* --- */
  .companylist-abc, .companylist-branch {
  	margin: 1em 0; padding: 0;
  	list-style-type: none;
  }
  .companylist-branch { margin: 0 0 .5em 0; }
  .companylist-abc li, .companylist-branch li { margin: 0; padding: 0; }
  .companylist-abc li a, .companylist-branch li a { text-decoration: none; }
/*.companylist-abc::before {
  content: attr(id);
  display: inline-block;
  width: 2em; height: 2em; line-height: 2em;
  padding: 0; margin: .5em 0;
  text-align: center;
  border-radius: 1em;
  background-color: #92bf20; color: white;
  font-size: 1.1em;
  }*/
  .companylist-abc li.prolog a[href="#idx"] {
  	display: inline-block;
  	width: 2em; height: 2em; line-height: 2em;
  	padding: 0; margin: .5em 0;
  	text-align: center;
  	border-radius: 1em;
  	background-color: #92bf20; color: white;
  	font-size: 1.1em;
  }
  .companylist-abc li.prolog img {
  	width: 1em; margin: 0 1em;
  }
  .companylist-abc li.prolog  a[href="#idx"] + a > img                          { margin-left: 2em; }
  .companylist-abc li.prolog a[href="#idx"] + a[rel="next"] > img { margin-left: 5em; }

  .company-index .nur-leiste { text-transform: uppercase; }
  .company-index .nur-leiste .youarehere { color: black; text-shadow: 0 0 2px rgba(200,200,200,.5); }

  .branches { margin-top: 1em; }
  .branches details { margin: .2em 0; }
  .branches summary { }


/******************************
 *
 *	EXTENSION ALLGEMIN
 *
 *****************************/
 .list-tab {
 	margin-left: 20px !important;
 }

 .copyright-foto-dl {
	 color: #000;
	 text-decoration: none;
 }
/******************************
 *
 *	MITARBEITER - TEAM
 *
 *****************************/
 .team {
 	width: 100%;
 	border-spacing: 0;
 }
 .team-container {
 	margin-top: 20px;
 }
 .team thead {
 	background : #93bf20;
 }
 .team thead td {
 	text-align: left;
 	font-size: 1.25em;
 	font-weight: bold;
 	color: #fff;
 	letter-spacing: 0.03em;
 	text-transform: uppercase;
 	padding: 0.03em 0 0.01em;
	padding-left: 0.5em;
 }
 .team tbody td {
	 padding-left:0em;
 }
 .team tbody .team-listing td {
 	/*border-top: 1px solid #c2c2c2;*/
 	border-bottom: 1px solid #c2c2c2;
	padding-left:0.5em;
 }
 .team tbody td a {
 	text-decoration: none;
 	cursor: pointer;
 	/*color: #000;*/
 }
 .team tbody .team-name {
 	font-weight: bold;
 	color: #000;
 }
 .team-single .team-img {
 	max-width: 200px;
 	width: 100%;
 }
 .team-single .intro {
 	width: 70%;
 	margin-right:0px;
 }
 .team-single .zusatz {
 	width: 30%;
 	margin-right: 0px;
 }
/*.team-single .zusatz h4 {
	color: #93bf20;
	}*/
	.team-single section {
		border: 0px;
		margin: 0 1em 1em 0;
		flex: auto;
		box-sizing: border-box;
	}
	.team-single .team-img, .team-single .team-text {
		float:left;
	}
	.team-header span {
		font-weight: normal;
	}
	.team-single ul li {
		list-style-type: none;
		list-style-image: none;
		margin-left: 0px;
	}
	.team-single ul li a {
	/*color: #000;
	text-decoration: none;*/
	cursor: pointer;
}
.teaminner {
	padding: 0px;
}

 @media (max-width: 40em) {
	tr.team-listing {
		display: inherit;
	}
	.team tbody .team-listing td {
		padding-left: 0;
	}
	.team thead tr {
		display: inherit;
	}
	.team thead, .team tbody .team-listing td:last-child {
		display:none;
	}
	.image.team-img {
		padding:0;
	}
	.team-text {
		padding-left:1em;
	}
 }

/******************************
 *
 *	FORM RESET
 *
 *****************************/
 .reset-form {
	background-color: #999;
	padding: 0.24em .7em;
	padding-right: 0.7em !important;
	border: 0 none;
	font-family: "Titillium", sans-serif;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff !important;
	font-size:1em;
 }
 .reset-form:link {
	 color:#fff;
 }
 .reset-form:hover {
	 cursor:pointer;
 }
 
/******************************
 *
 *	DEPARTMENTS
 *
 *****************************/
 .department-show h3 {
 	font-weight: bold;
 	/*color: #93bf20;*/
 }
 .department-show li {
 	margin-left: 0em;
 	list-style-type: none;
 }
 .show-left {
 	width: 70%;
 	float:left;
 }
 .show-right {
 	width: 30%;
 	float: left;
 }
 
 @media (max-width: 50em) {
	.leistungen .content-left, .leistungen .content-right { width: calc(100% - 1em); }
 }
 
@media (max-width: 35em) {
	
	.team-single .into, .team-single .zusatz { width: calc(100% - 1em); }
	.show-left { width: calc(100% - 1em); }
  	.show-right { width: calc(100% - 1em); }
}

 .leistungen h3 {
 	margin-top: 20px !important;
 	margin-bottom: 0px;
 	font-size: 1.17em;
 	font-weight: bold;
 	letter-spacing: 0.03em;
 	/*color: #93bf20;*/
 }
 .leistungen h4 {
 	margin-top: 20px;
 	margin-bottom: 0px;
 }
 .leistungen li {
 	list-style-type: none;
 	margin-left:0em;
 }


.external-link-new-window::before {
	display: inline-block;
	content: url('../Images/symbols/raus-grau-rd.svg');
	width: 1em;
	height: auto;
	vertical-align: middle;
	margin: 0 .2em 0 0;
}
/*.text .external-link-new-window::before {
	height: 1em;
}*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .external-link-new-window::before {
	  height: 1em;
	  margin-top:-6px;
	  /*float:left;*/
  }
}

 .link-extern::before {
 	display: inline-block;
 	/*content: url('../Images/symbols/raus-grau-rd.svg');*/
 	content: '';
 	width: 1em;
	height: 1em;
 	margin-left: -0.2em;
 	margin-top: 0.35em;
 	float: left;
 	position: absolute;
 	left: 1em;
	background-image: url('../Images/symbols/extern2.png');
	background-position: 0% 0%;
    background-size: 3.8em;
	background-repeat: no-repeat;
 }
 .link-intern::before {
	display: inline-block;
    content: '';
    width: 1em;
	height:1em;
    margin-left: -0.2em;
    margin-top: 0.35em;
    float: left;
    position: absolute;
    left: 1em;
	background-image: url('../Images/symbols/extern2.png');
	background-position: 100% 0%;
    background-size: 3.8em;
	background-repeat: no-repeat;
 }
  .forms-list .link-intern::before {
     display: inline-block;
    content: '';
    width: 1em;
	height:1em;
    margin-left: -0.2em;
    margin-top: 0.35em;
    float: left;
    position: absolute;
    left: 1em;
	background-image: url('../Images/symbols/dl_down.png');
	background-position: 100% 0%;
    background-size: 1em;
	background-repeat: no-repeat;
 }
 
 .department-show .link-intern::before {
	display: inline-block;
    content: '';
    width: 1em;
	height:1em;
    margin-left: -1.2em;
    margin-top: 0.35em;
    float: left;
	left: inherit;
    position: absolute;
	background-image: url('../Images/symbols/extern2.png');
	background-position: 100% 0%;
    background-size: 3.8em;
	background-repeat: no-repeat;
 }
 .department-show  .link-extern::before {
 	display: inline-block;
 	/*content: url('../Images/symbols/raus-grau-rd.svg');*/
 	content: '';
 	width: 1em;
	height: 1em;
 	margin-left: -1.2em;
 	margin-top: 0.35em;
 	float: left;
	left: inherit;
 	position: absolute;
	background-image: url('../Images/symbols/extern2.png');
	background-position: 0% 0%;
    background-size: 3.8em;
	background-repeat: no-repeat;
 }

 .content-left .inner {
 	padding-right:50px;
 }

/*******************
 *
 *	PAGINATION
 *
 *******************/
 .f3-widget-paginator {
 	display: flex;
	background-color: #9a9a9a;
	padding: 0.2em 0;
	margin:0;
 }
 .f3-widget-paginator li {
 	list-style-type: none;
 	text-decoration: none;
 }
 .f3-widget-paginator li a {
 	text-decoration: none;
 	/*color: #000;*/
	color: #fff;
 }
 .f3-widget-paginator li a:hover {
 	/*color: #93bf20;*/
 	color: #000;
 }
 .f3-widget-paginator .current {
 	/*color: #93bf20;*/
 	color: #000;
 }
 
 /*********************************
 *
 *	DIVIDER
 *
 *********************************/
 .ce-div {
	 border:0;
	 margin:1em 0;
 }
 
 /*********************************
 *
 *	VEREIN
 *
 *********************************/
 .verein-show .intro .image img {
	 width:auto;
 }
 .google-maps-link, .google-maps-link:visited , .google-maps-link:link{
	 color: #000;
	 text-decoration: none;
 }
 
 
 /*********************************
 *
 *	MUSTERBOX
 *
 *********************************/
 .muster-box {
	 position: relative;
	 float:right;
	 top:0;
	 right:0;
	 background: #dfe1df;
	 padding: 1em;
	 max-width: 19em;
	 z-index: 9999;
 }
 .muster-box h3 {
	 font-weight: bold;
 }
 .muster-box li {
	 list-style-type: none;
	 margin:0;
	 padding: 0.2em 0;
 }
 .muster-box a {
	 font-size:1em;
 }
 
 .impaddresses {
	 width: 100%;
 }
 .impaddress {
	 width: 100%;
	 overflow: auto;
 }
 .impaddress .left {
	 width: 80%;
	 float:left;
 }
 .impaddress .right {
	 width: 20%;
	 float: left;
 }
 @media (max-width: 40em) {
	 .impaddress {
		 margin-bottom: 1em;
	 }
	.impaddress .left, .impaddress .right {
		width: 100%;
	}
 }
 
 /*********************************
 *
 *	SEARCH
 *
 *********************************/
 .tx-indexedsearch-res {
	 border-top: 1px solid #c2c2c2;
 }
 .tx-indexedsearch-search-submit input {
	background-color: #93bf20;
    color: white;
    padding: 0.2em .7em;
    border: 0 none;
	font-weight: 900;
    letter-spacing: .08em;
	font-family: "Titillium", sans-serif;
	text-transform: uppercase;
	-webkit-appearance: none;
 }
 .tx-indexedsearch-search-submit input:hover {
	cursor:pointer;	
 }
 .tx-indexedsearch-browsebox li {
	 display: inline-block;
 }
 .tx-indexedsearch-browsebox li:first-child {
	 margin-left: 0px;
 }
 .tx-indexedsearch-browsebox li a {
	 color: #000;
	 text-decoration: none;
 }
 .tx-indexedsearch-browsebox li a:hover {
	 color: #93bf20;
 }
 .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
	 color: #93bf20;
 }
 .tx-indexedsearch-res h3 {
	 font-weight: bold;
 }
 .tx-indexedsearch-text-item-path {
	 margin-left: 0px;
 }
 .tx-indexedsearch-form, .tx-indexedsearch-search-submit {
	 display: inline-block;
 }
 .advanced-sr {
	 margin: 0.5em 0;
 }
 .sr-label {
	 width:15%;
	 display:inline-block;
 }
 .sr-field {
	 width:84%;
	 display: inline-block;
 }
/*******************
 *
 *	EVENTS LIST
 *
 ********************/
 .event-list.result-list {
	 margin-top: 1em;
 }
 /*Show*/
 .event .content-left {
	 width:60%;
	 float:left;
 }
 .event .content-right {
	 width:40%;
	 float:right;
 }
 @media (max-width: 640px) {
	 .event .content-left {
		 width:100%;
		 float:left;
	 }
	 .event .content-right {
		 width:100%;
		 float:right;
	 }
 }
 
 .search-teaser {
	 width:98.4%;
 }
 
 .col-70 {
 	width: 70%;
 	float: left;
 	overflow: hidden;
 }
 .col-30 {
 	width: 30%;
 	float: left;
 	overflow: hidden;
 }
 .event-hold {
 	border: 1px solid #c2c2c2;
 	overflow: hidden;
 	margin-bottom: 1em;
 }
 .event-hold .event-text {
 	padding:1em;
 }
 .event-list .event-img {
 	width:100%;
 	height: auto;
 	max-height: 185px; 
 }

 .event-hold h2 {
 	margin: 0px;
 }

 .event-search {
 	position: relative;
 	overflow: hidden;
 	margin-top: 1em;
	margin-bottom: 1em;
 }
 .event-themen select, .event-dates div input {
 	/*width:100%;*/
 	width:81%;
 }
.search-form #from,
.search-form #to {
	line-height: 1.5em;
}
.search-form .ui-datepicker-trigger {
	height: 1.5em;
	width: auto;
	max-width: none;
	padding-top: .15em;
	margin-top: 1px;
}
 .search-form .datepickerino {
	 width:88%;
	 max-width: 88%;
 }
 .search-form .ui-datepicker-trigger {
	 width:100%;
	 max-width:11%;
	 float: right;
	 /*padding-top: 2%;*/
 }
 .event-dates .ui-datepicker-trigger {
	 width:100%;
	 max-width:15%;
	 float: right;
 }
 .event-create .input-time {
	 width:88%;
	 max-width:88%;
 }
 .event-create .ui-datepicker-trigger {
	 width:100%;
	 max-width:7%;
	 float:right;
 }
 .row {
 	width:100%;
 }

 .event-filter {
 	width: 60%;
 	min-width: 60%;
 	float:left;
 }
 .event-calendar {
 	width: 35%;
 	min-width: 35%;
 	float:right;
 }
 .event-query, .event-query input {
 	width: 100%;
 }
 .event-dates {
 	width: 100%;
 	/*overflow: hidden;*/
 	margin-top:1em;
 	display:flex;
 }
 .event-date {
 	width: calc(40% - 1em);
 	margin: 0 1em 1em 0;
 	flex: auto;
 }
 .event-themen {
 	width:100%;
 	margin-top:10px;
 	display: flex;
 }
 .event-themen .event-blankdiv label {
 	vertical-align: top;
 	font-size: 1.3em;
 	font-weight: bold;
 	color: #6c6c6c;
 }

 .event-blankdiv {
 	flex: auto;
 	width: calc(20% - 1em);
 }
 .event-select {
 	flex:auto;
 	width: calc(40% - 1em);
 	margin: 0 1em 1em 0;
 }
 .event-category {
 	flex: auto;
 	width: calc(40% - 1em);
 }
 .event-category label {
 	float: left;
	width:100%;
 }
 /*.event-location {
	text-decoration: underline;
 }*/

.event .description {
	margin-bottom: 1em;
	margin-right: 2em;
	border-bottom: 1px solid #c2c2c2;
}
 @media (max-width: 40em) {
	.event-blankdiv {
		display: none;
	}
	.event-filter {
		width: 98%;
	}
	.event-calendar {
		width:100%;
		display: none;
	}
	.event-select {
		width: calc(50% - 1em);
	}
	.event-date {
		width: 100%;
		float:left;
	}
	.event-dates div input {
		width:80%;
	}
	.event-themen select {
		width: 100%;
	}
	.col-70 {
		width: 100%;
	}
	.col-30 {
		width: 90%;
	}
 }




 .last {
 	margin-right: 0em;
 }

 .ev-s {
 	width:20%;
 }
 .ev-m {
 	width:40%;
 }


 /* #datepicker*/
 #datepicker, #ui-datepicker-div {
 	background: #fff;
 	position: relative;
 }
 #datepicker .ui-datepicker-prev {
 	position: absolute;
 	left: 5em;
 }
 #datepicker .ui-datepicker-next {
 	position: absolute;
 	right: 5em;
 }
 #ui-datepicker-div .ui-datepicker-prev {
 	position: absolute;
 	left: 3em;
 }

 #ui-datepicker-div .ui-datepicker-next {
 	position: absolute;
 	right: 3em;
 }

 #ui-datepicker-div {
 	width:18em;
 	border: 1px solid #c2c2c2;
 }
 #datepicker table, #ui-datepicker-div table {
 	width: 100%;
 }
 #datepicker td, #ui-datepicker-div td {
 	text-align: center;
	/*padding: 10px;
	border-radius:23px;*/
 }
 #datepicker a, #ui-datepicker-div a {
 	color: #000;
 	text-decoration: none;
 }
 #datepicker .ui-datepicker-today, #ui-datepicker-div .ui-datepicker-today {
 	background: #fff;
 }
 #datepicker .ui-datepicker-today a , #ui-datepicker-div .ui-datepicker-today a{
 	color: #000;
 }
 #datepicker .ui-datepicker-title, #ui-datepicker-div .ui-datepicker-title {
 	font-weight: bold;
 	text-align: center;
 	font-size: 1.2em;
 }
 #datepicker td:hover, #ui-datepicker-div td:hover {
 	/*background: #c2c2c2;*/
 	cursor: pointer;
 }
 /*#datepicker .ui-datepicker-unselectable, #ui-datepicker-div .ui-datepicker-unselectable {*/
 #datepicker .ui-datepicker-unselectable, #ui-datepicker-div .ui-datepicker-unselectable {
 	color: #c2c2c2;
 	background: none;
 }
 #datepicker .ui-datepicker-unselectable:hover, #ui-datepicker-div .ui-datepicker-unselectable:hover {
 	background: none;
 	cursor: normal;
 }
 #ui-datepicker-dev .ui-datepicker-unselectable {
 	color: 
 }

 /*#datepicker td.highlight {
 	background: #93bf20;
 	cursor: pointer;
 }*/
 
 /*#datepicker td.highlight a:hover, #datepicker td.highlight span:hover {
	background: #c2c2c2;
 	cursor: pointer; 
 }*/

 /*#datepicker .ui-state-disabled, #ui-datepicker-div .ui-state-disabled {
 	background: none;
 }*/
 /*#datepicker .ui-datepicker-unselectable.highlight:hover {
 	background: #93bf20;
 }*/
#datepicker .ui-datepicker-buttonpane button {
	text-align: center;
    margin: 0 auto;
    position: relative;
    background: none;
    border: none;
    font-weight: bold;
    width: 100%;
}
 #datepicker td.highlight a {
 	color: #fff;
 }
#datepicker .ui-state-default {
	display: inline-block;
    border: solid 1px transparent;
    border-radius: .8em;
    height: 1.6em;
    line-height: 1.6em;
    width: 1.6em;
    transition: all 1s ease-in-out 0s;
}
#datepicker .highlight a, #datepicker .highlight span {
	border-color: #93bf20;
    background: #93bf20;
}
#datepicker .highlight a:hover, #datepicker .highlight span:hover {
	border-color: #c2c2c2;
    background: #c2c2c2;
	cursor: pointer;
	color: #fff;
}

/*********************************
 *
 *	TEXTMEDIA IMAGES 2 Columns
 *
 *********************************/
 .row-textmedia {
	display: flex;
	margin-bottom: 1em;
 }
 .col-textmedia {
	 width:50%;
	 flex: auto;
 }
 @media (max-width: 35em) {
	.col-textmedia {
		width: 100%;
	}
 }


 body.events-ovw .white .event-list, body.events-ovw .white .event-list ul {
 	list-style-type: none; padding: 0; margin: 0;
 }
 body.events-ovw .white .event-list > li {
 	border: 1px solid #ccc;
 	margin: 1em 0; padding: .5em;
 	clear: right; overflow-y: hidden;
 }
 body.events-ovw .white .event-list img {
 	max-height: 10em;
 }
 body.events-ovw .white ul.event-list .poster {
 	float: right; max-width: 33%; margin: -.5em -.5em -.5em 0;
 }
 body.events-ovw .white .event-list > li li, body.events-ovw .white table.event-list li {
 	margin: 0; padding: 0;
 }

 body.events-ovw .white table.event-list {
 	border-collapse: separate; border-spacing: 0 1em; width: 100%;
 }
 body.events-ovw .white table.event-list.with-spacer-rows { border-spacing: 0; }
 body.events-ovw .white table.event-list td {
  /*border: 1px solid #ccc; 
  border-image-source: linear-gradient(white, white calc(50% - 1px), black calc(50% +1 px), white 100%);
  border-image-outset: 1em;
  border-image-width: 1em;*/
  border: 1px solid #ccc;
  
}
body.events-ovw .event-list.with-spacer-rows tr:nth-child(2n) td { border: 0 none; }
body.events-ovw .white table.event-list td:first-child { border-right: 0 none; padding: .5em; vertical-align: top; }
body.events-ovw .white table.event-list td:nth-child(2) { border-left: 0 none; padding: 0; max-width: 33%; line-height: 0; text-align: right; }
body.events-ovw .event-list h3 {
	margin: 0; padding: 0;
}
@media (max-width: 35em) {
	body.events-ovw .white table.event-list td:nth-child(2), body.events-ovw .white ul.event-list .poster { display: none; }
	body.events-ovw .white table.event-list td:first-child { border-right: 1px solid #ccc; }
}

/* events overview */
.event-navbar { _display: inline-block; _height: 100%; }
.event-navbar .ev-nav-btns { color: white; display: inline; line-height: 1; }
.event-navbar .ev-nav-btns button {
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
	color: inherit;
	background-color: inherit;
	font-family: inherit;
	font-size: inherit;
	display: inline;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0;
	cursor: pointer;
}
.event-navbar .ev-nav-btns button[name="page"]::after, .event-navbar .ev-nav-btns .btn-page::after { content: ' /'; }
.event-navbar .ev-nav-btns button[name="page"]:nth-last-child(3)::after, .event-navbar .ev-nav-btns .btn-page:nth-last-child(3)::after { content: none; }
/*._event-navbar .ev-nav-btns button:last-child::after { display: inline-block; height: 100%; width: 0; vertical-align: middle; }*/
.event-navbar select { display: inline-block; font-size: .75em; padding: 0; margin: 0.1em 0 0.1em 1em; _margin: 0; vertical-align: middle; }
.event-navbar .ev-nav-pgs { display: inline-block; /*table-cell;*/ vertical-align: middle; }
.event-navbar select { display: inline-block; }
.event-navbar option { text-align: right; font-size: 1.2em; }

.events-ovw .search-form table { width: 100%; }
.events-ovw .search-form tbody { position: relative; }
.search-form .secondline-tr { display: inline; }
.search-form .secondline-tr > div { display: inline-block; }
.search-form .secondline-tr .invisible { position: absolute; } /* + wo space need */
/*._search-form .th { }*/
.events-ovw .chkbox-group { display: inline-block; vertical-align: top; }

@media (min-width: 45em) {
	.search-form #theme, .search-form #from, .search-form #to { min-width: 10em; _box-sizing: border-box; }
}
@media (max-width: 27em)
{ .search-form .secondline-tr { display: block; padding-top: .4em; }
.search-form .secondline-tr .invisible { position: static; }
.search-form .secondline-tr .th { position: absolute; left: 0; }
.search-form #theme, .search-form #from, .search-form #to { min-width: 10em; _box-sizing: border-box; }
}
@media (max-width: 24em)
{ .search-form #theme, .search-form #from, .search-form #to, .search-form .td { width: 100%; box-sizing: border-box; }
}

.twothirds { display: -webkit-flex; display: flex; width: 100%; }
.twothirds > * { flex: 0 1 auto; }
.twothirds > *:first-child { -webkit-flex-grow: 2; flex-grow: 2; }
.twothirds > *:last-child { max-width: 33%; flex-basis: 33%; }

.events-ovw .twothirds { margin-top: 1em; }

@media (max-width: 40em)
{ .events-ovw .cal-widget { display: none; }
}

/*._events-ovw .stretch-group button { max-width: 15em; }*/

/*.event-navbar option::after { content: 'bla bla bla'; } - FF works, Blink don't */

@media (max-width: 25em) {
	.events-ovw .event-navbar select { display: none; } /* XXX not ideal ... */
}



/* SCROLLBOX */
.scrollbox-container {
	position: relative;
	margin: 1.5em 0;
	padding: 0 3em;
}
.scrollbox-container.hideControls {
	padding: 0;
}
.scrollbox-container.hideControls .next,
.scrollbox-container.hideControls .prev {
	display: none;
}
.scrollbox-container.layout0.layout0-framed .img img {
	border: solid 1px #eee; /* TODO(chris): Bug: It gets strechted too! */
}
.scrollbox-container .next,
.scrollbox-container .prev {
	position: absolute;
	top: 50%;
	z-index: 20;
	transform: translateY(-50%);
	width: 2.5em;
}
.scrollbox-container .next img,
.scrollbox-container .prev img {
	margin-top: -50%;
}
.scrollbox-container .next {
	right: 0;
}
.scrollbox-container .prev {
	left: 0;
}
.scrollbox {
	overflow: hidden;
}
.scrollbox > ul {
	width: 100%;
	display: flex;
	margin: 0;
}
.scrollbox > ul > li {
	flex: 0 0 auto;
	display: inline-block;
	margin: 0;
	overflow: visible;
	vertical-align: top;
}
.scrollbox > ul > li,
.layout0 .scrollbox > ul > li {
	width: 14.2857%;
}

.layout0 .scrollbox > ul > li .img {
	padding: 50% 5px;
}
.scrollbox > ul > li .img img {
	margin: 0 auto;
}
.scrollbox > ul > li .img div {
	text-align: center;
}
.scrollbox > ul > li img {
	position: relative;
	display: block;
}
.scrollbox > ul > li,
.scrollbox.sb-bw > ul > li,
.scrollbox.sb-fw > ul > li {
	transition: all .3s linear 0s; /* TODO(chris): can I use ease here?? */
}
.scrollbox > ul > li img {
	transition: transform .3s ease-out 0s;
	max-width: 100%;
}
.scrollbox.sb-bw > ul > li img,
.scrollbox.sb-fw > ul > li img {
	transition: transform .3s ease-in 0s;
}

.scrollbox .sb-bw-0,
.scrollbox .sb-fw-x {
	margin: 0 0 0 -14.2857%;
}
.scrollbox.sb-bw .sb-bw-0,
.scrollbox.sb-fw .sb-fw-0 {
	margin: 0 0 0 -7.14285%;
}

.layout0 .scrollbox > ul > li img,
.layout0 .scrollbox > ul > li img {
	transform: scale(1,1);
	-ms-transform: scale(1);
	z-index: 1;
}
.layout0 .scrollbox > ul > li:nth-child(3) img,
.layout0 .scrollbox > ul > li:nth-child(5) img {
	transform: scale(1.25,1.25);
	-ms-transform: scale(1.25);
	z-index: 10;
}
.layout0 .scrollbox > ul > li:nth-child(4) img {
	transform: scale(1.75,1.75);
	-ms-transform: scale(1.75);
	z-index: 20;
}

.layout0 .scrollbox.sb-bw > ul > li:nth-child(3) img,
.layout0 .scrollbox.sb-bw > ul > li:nth-child(6) img {
	transform: scale(1.125,1.125);
	-ms-transform: scale(1.125);
	z-index: 1;
}
.layout0 .scrollbox.sb-bw > ul > li:nth-child(4) img {
	transform: scale(1.5,1.5) translateX(-20%);
	-ms-transform: scale(1.5);
	z-index: 10;
}
.layout0 .scrollbox.sb-bw > ul > li:nth-child(5) img {
	transform: scale(1.5,1.5) translateX(20%);
	-ms-transform: scale(1.5);
	z-index: 20;
}

.layout0 .scrollbox.sb-fw > ul > li:nth-child(3) img,
.layout0 .scrollbox.sb-fw > ul > li:nth-child(6) img {
	transform: scale(1.125,1.125);
	-ms-transform: scale(1.125);
	z-index: 1;
}
.layout0 .scrollbox.sb-fw li:nth-child(4) img {
	transform: scale(1.5,1.5) translateX(-20%);
	-ms-transform: scale(1.5);
	z-index: 20;
}
.layout0 .scrollbox.sb-fw > ul > li:nth-child(5) img {
	transform: scale(1.5,1.5) translateX(20%);
	-ms-transform: scale(1.5);
	z-index: 10;
}

.layout0 .scrollbox > ul > .sb-fw-x ~ li:nth-child(3) img {
	transform: scale(1,1);
	-ms-transform: scale(1);
	z-index: 1;
}
.layout0 .scrollbox > ul > .sb-fw-x ~ li:nth-child(4) img,
.layout0 .scrollbox > ul > .sb-fw-x ~ li:nth-child(6) img {
	transform: scale(1.25,1.25);
	-ms-transform: scale(1.25);
	z-index: 10;
}
.layout0 .scrollbox > ul > .sb-fw-x ~ li:nth-child(5) img {
	transform: scale(1.75,1.75);
	-ms-transform: scale(1.75);
	z-index: 20;
}

.layout0 .scrollbox > div {
	margin-left: -300%;
	margin-bottom: 1em;
	overflow: hidden;
}
.layout0 .scrollbox > div:empty {
	display: none;
}

.layout2 .scrollbox .img div {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1em 0.51em 0;
	line-height: 1.2em;
}
.layout2 .scrollbox .img a {
	text-decoration:none;
}
.layout2 .scrollbox .img a:hover > img {
	opacity: .9;
}
.layout2 .scrollbox .img a:hover > div {
	font-weight: bold;
}

.scrollbox > div > * {
	text-align: center;
	display: block;
	float: left;
	opacity: 0;
	transition: opacity .3s ease-in-out 0s;
}
.scrollbox > div > :nth-child(4) {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.scrollbox > div ul {
	list-style: none;
}

.scrollbox-container.layout1 ul img {
	border: solid 1px #ccc;
}
.scrollbox .title-top p {
	padding: 0;
    margin: 0;
}

@media (max-width: 50em) {
	.scrollbox > ul > li {
		width: 20%;
	}
	.scrollbox .sb-bw-0,
	.scrollbox .sb-fw-x {
		margin: 0 0 0 -20%;
	}
	.scrollbox.sb-bw .sb-bw-0,
	.scrollbox.sb-fw .sb-fw-0 {
		margin: 0 0 0 -10%;
	}
}
@media (max-width: 40em) {
	.scrollbox > ul > li {
		width: 33.3333%;
	}
	.scrollbox .sb-bw-0,
	.scrollbox .sb-fw-x {
		margin: 0 0 0 -33.3333%;
	}
	.scrollbox.sb-bw .sb-bw-0,
	.scrollbox.sb-fw .sb-fw-0 {
		margin: 0 0 0 -16.66665%;
	}
}
@media (max-width: 25em) {
	.scrollbox > ul > li {
		width: 100%
	}
	.scrollbox .sb-bw-0,
	.scrollbox .sb-fw-x {
		margin: 0 0 0 -33.3333%;
	}
	.scrollbox.sb-bw .sb-bw-0,
	.scrollbox.sb-fw .sb-fw-0 {
		margin: 0 0 0 -16.66665%;
	}
	
	.scrollbox > ul > li,
	.layout0 .scrollbox > ul > li {
		width: 100%;
	}
	.layout0 .scrollbox > ul > li .img {
		padding: 0;
	}
}


/* SHARE BUTTONS */
.share-buttons > li {
	display: inline-block;
	position: relative;
}
.share-buttons > li .switch {
	display: none;
}
.share-buttons > li .switch + .share-buttons-list {
	display: none;
}
.share-buttons > li .switch:checked + .share-buttons-list {
	display: block;
}
.share-buttons .share-buttons-list {
	position: absolute;
	bottom: 120%;
	right: 0;
	text-align: left;
	background: white;
	border: solid 1px #ccc;
	z-index: 1000;
	line-height: 1.4em;
}
.share-buttons .share-buttons-list li {
	display: block;
	margin: 0;
	white-space: nowrap;
	padding: 0 .5em;
}


/* TEXTMEDIA */
/* TODO(chris): padding? inline floats? */
.title-img {
	display: flex;
	flex-flow: row wrap;
}
.img-pos-center .title-img {
	justify-content: center;
}
.img-pos-right .title-img {
	justify-content: flex-end;
}
.img-pos-right .title-img a {
	/*width: 100%;*/
}
.title-img > * {
	flex: none;
}

.direct-wire .title-img img {
	max-width: 100%;
	height: 100%;
}
.title-img img {
	max-width: 100%;
	height: auto;
	/* added */
	height: 100%;
	float:left;		/* CHANGED */
}
.img-pos-above img {
	height: auto;
}
.img-cols-2 .title-img > * {
	width: 50% !important;
	margin-bottom: 2em;
}
.img-cols-2 .title-img .copyright {
	display:none;
}
.img-cols-3 .title-img > * {
	width: 33.3333%;
}
.img-cols-4 .title-img > * {
	width: 25%;
}
.text-with-img.img-pos-intext {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 -10px;
}
.text-with-img.img-pos-intext > div {
	-webkit-flex: auto; flex: auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.text-with-img.img-pos-intext > .text { min-width: 66.6667%; }
.text-with-img.img-pos-intext > .title-img { max-width: 33.3333%; /* added */ min-width: 33.3333%; height:100%;}
.text-with-img.img-pos-intext.img-pos-right > .text { order: 1; }
.text-with-img.img-pos-intext.img-pos-right > .title-img { order: 2; }

.text-with-img .text > :first-child,
.text-with-img .text > :first-child * {
	margin-top: 0;
}

.title-img .title {
	width:100%;
}

 @media (max-width: 40em) {
	.img-cols-2 .title-img > * {
		width: 100%;
	}
	.img-cols-3 .title-img > * {
		width: 100%;
	}
	.img-cols-4 .title-img > * {
		width: 100%;
	}
	/*.text-with-img.img-pos-intext > .text {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.text-with-img.img-pos-intext > .title-img {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}*/
 }

/* NEWS */
.teaser { font-weight: bold;	 }


/* General */
footer.content-info {
	border-top: solid 1px #ccc;
	margin-top: 1em;
	padding: .3em 0;
}
footer.content-info .updated-at {
	font-size: .7em;
	margin: 0;
}
footer.content-info .share-buttons {
	float: right;
	margin: 0;
}

/* Popup */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 500px;
	margin: 20px auto;
}
.white-popup h3 {
	color: #93bf20;
}

.bg-a {
	background: #fafafa;
}
.bg-b {
	background: #f2f2f2;
}

_:-ms-lang(x),
.events .links a {
		background-size: 4.5em, auto;
		background-position: -1em center, right;
}
_:-ms-lang(x),
#nav-main li label::before {
	z-index: 99999;
	margin-top:-68px;
}
_:-ms-lang(x),
#nav-main li a[href^='http']::before {
	z-index: 99999;
	margin-top:-68px;
}

.disclaimer-small {
	font-size:12px;
	text-align:justify;
}
.table-style-top {
	padding: 0 10px;
}
.table-style-top th {
	text-align: left;
}
.table-style-top td {
vertical-align: top;
}

.delete-association-form , .change-association-pw {
	display:none;
}
content, main {
	margin-bottom:6em;
}
main {
	margin-bottom: 0;
}
.qq-upload-button {
	background: #f58220 !important;
	width: 125px !important;
}
.i > * {
	z-index: 99999;
}
.tx-felogin-pi1 fieldset {
		border: 0;
		padding: 0;
		margin: 0;
	}
.tx-felogin-pi1 legend {
		display: none;
	}
.tx-felogin-pi1 input[type="submit"] {
		background-color: #93bf20;
		color: white;
		padding: 0.2em .7em;
		border: 0 none;
		font-weight:bold;
		text-transform:uppercase;
		margin-top: 1em;
	}
.pw-forgot-input {
		margin-top: 1em;
	}
	
@media(max-width: 480px) {
	.f3-widget-paginator {
		display: inline-block;
	}
	.f3-widget-paginator li {
		display: inline-block;
	}
	.event-category label {
		font-size: 13px;
	}
	.content-left .inner {
		padding-right: 0;
	}
}
#pid205 .copyright-foto-dl{
	/*display: none;
	visibility: invisible;*/
	float:left;
}
.btn-line .bt-nl {
	color: white;
    background-color: #93bf20;
}
.btn-line .bt-nl:hover {
	cursor: pointer;
}


.newsletter-abmeldung-btn {
	font-size:14px;
	margin-bottom: 1em;
	margin-top: 5em;
}
.newsletter-abmeldung-btn:hover {
	cursor: pointer;
}
.tx-indexedsearch-redMarkup {
	font-weight: normal;
}

.event-created .alert-success {
	list-style-type: none;
	margin: 0;
	padding: 0.5em;
}
.event-created .alert-success h4 {
	margin: 0;
}
.event-created {
	background: #93bf20;
}

form.login input {
	display: block;
	margin-bottom: 1em;
}
form.login label {
	display:block;
}
form.login .asso-edit {
	display: block;
	margin-bottom: 1em;
}


@media(max-width: 600px) {
	.content-left {
		width:100%;
	}
	.content-right {
		width:100%;
	}
}
@media(max-width: 930px) {
	.umzug-container > aside {
		width:40% !important;
	}
}
@media(max-width: 700px) {
	.umzug-container > aside {
		width:50% !important;
	}
}
@media(max-width: 570px) {
	.umzug-container > aside {
		width:100% !important;
	}
}
#pid234 .content-right .inner, #pid235 .content-right .inner {
	padding-left:0px !important;
}
#pid235 .femanager_flashmessages>.message-0 {
	background-image: none;
}
#pid235 .femanager_flashmessages>.message--2 {
	background-image: none;
}
#pid234 footer {
	display:none;
}
#pid235 footer {
	display:none;
}

.content-right .title-img a {
	max-width:100%;
}
.content-right img {
	width: 100%;
	max-width: 100%;
	position: relative;
}
#pid234 .quick.btn-orgie, #pid235 .quick.btn-orgie {
	margin: 10% 0;
}
#pid234 .header-img, #pid235 .header-img {
	background-size: contain;
    background-position: top center;
    min-height: 275px;
    background-repeat: no-repeat;
}

#pid234 .title-img img, #pid234 .title-img a {
	width:100%;
	/*max-width:180px;*/
	height: 100% !important;
	margin-bottom: 0.5em;
}
 #pid234 .title-img a img {
	 margin-bottom:0;
 }

@media (max-width: 640px) {
	#pid234 .gs-register-field {
		margin-bottom: 1.2em !important;
	}
	#pid234 .white {
		padding:0 1em;
	}
	#pid234 .title-img img {
		width: 33% !important;
		height: 100% !important;
		float: left !important;
		margin: 1em 0;
	}
	#pid234 .title-img a {
		width: 33% !important;
		height: 100% !important;
		float: left !important;
		margin: 1em;
	}
	#pid234 .title-img a img {
		width: 100% !important;
		height: 100% !important;
		float: left !important;
		margin: 1em 0;
	}
}


#pid108 .img-cols-2 .title-img > * {
	width:100%;
}
#pid234 .tx-felogin-pi1 h2 {
	display:none !important;
}

#pid5 .scrollbox-container.hideControls .next, .scrollbox-container.hideControls .prev {
	display:block !important;
}

.img-cols-1.layout0 a {
	width: 100%;
	margin-bottom: 1em;
}
.img-cols-1.layout0 .copyright {
	width: 100%;
}

#sbBottomContainer {
	z-index: 999 !important;
}
div#sbCenter {
    z-index: 9999;
}


#pid684 .content-left .text-with-img.img-pos-above.img-pos-center.img-cols-1.layout0 img {
	height:100% !important;
}