/*


<section class="second wave">   
  ##FIXED-CONTENT##
</section >


<section class="third after">   
  <div class="grid">
  ##sidebar##
</div>
</section>


<section class="cta wave">   
<div class="grid-three">
<div class="cell img-cell aos-init" data-aos="fade-up" data-aos-delay="0" data-aos-easing="ease-in-out" >
<h4>Flyttstädning hos ##site_title##</h4>
<img class="lazyload" alt="Flyttstädning Stockholm" width="500" height="311" data-src="https://uploads.staticjw.com/le/levidoflyttstadningar/levidoheader7.png" data-srcset="https://uploads.staticjw.com/le/levidoflyttstadningar/levidoheader7.png" />
<p>Vår Flyttstädning är populär i hela Stockholm för vi har bra rykte och rimliga priser. Det är smidigt att boka från oss via vår hemsida där vi bjuder på 14 dagars garanti och gratis fönsterputs.</p>
</div>
<div class="cell img-cell aos-init" data-aos="fade-up" data-aos-delay="500" data-aos-easing="ease-in-out" >
<h4>Företag och städtjänster hos ##site_title##</h4>
<img class="lazyload" alt="Billig Flyttstädning Stockholm" width="500" height="311" data-src="https://uploads.staticjw.com/le/levidoflyttstadningar/levidoheader7.png" data-srcset="https://uploads.staticjw.com/le/levidoflyttstadningar/levidoheader7.png" />
<p>Förutom Flyttstädning så är det många kunder som anlitar oss för T.ex kontorsstädning och visnings städ. Ring eller mejla oss idag för en gratis offert.</p>
</div>
<div class="cell img-cell aos-init" data-aos="fade-up" data-aos-delay="1000" data-aos-easing="ease-in-out" >
<h4>Vad säger ##site_title##s kunder?</h4>
<blockquote>
<p>"<em>Jag rekommenderar starkt deras flyttstädning!</em>"</p>
<p>- <strong>Mickaela</strong></p>
<p>"<em>En trevlig personal som kom och städade superfint.</em>"</p>
<p>- <strong>Christoffer</strong></p>
<p>"Bästa servicen jag fått. Städningen blev sen också bra."</p>
<p><strong>- Alexander</strong></p>
</blockquote>
</div>
</section>


*/



/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
button, .btn, html [type="button"], [type="submit"] {background:000;}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.ett, .tvaa, .tre, .fyra, .fem, .inneett {background:var(--white);}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hundra {width:95%;   max-width: 1200px;}
.min {font-size: 30px;
  text-transform: uppercase;
}
.max {font-size: 40px;
  text-transform: uppercase;
padding: 10px 0;
}
.under {font-size: 18px;}
ul, ol {margin-left:20px;}
::marker {color: var(--secondary);}
.hero {background: var(--img);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 789px;
}
section > p {padding: 0 10px; }
section > h1, section > h2, section > h3, section > table {padding: 0 10px; }
body {
	margin: 0;
	font-family: var(--primary-font);
	color: var(--text-color);
	font-size: 16px;
}
.content ul, .content ol {margin-left: 20px;}
h1, h2, h3, h4 {
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
h4 {font-size:18px;}
.flex-container, #header, section {
	display: flex;
	justify-content: center;
}
.title {display:content;}
.left {text-align:left;}
.right {text-align:right;}
section {
	min-height: 150px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
clear:both;
}
.navbar-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

h2 {
	font-size: 2.25rem;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 5px;
}
h1 {
	font-size: 40px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 20px;
}
p.stor {  font-size: 40px;}
p {
	margin: 9px 0 6px 0;
	line-height: 1.55;
}
footer p {
	font-size: 0.875rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
hr {
	margin: 25px auto;
	border: 0;
	border-top: 1px solid #eee;
	width: 95%;
}
img {
	max-width: 100%;
	height: auto;
}
strong {font-weight:600;}

#contact-form, #id-contact-form {
  margin: 0 auto;
  padding: 20px;
  max-width: 400px; /* Minskar bredden på hela formuläret */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: none; /* Tar bort dubbel shadow */
}

