body{
	font: 15px Montserrat-Regular;
	background-color:#212121;
}

.m1{
margin-top:1em!important;	
}

.m2{
margin-top:2em!important;	
}

.m3{
margin-top:3em!important;	
}

.m4{
margin-top:4em!important;	
}

.m5{
margin-top:5em!important;	
}

.mb1{
	margin-bottom:25px;
}

.mb2{
	margin-bottom:50px;
}

.mb3{
	margin-bottom:75px;	
}

.mb4{
	margin-bottom:100px;
	padding-top: 50px;
}

.mb5{
	margin-bottom:125px;	
}

.text-knapp-wrap {
    width: 100%;
    padding-top: 20px;
}

.sektion-dark-text {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #ebebeb;
    line-height: 1.9;
    letter-spacing: 0.01em;
    font-family: Montserrat-Regular; 
}

.sektion-btn-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: right;
}

.sektion-text {
    font-size: 15px;
    font-family: Montserrat-Regular;
	line-height: 1.9;
    letter-spacing: 0.01em;
	color: #e5e5da;
}

.dataval-container {
    background-color: #212121;
    border-top: 4px solid gray;
    box-shadow: 0 7px 58px 29px #ffffff87;
    margin: 0px 0px 4px 10%;
    position: fixed;
    bottom: 0;
    width: 80%;
    z-index: 9999;
    
}

.dataval-btn {
    height: 40px;
    width: 153px;
    background-color: #efefef;
    border-color: #efefef;
    color: #212121;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}

.dataval-info-btn {
	height: 40px;
    width: 153px;
    background-color: #efefef;
    border-color: #efefef;
    color: #212121;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}

.dataval-rubrik {
    text-align: center;
    color: #efefef;
}

.datavalbody {
    margin-bottom: 15px;
    display: inline-block;
    color: #efefef;
}

.btn-bilkoncept{
	color: #000;
    background-color: #b8bbbb;
    border-color: transparent;
    min-width: 125px;
    border-radius: 5em;
    overflow: hidden;
    border: 1px solid #b6b5b6;
    margin-top: 1em;
    padding:14px 30px 14px 30px;
}

.btn-bilkoncept:hover{
	background-color:#d1d1d1f2;
	border-color:transparent;
	color:#333;
}

.mail-wrapper {
    background-color: #eaeaea;
    padding: 2em;
    position: relative;
    border-radius: 1em;
}

.sektion-light-titel {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-family: Montserrat-Regular;    
}

.formular-rubrik {
    height: 20px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.customform_input {
    padding: 1.2em;
    min-width: 100%;
    border: 0;
    margin: 2em 0 2em 0;
    border-radius: .25em;
    display: block;
    font-size: 15px;
}

.bildtext-text{
	color: white;
	font-weight: 300;
	font-size: 19px;
	display: inline-block;
	font-family: Montserrat-Regular;
}

.bildtext-rubrik{
	color: #f1f1f1;
    font-weight: 400;
    font-size: 48px;
    display: inline-block;
    width: 100%;
	font-family: Montserrat-Regular;
}

.startsektion-bg-img-container{
	vertical-align: middle;
	display: table-cell;
    padding-top: 13%;
    padding-bottom: 13%;
}

.bildtext-center {
    display: inline-block;
	text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 8%;
    font-family: Montserrat-Regular;
}

#toTop {
display: none;
    text-decoration: none;
    position: fixed;
    overflow: hidden;
    bottom: 15%;
    right: 30px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    text-indent: 100%;
    background-color: #000000;
    text-rendering: optimizeLegibility;
    background-image: url(https://bilkoncept.bilonline.se/images/sektioner/uploads/hand-pointer.svg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 50%;
	}

#toTopHover {
    background-color:#00000000;
    width: inherit;
    height: inherit;
    display: block;
    overflow: hidden;
    float: left;
}

#toTop .fas {
    display: block;
    position: absolute;
    color: #ffffff;
    margin: 22px 0px;
    font-size: 54px;
    padding-top: 0px;
     text-rendering: optimizeLegibility;
}

.logo {
    outline: none!important;
}

@media (max-width: 767px) {
	
    .startsektion-bg-img-container {
        padding-bottom: 80%;
    }
 
	.bildtext {
        padding: 0 25px 70px 25px;
    }
    
	.bildtext-text {
    	font-size: 15px;
	}

    .bildtext-rubrik {
        font-size: 28px;
    }  
      
	.bildtext-text {
        font-size: 15px;
    }
    
    .startknapp {
        margin: 0;
        padding: 10px 15px 10px 15px;
    }
    
    .dataval-container{
    	width:100%;
    }
    
}
