.harmonikaBereichButton {
	background-color:#dfdfdf;
	color:#5f5f5f;
	font-size:15pt;
	line-height:30px;
	padding:10px 60px 10px 25px;
	background-image:url('/page/_webpics/icons/icon-plus-black-harmonika-aquasuisse.svg');
	background-repeat:no-repeat;
	background-position:top right;
	cursor:pointer;
	margin-top:10px;
}
.harmonikaBereichButton.akt, .harmonikaBereichButton.akt:hover {
	background-color:#0082b9;
	color:#fff;
	background-image:url('/page/_webpics/icons/icon-minus-white-harmonika-aquasuisse.svg');
}

.harmonikaBereichButton:hover {
	background-color:#d5d5d5;
}

.harmonikaBereichContent {
	padding:25px 0;
	display:none;
}

.memblock25 {
	width:25%;
	float:left;
}

.memblock33 {
	width:33.333333%;
	float:left;
}

.memblock50 {
	width:50%;
	float:left;
}


.memblockBranche {
	width:25%;
	float:left;
}

.memblockContent {
	width:75%;
	float:left;
}

.memblock75 img { 
	max-width:100%;
	height:auto;
	display:block;
}

.block40  {
	width:40%;
	float:left;
}

.block22 {
	width:22%;
	float:left;
}


.block38 {
	width:38%;
	float:left;
}

.iconBlock {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
	padding:0 7px 15px
}


.block22 img, .block38 img, .iconBlock img {
	max-width:100%;
	height:auto;
	display:block;
}

#logoBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;

	padding:10px 0;

}

.detailImage {
	padding:0;
}

.detailImage img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0;
}

#memberSuchen {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	color:#5f5f5f;
	height:50px;
	text-align:center;
	font-size:14pt;
	border:1px solid #5f5f5f;
	margin:10px 0;
	width:100%;
	font-weight:300;
}


.logoBlock {
	width:33.33333%;
	padding:30px 0 0;
}

.logoBlock .innerBlock.posrel {
	position:relative;
}

.logoBlock .innerBlock.posrel .text {
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	position:absolute;
	padding:10px 40px;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
	font-size:14pt;
	font-weight:bold;
	color:#fff;
}

.logoBlock img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: auto;
}

.buttonSize {
	font-family: 'Roboto Condensed', sans-serif;
	display:block;
	font-weight:300;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:14pt;
	color:#5f5f5f;
}
.buttonWahl {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	display:block;
	height:50px;
	line-height:50px;
	padding-left:20px;
	font-size:15pt;
	background-image:url('/page/_webpics/plus-minus-white-34x50.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	background-color:#0082b9;
	color:#fff;
}

.buttonWahl.kantonWahl {
	background-color:#5f5f5f;
}
.buttonWahl.kantonWahl.akt, .buttonWahl.kantonWahl:hover {
	background-color:#545454;
}

.buttonWahl.akt, .buttonWahl:hover {
	background-position: right -50px;
	background-color:#0180b7;
}

.bottonArrowG {
	width: 0; 
	height: 0; 
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #2a2a2a;
	margin:auto;
}

.bottonArrowW {
	width: 0; 
	height: 0; 
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #fff;
	margin:auto;
	cursor:pointer;
}
.bottonArrowAkt {
	width: 0; 
	height: 0; 
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #0082b9;
	margin:auto;
	display:none;
}

.buttonBox {
	cursor:pointer;
}

.arrowButton {
	margin:10px 0 16px;
	display:block;
	cursor:pointer;
}

.buttonBox, .notButtonBox {
	margin:0 0 10px;
}


.arrowButton.akt .bottonArrowAkt {
	display:block;
}

.arrowButton.akt .whiteBack {
	background-color:#0082b9;
	color:#fff;
}

/*
.arrowButton:hover .bottonArrowAkt,
.arrowButton:hover .whiteBack ,

*/

#memberBack {
	background-color:#eae8e5;
	padding:50px 0;
}

.grayBack {
	background-color:#2a2a2a;
	color:#fff;
}


.whiteBack {
	background-color:#fff;
}



.branche {
	background-color:#f4f4f4;
	color:#606060;
	line-height:40px;
	border-bottom:1px solid #b6b6b6;
	padding:0 20px;
	cursor:pointer;
}
.branche.akt, .branche:hover {
	background-color:#d7d7d7;
	color:#000;
}


.wahlMembers {
	display:none;
}

.memberLogo{
	cursor:pointer;
	margin:0 0 0;
}

.memberLogo img {
	border:1px solid #afafaf;
	display:block;
}


.memberLogoDetail {
	margin:0;
}

.memberLogoDetail img {
	border:1px solid #afafaf;
}

#map {
	width: 100%;
	height: 700px;
	background-color: grey;
	margin-top:10px;
}

.marker {
	display:block;
	padding:0;
	cursor:pointer;
}

#mapShowTitle {
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#fff;
	color:#5f5f5f;
	height:50px;
	font-size:15pt;
	padding:0 20px;
	line-height:50px;
	display:block;
	font-weight:300;
}

#memberDetail .header {
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#fff;
	color:#636363;
	font-size:18pt;
	line-height:70px;
	padding-left:20px;
	height:70px;
	overflow:hidden;
}

#memberPrint, #memberClose  {
	margin:15px 10px;
	cursor:pointer;
}

#memberDetail .contentBlock {
	background-color:#fff;
	color:#636363;
	padding:20px 25px;
}

