
/*Sidan*/
.main{

}


/*Bildslider container*/
#home{
	padding:0;
}

/*Bildsliderns bild container*/
.top-background-img{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
}

/*HTML sektion innehåller presentationstext till bildslider*/
.home-container{
	padding-top:10%;
	padding-bottom:30%;
}


/*HTML sektion 1*/
.main-container1{
	padding: 0; 
	overflow: hidden;
    position: relative;
}

/*HTML sektion 2*/
.main-container2{
	margin-top: 150px;
	margin-bottom: 150px;
}

/*HTML sektion 2*/
.main-container3{
	
}

/*HTML sektion 4*/
.main-container4{
	
}

/*HTML sektion 5*/
.main-container5{
	
}

/*HTML sektion 6*/
.main-container6{
	
}

/*Sektion senastefordon*/
.main-container7{
	
}

/*Sektion lagerlista*/
.main-container8{
	
}

/*Sektion personal*/
.main-container9{
	
}

/*Sektion kontakt*/
.main-container10{
	
}

/*Sektion karta*/
.main-container11{
	
}

.sektion-topbg-img {
    background-image: linear-gradient(360deg, #1a1a1a, #00000099), url(/images/sektioner/uploads/Sell-Your-Car-Garage-11.jpg);
    background-size: cover;
    display: table;
    width: 100%;
}

.startsektion-bg-img-container {
    vertical-align: middle;
    display: table-cell;
    padding-top: 10%;
    height: 100vh;
}

.sektion-break{
	padding:50px 0 50px 0;
}

.customform_input{
	font-family: Garage911Font;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    background-color: inherit;
    border: 2px solid #d2ab6624;
    margin-bottom: 30px;
	outline: none;
	padding: 22px 0 8px 10px;
	background-color: #00000024;
}

.inputlabel{
	padding-left: 10px;
	position: absolute;
    margin-top: 2px;
	width: 100%;
	font-family: 'Garage911Font';
}


#customform_input_msg{
	min-height: 190px;
}


.formedling-stor{
	width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    font-family: 'Garage911RubrikFont';
    color: #9b9d9e;
    display: inline-block;
}


.stor-11{
	font-size: 41px;
    font-family: inherit;
    color: #9b9d9e;
    display: inline-block;
}

.site-header-vertical {
    text-transform: uppercase;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    margin: 0px;
    color: #d2ab66;
    font-size: 20px;
    font-family: 'Garage911Font';
}

.sektion-text-mixed-wrapper {
    display: table;
    min-height: 320px;
    overflow: hidden;
}

.site-header-holder {
    display: table-cell;
    vertical-align: middle;
}

.sektion-text-fixed {
    font-size: 1.2em;
    display: table-cell;
    vertical-align: middle;
    line-height: 2.2;
    color: #9b9d9e;
    font-family: Garage911Font;
}

.bild-knapp{
	border: 1px solid #d2ab6624;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #202020;
    color: #777;
    font-family: 'Garage911Font';
    text-transform: uppercase;
    font-size: 11px;
	transition: 0.3s;	
}

.bild-knapp:hover{
	background-color: #313131;
}

.recaptcha-wrapper {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    opacity: 0.2;
}


.send-button{
	display: inline-block;
    margin-top: 10px;
    padding: 5px 15px 5px 15px;
    background: #d2ab66;
    border: 1px solid #d2ab66;
    border-radius: 4px;
    color: #1a1a1a;
    font-family: 'Garage911Font';
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
    font-weight: 500;
}

.send-button:hover{
	background: #7b643b;
    border: 1px solid #7b643b;
}


.formedling-rubrik {
    width: 100%;
    padding-top: 10px;
    font-size: 30px;
    font-family: 'Garage911RubrikFont';
    color: #9b9d9e;
    display: inline-block;
	padding-bottom: 10px;
}

.formedling-text {
    font-size: 14px;
    line-height: 2.0;
    color: #9b9d9e;
    font-family: 'Garage911Font';
}

.text-over {
	position: absolute;
    top: 13%;
    max-width: 50%;
    box-shadow: 0px 0px 17px 5px rgb(116 97 62 / 27%);
    background-color: #00000012;
    padding-left: 8px;
	padding-right: 8px;
}

.text-over-img {
	padding-left: 25%;
}

.punktlista-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.year-img-gradient {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 14%) 0%,rgb(26 26 26 / 80%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.google-rubrik {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    font-family: 'Garage911RubrikFont';
    color: #9b9d9e;
    padding-bottom: 20px;
    text-align: center;
}

.google-text {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    color: #9b9d9e;
    font-family: Garage911Font;
    text-align: center;
}

.site-welcome-text-color{
	color: #d2ab66;
}

.g-recaptcha{
	position: absolute;
	z-index: 1;
}


/*Inställning för mobil*/
@media (max-width: 767px){

	.text-over {
    	max-width: unset;
    	position: relative;
	}
	.text-over-img {
    	padding-left: unset;
	}
	
    .sektion-text-fixed {
        padding: 0 15px 15px 15px;
    }
    
    .formedling-stor{
    	padding-top: 80px;
    }
    
    .sektion-topbg-img{
    	background-position-y: -50%;
    	background-position-x: -40%;
    }
}

