/*
Theme Name: NMU Theme
Theme URI: https://www.nmugroup.com
Author: Vladimir
Author URI: https://www.nmugroup.com
Description: A special NMU theme using the Bootstrap framework.
Version: 1.0
Text Domain: folierabilen
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Footer */
.blog-footer {
	background-color: #f2f2f2;
}
.footer-container {
    text-align: center;
    color: #232323;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}
/* end Footer */

/* Header */
img.img-logga-mobil {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    //margin-top: 20px;
}
.blog-masthead {
    padding-bottom: 23px;
    padding-top: 20px;
    background: #857a7a21;
}
/* end Header */

/* tre kolummer */
.tre-kolummer {
    font-size: 24px;
    letter-spacing: 0.2px;
    font-weight: 600;
    text-align: center;
	padding-bottom: 10px;
}
.tre-kolummer-container {
    border: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
	height: 260px;
	height: 280px;
}
.tre-kolummer-txt {
    color: #232323;
	padding-bottom: 30px;
	height: 100px;
}
.tre-kolummer-lasmer a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000000;
    margin-top: 20px;
    width: 120px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #232323;
	float: left;
}
.tre-kolummer-lasmer a:hover {
	border: 1px solid #000000;
	color: #ffffff;
	background: #000000;
}
/* end tre kolummer */

/* hr linje */
.linje {
    border-top: 4px solid #232323;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* end hr linje */

/* Bilderna i de tre första kolummerna */
img.bil-img {
    width: 100px;
    float: right;
}
img.garanti-img {
    width: 76px;
    float: right;
}
img.folierabil-img {
    width: 130px;
    float: right;
}
/* end Bilderna i de tre första kolummerna */

/* tre kolummer 2 */
.tre-kolummer2 {
    font-size: 24px;
    letter-spacing: 0.2px;
    font-weight: 600;
    text-align: center;
	padding-bottom: 10px;
}
.tre-kolummer-container2 {
    border: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
	height: 500px;
}
.tre-kolummer-txt2 {
    color: #232323;
	padding-bottom: 30px;
}
.tre-kolummer-txt2 a {
    text-decoration: none;
    color: #232323;
}
.tre-kolummer-lasmer2 a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000000;
    margin-top: 20px;
    width: 120px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #232323;
}
.tre-kolummer-lasmer2 a:hover {
	border: 1px solid #000000;
	color: #ffffff;
	background: #000000;
}
/* end tre kolummer 2 */

/* Slider image */
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 6.25rem !important;
	top: 7rem;
    left: 11% !important;
    //padding-top: none !important;
    //padding-bottom: none !important;
    color: #fff;
    text-align: left;
    width: 300px;
	max-width: 100%;
    background: #232323a3;
    font-size: 18px;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
.carousel-caption h5 {
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
}
.carousel-indicators {
    background: #232323;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}
/* end Slider image */

span.hr-linje {
    border-top: 1px solid #cccccc61;
    display: block;
    padding-bottom: 20px;
}

/* Sida Offertförfrågan */
.offerforfragan-titel1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    background: #f9f9f9;
    padding: 15px;
}
.offerforfragan-titel2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    background: #f9f9f9;
    padding: 15px;
	margin-bottom: 40px;
}
/* end Sida Offertförfrågan */

/* Sida Kontakta oss */
a.kontakt-forfragan {
    background: #eeeeee;
    text-decoration: none;
    color: #232323;
    border: 1px solid #eeeeee;
    padding: 15px;
}
/* end Sida Kontakta oss */

img.facebook {
    margin-bottom: 10px;
	border: 1px solid #f2f2f2;
	transition: 0.4s;
}
img.facebook:hover {
    background: #ffffff;
    border-radius: 120px;
    border: 1px solid #232323;
}

@media only screen and (max-width: 1200px) {
	/* Slider breakpoint */
	.carousel-caption h5 {
		font-size: 24px;
	}
	.carousel-caption {
		font-size: 16px;
		width: 270px;
	}
	/* end Slider breakpoint */
}
@media only screen and (max-width: 1000px) {
	/* Slider breakpoint */
	.bil1 {
		font-size: 16px;
		width: 100%;
		left: 0 !important;
		right: 0 !important;
		display: block !important;
		text-align: center;
		//background: #23232330;
		bottom: 0 !important;
		top: 0 !important;
		position: relative;
	}
	.carousel-indicators {
		display: none;
	}
	/* end Slider breakpoint */
}