#contact-form h2 {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 20px;
}

#contact-form p {
  font-size: 1rem;
  color: var(--secondary-text);
  margin-bottom: 20px;
}

#contact-form .form-group {
  margin-bottom: 10px; /* Minskar mellanrummet mellan fälten */
}

#contact-form label {
  display: block;
  font-size: 1rem;
  color: var(--text-color);
  margin-bottom: 5px; /* Justerar avståndet mellan label och input */
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea {
  width: 80%; /* Gör textfältet smalare */
  padding: 6px 10px; /* Minskar padding (både vertikalt och horisontellt) */
  font-size: 0.9rem; /* Gör texten något mindre */
  height: 30px; /* Sätter höjden för input-fält (rutor) */
  border: 1px solid var(--grey);
  border-radius: 5px;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease;
}

#contact-form textarea {
  height: 80px; /* Gör textrutan mindre */
}

#contact-form input:focus,
#contact-form textarea:focus {
  border-color: var(--primary);
  outline: none;
}

#contact-form .form-group:last-child {
  text-align: right; /* Flyttar knappen till höger */
}

#contact-form button[type="submit"] {
  background-color: var(--primary);
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#contact-form button[type="submit"]:hover {
  background-color: var(--key);
}

.padding {
	padding: 15px;
}

.sr-only {
	display: none;
}
.col {
	padding: 30px;
	font-style: italic;
}
.hide {
	display: none;
}

.navbar-toggler-icon {
	background-image: url(https://uploads.staticjw.com/no/novariflyttstadning/menu.svg);
	background-size: contain;
	width: 30px;
	height: 35px;
}
.navbar-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
/*	-ms-flex-align: center;
	align-items: center;*/
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.grid-two {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
max-width:1200px;
}
.grid-three {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
max-width:1200px;
}
.headerbg .grid-two, .bottombg .grid-two {
  align-items: center;
  margin: 3em 0;
}

.pil a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='a' viewBox='0 0 176.47 172.6'%3E%3Cpath class='b' d='M142.19 87.36c1.29-1.94 1.08-4.59-.64-6.3-.52-.51-36.27-35.64-36.27-35.64-1.95-1.95-5.12-1.95-7.07 0-1.95 1.95-1.95 5.12 0 7.07l27.51 27.51H34.53c-2.76 0-5 2.24-5 5s2.24 5 5 5h91.04l-28.71 28.77c-1.95 1.96-1.95 5.12 0 7.07.98.97 2.25 1.46 3.53 1.46s2.56-.49 3.54-1.47c0 0 37.84-37.71 38.25-38.47Z'/%3E%3Cpath class='b' d='M88.24 169.8c-46.04 0-83.5-37.46-83.5-83.5S42.19 2.8 88.24 2.8s83.5 37.46 83.5 83.5-37.46 83.5-83.5 83.5ZM88.36 11.55C47.21 11.55 13.74 45.03 13.74 86.17s33.48 74.62 74.62 74.62 74.62-33.48 74.62-74.62S129.51 11.55 88.36 11.55Z'/%3E%3C/svg%3E");
  content: '';
  display: inline-block;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
  width: -webkit-fill-available;
}


