/*Sidan*/
.main{
	background-color: #fff;
}


.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	min-height: inherit;
}

.sektion-card:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front{
	background-color: #4e4e4e;
	-webkit-box-shadow: 3px 4px 5px -4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 3px 4px 5px -4px rgba(0, 0, 0, 0.45);
	box-shadow: 3px 4px 5px -4px rgb(145 145 145 / 45%);
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.flip-box-back {
	background-color: #4e4e4e;
	color: white;
	transform: rotateY(180deg);
	-webkit-box-shadow: 3px 4px 5px -4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 3px 4px 5px -4px rgba(0, 0, 0, 0.45);
	box-shadow: 3px 4px 5px -4px rgb(145 145 145 / 45%);
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}




.rightoverlap {
    background-color: #bbbbbb80;
}

/*Bildslider container*/
#home{
	padding:0;
}

/*Bildsliderns bild container*/
.top-background-img{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
}

/*Bildslider i boxedläge*/
.top-background-boxed{
	display: table;
}

/*HTML sektion innehåller presentationstext till bildslider*/
.home-container{
	padding-top:10%;
	padding-bottom:30%;
}

/*HTML sektion 1*/
.main-container1{
	padding:0;
	overflow:hidden;
}

/*HTML sektion 2*/
.main-container2{
    background-color: #3c3c3c;
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 0px;
}

/*HTML sektion 3*/
.main-container3{
	
}

/*HTML sektion 4*/
.main-container4{
    background-color: #fff;
   	padding-top:100px;
   	padding-bottom:100px;
   	overflow:hidden;
   	
}

/*HTML sektion 5*/
.main-container5{
	padding-bottom: 100px;
    padding-top: 50px;
	
}

/*HTML sektion 6*/
.main-container6{
	
}

/*Sektion senastefordon*/
.main-container7{
	padding-top: 100px;
}

/*Sektion lagerlista*/
.main-container8{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	padding:0;
	overflow:hidden;
    background-color: #212121;	
}


