﻿.swiper-container {
	width: 100%;
}

.small-startsliders .category-1 .text,
.small-startsliders .category-2 .text,
.small-startsliders .category-3 .text,
.small-startsliders .category-4 .text,
.small-startsliders .category-5 .text,
.small-startsliders .category-6 .text,
.small-startsliders .category-7 .text,
.small-startsliders .category-8 .text {
	height: 100%
}

.slideshow-links img {
	display: flex !important;
	margin: auto;
}

.slideshow-links h2, .slideshow-links p {

}

/* Karusell -------------------------- */
.carousel-swiper {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 0;
	background: rgba(55, 55, 55, .5);
}

.swiper-slide {
	height: auto !important;
	background: #000;
}
	.carousel-swiper .swiper-wrapper {
		padding-bottom: 0;
	}

.big-startslider .swiper-container {
}

.big-startslider .carousel-swiper .text {
	height: 100%;
	position: absolute;
	z-index:10;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}

	.big-startslider .carousel-swiper .text .dark * {
		color: #000;
	}

	.big-startslider .carousel-swiper .text .light * {
		color: #fff;
	}

.swiper-pagination{
	position:absolute!important;
}

.big-startslider .carousel-swiper .swiper-container img {
	width: 100%;
	overflow: hidden;
	padding: 0 40px;
}

.small-startsliders .swiper-slide {
	display: flex;
	max-height: 400px;
}

.small-startsliders .slideshow-links {
	width: 80%;
}

.startsliders .carousel-swiper .swiper-slide {
}

/*.swiper-wrapper {
	transition: unset !Important;
	transform: unset !Important;
}*/

.parallax-box {
/*	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100% !important;
	height: 100% !important;*/
/*	position:absolute;*/
/*	position:fixed!important;
	top:0!important;*/
}

.carousel-swiper .text {
	margin: auto;
	font-weight: 900;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	top: 0;
	flex-wrap: wrap;
	color: #fff;
	line-height: 130% !important;
	font-family: 'Magra', sans-serif;
	position: absolute;
}

	.carousel-swiper .text em {
		font-size: 2em;
	}

	.carousel-swiper .swiper-slide h1 {
		font-size: 3.5rem !important;
	}

	.carousel-swiper .swiper-slide a {
		width: 100%;
		text-decoration: none;
		opacity: 1;
	}


	.small-startsliders .carousel-swiper .swiper-slide img {
		object-fit: cover;
		overflow: hidden;
		height: 100%;
		width: 100%;
	}

	.carousel-swiper .swiper-slide .text img {
		width: 30em !important;
		margin: inherit;
	}

/* --- Startslider --- */

.slider-startpage .swiper-slide .text .title span {
	font-size:2.8rem !important;
	line-height: 130%;
}

.slider-startpage .swiper-slide .text h2 {
	font-size: 1.5rem !important;
	line-height: 130%;
	margin: auto;
	font-weight: 500;
	font-family: Lora,Baskerville,Georgia,Times,serif;
	color: #fff !important;
}


.slider-startpage .swiper-slide .text p, .slider-startpage .swiper-slide .text span {
	display: none !important;
}

/* --- Small Startsliders --- */
.small-startslider {
	margin: 1em 0 0 0;
}

	.small-startsliders .text span p {
		color: #fff !important;
		font-weight: 300;
	}

.small-startsliders {
	justify-content: center;
	background: #1e1c1b;
}

	.small-startsliders h2 {
		font-weight: 600 !important;
		color: #fff !important;
	}

	.small-startsliders .category-1,
	.small-startsliders .category-2,
	.small-startsliders .category-3,
	.small-startsliders .category-4,
	.small-startsliders .category-5,
	.small-startsliders .category-6,
	.small-startsliders .category-7,
	.small-startsliders .category-8 {
		width: 25em;
		margin: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		color: #fff;
		cursor: default !important;
	}

.small-startsliders .block::after {
	background: none;
}

.small-startsliders .text:hover {
	transition: ease .1s;
}



.small-startsliders div {
	margin-bottom: 0;
}

/* ---- delade bildväxlare 50/50 */

