/* Slider Gallery */
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
}
.swiper-container-horizontal .swiper-pagination {
	bottom: -10px;
}
.swiper-container, .ce_gallery {
	overflow-y: visible;
}
.swiper-container {
	position: static;
}
#footer .akk figure {
	width: 33.33%;
}
#footer .mod_navigation li.active {
	font-weight: 700;
	color: #009ee3;
}
bold, strong {
	font-weight: 700;
}
/* Slider */
li.grad.slide {
	background-image: linear-gradient(to right, #009ee3, #fff);
}
/* Accordeon */
.ce_accordion .toggler {
	background-image: linear-gradient(to right, #009ee3, #e0f2fb);
	color: #fff;
}
/*li.grad.slide::after {
	content: "";
	border-bottom: 10px solid #009ee3;
	width: 30%;
	right: 0;
	bottom: 0;
	position: absolute;
}*/
li.grad.slide::after {
	content: "";
	background-image: linear-gradient(to right, #009ee3, #e0f2fb);
	width: 80%;
	height: 10px;
	right: 0;
	bottom: 0;
	position: absolute;
}

#main .mod_article {
	padding-top: 50px;
	padding-bottom: 50px;
}
#wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ce_accordion {
	margin-bottom: 10px;
}
form fieldset {
	padding: 0;
	border: 0px solid #333;
}
