@charset "UTF-8";
/* CSS Document */


/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
body {
	line-height: 1;
	min-width: 320px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*table td {
	vertical-align: top;
}*/
/* CSS Reset Ende */


/*only iPhone*/
@media only screen and (max-device-width: 960px) {
/*fixes too big font in mobile Safari*/
html {
	-webkit-text-size-adjust:none;
}
}


.clear {
	display: none;
}
a {
	color: #063;
	text-decoration: none;
}
a:hover {
	color: #1db400;
}
body {
	background-color: #E6E6E6;
	font-family: "hypatia-sans-pro", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	text-align: left;
}
body#programm-innen, body#foto-archiv-innen {
	background-color: #fff;
}
#page {
	max-width: 960px;
	min-height: 800px;
	width: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 175px;
	padding-left: 30px;
	background-image: url(../images/pasing-panorama-1920.jpg);
	background-size: 960px;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}


@media (max-width: 620px) {
	#page {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 120px;
	}
}

@media (max-width: 550px) {
	#page {
		background-position: -130px bottom;
		background-size: 180%;
		margin-top: 0px;
	}
}
@media (min-width: 960px) {
	#page {
		margin-top: 10px;
	}
}


#logo {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}
#logo img {
	max-width: 540px;
	width: 100%;
	height: auto;
}


.navi-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 13px;
	content: url("../images/hamburger.svg");
  	width: 30px;
  	height: 30px;
	cursor: pointer;
	z-index: 20;
}
#navi {
	max-width: 900px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
#navi ul {
	display: flex;
	gap: 1px;
}
#navi li {
	display: inline-block;
	flex: 1 1 0px;
	line-height: 0;
	font-size: 0;
}
#navi li a {
	background: #006633;
	display: inline-block;
	width: 100%;
	height: 30px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	line-height: 30px;
}
#navi li a:hover {
	background: #329137;
}
#navi li a:active {
	background: #47A54B;
}

@media (max-width:800px) {
	#navi li {
		display: inline-block;
		flex: auto;
		line-height: 0;
		font-size: 0;
	}
}

@media (max-width:620px) {
	.navi-toggle {
		display: block;
		z-index: 20;
	}
	#navi {
		width: 130px;
		overflow: hidden;
		position: absolute;
		background: white;
		z-index: 20;
	}
	#navi ul {
		transition: all 0.5s; 
		margin-top: -200px;
		flex-direction: column;
	}
	#navi.open ul {
		margin-top: 0;
	}
	#logo {
		max-width: 360px;
		margin-bottom: 0px;
	}
	
	.kopf {
		position: absolute;
		padding-bottom: 15px;
		padding-left: 15px;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 2px 1px rgba(0,0,0,0.05);
	}
	#navi {

	}
	#page {
		padding-top: 0;
	}

	#content {
		padding-top: 100px;
	}
}

#home #navi-home a, #verein #navi-verein a, #team #navi-verein a, #boellern #navi-boellern a, #kanone #navi-boellern a, #programm #navi-programm a, #foto #navi-foto a, #kontakt #navi-kontakt a, #impressum #navi-kontakt a {
	
	background: #940120;
	cursor: default;
}


#content {
	position: relative;
	display: flex;
	gap: 30px;
}
#content p {
	margin-bottom: 9px;
}
h1 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #C41417;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 9px;
	font-weight: 600;
}
h3 {
	margin-bottom: 9px;
	font-weight: 600;
}
h4 {
	font-weight: 600;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
}
b {
	font-weight: 600;
}
i {
	font-style: italic;
}


.col3_1-2 {
	flex: 2 1 0px;
}
.col3_1 {
	flex: 1.1 1 0px;
}
.col3_2 {
	flex: 1 1 0px;
}
.col3_3 {
	flex: 1.049 1 0px;
}
.col3_2-3 {
	flex: 2.44 1 0px;
}
.col3_1-3 {
	width: 100%;
}

@media (max-width: 850px) {

	.col3_1-3 {
		width: 100%;
	}
	
	.col2_1 {
		flex: 1 1 0px;
	}
}

@media (max-width: 800px) {
	#content {
		flex-direction: column;
	}
}


.text-links {
	margin-bottom: -5px;
	margin-top: -3px;
}
/*
.text-links ul {
	margin-bottom: 9px;
}
.text-links li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 18px;
	text-align: left;
}
*/