/*.small-startsliders .swiper-slide img, .small-startsliders .swiper-slide .text {
	Position: relative;
		width: 50%;
}
	.small-startsliders .swiper-slide .text span {
		padding: 2em;
		background: rgba(0, 0, 0, 0.7);
		
	}*/



.startsliders .swiper-slide .text .title, .small-startsliders .swiper-slide .text .title {
	display: none;
}

	.small-startsliders .swiper-slide a {
		display: inline-flex;
		text-decoration:none;
		width: 100%;
		color: #fff !important;
	}


#HeaderContent .right-col .tel-contact {
	background: #62b6cb;
}

#HeaderContent .right-col .mail-contact {
	background: #1b4965;
}

#HeaderContent .right-col .menu-contact {
	background: #221c20;
}

.slideshow-button {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 0.9rem !important;
	padding: 1em;
	border-radius: 2px;
	border:1px solid #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	margin: 1em auto;
	width:50%;
}

.swiper-button-next, .swiper-button-prev {
	height: 100% !important;
	top: 20px !important;
	width: 40px !important;
	background: rgba(55, 55, 55, .5);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0 !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0 !important;
}


	.swiper-button-next:after, .swiper-button-prev:after {
		color: #fff;
		font-size: 2em !important;
	}

.swiper-pagination {
	margin: 1em 0 0 0;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity:0.6 !important;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #fff !important;
}


@media only screen and (min-width : 0) and (max-width : 48rem) {

	.carousel-swiper .swiper-slide h1 {
		font-size: 1.2rem !important;
	}

	.big-startslider h1 {
		font-size: 1.5rem !important;
		width: 80% !important;
		font-weight: 500;
	}

/*	.big-startslider .swiper-container {
		height: 600px;
	}*/


	.slider-startpage .swiper-slide .text h2 {
		display: none;
	}

	.swiper-button-next::after, .swiper-button-prev::after {
		font-size: inherit !important;
	}

	.small-startsliders {
		padding-top: 10px;
	}

		.small-startsliders .category-1,
		.small-startsliders .category-2,
		.small-startsliders .category-3,
		.small-startsliders .category-4,
		.small-startsliders .category-5,
		.small-startsliders .category-6,
		.small-startsliders .category-7,
		.small-startsliders .category-8 {
			width: 15em;
			margin: .5em;
		}


	.small-startsliders div, .small-startsliders .swiper-slide, .small-startsliders .swiper-slide a {
		max-height: 120px;
	}

	.small-startsliders .carousel-swiper, .small-startsliders .carousel-swiper .swiper-slide img {
		max-height: 140px;
	}

/*	.slider-startpage .swiper-slide img {
		width: 100%;
		min-height: 350px;
	}*/

	.carousel-swiper .slideshow-links {
		margin: 2em;
	}

	.slideshow-links img {
		width: auto !important;
		min-height: auto !important;
	}

	.carousel-swiper .swiper-slide .text img {
		width: 20em !important;
	}

	.big-startslider .carousel-swiper .text {
		height: 100%;
		padding-bottom: 250px;
	}

	.slider-startpage .swiper-slide .text .title span {
		font-size: 2.5rem !important;
		line-height: 130%;
	}

	.startsliders .swiper-slide .text, .small-startsliders .swiper-slide .text {
		padding: 1em .5em;
	}


	.small-startsliders .swiper-slide .text .title span {
		font-size: 1.5rem !important;
		line-height: 130%;
	}

		.startsliders .swiper-slide .text h1,
		.small-startsliders .swiper-slide .text h1,
		.startsliders .swiper-slide .text h2,
		.small-startsliders .swiper-slide .text h2,
		.startsliders .swiper-slide .text h3,
		.small-startsliders .swiper-slide .text h3,
		.startsliders .swiper-slide .text h4,
		.small-startsliders .swiper-slide .text h4,
		.startsliders .swiper-slide .text h5,
		.small-startsliders .swiper-slide .text h5,
		.startsliders .swiper-slide .text h6,
		.small-startsliders .swiper-slide .text h6,
		.startsliders .swiper-slide .text p,
		.small-startsliders .swiper-slide .text p,
		.startsliders .swiper-slide .text span,
		.small-startsliders .swiper-slide .text span {
			font-size: .8rem !important;
			line-height: 130%;
			margin: 0;
		}
		
}