.innerBlock {
	padding:0 25px;
}




#memberDetail  h1 {
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#fff;
	color:#636363;
	font-size:20pt;
}


#autoClose {
	display:none;
}





.fullText .button.colorA:hover , .memberA {
	background-color:#006c74;
	color:#fff !important;
}

.fullText .button.colorB {
	border-color:#aba551;
	color:#aba551 !important;
}
.fullText .button.colorB:hover , .memberB {
	background-color:#aba551;
	color:#fff !important;
}
.fullText .button.colorC {
	border-color:#639acf;
	color:#639acf !important;
}
.fullText .button.colorC:hover , .memberC {
	background-color:#639acf;
	color:#fff !important;
}
.fullText .button.colorD {
	border-color:#d17731;
	color:#d17731 !important;
}
.fullText .button.colorD:hover , .memberD {
	background-color:#d17731;
	color:#fff !important;
}



memberpage {
	display:block;
	max-width:896px;
	margin:0 auto;
	padding-bottom:80px;
}

memberpage #memberDetail .header {
	background-color:#a9a9a9;
	color:#fff;
	line-height:45px;
	height:45px;
	margin-bottom:5px;
}

memberpage #memberDetail .header #memberPrint {
	margin:2px;
}

memberpage #memberDetail .bordedContent {
	border:1px solid #a9a9a9;
}


.keywordstitle {
	font-weight:bold;
	padding:10px 0 5px;
}
.keywordstext {
	font-weight:normal;
	font-size:8pt;
	line-height:15px;
	padding:10px 0 5px;
}
.keywordssubtitle {
	font-weight:bold;
	font-size:9pt;
	padding:3px 10px 2px;
}
.keywordssubtext {
	font-weight:normal;
	font-size:8pt;
	line-height:15px;
	padding:3px 10px 5px;
}

@media  only screen and (max-width: 1024px) {

	.innerBlock {
		padding:0 15px;
	}


	#memberDetail .contentBlock {
		padding:20px 5px;
	}

	.buttonWahl {
		height:50px;
		line-height:50px;
		padding-left:15px;
		font-size:12pt;
		background-image:url('/page/_webpics/plus-minus-white-34x50.png');
		background-repeat: no-repeat;
		background-position: right 0px;
		cursor:pointer;
	}
	.buttonWahl.akt {
		background-position: right -50px;
	}

	#mapShowTitle {
		font-size:12pt;
	}

	.branche {
		padding-left:15px;
		font-size:11pt;
	}


	.buttonSize {
		height:50px;
		line-height:50px;
		font-size:12pt;
	}

	#memberSuchen {
		height:50px;
		font-size:12pt;
		margin:10px 0;
	}


	.block40  {
		width:48%;
		float:left;
	}

	.block22 {
		width:14%;
		float:left;
	}


	.iconBlock {
		width:100%;
	}


}


@media  only screen and (max-width: 780px) {
	.buttonWahl {
		background-image:none;
	}

}

@media  only screen and (max-width: 620px) {
	#autoClose {
		display:block;
	}

	.buttonBox, .notButtonBox {
		margin:0 0 2px;
	}

	.arrowButton {
		margin:10px 0 5px;
		display:block;
	}

	#memberDetail {
		font-size:11pt;
		line-height:20px;
	}

	#memberDetail  h1 {
		font-size:18pt;
	}


	#memberDetail .header {
		font-size:15pt;
		line-height:50px;
		padding-left:20px;
		height:50px;
		overflow:hidden;
	}
	#memberPrint, #memberClose  {
		margin:5px 5px;
	}



	.block40  {
		width:44%;
		float:left;
	}

	.block22 {
		width:18%;
		float:left;
	}

	.memblockBranche {
		width:50%;
	}


	.memblockContent {
		width:100%;
	}

	.wahlMembers {
		position:absolute;
		z-index:200;
	}


	.buttonWahl {
		height:30px;
		line-height:30px;
		font-size:11pt;
		background-image:url('/page/_webpics/plus-minus-white-34x30.png');
		background-position: right 0px;
	}
	.buttonWahl.akt {
		background-position: right -30px;
	}

	.auswahlbutton {
		display:none;

	}

	#mapShowTitle {
		height:30px;
		line-height:30px;
	}

	.branche {
		line-height:30px;
		padding:0 20px;
		font-size:10pt;
	}

	.buttonSize {
		font-family: 'Roboto Condensed', sans-serif;
		display:block;
		height:30px;
		line-height:30px;
		font-size:11pt;
	}

	#memberSuchen {
		height:30px;
		font-size:11pt;

	}

}

@media  only screen and (max-width: 375px) {
	.innerBlock {
		padding:0 10px;
	}

	.memblockBranche {
		width:100%;
	}

	.buttonWahl {
		background-image:url('/page/_webpics/plus-minus-white-34x30.png');
	}

	#map {
		height: 800px;
	}

	.block40,.block22, .block38 {
		width:100%;
	}
	.block38 {
		text-align:center;
	}
	.block22 {
		padding:20px 0;
	}
	.iconBlock {
		width:25%;
		padding: 0 15px 0 0;
	}

	.logoBox img {
		width:100%;
	}
	.memberLogoDetail {
		max-width:none;
		width:100%;
	}
	.memblock50 {
		width:100%;
	}

	.harmonikaBereichButton {
		font-size:14pt;
	}

}




