@charset "UTF-8";
/* Body */
body {
	font-family: 'Segoe UI thin', source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.mainContainer {
	width: 90%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: rgba(78, 78, 78, 0.77); /* 006DFF */
	/* border-bottom: 1px solid #2C9AB7; */
	overflow: hidden;
	box-shadow: 0 16px 20px -20px black, 0 42px 69px -20px #00000030 inset;
}
nav {
	float: right;
	/* width: 50%; */
	text-align: right;
	/* margin-right: 25px; */
}
header nav ul {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	/* margin-right: 25px; */
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 17px;
	display: block;
	transition: color .4s;
}
ul li:hover a {
	color: #96c2ff;
	transition: color .1s;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-weight: bold;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	/* padding-top: 150px; */
	/* padding-bottom: 150px; */
	background-image: url(../images/Detailing/polished_car_1.jpg);
	background-position: 0% 0%;
}

.logo-tagline {

width: 100%;

max-width: 500px;

padding: 5% 0 7%;
}

.logo {
	
width: 90%;
	
margin: auto;
	
display: block;
}

.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 25px;
}

.light {
	font-weight: bold;
	color: #717070;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	width: 100%;
}
.text_headline {
	width: 100%;
	font-weight: bold;
	line-height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 20px;
	color:#747474;	
	
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/Detailing/detailing_4.jpg);
	background-position:center;
	background-position: 30% 35%;
	height: 536px;
	/* background-attachment: fixed; */
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 25px;
}

a {
	color: #324a69;
}

a:hover {
	color: #0073b9;
}

.hittaOss a {
	padding: 4px 0;
	display: inline-block;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
}

.banner a {
	color: #ddd;
}

.banner a:hover {
	color: #fff;
}

.footer_column_moreinfo {
	width: 33%;
	text-align: center;
	padding-top: 30px;
	float:left;
}

footer .footer_column_moreinfo h3 {
	/* color: #B3B3B3; */

	font-weight: bold;
	line-height: 20px;

	padding-left: 0px;
	padding-right: 0px;
	font-size: 20px;
	color:#747474;	
}
footer .footer_column_moreinfo p {
	color: #717070;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	width: 100%;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
.facebook {
	width: 100%;
	height: auto;
	max-width: 72px;
	max-height: 72px;
}
.instagram {
	width: 100%;
	height: auto;
	max-width: 72px;
	max-height: 72px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #4c4c4c;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: rgba(130, 130, 130, 0.91);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	box-shadow: 0 -114px 90px -20px rgba(0, 0, 0, 0.11) inset;
}

.hidden {
	display: none;
}

#tjenster .text_headline {
	height: 30px;
	display: flex;
	overflow: hidden;
	padding: 0 0 6px;
}

.table-items .item {
	padding: 17px 0;
	border-bottom: 1px solid #e4e4e4;
}

.table-items .item::after {
	content: "";
	clear: both;
	display: table;
}

.table-items .item .name {
	float: left;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
}

.table-items .item .nameSpecialDates {
	content: "";
	clear: both;
	display: table;
	float:left;
	font-weight: 700;
	font-size: 13px;
	padding-bottom: 5px;
}

.table-items .item .col-right {
	float: right;
	/* font-weight: bold; */
	color: #006cff;
}

.table-items .item .col-rightSpecialDates {
	float: right;
	font-size: 12px;
	color: #006cff;
}

.table-items .TjenstDescription {
	/*font-style: italic;*/
	font-size: 14px;
	width: 85%;
	/* font-family: 'Segoe UI thin', source-sans-pro; */
}

.services-col {
	padding-bottom: 20px;
}

#tjenster .item:nth-child(2n+1) {
	background: #f9f9f9;
}

#tjenster .table-items .item:first-child {
	padding: 17px 16px;
	border-top: 1px solid #e4e4e4;
	/* margin: 0 0 0 -10px; */
}

#tjenster .table-items .item {
	padding: 17px 16px;
	border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
	/* margin: 0 0 0 -10px; */
}

#tjenster .table-items .item .col-right {
	padding-bottom: 8px;
	padding-left: 10px;
}

#tjenster .services-col .services-subHeader {
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 6px;
}

#tjenster .services-col .services-subHeader div:first-child {
	float: left;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

#tjenster .services-col .services-subHeader div.priceFrom {
	float: right;
	font-weight: bold;
	font-size: 14px;
}

#tjenster .service-extra-subHeader {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
}

#tjenster .service-extra-addons {
	margin-top: 9px;
	/* padding-left: 9px; */
	/* border-left: 1px solid rgba(0, 108, 255, 0.49); */
	font-size: 13.5px;
	margin-bottom: 5px;
	/* display: none; */
}

#tjenster .service-extra-addons .price {
	color: #006cff;
}

#tjenster .service-extra-addons ul {
	padding: 0;
	margin: 0;
	padding-left: 18px;
	color: rgba(0, 0, 0, 0.61);
	/* display: block; */
}

#tjenster .service-extra-addons ul li {
	list-style-type: disc;
	/* border-left: 1px solid rgba(0, 0, 0, 0.22); */
	margin: 1px 0 2px;
	padding-left: 5px;
	/* line-height: 1.2em; */
}

#tjenster .service-extra-addons ul li > span {
	color: #000;
	display: block;
	position: relative;
	margin-left: -8px;
}

.container-fluid {
	padding: 0 !important;
}

#map {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
}

#galleri {
	padding: 30px 0 15px;
}

.gallery-img {padding-bottom: 21px;}

.gallery-img div {
	background-size: cover;
	width: 100%;
	height: 70px;
	background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.gallery-img div {
		height: 200px;
	}
}

@media (max-width: 768px) {
	#galleri .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.gallery-img {
		padding: 5px;
	}
}

/* Mobile */
@media (max-width: 320px) {
.logo {
}
.mainContainer header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	text-align: center;
	color: #043745;
}
.mainContainer header nav ul li a {
	/* margin-top: 0px; */
	/* margin-right: 0px; */
	/* margin-bottom: 0px; */
	/* margin-left: 0px; */
	/* width: 100%; */
	/* float: none; */
	/* overflow: auto; */
	/* display: inline-block; */
	/* background: #52bad5; */
	padding: 7px 17px;
}
header nav ul {
	/* padding: 0px; */
	/* float: none; */
	padding: 8px 0;
	text-align: center;
}
nav ul li {
	/* margin-top: 0px; */
	/* margin-right: 0px; */
	/* margin-bottom: 0px; */
	/* margin-left: 0px; */
	/* width: 100%; */
	/* text-align: center; */
	/* padding-top: 8px; */
	/* padding-bottom: 8px; */
	display: inline-block;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	/* padding-left: 20px; */
	/* padding-right: 20px; */
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}

@media (max-width: 547px) {
	nav ul {
		text-align: center;
	}

	nav ul li {
		float: none;
		display: inline-block;
	}
}

.clearfix:before {
	content: "";
	display: block;
	float: none;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}

h4 { 
	font-weight:bold;
	float: left;
}
