/*Bilvisningssida*/
.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%;
}

/*Sektion bilvisning*/
.main-containerbilvisning{
	padding-top: 100px;
}

/*HTML sektion 1*/
.main-container2{
	
}

/*HTML sektion 2*/
.main-container3{
	
}

/*Sektion personal*/
.main-container4{
	
}

/*Sektion kontakt*/
.main-container5{
	
}

/*Sektion karta*/
.main-container6{
	
}

.flexslider {
    border: 1px solid #fff;
}

.infobox-rubrikdata {
    border: 1px solid #e1e1e1;
    padding: 30px 20px 20px 5px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
	margin-top: 15px;
}

.block-modell span {
    font-size: 17px;
    text-transform: uppercase;
    color: #1a1a1a;
	line-height: 2.2em;
    font-weight: 600;
    letter-spacing: 0.01em;
}

#pristxt {
    font-size: 16px;
    display: block;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.01em;
}


.block-pris #bp {
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    display: block;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.infobox-fdata {
    border: 1px solid #ffffff;
    padding: 20px 25px 15px 25px;
    margin-bottom: 12px;
}

.infobox-utrdata {
    border: 1px solid #ffffff;
    padding: 20px 25px 25px 25px;
    margin-bottom: 30px;
}

.inforubrik-left {
    width: 100%;
    border-color: inherit;
    margin-bottom: 14px;
    border-bottom: none;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 2.0;
    font-family: roboto;
    background-color: #f7f7f7;
    padding: 5px 12px 5px 12px;
    border-radius: 3px;
}

.sektion-halv-hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgb(225 225 225), rgb(225 225 225), rgb(225 225 225));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 40, 40, 1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 40, 40, 1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 40, 40, 1), rgba(0, 0, 0, 0));
}


.bil_sok_modell_header {
    text-align: left;
}

.bil_sok_modell_header h4 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-family: system-ui;
}

.utr-span {
    position: relative;
    left: -5px;
    color: #3c3c3c;
    font-size: 13px;
    line-height: 1.8;
}

#utrrad1{
	color: #e1e1e1;
}

#utrrad2{
	color: #e1e1e1;
}

#utrrad3{
	color: #e1e1e1;
}

.btn-setting {
    border-radius: 2px;
    height: 40px;
    width: 70%;
    padding-top: 7px !important;
    text-align: center;
    border: 1px solid #849ec3;
    font-family: system-ui;
    font-size: 15px !important;
    text-decoration: none;
    color: #5b7cab;
	margin: 0px 40px 0px 40px;
    font-weight: 500;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default:active:hover, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #849ec3;
    color: #5b7cab;
    background-color: #eff4ff;
	outline: none;
}

.infobox-kontakt {
	border: none;
}

.infobox-fa-wrapper {
	border: none;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	
	.top-background-boxed{
		width:100%;
	}
}