.bottombg {background:#b1dbcd; color:var(--white);}

.lista {font-size:larger;}
.checklist ::marker {font-size: 27px;}

.bottombg ::marker, .headerbg ::marker {font-size: 32px;}

.checklist li, .headerbg li {
	list-style-image: url("data:image/svg+xml,%3Csvg transform='scale(0.9) translate(0,1)' transform-origin='center' xmlns='http://www.w3.org/2000/svg' id='a' viewBox='0 1 165 170'%3E%3Cpath class='b' d='M83.5 168.2C37.46 168.2 0 130.74 0 84.7S37.46 1.2 83.5 1.2s83.5 37.46 83.5 83.5-37.46 83.5-83.5 83.5ZM83.62 9.95C42.48 9.95 9 43.43 9 84.58s33.48 74.62 74.62 74.62 74.62-33.48 74.62-74.62S124.77 9.95 83.62 9.95Z' fill='%23006040' /%3E%3Cpath class='b' d='M69.58 122.71l-34.18-34.77c-1.75-1.88-1.63-4.82.28-6.56 1.9-1.73 4.86-1.61 6.61.27l27.92 28.02 55.99-55.29c1.92-1.71 4.88-1.55 6.61.35 1.73 1.91 1.57 4.84-.35 6.55l-62.87 61.42Z' fill='%23006040' /%3E%3C/svg%3E");
}

.bottombg li {
	list-style-image: url("data:image/svg+xml,%3Csvg transform='scale(0.9) translate(0,1)' transform-origin='center' xmlns='http://www.w3.org/2000/svg' id='a' viewBox='0 1 165 170'%3E%3Cpath class='b' d='M83.5 168.2C37.46 168.2 0 130.74 0 84.7S37.46 1.2 83.5 1.2s83.5 37.46 83.5 83.5-37.46 83.5-83.5 83.5ZM83.62 9.95C42.48 9.95 9 43.43 9 84.58s33.48 74.62 74.62 74.62 74.62-33.48 74.62-74.62S124.77 9.95 83.62 9.95Z'  fill='%23ffffff' /%3E%3Cpath class='b' d='M69.58 122.71l-34.18-34.77c-1.75-1.88-1.63-4.82.28-6.56 1.9-1.73 4.86-1.61 6.61.27l27.92 28.02 55.99-55.29c1.92-1.71 4.88-1.55 6.61.35 1.73 1.91 1.57 4.84-.35 6.55l-62.87 61.42Z'  fill='%23ffffff' /%3E%3C/svg%3E");
}



.bottombg:before {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 5'%3E%3Cpath d='M 100 5 C 100 3 1 -1 0 4 V 0 h 100 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
  height: 70px;
  width: 100%;
  background-size: cover;
}

.grid {
  display: grid;
max-width:1200px;
  grid-template-columns: auto auto auto auto;
}
.main {
padding: 60px 20px 60px 20px
}

.faq {text-align:center; padding-bottom:1em;}
.cell {
padding:3px;
}
.blog-post{
  padding: 3px;
}
.blogg {}
.padd {
padding:3px;
}
.special {
  background: var(--key);
  width: 80px;
  height: 80px;
  padding: 1rem 1.2rem;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
position:relative;
top:-30px;
right:20px;
}
.topmedia {
   background: url(https://uploads.staticjw.com/le/levidoflyttstadningar/levidoheader7.png) center center;
   background-size: cover !important;
   width: 100%;
   height: 500px;
   background-repeat: no-repeat;
}
.special p {
  color: var(--white);
  font-size: 0.97em;
  font-weight: 700;
  margin: 0;
}
.img-cell {
  display: block;
  overflow: hidden;
  padding: 0.3125rem;
  background: var(--white);
  -webkit-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 40px rgba(0, 0, 0, 0.08);
margin:1em;
}
.img-cell a {font-weight:700;
  color: var(--secondary);
}
.img-cell h4 {font-weight:700;}

#blog-posts {display:flex;
width:100%;
justify-content:space-between;
padding-bottom: 30px;
max-width:1200px;
}



#blog-posts .blog-post {
  overflow: hidden;
  background: var(--white);
  -webkit-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 40px rgba(0, 0, 0, 0.08);
margin:10px;
width:27%;

}
#blog-posts .blog-post p:nth-child(3) {   overflow: hidden;  white-space: nowrap;   text-overflow:ellipsis;}

#blog-posts .blog-post h3, #blog-posts .blog-post .blog-comment-link {font-weight:700;}
#blog-posts .blog-post p {color: var(--secondary-text);}
#blog-posts .blog-post p.blog-date {padding:3px; font-size:smaller; color: var(--grey)}

#blog-posts .blog-post hr, a img#rss-img, #blog-posts > a:first-of-type {display:none;}

#blog-posts {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px; /* Mellanrum mellan inläggen */
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

