/* Individuelle Anpassungen fototrend.ch */

/* Hauptheader Höhe anpassen */
body.sidebar section .sp-page-title {
  padding: 48px 0;
}

/* Kategorien und Albums: Titel-Abstand verkleinern und zentrieren */
#sp-main-body {
  padding:40px 0px 70px 0px;
  background-color: ;
}

/* Header für Mobile-Geräte: Logo zentrieren und Höhe anpassen */
body.sidebar #sp-header {
	height: 80px;
	padding-top: 6px;
}

/* Dots Portfolio Albums Home-Screen verkleinern */
.mod-uteig-carousel-albums .swiper-pagination span, .mod-uteig-carousel-album .swiper-pagination span {
	outline: none;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: #fff;
	transition: all 0.4s ease-in-out
}
.mod-uteig-carousel-albums .swiper-pagination span.swiper-pagination-bullet-active, .mod-uteig-carousel-album .swiper-pagination span.swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #ca9f5c;
}
