/*Sidan*/
.main{
	
}

/*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{
	padding:0;
	overflow:hidden;
	
}

/*HTML sektion 3*/
.main-container3{
	
}

/*HTML sektion 4*/
.main-container4{
	
}

/*HTML sektion 5*/
.main-container5{
	
}

/*HTML sektion 6*/
.main-container6{
	
}

/*Sektion senastefordon*/
.main-container7{
	
}

/*Sektion lagerlista*/
.main-container8{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}

.sektion-topbg-img{
    background-image: linear-gradient(180deg, #000000ab, #00000085), url(/images/sektioner/uploads/start-bild.jpg);
    background-position: center;
    background-size: cover;
    display: table;
    width: 100%;
}

.startsektion-bg-img-container {
	vertical-align: middle;
    display: table-cell;
    height: 87vh;
}

.bildtext-rubrik{
	color: #f1f1f1;
    font-weight: 400;
    font-size: 48px;
    display: inline-block;
    width: 100%;
	font-family: Montserrat-Regular;
}


.mini-text{
	color: #f1f1f1;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    width: 100%;
	font-family: Montserrat-Regular;
}

.bildtext-text{
	color: white;
	font-weight: 300;
	font-size: 19px;
	display: inline-block;
	font-family: Montserrat-Regular;
}

.bildtext {
    position: absolute;
    padding: 9px 0% 100px 6%;
    bottom: 0;
    left: 0;
    font-family: Montserrat-Regular;
}

.bildtext-center {
    display: inline-block;
	text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 8%;
    font-family: Montserrat-Regular;
}

.sektion-titel-wrapper{
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}

.sektion-titel {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sektion-light-titel {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-bottom: 10px;
}

.sektion-card {
    background: #f1f1f2;
    margin-bottom: 1em;
    -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%);
}

.sektion-card-img {
    width: 100%;
    height: auto;
	min-height: 152px;
}

.start-linje {
    margin-top: 7px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4e4e4e;
}

.sektion-card-text{
    display: block;
    min-height: 158px;
    font-size: 15px;
	font-family: Montserrat-Regular;
	line-height: 1.5;
    letter-spacing: 0.01em;
	color: #000;
}
.sektion-card-content {
    padding: 1em;
}

.sektion-card-titel{
	color:#000;
	display: block;
    min-height: 158px;
    font-size: 22px;
    font-family: Montserrat-Regular;
    line-height: 1.5;
	min-height: 30px;

}

.img-responsive-ar{
	width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.autoripa-col-wrapper{
	padding: 0 20px 30px 20px;
    background-color: #f1f1f2;
    border-radius: 0 0 2em 2em;
}

.autoripa-col-vh p{
	color:#1e1e1c;
}

.autoripa-col-title{
	max-width:85%;
}

.sektion-text {
    font-size: 15px;
    font-family: Montserrat-Regular;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #000;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	.top-background-boxed{
		width:100%;
	}
}