/*
#bildertabelle h5 {
}
#bildertabelle img {
	border: 1px solid #999;
}
*/

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	column-gap: 10px;
  	row-gap: 7px;
}
.grid-team {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
  	row-gap: 7px;
}
.grid .item {
}
.grid .item img, .grid-team .item img {
	margin-bottom: 3px;
	width: auto;
	max-width: 100%;
}
.grid .item h5, .grid-team .item h5 {
	padding-top: 3px;
}

.kopf {
	background: white;
	z-index: 10;
}

@media (max-width: 800px) {
	.grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 550px) {
	.grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	#programm #page {
		height: calc(100vh - 120px);
		min-height: auto;
	}
	#programm #content {
		height: 100%;
	}

	#programm .flex-column {
		display: flex;
		flex-direction: column;
	}
	#programm .col3_3 {
		display: none;
	}
	.kopf {
		position: fixed;
	}
	#programm .download {
    	margin-bottom: 0;
	}
}


.weiter-link, .rueck-link {
	_margin-top: 18px;
	_height: 20px;
}
.weiter-link a, .rueck-link a {
	display: inline-block;
	margin-top: 12px;
	height: 20px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
}
.weiter-link a {
	background-image: url("../images/pfeil-weiter.svg");
	background-size: auto 60px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 12px;
	padding-left: 6px;
}
.rueck-link a {
	background-image: url("../images/pfeil-rueck.svg");
	background-size: auto 60px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 6px;
	padding-left: 12px;
}
.weiter-link a:hover {
		background-position: right center;
}
.weiter-link a:active {
		background-position: right bottom;
}
.rueck-link a:hover {
		background-position: left center;
}
.rueck-link a:active {
		background-position: left bottom;
}


#fusszeile {
	font-size: 13px;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 9px;
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	padding: 0px 30px;
}
#kr {
	font-size: 13px;
	text-align: center;
	margin-top: 9px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#krli {
	font-size: 13px;
	text-align: left;
	margin-right: 40px;
}
.loginli {
	font-size: 13px;
	text-align: left;
	margin-right: 20px;
}
#kr a, #krli a {
	color: #999;
}
.loginli a:hover {
	color: #6C0;
}
.impressum {
	font-size: 10px;
	text-align: justify;
	line-height: 108%;
	border: 1px solid #063;
	padding: 8px;
	width: 434px;
	margin-top: 9px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.impressum p {
	margin-bottom: 3px !important;
}
.table-daten {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 16px;
	/* [disabled]position: absolute;*/
	/* [disabled]bottom: 0px;*/
}
.table-daten td, th {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #CCC;
}
.table-daten th {
	font-weight: bold;
	font-size: 13px;
	padding-left: 3px;
}

@media (max-width:400px) {
	.table-mobile tr, .table-mobile th, .table-mobile td {
		display: block;
		border: 0 !important;
		text-align: center;
		padding-right: 0 !important;
	}
	.table-mobile td:last-child {
		border-bottom: 1px solid #cccccc !important;
		width: 100%;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.table-mobile td:first-child, .table-mobile td:nth-child(2) {
		display: inline-table; 
		text-align: center;
	}

}


.download {
	margin-bottom: 8px;
	margin-top: 16px;
}
.download a, a.download {
	font-size: 13px;
	line-height: 17px;
	border-bottom: 1px solid;
}
.margintop4 {
	margin-top: 4px !important;
}
#fotoliste {
	background-color: #FFF;
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
}
#programminhalt {
	background-color: #FFF;
}
#programminhalt td, #programminhalt th {
	border-bottom: 1px solid #CCC;
	text-align: auto;
	padding-right: 15px;
}
/*#programm iframe, #programm-m iframe, #foto iframe {
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	background-color: #fff;
}*/
iframe.weiss {
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	background-color: #fff;
}
.iframe-height {
	height: 324px;	
}
#programm th, #programm-m th, #programminhalt th {
	font-size: 13px;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	/* [disabled]text-align: auto;
*/
	padding-right: 15px;
	padding-left: 0px;
}
#programminhalt th {
	border-bottom: 1px solid #063;
	display: none;
}
#prog-table {
	margin-bottom: 9px;
}
#prog-table-m {
	/*margin-bottom: 160px;*/
}
#programm-m h3, #programm-m th, #foto-m h3, #foto-m th {
	font-size: 20px;
	line-height: 24px;
}
#programmhinweis {
	text-align: center;
	margin-top: 20px;
}
#programmfuss {
	/*font-size: 13px;
	line-height: 16px;*/
	text-align: left;
	margin-top: 0px;
}
#neujahrsgruss {
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.slide img {
	width: 100% !important;
	height: auto !important;
}
.slide-hoch {
	height: auto !important;
	aspect-ratio: 0.75;
}
.slide-quer {
	height: auto !important;
	aspect-ratio: 1.5;
}



