/*  
layout basis 
goldfischclub.de

*/


.wrapper {
	width: 100%;
	position: absolute;
}

.col,
.cols {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.col {
	width: 50%;
	margin-left: -5px;
}
.col:first-child {
	margin-left: 0;
}

/* outer container */
.container {
	display: block;
	width: 100%;
}

/* main column */
.container-wrap {
	margin: 0 auto;
}



/* content column */
.main {
	position: relative;
}





/* --------------------------------------------------
Swiper Galerie, 100$ Breite, fixed Höhe 
*/
.swiper-container {
    width: 100%;
    margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-wrapper {
    position: relative;
}

.swiper-slide {
    background-position: 50% 50%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width: 100%;
	height: 650px;
}

/* --------------------------------------------------
Swiper Bttns
*/
a.page-btn {
	top: 310px;
	position: absolute;
	z-index: 10000;
	display: block;
	width: 44px;
	height: 44px;
}
a.page-btn.next {
	right: 0;
}


/* --------------------------------------------------
Swiper Pagination
*/
.swiper-container-horizontal > .swiper-pagination {
    bottom: 22px;
    left: 0;
    width: 100%;
    z-index: 5000;
    zoom: 1;
}




/* fullwidth left and right alignment
.swiper-pagination-align-left
.swiper-pagination-align-right
.swiper-pagination-align-content-left
 */
.swiper-pagination-align-left {
	text-align: left;
	padding-left: 20px;
}
.swiper-pagination-align-right {
	text-align: right;
	padding-right: 20px;
}
.swiper-container-horizontal > .swiper-pagination-align-content-left {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    text-align: left;
}
.swiper-container-horizontal > .swiper-pagination-align-content-left .swiper-pagination-bullet {
    margin: 0 10px 0 0;
}
.swiper-container-horizontal > .swiper-pagination-align-content-left .swiper-pagination-bullet:last-child {
     margin: 0 10px 0 0;
}

/* round bullets */
.swiper-pagination-style-round .swiper-pagination-bullet {
	border: 1px solid #fff;
	background-color: transparent;
    display: inline-block;
    height: 12px;
    width: 12px;
    opacity: 0.5;
}
.swiper-pagination-style-round .swiper-pagination-bullet-active {
	opacity: 1;
	background-image: none;
	/*
	background-image: url(/assets/site/assets/ic-bullet-active.png);
	background-position: center center;
	background-repeat: no-repeat;
	*/
}


/* quad bullets */
.swiper-pagination-style-quad .swiper-pagination-bullet {
	background-color: #fff;
    border-radius: 0;
    display: inline-block;
    height: 12px;
    width: 12px;
    opacity: 0.5;
}
.swiper-pagination-style-quad .swiper-pagination-bullet-active {
	opacity: 1;
}




/* main  content width */
.container-wrap,
.swiper-container-horizontal > .swiper-pagination-align-content-left {
	width: 850px;
}







