/*Sidan*/
.main{
color: #000;
}

/*Bildslider container*/
#home{
	padding:0;
}

#topvideo {
  width:-webkit-fill-available;
}




/*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;
}


.topvideo-wrapper::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
	
}

/*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;
    padding-top:0;
}

/*HTML sektion 2*/
.main-container2{
    padding-top: 100px;
    padding-bottom: 100px;
}

/*HTML sektion 3*/
.main-container3{
	padding-bottom:100px;
	
}

/*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{
	
}
.startknapp-wrapper {
    padding-top: 15px;
}

.sidknapp {
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    font-size: 20px;
    font-weight: 600;
    background-color: #525252;
    color: #efefef;
    border: 1px solid #525252;
    border-radius: 15px;
    text-decoration: none;
}

.sidknapp:hover {
    color: #fff;
    background-color: #919191;
    border: 1px solid #797979;
}

.bildtext-rubrik{
	color: #fff;
    font-weight: 600;
    font-size: 35px;
    display: inline-block;
    width: 100%;
	padding-top: 110px;
}

.bildtext-text{
	color: #eaeaea;
    font-size: 20px;
    display: inline-block;
}

.bildtext {
    position: absolute;
    padding: 150px 30% 230px 30%;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.startknapp-wrapper{
    width: 100%;
    margin-top: 20px;
}

.startknapp-wrapper{
    width: 100%;
    margin-top: 20px;
}

.startknapp{
    padding: 14px 30px 14px 30px;
    margin: 0px 10px 0px 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #313131;
    color: #ffffff;
    border: 1px solid #313131;
    border-radius: 50px;
    transition: .5sease;
    text-decoration: none;
}

.startknapp:hover{
	color: #fff;
    background-color: #434343;
    border: 1px solid #434343;
}

.garanti-sektion-titel {
    display: inline-block;
    width: 100%;
    font-size: 2.4em;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.garanti-sektion-titel {
	display: inline-block;
	width: 100%;
	font-size: 23px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
}

.sektion-right-text {
	display: inline-block;
	width: 100%;
	color: #000000;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
	
.reverse-order-img {
    width: 100%;
    height: auto;
    border-radius: 140px;
    margin: 0;
	pointer-events: none;
} 

.tourne-text{
	font-size: 19px;
    font-family: Montserrat-Regular;
	line-height: 1.9;
    letter-spacing: 0.01em;
    color: #000000;
}

.start-linje {
    margin-top: 7px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	.top-background-boxed{
		width:100%;
	}
		#topvideo {
   		 width: -webkit-fill-available;
	}
	
		.bildtext {
    	padding: 100px 0px 15px 0px;
	}
	
	.bildtext-rubrik{
		color: #fff;
    	font-weight: 600;
    	font-size: 30px;
    	display: inline-block;
    	width: 100%;
	}
}