/*Sidan*/
.main{
	
}

/*HTML sektion 1*/
.main-container1{
	padding: 0;
    overflow: hidden;
}

/*HTML sektion 2*/
.main-container2{
	padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
}

/*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{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}

.kontakt-wrapper{
	box-shadow: 3px 4px 8px #e8e6e6;
	background-color: white;
	padding: 30px;
}

.kontakt-wrapper div{
	padding:0;
}

.input-wrapper{
	padding:10px!important;
}

.g-recaptcha {
    width: 304px;
    height: 76px;
    opacity: 0.5;
}

.g-recaptcha iframe {
    left: unset;
}

.customform_input{
    outline: none;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border: none;
    height: 70px;
    border-bottom: 1px solid #00000042;
}

.saljbil-rubrik{
    color: #339100;
    text-align: center;
    font-size: 40px;
    display: inline-block;
    width: 100%;
    font-family: system-ui;
    font-weight: 500;
    height: 150px;
}

.saljbil-text{
	color: #555555;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.customform_input:focus {
    outline: none;
    border-bottom: 1px solid #000;
}

.saljbil-underrubrik{
	color: #000;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: system-ui;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.saljbil-fraga{
	color: #cf0000;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.sidknapp {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: black;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    border-radius: 3px;
	transition: .3s ease;
}


.sidknapp:hover {
    display: inline-block;
    color: white;
    border: 1px solid #d95800;
    background-color: #d95800;
}


.sektion-topbg-img{
	background-image: linear-gradient(180deg, #00000070, #050a0f61), url(/images/sektioner/uploads/0bilarilager.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;
}

.color-box {
    min-height: 439px;
    background-color: #f3f3f3;
    margin-bottom: -350px;
    position: relative;
    z-index: -999;
}


/*Inställning för mobil*/
@media (max-width: 767px){
	
	.text-sektion{
		padding: 0px;
	}
	
	.main-container1 {
    	padding-bottom: 0px;
		}
		
			.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;
	}
	
	.color-box {
    	min-height: 390px;
	}
	
	.saljbil-text {
    	padding: 0 15px 30px 15px;
	}
	
	.customform_input {
    	height: 50px;
	}
	
	.kontakt-wrapper{
		padding: 15px;
	}
}