.neuebilder a {
	position: absolute;
	width: 150px;
	left: 600px;
	top: -29px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #C00;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.neuebilder a:hover {
	color: red;
}
p.klein {
	font-size: 13px;
	line-height: 16px;
	margin-top: 13px;
	margin-bottom: 0 !important;
}
.insert {
	font-size: 13px;
	line-height: 16px;
	margin-top: 22px;
	padding: 4px 0px;
	border-top: 1px solid #cccccc;
}
.disclaimer {
	font-size: 10px;
	text-align: justify;
	line-height: 108%;
	margin-bottom: 5px;
	padding: 8px 8px 8px 0px;
	background-color: #fff;
}
.disclaimer p {
	margin-bottom: 5px;
}
a.plakat {
	color: inherit;
	font-weight: inherit;
}


/*-----events-----*/
.teaser {
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}
table.mb td {
	border: 1px solid #ccc;
	background-image: url(../images/projekte-img/mb/maibaum-2013.jpg);
	background-repeat: no-repeat;
	height: 233px;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	padding-top: 150px;
	padding-left: 20px;
}
table.mb td p {
}
table.plakat-text-o-li td {
	/*border: 1px solid #ccc;*/
	background-image: url(../images/Mariensaeule_MG_2523.jpg);
	background-repeat: no-repeat;
	height: 380px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #006;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}
h1.mbplakat a {
	font-size: 42px;
	color: #C00;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	font-style: italic;
	margin-bottom: 24px;
	text-align: center;
	line-height: 44px;
}
p.mbprog {
	color: #C00;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	margin-top: 10px;
	margin-bottom: 4pt !important;
	font-size: 18px;
}
h4.mbprog {
	color: #C00;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.8);*/
	/*margin-top: 12px;*/
}
h1.event {
	font-size: 24px;
	line-height: 28px;
	color: #C00;
	/*text-shadow: 1px 2px 2px rgba(0,0,0,0.5);*/
	/*font-style: italic;*/
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
table.fasching td {
	border: 1px solid #ccc;
	background-image: url(../images/plakate/pasing-narrisch.jpg);
	background-repeat: no-repeat;
	height: 143px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding-top: 240px;
}
p.enger {
	margin-bottom: -5pt !important;
}
/*-----events-ende-----*/
/*----------*/


#fotoliste {
	height: 373px;
	overflow: auto;
}
#fotoliste ul {
	font-weight: bold;
	margin-top: 7px;
}
#fotoliste li a {
	font-weight: normal;
	color: black;
	border-bottom: 1px solid #CCC;
	display: block;
}
#fotoliste li a:hover {
	color: #333;
	border-bottom: 1px solid #063;
	background-color: #dadada;
}
.archivliste li {
	list-style-type: inherit;
	list-style-position: inside;
	margin-left: 1px;
}
td.unten {
	vertical-align: bottom !important;
}
tr.grau { 
	color: #999; 
}
a.high {
	color: #c00;
	text-decoration: none;
}
a:hover.high {
	color: #f00;
}
#fb {
	flex-grow: 1;
	text-align: right;
}
.fb-link {
	text-align: right;
}
.fb-link img {
	margin-right: 0px;
}

.mt-2 {
	margin-top: 12px;
}

.mb-2 {
	margin-bottom: 12px;
}

.my-2 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.w100 {
	width: auto;
    max-width: 100%;
}

.h100 {
	height: 100%;
}

.bordergrey {
	border: solid 1px #CCC;
}

.flex-grow-1 {
	flex-grow: 1;
}



@media (max-width:500px) OR (min-width:850px) {
	.umbruch-1 {
		display: block;
	}
}
@media (max-width:500px) {
	.umbruch-2 {
		display: block;
	}
}


.show-xs {
	display: none;
}
.show-xl {
	display: block;	
}

@media (max-width: 800px) {
	.show-xs {
		display: block;
	}
	.show-xl {
		display: none;	
	}
	
	#fotoliste {
		height: auto;
	}
	
	.iframe-height {
		height: auto;	
	}
}