#blog-posts .blog-post {
    width: 100%; /* Tar hela bredden för varje post */
    margin: 0; /* Tar bort sidomarginaler */
}

 

.navbar-toggler:not(:disabled):not(.disabled) {
	position: relative;
	padding: 0px 15px;
	float: left;
	background: transparent;
	background-image: url(https://uploads.staticjw.com/no/novariflyttstadning/menu.svg);
	background-repeat: no-repeat;
	border-radius: 0;
	color: var(--text-color);
	min-width: 30px;
	width: 30px;
	height: 35px;
border:0;
	margin: 3px 2px;
margin-top:15px;
}
#navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}


#navbar #logo {
	font-size: 27px;
	font-weight: 400;
	padding: 14px 6px;
}
#navbar #logo:has(> #logo-image) {
	padding: 0;
}
.content ul li {
	margin-top: 8px;
}
blockquote {
	padding-block-start: 1em;
	padding-block-end: 1em;
	padding-inline-start: 40px;
	padding-inline-end: 40px;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	display: block;
	width: 98%;
	line-height: 2;
	font-size: 14px;
	color: var(--text-color);
	vertical-align: middle;
	background-color: var(--grey);
	background-image: none;
	border: 1px solid #e6e6e6;
	-moz-transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
button, input {
	overflow: visible;
}
/*buttons*/

button, .btn, html [type="button"], [type="submit"], #contact-button {
	align-self: flex-start;
	background-attachment: scroll;
	background-clip: border-box;
	border-radius: 54px;
	box-sizing: border-box;
	display: inline-table;
	font-weight: 600;
	height: 48.5714px;
	padding: 16px 36px;
	position: relative;
	text-align: center;
	text-size-adjust: 100%;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	min-width: 150px;
	margin: 10px auto;
	text-shadow: none;
	text-decoration: none;
	font-family: var(--primary-font);
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
transition:.4s;
background-color: var(--primary);
	border: 1px solid var(--white);
	color: var(--white);

}
a.btn{
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.btn:hover, button:hover, html [type="button"]:hover, [type="submit"]:hover, .btn:hover {
	background: var(--key);
}
.btn-secondary {background: var(--secondary);}

label {
	font-size: 14px;
    line-height: 22px;
}

table {
  border-collapse: collapse;
  width: 600px;
margin-bottom:60px;
}

table td, table th {
  border: 1px solid var(--grey);
  padding: 8px;
}

table tr:nth-child(even) {
  background-color: white;
}

table tr:hover {
  background-color: var(--white);
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--primary);
  color: var(--white);
}

/*Color settings*/

blockquote {
	border-left: 3px solid var(--primary);
}

a {
	color: var(--primary);
	text-decoration: none;
}
.content a {
	color: var(--primary);
	text-decoration: underline;
}


/*nav*/

#navcol-1 ul {
	display: flex;
}
#navcol-1 ul li {
	list-style: none;
	padding: 14px 6px;
}
#navcol-1 ul li a {
	color: var(--text-color);
	text-decoration: none;
	padding: 12px 9px;
	text-decoration: none;
	text-align: center;
}
#navcol-1 ul li a:hover, #navcol-1 ul li#active a {
	color: var(--primary);
}
#navbar {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	top: 0;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.93);
	padding: 15px;
}
ul#nav {
	padding: 0;
	margin: 0;
}

#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=tel], #contact-form input[type=number] {
	margin-bottom: 15px;
}
.phone-number {
	white-space: nowrap;
}
.phone-number a {
	background: var(--key);
	padding: 3px 10px;
	border-radius: 20px;
	color: var(--white);
	font-size: 14px;
	line-height: 24px;
}

#nav > li:last-of-type a {	
        background: var(--secondary);
	padding: 4px 12px;
	border-radius: 20px;
	color: var(--white);
	line-height: 24px;
border:0px solid var(--white);

  -webkit-transition: 0.4s ease-out;
  transition: 0.2s ease-out;
}
#nav > li:last-of-type a:hover {	
        background: var(--white);
	color: var(--secondary);
