/*Sidan*/
.main{
	background-color: #ebebeb;
}

/*HTML sektion 1*/
.main-container1{
	overflow: hidden;
    padding: 0;
}

/*HTML sektion 2*/
.main-container2{
	margin-top: 100px;
    margin-bottom: 100px;
    padding: 0;
    overflow: hidden;
    background-color: #e6e6e6;
}

/*HTML sektion 2*/
.main-container3{
	
}

/*HTML sektion 4*/
.main-container4{
	
}

/*HTML sektion 5*/
.main-container5{
	
}

/*HTML sektion 6*/
.main-container6{
	overflow: hidden;
	padding: 0;
}

/*Sektion senastefordon*/
.main-container7{
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

/*Sektion lagerlista*/
.main-container8{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}

.sektion-topbg-img{
	background-image: linear-gradient(180deg, #00000000, #00000000), url(/images/sektioner/uploads/startbild-ny.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.startsektion-bg-img-container{
	vertical-align: middle;
	display: table-cell;
    padding-top: 10%;
    padding-bottom: 30%;
    height: 100vh;
}

.ebrubrik {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    color: #2a2d25;
    font-family: ui-serif;
    line-height: 1.50;
	text-align: center;
	padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.ebtext {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    font-family: 'Open Sans';
    color: #555555;
    padding-top: 10px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.senastrubrik {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    color: #983008;
    font-family: ui-serif;
    line-height: 1.50;
	text-align: center;
	padding-bottom: 50px;
}

.slides-content {
    color: #555555;
    border: none;
    background-color: #e6e6e6;
}

.kontakt-rubrik {
    font-size: 35px;
    display: inline-block;
    width: 100%;
    color: #ebebeb;
    font-family: ui-serif;
    line-height: 1.50;
}

#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: #2a2d25;
    border: 1px solid #2a2d25;
}

#customform_submit{
    margin-top: 10px;
}

.kontakt-bg{
	background-size: cover;
	min-height: 750px;
    background-image: linear-gradient(180deg, #ebebeb3b, #000000c7), url(/images/sektioner/uploads/kontaktaoss.jpg);
}

.kontaktwrapper{
	margin-left: 20px;
	margin-right: -20px;
	padding-top: 50px;
}

.image-background-wrapper{
	background: #ebebeb59;
}

.image-background-wrapper img{
	opacity: 0.4;
}

.sidknapp-wrapper{
	width:100%;
	text-align:center;
	margin-bottom: 100px;
	margin-top: 20px;
	
}
.sidknapp{
	border-radius: 3px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 600;
    background-color: #983008;
    color: #f1f1f1;
    border: none;
}
.sidknapp:hover{
    color: #f1f1f1;
    background-color: #842703;
}

.customform-footer-input{
	color: #e6e6e6;
}


.startsektion-img-text {
    margin: 0 0 10px;
    font-size: 30px;
    width: 100%;
    color: #000000;
    font-family: ui-serif;
    line-height: 1.50;
    text-align: center;
    font-weight: 900;
    filter: drop-shadow(1px 1px 2px #d5d5d5);
}

.sektion-topbg-content{
	padding-top: 19%;
    position: absolute;
    text-align: center;
    width: 100%;
    left:0;
}

.startsektion-img{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(1px 1px 2px #d5d5d5);
    max-width: 350px;
}

.recaptcha-wrapper {
    opacity: 0.5;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	
	.startsektion-img{
		max-width: 250px;
	}
	
	.startsektion-img-textbox{
		background-color: #00000030;
	}
	.kontakt-bg{
		height: 294px;
		min-height: unset;
	}
	
	.ebtext {
    padding-bottom: 10px;
	}
	
	.startsektion-bg-img-container{
	    min-height: unset;
    	height: 250px;
	}
	
	.main-container2 {
    	margin-top: 0px;
    	margin-bottom: 20px;
	}
	
	.senastrubrik {
    	font-size: 28px;
	}
}


