
/*Sidfot maincontainer*/

.main-contentfooter{
	margin: 0;
	padding-bottom: 100px;
    padding-top: 100px;
	background-color: #122128;
}

#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: #0996a3;
}

.main-contentfooter a:focus {
    outline: none;
    text-decoration: none;
    color: #1f2b29;
}

/*Sidfot logo*/
.getfooterlogo {
	
}

.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: #d6d6d6;
	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: #d6d6d6;
    font-size: 16px;
    min-width: 180px;
    display: inline-block;
    text-align: left;
	margin-bottom: 10px;
	font-weight: 300;
}

.custom-footer-text-splitt-right{
	color: #d6d6d6;
    font-size: 16px;
    display: inline-block;
    min-width: 170px;
    font-weight: 500;
}

.findkart{
	color: #e4e4e4;
    font-size: 16px;
    font-weight: 500;
}

.kontaktinfo{
	color: #e4e4e4;
	font-size: 20px;
	padding-bottom: 10px;
	font-family: system-ui;
	margin-bottom: 10px;
}

.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;
}


/*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-bottom: 100px;
    	padding-top: 50px;
	}
	
	.kontaktinfo{
		font-size:16px;
	}
	
	.social-wrap {
    	text-align: center;
    	padding: 0;
	}
	
	.navbar-toggle {
    	background-color: #ae5a0f;
    	margin: 10px 0px 10px 0px;
	}
	
	.custom-footer-text-splitt-left{
		min-width: 115px;
	}

}

