
/*Sidfot maincontainer*/
.main-containerfooter{
	margin:0px;
	background-color: #5b5c5c;
}

/*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: 0px;
    padding-bottom: 0px;
}

.bottom-social-left-col {
    max-width: 150px;
    text-align: center;
}

.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;
}

.bottom-kontakt-rubrik{
	color: #f57c38;
}

.bottom-kontakt-text{
	color: #c4c4c4;
	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: #5b5c5c;
}

.customform-footer-bottom-container {
    width: 100%;
	background-color: #5b5c5c;
}

.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: #f57d36;
    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: #f57d36;
    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;
    padding-left: 10%;
}


/*Inställning för mobil*/
@media (max-width: 767px){
	.main-contentfooter {
		text-align: center;
	}

	.right-block{
		width:100%!important;
	}
}

