
/*Sidan*/
.main{
	background-color: #f1f1f1;
}

/*HTML sektion 1*/
.main-container1{
	overflow: hidden;
    padding: 0;
}

/*HTML sektion 2*/
.main-container2{
	padding-top: 80px;
}

/*HTML sektion 2*/
.main-container3{
	
}

/*HTML sektion 4*/
.main-container4{
	margin-top: 100px;
}

/*HTML sektion 5*/
.main-container5{
	margin-top: 100px;
}

/*HTML sektion 6*/
.main-container6{
	padding: 0;
	overflow: hidden;
}

/*Sektion senastefordon*/
.main-container7{
	padding: 0;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 100px;
}

/*Sektion lagerlista*/
.main-container8{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}

.sektion-topbg-img{
	background-image: linear-gradient(180deg, #18191cf5, #18191c42), url(/images/sektioner/uploads/pmcar.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.startsektion-bg-img-container{
	vertical-align: middle;
	display: table-cell;
    padding-top: 10%;
    padding-bottom: 30%;
}

.textbox-bild{
    background-color: #ebebeb;
    min-height: 200px;
}

.pmrubrik {
	color: #2a2a2a;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
	font-family: ui-serif;
    line-height: 1.50;
}

.pmtext{
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #353535;
}


.startpmrubrik{
    color: #2a2a2a;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 15px;
    font-family: ui-serif;
    line-height: 1.50;
}

.slides-content {
    padding: 10px;
    color: #202020;
    text-transform: uppercase;
    font-family: ui-serif;
    min-height: 126px;
    border: none;
    font-size: 14px;
	background-color: #ebebeb;
}

.kontakt-rubrik {
    font-size: 35px;
    display: inline-block;
    width: 100%;
    color: #f1f1f1;
    font-family: ui-serif;
    line-height: 1.50;
}

.kontakt-bg{
	background-size: cover;
	min-height: 750px;
    background-image: linear-gradient(180deg, #00000091, #000000a6), url(/images/sektioner/uploads/kontaktaoss.jpg);
}

#customform_input_name, #customform_input_email, #customform_input_tel, #customform_input_regnr, #customform_input_mil, #customform_input_msg {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #5c6056;
    border: 1px solid #4b4e45;
}

#customform_submit{
    margin-top: 10px;
}

.sidknapp-wrapper{
	width:100%;
	text-align:center;
	margin-bottom: 100px;
	margin-top: 20px;
	
}
.sidknapp{
    border-radius: 3px;
    padding: 8px 25px 8px 25px;
    font-size: 15px;
    font-weight: 600;
    background-color: #aa1c05;
    color: #f1f1f1;
}
.sidknapp:hover{
    color: #f1f1f1;
    background-color: #8f1905;
}

.minalankar{
	color: #f1f1f1;
    background-color: #aa1c05;
    text-decoration: none;
    border: none;
}
.minalankar:hover{
	color: #f1f1f1;
    background-color: #8f1905;
    text-decoration: none;
    border: none;
}

.btn-wrapper{
	text-align:center;
}

::placeholder {
  color: #bbbbbb;
}
.customform-footer-input{
	color: #dbdbdb;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	
}

