/*Sidan*/
.main{
	
}

/*HTML sektion 1*/
.main-container1{
	padding: 0;
    overflow: hidden;
}

/*HTML sektion 2*/
.main-container2{
	
}

/*HTML sektion 2*/
.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{
	padding-top: 50px;
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}

.searchbox-header h4 {
    color: #656565;
    font-family: system-ui;
    font-size: 16px;
    padding-bottom: 12px;
}

.select-box {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #00000073;
    padding-bottom: 10px;
    font-size: 15px;
    font-family: system-ui;
    outline: none;
    color: #333;
}

.search-box {
    padding: 5px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    outline: none;
}

.bil-block-main {
    color: black;
    border: none;
    font-family: system-ui;
    background-color: #f3f3f3;
}

.antalsidor-text {
    font-size: 15px;
    color: black;
}

.sortering-pretext {
    font-size: 15px;
    padding-right: 2px;
	color: #555555;
}

.sortering-box {
	color: #000;
    font-size: 15px;
}

.btn-search {
    background-color: #e6e6e6!important;
    color: #000!important;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
    font-family: system-ui;
	transition: .3s ease;
}

.btn-search:hover {
	background-color: #d95800!important;
    color: #fff!important;
    border: 1px solid #d95800;
}

.bil-block-pris-text {
    font-size: 22px;
    font-weight: 500;
}

.bil-block-modell span {
    font-family: system-ui;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
}

.bil-block-modell {
    padding-left: 10px;
    padding-right: 10px;
}

.bil-block-info {
    padding: 10px;
}

.senast-rubrik{
    color: #339100;
    text-align: center;
    font-size: 40px;
    display: inline-block;
    width: 100%;
    font-family: system-ui;
    font-weight: 500;
    height: 150px;
}

.sektion-topbg-img{
	background-image: linear-gradient(180deg, #00000070, #050a0f61), url(/images/sektioner/uploads/lager.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.startsektion-bg-img-container{
	vertical-align: middle;
	display: table-cell;
    padding-top: 15%;
    padding-bottom: 11%;
}

.bildtext-text{
	color: white;
	font-weight: 400;
	font-size: 22px;
	display: inline-block;
	font-family: system-ui;
}

.bildtext-rubrik{
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	display: inline-block;
	width: 100%;
	font-family: system-ui;
}

.bildtext {
    position: absolute;
    padding: 0px 20% 150px 20%;
    bottom: 0;
    left: 0;
    margin-left: 15px;
}

.bil-block-pris span {
    color: #000;
}

.bil-block-drivmedel span, .bil-block-vaxellada span, .bil-block-arsmodell span, .bil-block-miltal span{
    color: #555555;
    font-family: system-ui;
}

.col-margin-bottom {
    margin-bottom: 50px;
}

#resultatdata{
    padding-bottom: 10px;	
}
/*Inställning för mobil*/
@media (max-width: 767px){
	.startsektion-bg-img-container {
    	min-height: unset;
    	height: 200px;
	}
	
	.bildtext {
    	padding: 0 0 0 4%;
    	margin-left: 10px;
	}
	
	.bildtext-rubrik {
    	font-size: 30px;
	}
	
	.bildtext-text {
    	font-size: 15px;
    	padding-bottom: 20px;
	}
	
	.main-container8 {
    	padding-top: 0px;
	}
}

