
/*Sidfot maincontainer*/
.main-containerfooter{
	margin:0px;
	background-color: #e9e9e9;
}

/*Sidfot content*/
.main-contentfooter{
	color: black;
}

/*Sidfot content länk*/
.main-contentfooter, a{
	color: black;
	text-decoration:none;
}

/*Sidfot content länk hover*/
.main-contentfooter a:hover{
	margin-left: auto;
	margin-right: auto;
}

/*Sidfot logo*/
.getfooterlogo {
	
}


.bottom-social {
	padding-top: 25px;
    padding-bottom: 25px;
}

.bottom-social-left-col {
    max-width: 150px;
    /*text-align: center;*/
    flex-direction: column;
}

.bottom-social-right-col {
    text-align: right;
}

.social-btn{
	display: inline-block;
    width: 40px;
    background-color: gray;
    text-align: center;
    border-radius: 20px;
    font-size: 25px;
    margin: 10px;
    margin-top: 24px;
	color: white;
}

.bottom-copyright{
	color: #6f6f6f;
	margin: 10px 0 30px 0;
}

.bottom-kontakt-rubrik{
	color: gray;
}

.bottom-kontakt-text{
	color: gray;
	font-size:18px;
}

.customform-footer-input {
	background-color: transparent;
    display: inline-block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #d1cfcf;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 20px;
    color:gray;
}

.customform-footer-input:focus-visible{
	border-bottom: 1px solid #999999;
    outline: none;
}

.customform-footer-top-container{
	margin-bottom: 25px;
	background-color: #e9e9e9;
}

.customform-footer-bottom-container{
	width:100%;
	min-height: 160px;
}

.customform-footer-submit{
	background-color: transparent;
    border: 1px solid gray;
    padding: 2px 15px 2px 15px;
    color: gray;
	margin-top: 8px;
}

.custom-footer-fa-btn{
	display: inline-block;
    width: 38px;
    text-align: center;
    border-radius: 20px;
    font-size: 20px;
    color: gray;
    padding: 9px;
    margin: 15px 15px 0px 0px;
}

.custom-footer-fa-adr-btn{
	display: inline-block;
    width: 38px;
    text-align: center;
    border-radius: 20px;
    font-size: 20px;
    color: gray;
    padding: 35px 9px 35px 9px;
    margin: 15px 15px 0px 0px;
    vertical-align: top;
}


.customform-footer-address-wrapper{
	display: inline-block;
    height: 128px;
    margin-top: 15px;
    vertical-align: text-top;
    text-align: left;
}

.bottom-kontakt-oppet-text-wrapper{
    display: inline-block;
    min-width: 150px;
    text-align: left;
}

.getoppettext{
	display: inline-block;
    margin-top: 20px;
}


.footer-text-mobile-center{
    width: 100%;
    text-align: left;
}

.certs {
	display: flex;
	flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
	padding: 10px;
}

.vl {
	opacity: 0;
}

#g-link {
	text-decoration: underline;
}

#g-link:hover {
	margin: 0 !important;
}

#reco--badge-2023 img {
	max-width: 90px;
}

.cert {
	align-items: center;
    display: flex;
    flex-direction: row;
    flex: 1 1 5%;
}



.logo-content-bottom-wrapper{
    position: relative;
    text-align:center;
}


.logo-content-bottom-wrapper img {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}




@media screen and (max-width: 990px) {
	.cert {
		min-width: 320px;
	}
}

/*Inställning för BISNODE-logotype för att förhindra horizontal scroll */
@media screen and (max-width: 840px) {
	.bottom-social-left-col {
		flex-direction: column;
	}
	.certs {
		margin-top: 10px;
	}
}


/*Inställning för mobil*/
@media (max-width: 767px){

	.right-block{
		width:100%!important;
	}
	
	.bottom-social-left-col {
		flex-wrap: wrap;
	}
	
	.vl {
		display: none;
	}
	
	.bottom-social-right-col{
		width: 100%;
    	text-align: center;
	}
	.content-footer-wrapper{
		margin-left: auto;
    	margin-right: auto;
    	display: table;
	}
}

/* Se till att sidfoten alltid är full bredd */
.customform-footer-bottom-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 🔹 Se till att sidfoten alltid är full bredd */
.customform-footer-bottom-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 🔹 Fixar eventuella Bootstrap-problem i sidfoten */
.customform-footer-bottom-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 🔹 Fixar padding i kolumner */
.customform-footer-bottom-container .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Se till att sidfoten alltid tar full bredd */
.main-containerfooter {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
    clear: both !important;
}

/* Se till att sidfoten tar full bredd */
.main-containerfooter {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
    clear: both !important;
}

/* Se till att .row i sidfoten inte påverkar bredden */
.main-containerfooter .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Se till att .col-lg-12 inte begränsar bredden */
.main-containerfooter .col-lg-12 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