border:1px solid var(--secondary);
}
#nav > li:last-of-type a:active {	
        background: var(--white);
	color: var(--secondary);
border:0px solid var(--secondary);
}
#nav > li:nth-last-child(2) a {
        background: var(--primary);
	padding: 4px 13px;
	border-radius: 20px;
	color: var(--white);
	line-height: 24px;
border:0px solid var(--white);

  -webkit-transition: 0.4s ease-out;
  transition: 0.2s ease-out;
}
#nav > li:nth-last-child(2) a:hover {	
       background: var(--white);
	color: var(--primary);
border:1px solid var(--primary);
}
#nav > li:nth-last-child(2) a:active {	
        background: var(--white);
	color: var(--primary);
border:0px solid var(--primary);
}
.khide {
	display: none;
}
.navbar-brand {
	display: inline-flex;
	align-items: center;
}
#navbar #logo img {
	height: 70px;
	width: auto;
margin-right:20px;
}


.headerbg {background-color:var(--secondary-lighter);
}
.headerbg.blogg {background-color:var(--key-lighter);
}

/*accordion*/

.accordion-container {
  width: 95%;
  min-width: 550px;
  max-width: 550px;
}

.fraga {font-weight:bold;}
details.accordion {
  border: solid 2px #f5f5f5;
  transition: all 0.9s ease-in-out;
  -webkit-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 40px rgba(0, 0, 0, 0.08);
}
details.accordion + details.accordion {
  margin-top: 0.35rem;
}
details.accordion:hover {
  background-color: var(--grey);
}
details.accordion summary.accordion__title {
  list-style-type: none;
  cursor: pointer;
  padding: 0.875rem 2.5rem 0.875rem 0.875rem;
  background-image: url('https://uploads.staticjw.com/le/levidoflyttstadningar/ner-caret.svg');
  background-repeat: no-repeat;
  background-position: right 0.75rem top 0.625rem;
  background-size: 2.2rem;
}
details.accordion summary.accordion__title::marker, details.accordion summary.accordion__title::-webkit-details-marker {
  display: none;
}
details.accordion .accordion__content {
  padding: 0 1rem 1rem 1rem;
  transition: all 0.9s ease-in-out;
}
details.accordion .accordion__content p {
  margin: 0;
}
details.accordion .accordion__content p + p {
  margin-top: 0.5em;

  transition: all 0.9s ease-in-out;
}
details.accordion[open] {
  background-color: var(--white);
  border-color: var(--key);
}
details.accordion[open] summary.accordion__title {
background-image: url('https://uploads.staticjw.com/le/levidoflyttstadningar/up-caret.svg');
}

.foot {
background: var(--primary);
color: var(--white);
}


input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
    color: var(--text-color);
}

li {    line-height: 1.55; }

div.content > p:last-child {padding-bottom:60px;}


#sidebar .col {
    padding: 10px;
    font-style: normal;
}

  .h3, h3 {
    font-size: 1.875rem;
  }
.container {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  max-width: 81.875rem;
  margin-left: auto;
  margin-right: auto;
}
.third {
padding-bottom:60px;
}
.small {
  max-width: 62.75rem;
}
.wave:before {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 5'%3E%3Cpath d='M 100 5 C 100 3 1 -1 0 4 V 0 h 100 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
  height: 70px;
  width: 100%;
  background-size: cover;
}

.wave{
background:var(--primary-lighter);
}

.imgz {margin-bottom:-70px;}
.after {margin-top:70px;}

#navbar #logo img#logo-image {min-height:47px; min-width:47px; }
.fixed {width:250px; 
  margin: 40px auto;}
.ctabottom {text-align:center;align-items:center;}


@media screen and (min-width: 64em) {
.large {
    font-size: 2.875rem;
  }
}

@media print, screen and (min-width: 40em) {
.large {
    font-size: 1.875rem;
  }
.cell {
padding:18px 29px 16px 29px;
}
.padd {
padding:18px 29px 16px 29px;
  max-width: 1200px;
}
.blog-post{
  padding: 33px;
}

.reversed .first {order:1}
.reversed .second {order:2}

}

