/* --- module: address --- */

/* standard */
.addresses .line {
	clear: both;
}
.addresses .label {
	float: left;
	width: 100px;
	text-align: right;
}
.addresses .text {
	padding: 0px 0px 0px 110px;
}
.addresses .info {
	padding: 20px 0px 0px 0px;
}

/* standard */
.addresses.standard {}


/* ---- gottesdienst Suche ---- */
.gdSearch {}
.gdSearch .fields {
	padding: 10px 0px 0px 0px;
}
.gdSearch .fields .line {
	padding: 3px 0px 3px 0px;
}
.gdSearch .fields .line label {
	display: inline-block;
	width: 40px;
}
.gdSearch .button {
	margin: 0px 0px 0px 43px;
}

.gdSearchPopup {
	padding: 0px 0px 0px 0px;
}
.gdSearchPopup .gdHolder {
	height: 500px;
	overflow: hidden;
}
.gdSearchPopup .modAlert {
	display: block;
	padding: 0px 0px 10px 0px;
}
.gdSearchPopup .header {
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #7777a0;
}
.gdSearchPopup .gdMap {
	padding: 10px 10px 10px 10px;
	width: 400px;
}
.gdSearchPopup .gdMap form {
	padding: 10px 0px 10px 0px;
}
.gdSearchPopup .gdMap form label {
	color: #444444;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	width: 100px;
}
.gdSearchPopup .gdMap #google_map {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 290px;
}
.gdSearchPopup .gdMap #google_map .title {
	color: #7777a0;
}
.gdSearchPopup .gdMap #google_map .title a {
	color: #7777a0;
	text-decoration: none;
}
.gdSearchPopup .gdMap #google_map .title a:hover {
	color: #596066;
}
.gdSearchPopup .gdMap #google_map .gottesdienst {
	color: #666666;
}

.gdSearchPopup .gdList {
	background-color: #ffffff;
}
.gdSearchPopup .gdList .gdListContent {
	overflow: auto;
	height: 480px;
	padding: 10px 0px 10px 10px;
	position: relative;
}

.gdSearchPopup .gdList .gdListContent .item {
	padding: 8px 0px 8px 0px;
	position: relative;
}
.gdSearchPopup .gdList .gdListContent .weekday {
	padding: 10px 0px 0px 0px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7777a0;
}
.gdSearchPopup .gdList .gdListContent .currentweekday {
    padding: 10px 0px 0px 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a01f18;
}
.gdSearchPopup .gdList .gdListContent .datum {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 35px;
	border-bottom: 1px solid #eeeeee;
}
.gdSearchPopup .gdList .gdListContent .datum.isToggle {
	cursor: pointer;
	background-image: url(../../images/site/arrow_red_small_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #eeeeee;
}
.gdSearchPopup .gdList .gdListContent .datum.isToggle.opened {
	background-image: url(../../images/site/arrow_red_small_down.png);
}
.gdSearchPopup .gdList .gdListContent .datum span {
	font-weight: 600;
}
.gdSearchPopup .gdList .gdListContent .selected {
	background-color: #f5f5f5;
}
.gdSearchPopup .gdList .gdListContent .descToggle {
	background-color: #dddddd;
	cursor: pointer;
	padding: 3px 7px 3px 7px;
	margin: 3px 0px 0px 0px;
	display: inline-block;
	color: #444444;
}
.gdSearchPopup .gdList .gdListContent .descToggle:hover {
	background-color: #eeeeee;
	color: #777777;
}
.gdSearchPopup .gdList .gdListContent .descContent {
	background-color: #eeeeee;
	padding: 10px;
	margin: 0px 0px 0px 35px;
}
.gdSearchPopup .gdList .gdListContent .descContent .titletext {
	padding: 0px 0px 10px 0px;
}
.gdSearchPopup .gdList .gdListContent .item .marker {
	background-image: url(../../images/site/icon_address_marker.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0px 0px 0px 25px;
	background-color: #7777a0;
	cursor: pointer;
}
.gdSearchPopup .gdList .gdListContent .title {
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.gdSearchPopup .gdList .gdListContent .address {
	padding: 0px 10px 3px 10px;
	color: #ffffff;
}
.gdSearchPopup .gdList .gdListContent .selected .marker {
	background-color: #C50047;
}
.gdSearchPopup .gdList .gdListContent .gottesdienst {
	padding: 15px 0px 0px 0px;
}
.gdSearchPopup .gdList .gdListContent .label {
	color: #666666;
}



body.plain {
	overflow: hidden !important;
}
body.plain .searchLink {

}
body.plain .searchLink a {
	font-size: 14px;
	color: #000060;
	text-decoration: none;
}
body.plain .searchLink a:hover {
	color: #000060;
	text-decoration: underline;
}


