/*Sidan*/
.main{

}

/*HTML sektion 1*/
.main-container1{
	padding: 0;
	overflow: hidden;
}

/*HTML sektion 2*/
.main-container2{
    padding: 0;
    overflow: hidden;
    padding-top: 80px;
}

/*HTML sektion 2*/
.main-container3{
	padding: 0;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
}

/*HTML sektion 4*/
.main-container4{
	
}

/*HTML sektion 5*/
.main-container5{
	
}

/*HTML sektion 6*/
.main-container6{
	padding-bottom: 100px;
}

/*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;
}

.sektion-topbg-img{
    background-image: linear-gradient(180deg, #0000005e, #00000000), url(/images/sektioner/uploads/saljbil.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.startsektion-bg-img-container{
	vertical-align: middle;
	display: table-cell;
    padding-top: 10%;
    padding-bottom: 28%;
}

.bildtext-rubrik{
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    display: inline-block;
    width: 100%;
}

.bildtext-text{
	color: #eaeaea;
    font-size: 20px;
    display: inline-block;
}

.bildtext {
    position: absolute;
    padding: 150px 30% 230px 30%;
    top: 0;
    left: 0;
    margin-left: 15px;
    text-align: center;
    width: 100%;
}

.startknapp-wrapper{
    width: 100%;
    margin-top: 40px;
}

.startknapp{
    padding: 14px 30px 14px 30px;
    margin: 0px 10px 0px 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #efefef;
    color: #000000;
    border: 1px solid #efefef;
    border-radius: 50px;
    transition: .5s ease;
	text-decoration: none;
}

.startknapp:hover{
	color: #000;
    background-color: #efefefdb;
    border: 1px solid #efefefdb;
}

.garanti-sektion-titel{
	display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.garanti-sektion-wrap{
	
}

.sektion-right-text{
	display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #555;
    text-align: center;
    padding-bottom: 50px;
    line-height: 2.0;
}

.startsektion-mellan-img-container{
	vertical-align: middle;
	display: table-cell;
    padding-top: 25%;
    padding-bottom: 16%;
}

.sektion-mellan-img{
	background-image: linear-gradient(180deg, #0000004d, #00000080), url(/images/sektioner/uploads/volvostart.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.mellan-rubrik{
	color: white;
    font-weight: 600;
    font-size: 28px;
    display: inline-block;
    width: 100%;
}

.mellan-text{
	color: #ffffff;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
}

.mellantext {
	position: absolute;
    bottom: 0;
    left: 3%;
    top: 20%;
}

.mellanknapp-wrapper{
    width: 100%;
    margin-top: 40px;
}

.mellanknapp{
    padding: 15px 50px 15px 50px;
    margin: 0px 15px 0px 0px;
    font-size: 15px;
    font-weight: 500;
	background-color: #efefef;
    color: #000000;
    border: 1px solid #efefef;
    font-family: system-ui;
    border-radius: 30px;
    transition: .5s ease;
}

.mellanknapp:hover {
    color: #f1f1f1;
    background-color: #00000014;
    border: 1px solid #efefef;
}

.img-sektion-knapp-wrapper{
    width: 100%;
    margin-top: 40px;
}

.img-sektion-knapp{
    padding: 13px 30px 13px 30px;
    font-size: 14px;
    font-weight: 500;
    background-color: #efefef;
    color: #000000;
    border: 1px solid #efefef;
    font-family: system-ui;
    border-radius: 3px;
    transition: .3s ease;
}

.img-sektion-knapp:hover {
    color: #000;
    background-color: #efefefdb;
    border: 1px solid #efefef;
}

.text-knapp-wrap{
	width: 100%;
	padding-bottom: 80px;
}

.textknapp{
	background-color: #720000;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    transition: .3s ease;
}

.textknapp:hover{
	background-color: #eaeaea;
    color: #000;
}

.text-wrapper{
	padding: 70px 7% 0 7%;
}

.finans-text{
	padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #555;
    text-align: center;
}

.finans-underrubrik{
	height: 50px;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.sidknapp {
	padding: 8px 20px 8px 20px;
    color: #5b7cab;
    border: 1px solid #849ec3;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s ease;
    font-weight: 600;
}


.sidknapp:hover {
    display: inline-block;
    background-color: #eff4ff!important;
    color: #5b7cab !important;
    border: 1px solid #849ec3;
}

.customform_input::placeholder{
	color: #000;
}

.customform_input:focus::placeholder{
	color: #333;
}
.kontakt-wrapper{

}

.kontakt-wrapper div{
	padding:0;
}

.input-wrapper{
	padding:10px!important;
	text-align: center;
}

.g-recaptcha {
    width: 304px;
    height: 76px;
    opacity: 0.5;
}

.g-recaptcha iframe {
    left: unset;
}

.customform_input{
	outline: none;
    width: 50%;
    padding: 15px;
    margin-bottom: 10px;
    height: 60px;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    border-radius: 3px;
}

.samarbete-stor {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: roboto;
    color: #161616;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.center-image {
    margin-left: auto;
    margin-right: auto;
}

.sektion-break{
	padding: 45px 0 45px 0;
}

.slides-content {
    padding: 15px;
    background: transparent;
    color: #999999;
    text-transform: uppercase;
    font-family: Roboto;
    border: none;
}

.slides-content span {
    text-align: left;
}

.slides-modell{
	color: #161616;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-family: roboto;
	height: 50px;
}

.slides-artal {
    text-align: center!important;
    background-color: #eaeaea;
    width: 12%;
    padding: 1px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #555555;
}

.slides-miltal {
    text-align: center!important;
    background-color: #eaeaea;
    width: 19%;
    padding: 1px;
    border-radius: 3px;
    color: #555555;
}

.slides-pris {
    padding-top: 10px;
    font-size: 16px;
    color: #161616;
	text-transform: lowercase;
}

.senast-rubrik{
	display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: roboto;
    color: #161616;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.sidknapp-wrapper{
	width: 100%;
    text-align: center;
    height: 50px;
}

.sidknappsenast{
	padding: 12px 60px 11px 60px;
    font-size: 15px;
    font-family: roboto;
    border-radius: 3px;
    transition: .5s ease;
    background-color: #dddddd2b;
    color: #161616;
    border: 2px solid #ddddddab;
    text-transform: uppercase;
}
.sidknappsenast:hover{
	background-color: #ddddddab;
    color: #1c1c1c;
    border: 1px solid #ddddddab;
}

.customform_input {
    color: #555;
}

.start-linje{
	margin-top: 7px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4e4e4e;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	
	.bildtext {
    	padding: 100px 0 30px 0;
    	margin-left: 0;
    	text-align: center;
	}
	
	.startknapp {
    	padding: 12px 25px 12px 25px;
	}
	
	.main-container2 {
    	padding-top: 40px;
	}

	
	.text-knapp-wrap {
    	padding-bottom: 0;
	}
	
	.media-wrap {
    	padding-top: 50px;
	}
	
	.second-bild {
    	min-height: 186px;
	}
	
	.main-container3 {
    	margin-top: 50px;
    	padding-bottom: 80px;
	}
	
	.text-wrapper {
    	padding: 20px 0% 0 0%;
	}
	
	.finans-underrubrik {
    	font-size: 18px;
    	margin-bottom: 5px;
	}
	
	.main-container7 {
    	padding-top: 40px;
	}
	
	.slides-miltal {
    	width: 22%;
	}
	
	.main-container6 {
    	padding-bottom: 50px;
	}

	
	.customform_input {
    	width: 100%;
	}
	
	.bildtext-rubrik {
    	font-size: 30px;
	}
	
	.bildtext-text {
    	font-size: 15px;
    	padding-left: 25px;
    	padding-right: 25px;
	}
	
	.startsektion-bg-img-container {
    	min-height: unset;
    	height: 400px;
	}
	
	.img-sektion-knapp {
    padding: 8px 15px 8px 15px;
}

.mellan-rubrik {
    color: white;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

.mellan-text {
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}

.mellantext {
    position: absolute;
    bottom: 0;
    left: 6%;
    top: 9%;
    right: 5%;
}

.img-sektion-knapp-wrapper {
    width: 100%;
    margin-top: 10px;
}

.startsektion-mellan-img-container {
    vertical-align: middle;
    display: table-cell;
    padding-top: 50%;
    padding-bottom: 16%;
}
	
}
