
/* CSS DOMAINSPEZIFISCH */
/* Domain: www.pfarrverein.ch */

/* allgemein */

header a {
	color: #555555;
}

header a:hover {
	color: #555555;
}

footer {
	margin-top: 40px;
	bottom: 0;
}

footer div:last-of-type {
	font-size: 80%;
}

footer a {
	color:#888888;
}

footer a:hover {
	color:#555555;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

/* page, wrapper */
div#wrapper {
	border-top: 4px solid #555555;
	border-bottom: 4px solid #555555;
	padding-bottom: 30px;
	min-height: 100vh;
	position: relative;
}

#pageHeader h1 {
	font-size: 375%;
	font-family: Quicksand, sans-serif;
	margin-bottom: 40px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow: visible;
}

h1.mobile {
	font-size: 300%;
	font-family: Quicksand, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
}

p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	 text-align: justify;
}

.ordnungInfobox {
	background: #eeeeee;
	font: inherit;
	padding: 10px 0;
	display: block;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h2 {
	font-family: "Ubuntu",sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	padding: 6px 0 6px;
}

.panel-heading h2 {
	margin: 0;
}

.ordnungInfobox h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.ordnungInfoboxLinks {
	padding: 10px 0;
}

.ordnungInfoboxLinks:first-of-type {
	margin-top: 0;
}

.ordnungUebersicht {
	padding: 10px 0 15px 0;
}

.ordnungUebersicht table {
	font-size: 16px;
	color: #444444;
	margin: 4px 27px 5px 27px;
}

.ordnungUebersicht td {
	vertical-align: middle;
}

.clickableRow:hover {
	cursor: pointer;
}
.clickableRow input:hover {
	cursor: pointer;
}

.ordnungInfobox h2 {
	font-weight: normal;
	font-size: 22px;
	padding: 10px 27px 10px;
	color: #444444;
}

.ordnungInfobox ul {
	list-style: none;
	font: inherit;
	color: #444444;
	padding-left: 0;
}

.ordnungInfobox li {
	display: block;
	padding: 0;
	margin: 0;
	font: inherit;
}

.ordnungInfoboxLinks li:hover {
	background: #dddddd;
}

.ordnungInfoboxLinks h2.clickable:hover {
	background: #dddddd;
}

.ordnungInfoboxLinks .active {
	background: #dddddd;
}

.ordnungInfoboxLinks li a {
	font-size: 16px;
	color: #444444;
	display: block;
	padding: 4px 27px 5px;
	margin: 0;
}

.ordnungInfoboxLinks li a:hover {
	text-decoration: none;
}

table.ordnungView {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border: 0 none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	color: #333333;
}

table.ordnungView tr {
	vertical-align: top;
}

table.ordnungView tr:hover {
	background: #eeeeee;
}

table.ordnungView .ordnungViewLine {
	border-top: 1px solid #ccc;
}

table.ordnungView tr.ordnungViewLine:first-of-type {
	border-top: none;
}

table.ordnungView td {
	padding: 7px 0 7px 10px;
}

td {
	border-top: 0 none !important;
}
	
#xsNavigation {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin:15px 0;
	text-align: left;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 3px;
	margin: 3px 10px 0 10px;
  background-color: #999999;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.icon-bar:first-of-type {
	margin-top: 0;
}

.iOSButton {
	display: inline-block;
	border: 0 none;
}

.xsNavigationTitel {
	display: inline-block;
	border: 0 none;
	font-size: 150%;
}

#collapseExample {
	margin-bottom: 30px;
}
	
.right {
	display: block;
	width: 38px;
	height: 38px;
	float: right;
	position: relative;
	top: -10px;
	right: -15px;
	margin: 1px 1px 0 0;
	color: inherit;
}
	
.right:hover {
	color: inherit;
}
	
.right span {
	padding: 12px;
}
	
.ordnungInfobox div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding: 4px 27px 5px 27px;
	width: 100%;
}
	
.ordnungInfobox .suche {
	display: block;
	background: white;
	width: 100%;
}

.nopadding-left {
	padding-left: 0 !important;
}

#nekrologView h3 {
	margin-top: 0;
}

.inputSymbol {
	border: 1px solid #ccc;
}

.inputSymbol input {
	border: 0;
	width: 82%;
	width: calc(100%-20px);
}

.inputSymbol .glyphicon {
	float: right;
	clear: both;
	padding: 3px;
}

.inputSymbol .glyphicon-link:hover {
	cursor: pointer;
}

.panel-heading:hover {
	cursor: pointer;
}

.panel-body:hover {
	cursor: pointer;
}

.weiter {
	color: #888888;
}

.weiter:hover {
	color: #555555;
}
	
.panel-title {
	display: inline-block;
}

.panel-collapse {
	clear: both;
	position: relative;
	top: -9px;
	margin-bottom: -8px;
}

.sek {
	margin: 25px 0 0 0;
	font-size: 16px;
	text-align: left;
}

.detailansichtBild {
	float: right;
}

.printBild {
	padding: 12px 0 15px 15px;
}