/*Sidfot maincontainer*/

.main-contentfooter{
	margin: 0;
    padding-top: 100px;
	background-color: #202020;
	background-size: cover;
}

#maincontainerfooter {
	padding: 0;
	overflow: hidden;
	width: 100%;
}

/*Sidfot content länk*/
.main-contentfooter, a{
	color: inherit;
	text-decoration:none;
}

/*Sidfot content länk hover*/
.main-contentfooter a:hover {
    margin-left: auto;
    margin-right: auto;
    color: #888888;
}

.main-contentfooter a:focus {
    outline: none;
    text-decoration: none;
    color: #888888;
}

/*Sidfot logo*/
.getfooterlogo {
	max-height: 44px;
}

.custom-footer-text{
	display:block;
	color: #fff!important;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}

.custom-footer-url{
	display:block;
	color: #ffffff;
	font-size: 16px;
    padding: 5px 0px 5px 0px;
}

.custom-footer-url:hover{
	color: #fff;
}

.custom-footer-text-url{
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 300;
}


.logo-footer-text {
	display:block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
}

.logo-footer-wrapper{
	text-align: center;
}

.custom-footer-text-splitt-left {
	color: #f1f1f1;
    font-size: 16px;
    min-width: 240px;
    display: inline-block;
    text-align: left;
	margin-bottom: 10px;
	font-weight: 300;
}

.custom-footer-text-splitt-right{
	color: #fff;
    font-size: 16px;
    display: inline-block;
    min-width: 110px;
    font-weight: 500;
}

.findkart{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.kontaktinfo{
    font-family: system-ui;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    padding-bottom: 10px;
    color: #d95800;
}

.social-wrap{
	text-align: center;
	padding: 50px 0 0 200px;
}

.top-social {
	display: inline-block;
    background-color: #364851;
    border-radius: 20px;
    height: 36px;
    padding: 8px 13px 0px 13px!important;
    margin:6px;
}

.top-social:hover{
	background-color: #28363c!important;
	margin-left: 6px!important;
    margin-right: 6px!important;
}

.top-social-fa {
    background-color: inherit;
    color: #e4e4e4;
    width: 12px;
}

.fa-instagram-square{
	font-size: 30px;
	color: #cfcfcf;
	padding-right: 6px;
}

.fa-instagram-square:hover{
	cursor:pointer;
}

.fa-facebook-square{
	font-size: 30px;
	color: #cfcfcf;
}

.fa-facebook-square:hover{
	cursor:pointer;
}

.box-social{
	background-color:yellow;
	height: 100px;
}

.bottom-border {
    padding-top: 30px;
}

.customform-footer-bottom-container{
	width: 100%;
	background-color: #fff;
}

.bottom-social {
	padding-top: 25px;
    padding-bottom: 25px;
}

.bottom-social-left-col {
    max-width: 150px;
}

.main-footer-container{
	padding-bottom: 100px;
}


.bottom-copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	.main-contentfooter {
		text-align: center;
	}

	.right-block{
		width:100%!important;
	}
	
	.getfooterlogo {
		margin-left: auto;
		margin-right: auto;
	}
	
	.custom-logo-wrapper {
   		margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 50px;
	}
	
	.main-contentfooter {
    	padding-top: 50px;
	}
	
	.kontaktinfo{
		font-size:16px;
	}
	
	.social-wrap {
    	text-align: center;
    	padding: 0;
	}

	
	.custom-footer-text-splitt-left{
		min-width: 190px;
	}
	
	.getfooterlogo {
		max-height: 130px;
	}
	
	.main-footer-container {
    	padding-bottom: 70px;
	}
	
	.main-container5 {
    	padding-top: 70px;
	}

}

