/*Sidan*/
.main{
	background-color: #f1f1f1;
}

/*HTML sektion 1*/
.main-container1{
	padding: 0;
	overflow: hidden;
}

/*HTML sektion 2*/
.main-container2{
	padding: 0;
	overflow: hidden;
}

/*HTML sektion 2*/
.main-container3{
	padding: 0;
	overflow: hidden;
	margin-top: 5px;
}

/*HTML sektion 4*/
.main-container4{
	padding: 0;
	overflow: hidden;
	margin-top: 5px;
}

/*HTML sektion 5*/
.main-container5{
	
}

/*HTML sektion 6*/
.main-container6{
	
}

/*Sektion senastefordon*/
.main-container7{
	padding: 0;
	overflow: hidden;
    margin-top: 100px;
}

/*Sektion lagerlista*/
.main-container8{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}


.sektion-bg-btn-holder{
    width: 15%;
    display: inline-table;
    border-radius: 20px;
    min-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
	background-color: #2929298c;
	padding-bottom: 20px;
}

    
.sektion-bg-img{
	background-image: linear-gradient(0deg, rgb(58 58 58 / 2%), rgb(0 0 0 / 83%)), url(/images/sektioner/uploads/start_bg.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.sektion-bg-img-container{
	vertical-align: middle;
    display: table-cell;
	padding-top: 15%;
    padding-bottom: 30%;
}


.bildtext-rubrik{
	font-size: 22px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding: 15px 5px 25px 5px;
    font-weight: 400;
    font-family: system-ui;
}

.bildtext-text{
	color: #f1f1f1;
	font-size: 15px;
}

.bildtext-subtext{
	font-size: 14px;
    color: #d0d0d0;
    display: inline-block;
    width: 100%;
    height: 110px;
}

.subtext-wrapper{
	min-height: 170px;
    display: inline-table;
}

.sidknapp{
	margin-top:15px;
}

.sektion-color{
	background-color: #f1f1f1;
	min-height: 500px;S
}

.color-wrap{
	padding: 10% 20% 5% 20%;
}	
	hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4ba8c0;
	
}

.start-rubrik{
	font-size: 30px;
    display: inline-block;
    width: 100%;
    color: #4a4a4a;
    padding-bottom: 25px;
    font-family: system-ui;
    font-weight: 400;
}

.start-text{
	font-size: 16px;
    color: #202020;
    font-family: sans-serif;
}

.kontakt-rubrik {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    color: #f1f1f1;
    font-family: system-ui;
    line-height: 1.50;
    font-weight: 400;
}

.kontakt-bg{
	background-size: cover;
	min-height: 750px;
    background-image: linear-gradient(180deg, #00000091, #000000a6), url(/images/sektioner/uploads/start_kontakt.jpg);
}


.sidknapp-wrapper{
	width:100%;
	text-align:center;
	margin-bottom: 100px;
	margin-top: 20px;
	
}
.sidknappsenaste{
	border-radius: 1px;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
    font-weight: 600;
    background-color: #a2863d;
    color: #f1f1f1;
    border: 1px solid #a2863d;
}
.sidknappsenaste:hover{
    color: #f1f1f1;
    background-color: #876e2e;
    border: 1px solid #876e2e;
}

.sidknapp{
	border-radius: 3px;
    padding: 10px 25px 10px 25px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f1f1f1;
    color: #41b3d196;
    border: 1px solid #41b3d196;
}
.sidknapp:hover{
    color: #f1f1f1;
    background-color: #41b3d196;
}

.slides-content {
    padding: 10px;
    color: #202020;
    text-transform: uppercase;
    font-family: system-ui;
    min-height: 126px;
    border: none;
    font-size: 14px;
    background-color: #f1f1f1;
}

.recaptcha-wrapper {
    opacity: 0.5;
}

.sektion-img-menywrapper{
	position: absolute;
    width: 100%;
    margin-left: -15px;
}

.sektion-bg-img-rubrik{
    width: 100%;
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
	margin-bottom: 15px;
	text-shadow: black 0px 0px 2px;
	font-family: system-ui;
}

.bildtext-btn{
	border: 1px solid #5eb7ce96;
    background-color: #5eb7ce96;
    color: #ffffff;
    padding: 10px;
	display: inline-block;
    width: 115px;
	width: 145px;
}

.bildtext-btn:hover{
    color: #f1f1f1;
    background-color: #41b3d196;
}

.getlagersaldo, .bildtext-header-bold{
	width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
	color: white;
	padding: 5px 0px 5px 0px;
}

.customform-input {
	width: 50%;
    color: #dbdbdb;
}

.customform-input::placeholder{
	color:#dbdbdb;
}

.customform-input:focus-visible{
    outline: none;
    background-color: #585956!important;
}

.recaptcha-wrapper {
    background-color: inherit;
    border: none;
}

.bildtext {
    position: absolute;
    top: 20vh;
    left: 0;
    text-align: center;
    width: 100%;
}



/*Inställning för mobil*/
@media (max-width: 767px){
	
	
	.color-wrap {
    	padding: 10% 3% 0% 3%;
	}
	
	.start-rubrik {
    	font-size: 25px;
	}
	
	
	.start-text {
    	font-size: 15px;
	}
	
	.sektion-bg-img-rubrik {
    	font-size: 25px;
	}
	
	.bildtext-rubrik {
    	font-size: 18px;
	}
	
	.sektion-img-menywrapper {
    	position: unset;
    	margin-left: 0;
    	padding-top: 125px;
	}
	
	.sektion-bg-img-container {
    	padding-top: 8%;
    	padding: 0;
	}
	
	.sektion-bg-btn-holder {
        width: 70%;
        padding-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
	}
	
	.kontakt-bg {
    	min-height: unset;
    	height: 400px;
	}
	
	.kontakt-rubrik {
    	font-size: 25px;
    	padding-bottom: 12px;
	}
	
	#customform_input_name, #customform_input_email, #customform_input_tel, #customform_input_regnr, #customform_input_mil, #customform_input_msg {
    	padding: 12px;
	}
	
	.slides-content {
    	padding-top: 20px;
	}
	
	.sidknapp-wrapper {
    	margin-bottom: 70px;
	}
	
	.customform-input{
		width:100%;
	}
	
}