glossar {
	display:block;
	padding:0 0 50px 0;
}

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

glossar .harmonikaBereichButton.akt {
	background-color:#004b8b;
	color:#fff;
	background-image:url('/page/_webpics/icons/icon-minus-white-harmonika-aquasuisse.svg');
	}

glossar .harmonikaBereichContent {
	padding-left:25px;
	display:none;
	}

glossar .harmonikaBereichContent.galerie {
	padding-left:0;
	}


glossar .harmonikaBereichContent .harmonikaButton {
	color:#0082b9;
	font-size:15pt;
	line-height:30px;
	background-image:url('/page/_webpics/icons/icon-plus-blue-harmonika-aquasuisse.svg');
	background-repeat:no-repeat;
	background-position:top right;
	padding:10px 60px 10px 25px;
	cursor:pointer;
}

 glossar .harmonikaBereichContent .harmonikaButton:hover {
	color:#000; 
	 }

glossar .harmonikaBereichContent .harmonikaButton.akt {
	color:#000;
	background-image:url('/page/_webpics/icons/icon-minus-blue-harmonika-aquasuisse.svg');
	}

glossar .harmonikaBereichContent .harmonikaBox {
	border-bottom:1px solid #0082b9;
}
glossar .harmonikaBereichContent .harmonikaBox:last-child {
	border-bottom:none;
	}

glossar .harmonikaBereichContent .harmonikaContent {
	padding:0 60px 20px 25px;
	color:#5f5f5f;
	display:none;
	}


@media  only screen and (max-width: 380px) {
	glossar .harmonikaBereichContent {
	padding-left:0;
	}
	
	glossar .harmonikaBereichContent .harmonikaContent {
	padding:0 25px 20px 25px;
	}
glossar .harmonikaBereichContent .harmonikaButton {
	font-size:14pt;
}
	
}