@media print, screen and (min-width: 26.25em) {
.large {
    font-size: 1.875rem;
  }
.blog-post{
  padding: 33px;
}

}

.lighttwo {background-color:var(--secondary-lighter);margin:10px 10px; padding: 30px 45px;}

.lightone {background-color:var(--primary-lighter);margin:10px 10px; padding: 30px 45px;}

.lightone h1, .lighttwo h1, .lightone h2, .lighttwo h2, .lightone h3, .lighttwo h3  {
  margin-top: 15px;
  margin-bottom: 10px;
}

@media (min-width: 1280px) {
	.phone-number {
		vertical-align: super;
	}
}
@media (max-width: 900px) {
.min {font-size: 20px;}
.max {font-size: 30px;}
.under {
  font-size: 16px;
}
.lightone h1, .lighttwo h1, .lightone h2, .lighttwo h2, .lightone h3, .lighttwo h3  {
  margin-top: 10px;
  margin-bottom: 8px;
}
.accordion-container {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
}
table {
  width: 95%;
margin-bottom:30px;
}
.grid-two , .grid-three { 
  grid-template-columns: auto;
} 
.grid { 
  grid-template-columns: auto auto;
} 
#blog-posts { flex-direction:column;}
#blog-posts .blog-post {width:90%;}
	.cell {
padding:10px 15px!important;
	}
.padd {
padding:10px 15px!important;
}
	.kontakta {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.hidden {
		display: none;
	}
	.navdiv {
		display: none;
	}
	.hide {
		display: block;
	}
	.navbar-content {
		position: relative;
	}
	.phone-number {
		display: none;
	}
	#navbar #logo {
		display: block;
	}
	#navcol-1 ul {
		height: auto!important;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#navcol-1 ul>li {
		line-height: 30px;
		width: 80%;
		padding: 5px;
text-align:center;
	}
	#navcol-1 ul>li:last-of-type {
		border-bottom: none;
	}
	#navcol-1 ul li a {
		border: none;
	}
	#navcol-1 ul li a:hover, #navcol-1 ul li#active a {
		border: none;
	}
	#navcol-1 ul>li#active {
		color: black;
	}
	#navbar #logo {
		font-size: 20px;
		line-height: 29px;
		margin: 3px 2px;
	}
	#header #navbar .navbar-content {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	.smaller-txt {
		font-size: 15px!important;
	}
	button.hide {
		height: 28.5714px;
		padding: 1px;
		background: rgb(var(--primary));
	}
	button.hide:hover {
		background: black;
	}
.topmedia {
   background: url(https://uploads.staticjw.com/le/levidoflyttstadningar/levidoheader7.png) center center;
   background-size: cover !important;
   width: 100%;
   height: 500px;
   background-repeat: no-repeat;
}
	#navbar-right {
		min-height: 40px;
		float: left;
		border-top: none;
	}
	.contact-cell2 {
		margin-bottom: -40px;
	}

	.navbar-toggler:not(:disabled):not(.disabled) {
		position: absolute;
		    right: 5px;
   			 top: 4px;
		padding: 0px 15px;
	}
	.tel {
		display: inline-block;
		width: .9em;
		height: .9em;
		background:url(https://uploads.staticjw.com/no/novariflyttstadning/menu.svg) no-repeat;
		margin-right:3px;
	}
	.centerfooter {
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

.special {
  position: relative;
  top: -30px;
    left: 70%;
}
.reversed .first {order:2}
.reversed .second {order:1}

}
@media (max-width: 375px) {
  .special {
    display:none;
  }
	#navbar #logo {
		line-height: 28px;
	}

.grid { 
  grid-template-columns: auto;
} 
}

.imgz .cell.pil {padding:10px;}

#navcol-1 ul li:nth-last-child(2)#active a {color:var(--white);}
#navcol-1 ul li:nth-last-child(2)#active a:hover {color:var(--primary);}
#nav>li:last-of-type#active a {color:var(--white);}
#nav>li:last-of-type#active a:hover {color:var(--secondary);}