.sektion-topbg-img{
	background-image: linear-gradient(180deg, #00000000,#00000000,#00000000, #3c3c3c), url(/images/sektioner/uploads/samladbild2.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.startknapp-wrapper{
    width: 100%;
    margin-top: 40px;
}

.startknapp{
	display: inline-flex;
    max-width: max-content;
    padding: 15px 20px;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500 !important;
    background-color: #0a335e !important;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    border: none !important;
}

.startknapp:hover{
	color: #ffffff;
    background-color: #dadde8;
    border: 1px solid #dadde8;
}

b, strong {
    font-weight: bold;
    color: #ffffff;
}

.slides-content {
    color: #000000;
    border: none;
}

.slides-content span {
    display: block;
    text-align: left;
    overflow: hidden;
    margin-bottom: 7px;
}

.slides-pris {
    font-size: 17px;
    font-weight: 700;
}

.sektion-wrap{
	
}

.startsektion-bg-img-container {
	vertical-align: middle;
    display: table-cell;
    height: 87vh;
}

.sektion-dark-right-text{
	max-width: 500px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 1.9;
    letter-spacing: 0.01em;
	padding-bottom: 10px;
}

.sektion-light-right-text{
	max-width: 500px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 1.9;
    letter-spacing: 0.01em;
	padding-bottom: 10px;
}

.sektion-service-image {
    background-image: linear-gradient(180deg, #e2e2e200, #e2e2e21f), url(/images/sektioner/uploads/omoss.jpg);
    background-size: cover;
    display: table;
    width: 100%;
    border-radius: 30px;
}

.second-bild{
	min-height: 330px;
}

.center-image{
	margin-left: auto;
    margin-right: auto;
}

.sektion-titel-wrapper{
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}

.sektion-dark-titel {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.sektion-light-titel {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    color: #d2d2d2;
    margin-bottom: 10px;
    margin-bottom: 10px;
}

.sektion-titel {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    color: #d2d2d2;
    margin-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.start-linje {
    margin-top: 7px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4e4e4e;
}




.senast-rubrik {
	font-size: 25px;
    padding-bottom: 40px;
    display: inline-block;
    font-weight: 600;
    color: #141414;
}

.stor-rubrik{
    font-size: 25px;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 600;
	text-align: center;
}

.finans-rubrik{
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #dbdbdb;
	font-weight: 500;
	text-align: center;
}

.startslider-content{
    position: absolute;
    top: 10%;
    left: 0px;
    width: 70%;
    z-index: 1;
    display: inline-block;
    background-color: #161a1db3;
    padding: 25px;
    border-radius: 10px;
}

.tjanst-text{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 40px;
    line-height: 2.0;
}

.sektion-card {
    background: transparent;
    margin-bottom: 1em;
	perspective: 1000px;
    width: 100%;
    min-height: 424px;
}

.sektion-card-img {
    width: 100%;
    height: auto;
	min-height: 152px;
	pointer-events: none;
}

.sektion-card-content {
    padding: 1em;
}

.sektion-card-titel {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #d2d2d2;
    margin-bottom: 10px;
}

.sektion-card-text{
    display: block;
    min-height: 158px;
    font-size: 15px;
	font-family: Montserrat-Regular;
	line-height: 1.5;
    letter-spacing: 0.01em;
	color: #d2d2d2;
}

.garanti-sektion-titel {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.sektion-right-text{
    display: inline-block;
    width: 100%;
    color: #555;
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.reverse-order-img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
	pointer-events: none;
}

.img-bg-box{
  position:relative;
}

.img-bg-box:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, #dddcd687 0%, #dddcd673 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#050505), color-stop(100%,#050505));
    background: -webkit-linear-gradient(top, #050505 0%,#050505 100%);
    background: -o-linear-gradient(top, #dddcd687 0%,#dddcd673 100%);
    background: -ms-linear-gradient(top, #dddcd687 0%,#dddcd673 100%);
    background: linear-gradient(to bottom, #05050594 0%,#05050552 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcd687', endColorstr='#dddcd673',GradientType=0 );
}

.img-bg-box img{
	display:block;
	width:auto;
	border-radius: 8px;
	pointer-events: none;
}

.overlapwrapper{
	display: flex;
}

.leftoverlap{
	width: 100%;
}

.vellinge-rubrik-wrapper{
	padding:10%;
	padding-top: 0px;
    margin-top: 40px;
}

.rightoverlap{
    position: absolute;
    background-color: #3c3c3cf7;
    margin-left: 40%;
    margin-right: 10%;
    margin-top: 100px;
}

.vellinge-rubrik-wrapper{
	padding:10%;
	padding-top: 0px;
    margin-top: 40px;
}

.vellinge-rubrik{
	font-size: 30px;
    display: inline-block;
    width: 100%;
    color: #eaeaea;
    font-family: ui-serif;
    line-height: 1.50;
}

.vellinge-text{
	display: inline-block;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans';
    color: #eaeaea;
	padding-bottom: 10px;
	text-align: right;
}

.howerwrapper{
	padding-top: 25px;
}

.hoverbox{
    padding: 6px 0px 6px 0px;
    margin-left: 195px;
}

.hoverlinetext {
    color: #fff;
}

.hoverline {
    display: inline-block;
    width: 20px;
    background-color: #000;
    height: 2px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sektion-titel-ater {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fa-chevron{
	font-family: 'ElegantIcons';
    speak: none;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color:#1e1e1c;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    animation: bounce 1.5s infinite;
	margin: 0 5px;	  
}

.fa-chevron:before{
	content:"\35";
	background: #fff;
    border-radius: 1em;
}

.btn-visafilter {
    width: 120px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #ea0000;
    padding: 12px 15px 12px 0px;
    border-radius: 50px;
}

.btn-visafilter-text {
    padding-left: 6px;
    font-size: 14px;
    color: #fff;
    font-family: Arial;
    font-weight: 600;
    text-transform: uppercase;
}

#visasok-arrow {
    color: #f1f1f1;
}

.antalsidor-text {
    font-size: 14px;
    color: #777;
    font-family: Arial;
}

.sortering-pretext {
    font-size: 14px;
    padding-right: 2px;
    color: #777;
    font-family: Arial;
}

.sortering-box {
    border: none;
    width: fit-content;
    outline: none;
    color: #333;
    font-size: 14px;
    background-color: transparent;
    font-weight: 700;
    font-family: Arial;
}

.antalsidor {
    padding-top: 50px;
    display: block;
}

.sortering-wrapper {
    text-align: right;
    padding-bottom: 15px;
}

.bil-block-modell span {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-family: Arial;
}

.bil-block-drivmedel span, .bil-block-vaxellada span, .bil-block-arsmodell span {
	width: 100%;
    color: #555555;
    display: inline-block;
    font-family: Arial;
}

.bil-block-info-right {
    text-align: left!important;
    width: 41%;
    padding: 1px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
	font-family: Arial;
}

.bil-block-info-left {
	color: #555555;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
}

.bil-block-pris span {
	font-size: 19px;
    color: #151618;
    font-weight: 600;
    padding: 5px;
    font-family: Arial;
}

.col-margin-bottom {
    margin-bottom: 40px;
}

.bil-block-main {
    color: inherit;
    border: none;
}


.searchbox-header h4 {
    color: #333;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-family: Arial;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.select-box {
	width: 100%;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #efefef;
    outline: none;
    background-color: #fff;
    color: #555555;
    font-family: Arial;
    padding: 8px 0px 8px 1px;
}

.search-box {
    padding: 4px;
    width: 100%;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #fff;
    font-family: Arial;
    outline: none;
}

.btn-search{
	background-color: #d9d9d9!important;
    color: #141414!important;
    font-family: Arial;
    font-size: 15px;
    border-radius: 3px;
    transition: .3s ease;
    font-weight: 500;
    border: 2px solid #b1b1b1;}

.btn-search:hover{
	background-color: #fff!important;
    color: #161616!important;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 6px 13px;
    font-size: 15px;
    line-height: 1.333333;
}

#sidnummer > li > a {
    color: #333!important;
    background-color: #eaeaea;
}

#sidnummer > .active > a {
    color: #ffffff !important;
    border-color: #2e2e2e !important;
    background-color: #2e2e2e !important;
}

.bil-block-img {
    background-size: cover!important;
}

.bil-block-exklmoms-pris-text {
    font-size: 12px!important;
    color: #777!important;
    font-family: Arial;
    background-color: inherit!important;
}



.bil-block-pris {
    margin-top: -62px;
}

.bil-block-main-noclick {
	color: inherit;
    border-color: inherit;
    border: none;
    border-radius: 0px 0px 6px 6px;
}

#searchengine{
	display:none;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	.top-background-boxed{
		width:100%;
	}
		.stor-rubrik {
    	font-size: 20px;
    	text-align: center;
	}
	
	.startslider-content {
	    position: unset;
    	width: 100%;
    	margin-bottom: 15px;
	}
	
	.startknapp{
		margin: 0;
    	padding: 10px 15px 10px 15px;
	}
	
	.startsektion-bg-img-container {
        height: unset !important;
    }
    
    .media-wrap {
    padding-top: 25px;
}
    .garanti-sektion-titel{
    font-size:2.2em;	
    }
    
    .overlapwrapper {
    display: inline-block;
	}
	
	.rightoverlap {
	margin: -322px 15px 0 15px;
    position: relative;
    background-color: #ebebeb;
	}
	
		.vellinge-rubrik {
		text-align: left!important;
    	font-size: 23px;
	}
	
		.vellinge-text{
		text-align: left;
	}
	
		.hoverlinetext {
		width: 110px;
    	font-size: 13px;
	}
	
		.hoverline{
		display: none;
	}
	
		.howerwrapper{
		margin-top: 25px;
	}
	
		.hoverbox {
    	background: #021319;
    	margin: 10px;
    	text-align: center;
	}
	
		.sektion-topbg-img {
		background-image: linear-gradient(rgb(60 60 60 / 50%)), url(/images/sektioner/uploads/gruppbild-start.jpg);
		background-size: cover;
		display: table;
		width: 100%;

    }
	
	
}