/*Sidan*/
.main{
	background-color: #021319;
}


.rightoverlap {
    background-color: #051a22;
}

/*HTML sektion 1*/
.main-container1{
    overflow: hidden;
    padding: 0;
    padding-top: 80px;
}

/*HTML sektion 2*/
.main-container2{
	padding: 0;
    overflow: hidden;
}

/*HTML sektion 2*/
.main-container3{
	overflow: hidden;
	padding: 0;
	padding-top: 50px;
}

/*HTML sektion 4*/
.main-container4{
	
}

/*HTML sektion 5*/
.main-container5{
	
}

/*HTML sektion 6*/
.main-container6{
	margin-bottom: 100px;
}

/*Sektion senastefordon*/
.main-container7{
    padding: 0;
    background-color: #021319;
    padding-bottom: 50px;
	overflow: hidden;
}

/*Sektion lagerlista*/
.main-container8{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}

.startsektion-text{
	
}

.slides-content {
	padding: 10px;
    color: #c2c2c2;
    font-family: ui-serif;
    border: none;
    font-size: 14px;
    background-color: #051a22;
}

.sektion-rubrik{
    font-size: 35px;
    display: inline-block;
    width: 100%;
    color: #f1f1f1;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.7px;
    font-family: ui-serif;
}

.sektion-topbg-img{
    background-image: linear-gradient(180deg, #000000b0, #000000b0), url(/images/sektioner/uploads/nystart.jpg);
    /*background-image: linear-gradient(0deg, rgb(29 29 29), rgb(29 29 29 / 36%)), url(/images/sektioner/uploads/nystart.jpg);*/
    background-size: cover;
    display: table;
    width: 100%;
}


.startsektion-bg-img-container{
	vertical-align: middle;
	display: table-cell;
    padding-top: 10%;
    padding-bottom: 15%;
}

.sektion-bg-btn-holder {
	width: 100%;
    height: 50px;
    display: inline-table;
    border-radius: 20px;
    min-height: 50px;
    background-color: #2929298c;
}

.sektion-bg-btn-holder:hover {
	background-color: #5252528c;
	cursor:pointer;
}

.bildtext-rubrik{
	font-size: 20px;
    display: inline-block;
    width: 100%;
    color: #f1f1f1;
    padding: 15px 5px 25px 5px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.bildtext-text{
	color: white;
	font-size: 15px;
}


.vellinge-rubrik-wrapper{
	padding:10%;
	padding-top: 0px;
    margin-top: 40px;
}

.vellinge-rubrik{
	font-size: 35px;
    display: inline-block;
    width: 100%;
    color: #f1f1f1;
    font-family: ui-serif;
    line-height: 1.50;
}

.senast-rubrik{
    font-size: 32px;
    display: inline-block;
    width: 100%;
    color: #f1f1f1;
    font-family: ui-serif;
    line-height: 1.50;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}


.punktlista-start{
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    float: right;
}

.punktlista-start li{
	text-align: left;
}


.visamer{
	border: 0px;
    display: inline-block;
    background-color: #91b1b6;
    color: white;
    padding: 4px 10px 2px 10px;
    border-radius: 4px;
    width: fit-content;
    height: 29px;
    cursor: pointer;
    float: right;
}

.visamer:hover{
	background-color: #86c5cf;
	color:white;
}

.hoverline{
	display: inline-block;
    width: 20px;
    background-color: #8b8b8b;
    height: 2px;
    margin-right: 10px;
	margin-top: 4px;
    margin-bottom: 4px;
}

.hoverlinetext{
    width: 150px;
    display: inline-block;
    color: #c2c2c2;
    font-size: 15px;
    font-weight: 600;
}

.overlapwrapper{
	display: flex;
}

.leftoverlap{
	width: 100%;
}

.rightoverlap{
    position: absolute;
    background-color: ##1d1d1db5;
    margin-left: 40%;
    margin-right: 10%;
    margin-top: 100px;
}

.vellinge-text{
	display: inline-block;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans';
    color: #cbcbcb;
	padding-bottom: 10px;
	text-align: right;
}
.howerwrapper{
	padding-top: 25px;
}
.hoverurl{

}
.hoverbox{
    padding: 6px 0px 6px 0px;
}


.img-bg-box{
  position:relative;
}

.img-bg-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, #dddcd687 0%, #dddcd673 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#050505), color-stop(100%,#050505));
    background: -webkit-linear-gradient(top, #050505 0%,#050505 100%);
    background: -o-linear-gradient(top, #dddcd687 0%,#dddcd673 100%);
    background: -ms-linear-gradient(top, #dddcd687 0%,#dddcd673 100%);
    background: linear-gradient(to bottom, #05050594 0%,#05050552 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcd687', endColorstr='#dddcd673',GradientType=0 );
}

.topbg-height{
	min-height: 258px;
}

.img-bg-box img{
	display:block;
	width:auto;
	border-radius: 8px;
}

.sidknapp-wrapper{
	width:100%;
	text-align:center;
	margin-bottom: 50px;
}
.sidknapp{
    border-radius: 3px;
    padding: 8px 25px 8px 25px;
    font-size: 15px;
    font-weight: 600;
    background-color: #073544;
    color: #f6f6f6;
}
.sidknapp:hover{
    color: #f6f6f6;
    background-color: #052631;
}

.instagram-bg{
	background-color: #d2d2d2;
	margin-top: 100px;
}

.social-rubrik {
    font-size: 35px;
    display: inline-block;
    width: 100%;
    color: #073544;
    font-family: ui-serif;
    line-height: 1.50;
    text-align: center;
	padding-bottom: 20px;
}
.kontakt-bg{
	background-size: cover;
	min-height: 750px;
    background-image: linear-gradient(180deg, #00000091, #000000a6), url(/images/sektioner/uploads/kontakt2.jpg);
}

.kontakt-rubrik {
    font-size: 35px;
    display: inline-block;
    width: 100%;
    color: #073544;
    font-family: ui-serif;
    line-height: 1.50;
}	

.helg-wrapper{
	margin-left: 15%;
    padding-top: 10%;
}

.helg-titel{
	text-shadow: 1px 1px 1px #fbfbfb;	
	display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #b7a200;    
}

.helg-text{
	display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #b2a31d;    
}

.helg-img{
	max-width: 180px;
	filter: drop-shadow(0 3mm 4mm #fff);
}


/*Inställning för mobil*/
@media (max-width: 767px){
	
	.topbg-height{
		min-height: 200px;
	}
	.startsektion-bg-img-container{
		padding: 0;
	}
	    min-height: 200px;
	.sektion-topbg-img{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.kontakt-bg{
		min-height: 390px;
	}
	
	.rightoverlap {
		margin: -322px 15px 0 15px;
    	position: relative;
    	background-color: #020d119c;
	}
	
	.overlapwrapper {
    	display: inline-block;
	}
	
	.vellinge-rubrik {
		text-align: left!important;
    	font-size: 23px;
	}
	
	.vellinge-text{
		text-align: left;
	}
	
	.hoverlinetext {
		width: 110px;
    	font-size: 13px;
	}
	
	.hoverbox {
    	background: #021319;
    	margin: 10px;
    	text-align: center;
	}
	
	.hoverline{
		display: none;
	}
	
	.howerwrapper{
		margin-top: 25px;
	}
	
	.social-rubrik{
		font-size: 28px;
	}
}

