.swiper-container button {
		background: #00a3e0;
		border: 2px solid #00a3e0; 
	}
	
	.swiper-container button:hover {
		background-color: #9495992e;
		border-color: #00a3e0;
	}
	
	a {
		color: #00a3e0;
	}
	
	.overview_gaeste {
		background: rgba(76, 134, 118, 0.1);
		background: #fff;
		padding: 20px; 
		border-top: 4px solid #4c8676;
		border-top: none;
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 1.5em;
	}	
	
	.overview_gaeste p strong {
		color: #4c8676;
		color: inherit;
	}
	
	@media only screen and (max-width: 767px) {

		.overview_gaeste .inner {
			padding: 0;
		}

	}
	
	.overview_gaeste_list ul li a {
		color: rgba(0,0,0,.9);
	}
	
	.swiper-button, .mainbox_button {
	  background-color: #00a3e0;
	  border: 1px solid #00a3e0;
	  color: #fff;
	}
	
	.swiper-button:hover, .mainbox_button:hover {
	  background-color: #fff;
	  border: 1px solid #00a3e0;
	  color: #00a3e0;
	}
	
	.button-box button {
		background: #00a3e0;
		border: 1px solid #00a3e0;
	}
	
	.button-box button:hover {
		border: 1px solid #00a3e0;
		color: #00a3e0;
		background: transparent;
	}