/*  AD Assistans AB */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600&display=swap');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css'); 

/* Modal */ 
.modal {
	max-width: 700px !important;
	max-height:600px !important;
	vertical-align: middle !important;
	overflow:scroll;	
}
.blocker {
	z-index: 100;
}
.modal a.close-modal {
    top: 17px !important;
    right: 17px !important;
}

/* ==========================================================================
Generellt 
========================================================================== */
/* Bildspel */
#crossfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}
#crossfade div {
	width: 100%;
	height: 110vh;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	z-index: -3;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-animation: moves 8s linear alternate infinite;
	-ms-animation: moves 8s linear alternate infinite;
	-moz-animation: moves 8s linear alternate infinite;
	animation: moves 8s linear alternate infinite;
}

#crossfade div.active { z-index: -1; }

#crossfade .bildspel-img {
	background-position: center bottom;
}

#crossfade .bildspel-img:nth-child(2) {
	background-position: center top 20%;
}

#crossfade .bildspel-img:nth-child(3) {
	background-position: center top 40%;
}

body {
	background-position: center bottom 5%;
}

body.isMobile .body-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-image: url'';
	background-position: center;
	background-size: cover;
}

#crossfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}
#crossfade div {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	z-index: -3;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#crossfade div.active { z-index: -1; }

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 80px 30px;
}

.LayoutPage .section-wrapper {
/* 	background-color: transparent; */
}

.btn {
	max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px;
    background-color: #94bc5b;
    border: 2px solid #94bc5b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 2px;
}

.btn:hover {
	background-color: transparent;
	color: #94bc5b;
	border:2px solid #94bc5b;
	text-decoration: none;
}

.btn-white-border{
		background-color: transparent;
		color: #fff;
		border:2px solid #fff;
}
.btn-white-border:hover{
		background-color: #fff;
		color: black;
		border:2px solid #fff;
}



.btn-center {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 200px;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-style: normal;	
	text-decoration: none;
	font-size: 20px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #575757;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 17px;
}

h1, h2 {
	font-style: normal;
	color: #303030;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
    text-transform: none;
    padding-bottom: 25px;
    font-size: 45px;
    line-height: 46px;
    letter-spacing: 1px;
}

h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
	font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    color: #303030;
    letter-spacing: 2px;
}

h4 {
	letter-spacing: 2px;
	font-weight: 400;
	color: #303030;
	font-size: 22px;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	color: #303030;
	font-weight: 700;
}

h6 {
	font-weight: 400;
	color: #303030;
}

.text-bold {
	font-weight:600;
}

.text-green {
	color:#9ac460;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 600px;
}
/* stora "ABC"-blocket */
.normaltext-type {
	max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.text-block-center{
	max-width: 50rem;
	margin: auto;
}
.text-center{
	text-align: center !important;
}
.justify-center{
	justify-content: center;
}

.text-white{
	color: white;
}
.text-green{
	color: #9ac460 !important;
}
.text-black{
	color: black !important;
}
.bg-green{
	background-color: #9ac460;
}
.bg-gray{
	background-color: rgb(249, 249, 249) !important;
}
.bg-white{
	background-color: white;
}

.box-shadow{
	    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.091);
}
.br-1{
	border-radius: 1rem;
}

.p-2{
	padding: 2rem;
}

.py-5{
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.mw-1500 .section-block-wrapper,
.mw-1500:not(.section-wrapper) {
    max-width: 150rem !important;
}

@media only screen and (max-width: 480px) {
    .text-center p {
        text-align: center !important;
    }
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Bredder */
.cards-wrapper.w-25 .card-item {
    width: calc((100% / 5) );
    margin: 1rem;
}
.cards-wrapper.w-33 .card-item {
    width: calc((100% / 4) - 1rem);
    margin: 1rem;
}

@media only screen and (max-width: 1050px) {
    /* Bredder */
	.cards-wrapper.w-25 .card-item {
    width: calc((100% / 3) - 1rem);
    margin: 1rem;
}
    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 3) - 2rem);
        margin: 1rem;
    }
}

@media only screen and (max-width: 750px) {
    /* Bredder */
    .cards-wrapper.w-33 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
	.cards-wrapper.w-25 .card-item {
   width: 100%;
        margin: 1rem 0;
}
}

@media only screen and (max-width: 480px) {
    /* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Card 2-1 */

.card-2-1 .card-header {
    margin-bottom: 2rem;
    font-size: 3rem;
	color: white;
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
}

.split-image {
    width: 50%;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

@media screen and (max-width: 1100px) {
    .split-content {
        width: 100%;
    }

    .split-image {
        width: 100%;
        min-height: 20rem;
    }
}

@media screen and (max-width: 580px) {
    .split-wrapper {
        background: transparent;
    }

    .split-content {
        padding: 2rem;
    }
}


/* ==========================================================================
Header / Navigation
========================================================================== */
header {
    background-color: #fff;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.1);
}

header .container {
	max-width: 1400px;
	padding: 0 20px;
}

header.scrolled {
    background-color: #fff;
    box-shadow: 0px -2px 10px rgba(0,0,0,0.3);
}

header.scrolled nav.mainmenu li a { color: #333; }
header.scrolled .header-logo { display: block; }

header .header-logo {
    width: 200px;
	padding: 0;
	margin-top: -2px;
}

header .header-logo a {
    display: initial;
    vertical-align: middle;
    font-weight: 300;
    color: #fff;
    font-size: 31px;
    text-decoration: none;
    line-height: 72px;;
    text-transform: none;
    letter-spacing: 1px;
    white-space: normal;
}

nav.mainmenu {
	text-align: right;	
}

nav.mainmenu ul.TemplateMenu > li {
    line-height: 72px;
	height: 69px;
}

nav.mainmenu a {
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	font-size: 16px;
	color: #646464;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: 1px;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
	background-color: transparent;
	border-bottom: 3px solid #9ac460;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #9ac460;
}  

nav.mainmenu a:before, 
nav.mainmenu a:hover:before {

}


/* top-notis */
header {
    height: 110px;
}

.openmenu {
    top:60px;
}

#top-notis {
    background: #94bc5b;
    padding: 5px 10px;
    text-align: center;
}

#top-notis a {
    color: #FFF;
	white-space: nowrap;
    overflow: hidden !important;
	text-overflow: ellipsis;
	max-width:100%;
	letter-spacing: 1px;
	text-transform: initial;
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

.page-title-wrap {
    background-color: transparent;
    top: 75%;
	left: 50%;
    text-align: center;
    max-width: 850px;
}

.page-title-wrap h1 {
    display: block;
    text-transform: none;
    white-space: normal;
    font-size: 58px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    font-family: 'Source Serif Pro', serif;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    opacity: 1;
    text-shadow: none;
    padding-bottom: 10px;
}

.page-title-wrap h3 {
	color: #fff;
}

.page-title-wrap p {
	color: #fff;
	font-size: 25px;
	padding-bottom: 0;
}

.page-title-wrap a {
	display: inline-block;
	margin: 1.2em 1.2em 1em 0;
}

/* #usp-first { font-size: 70px; } */
/* #usp-second { font-size: 65px; } */


/* ==========================================================================
Startsida
========================================================================== */
.split-text-left .col-block, 
.split-text-right .col-block {
    position: relative;
    max-height: none;
    height: 600px;
    overflow: hidden;
    padding: 0 !important;
}

.split-text-left .col-block .text-part, 
.split-text-right .col-block .text-part {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: auto;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: left;
}

.parallax {
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    height: 450px !important;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Om oss/Tjänster
========================================================================== */
#tjanster {
	background-color: #9ac460;
}

#tjanster .section-block-wrapper {
	max-width: 1200px;
}

#tjanster .col-0 {
	padding-bottom: 4em;
}

#tjanster p,
#tjanster h2,
#tjanster h3 {
	color: #fff;
}

#tjanster h2,
#tjanster h3 {
	text-align: center;
}

#tjanster h2 {
	padding-bottom: 8px;
}

#tjanster h4 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #fff;
}

#tjanster .heading-type {
	padding-bottom: 20px;
}

#tjanster .tjanster-om {
/* 	padding: 30px 50px 30px 0; */
	text-align: center;
}

#tjanster .fal,
#tjanster .fad {
	color: #fff;
    font-size: 55px;
    padding-bottom: 0.5em;
}

#tjanster .fad:before {
	margin-left: 13.5px;
}

/* Referenser
========================================================================== */
#referenser {
	background-color: #eee;
}

#referenser .col-block {
	text-align: center;
}

#referenser p {
	max-width: 750px;
	margin: 0 auto;
}

#referenser h2 {
	padding-bottom: 0;
}

#referenser h4 {
	font-size: 16px;
	font-weight: 700;
}

#referenser .fas {
	color: #94bc5b;
    font-size: 35px;
    padding-top: 0.5em;
}

#referenser .quotes {
	padding-top: 20px;
    padding-bottom: 20px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #9ac460 !important;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 2!important;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.lSSlide {
	height: auto!important;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #9ac460 !important;
}

/* Bli kund
========================================================================== */ 
#bli-kund .col-0 {
	background-image: url('/files/happy-woman-and-man.jpg');
	background-position: center center;
	background-size: cover;
}

#bli-kund h2 {
	color: #9ac460;
}

#bli-kund-2 .col-0 {
	background-image: url('/assets/images/rullstol-1000px.jpg');
	background-position: center center;
	background-size: cover;
}

#bli-kund-2 h2 {
	color: #9ac460;
}

#om-oss-intro .col-0 {
	background-image: url('/assets/images/rullstol-man-1000px.jpg');
	background-position: center center;
	background-size: cover;
}

/* Nyheter
========================================================================== */
#nyheter {
	background-color: #f9f9f9;
} 

#nyheter .section-block-wrapper {
	max-width: 1200px;
}

#nyheter h2 {
	color: #9ac460;
}

#nyheter h3 {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #9ac460;
}

.calendar {
    margin-bottom: 17px;
	position: relative;
    min-height: 500px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
/*     width: 31%; */
    margin: 2%;
    float:left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}

.calendar img {
	width: 100%;
	object-fit: cover;
    object-position: center;
}

.calendar .calendar-link {
	display: block;
	position: absolute;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	left: 30px;
	width: 100%;
}

.calendar .calendar-col-2 {
    padding-top: 4px;
    padding: 28px;
}

.calendar .calendar-col-2 ul {
	padding-inline-start: 0 !important;
	margin-top: 5px;
	margin-bottom: 10px;
}

.calendar .calendar-col-2 ul li {
	display: inline;
	color: #333;
	margin-right: 10px;
	font-size: 16px;
    line-height: 22px;
}

.calendar .calendar-col-2 p { 
	color: #333;
	font-size: 17px;
}

.calendar a {
	font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #9ac460;
    font-size: 16px;
}

#nyheter .slick-dots {
	bottom: -35px;
}

/* Modal för nyheter */
.nyhet {
    border-radius: 0;
    padding: 40px 40px;
}

.nyhet h2 {
	font-size:35px;
	color:#9ac460;
}

.nyhet h3 {
	margin-top: 20px;
    text-transform: initial;
}

.nyhet a {
	display:inline-block;
	text-transform: initial;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .02em;
	color: #9ac460;
}

.nyhet a:hover {
	text-decoration: underline;
}

.nyhet ul {
	margin-top:0;
	list-style: none;
}

.nyhet li {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #575757;
}

.nyhet li::before {
	content: "\2022";
	color: #9ac460;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

/* Kontakt
========================================================================== */ 
#contact {
	background: #9ac460;
}

#contact .section-block .col-0 {
	width: 100%;
} 

#contact .section-block-wrapper {
	max-width: 800px;
}


#contact h2, 
#contact h3 {
	color: #fff ;
}

#contact .heading-type {
	padding-bottom: 35px;
}

.Contact .ContactForm div.ContactFormMessage p, .Contact .ContactForm .ContactFormEmail p, .Contact .ContactForm .ContactFormField p, .Contact .ContactForm .ContactFormName p {
    margin-top: 3px;
    font-size: 20px;
}

#contact input.ContactSubmit {
	background-color: transparent !important;
	border: 2px solid #fff !important;
	font-size: 17px !important;
	text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px !important;
    letter-spacing: 2px;
    box-shadow: none !important;
    font-family: 'Source Sans Pro', sans-serif;
}

/* ==========================================================================
Undersidor - gÃ¤ller alla undersidor 
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    align-items: center;
    min-height: 15rem;
	background-color: #9ac460;
	margin-top: 5rem;
}

.hero .section-block-wrapper {
    width: 100%;
}

.hero .small-title {
    margin-top: 3rem;
}

.SubPage .top-section {
height: 30rem;
background: #9ac460;
display: none;
}


body.SubPage,
body.SubPage.isMobile .body-background {
/*
	background: #009097 url('/files/topsection-bild.jpg') no-repeat center top;
	background-size: cover;
*/
}

/* Namn pÃ¥ undersida - specifikt fÃ¶r enskild undersida
========================================================================== */

/* ==========================================================================
Undersida Kontakt
========================================================================== */
.section-contact .col-0{
	max-width: 70rem !important;
	margin: auto;
	padding: 4rem !important;
	background: #9ac460;
	border-radius: 2rem;
	margin: 2rem;
}

.section-contact{
	background-color: white !important;
}

.section-contact .card-item a{
	font-size: 1rem;
}

.section-contact h2, 
.section-contact h3 {
	color: #fff ;
}

.section-contact .heading-type {
	padding-bottom: 35px;
}

.Contact .ContactForm div.ContactFormMessage p, .Contact .ContactForm .ContactFormEmail p, .Contact .ContactForm .ContactFormField p, .Contact .ContactForm .ContactFormName p {
    margin-top: 3px;
    font-size: 20px;
}

.section-contact input.ContactSubmit {
	background-color: transparent !important;
	border: 2px solid #fff !important;
	font-size: 17px !important;
	text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px !important;
    letter-spacing: 2px;
    box-shadow: none !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage{
	border-radius: 0.5rem;
}
@media only screen and (max-width: 480px) {
#contact .section-block .col-0{
	padding: 1rem !important;
}
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #f9f9f9;
}

.footer .container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.footer p, .footer a {
	text-decoration: none;
	line-height: 1.7;
	font-size: 17px;
	padding-bottom: 0;
	text-align: center;
	color: #333;
	box-sizing: border-box;
	font-family: 'Source Serif Pro', serif;
}

.footer a {
	display: inline-block;
	letter-spacing: normal;
}

.footer p:last-child {
	padding-top: 20px;
}

footer img {
  	float: none;
    text-align: center;
    width: auto;
    padding: 20px;
    height: 60px;
}

.footer .copy {
	padding-top: 5px;
	font-size: 13px;
}

.footer a:hover {
	color: #9ac460;
	text-decoration: underline;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 2rem;
    margin-left: 0rem;
}
/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1366px) {
	
	#bg-video {
	    top: 68%;
    }
}

@media only screen and (max-width: 1024px) { 
		
	.page-title-wrap {
	    top: ;
	    left: 50%;
	    text-align: center;
	}
	
	.page-title-wrap a {
		margin-top: 1em;;
	}
	
	.page-title-wrap p {
		text-align: center;
	}
		
	.page-title-wrap h1 {
	    line-height: 46px;
	    font-size: 50px;
	}

	.footer .container {
		max-width: 850px;
	}
		
	.page-title-wrap h4 {
		text-align: center;
		margin: 0 auto;
	}
	
	#lagenheter .block-object {
		padding: 50px;
	}
	
}

@media only screen and (max-width: 980px) {
	
	#bg-video {
	    top: 50%;
    }	
	
/*
	.openmenu {
		background: transparent url('/assets/images/openmenu-thin.png') no-repeat center center;
		background-size: 40px 40px;
		width: 30px;
		height: 30px;
		right: 30px;
		top: 20px;
	}
*/
	
	nav.mainmenu {
		text-align: left;
	}
			
	nav.mainmenu .Padding {
		border-top:none !important;
	}
		
	nav.mainmenu li a {
		font-size:20px;
		border-bottom: none;
		margin:20px 0px;
		color:#272727 !important;
		padding-left: 40px;
	}
		
		
	nav.mainmenu ul.TemplateMenu > li {
	    line-height: 65px;
	    height: 55px;
	}
		
	nav.mainmenu li:hover, nav.mainmenu li.active {
	    background-color: transparent;
	}
	
	#bli-kund .col-0, 
	#bli-kund .col-1,
	#bli-kund-2 .col-0,
	#bli-kund-2 .col-1,
	#om-oss-intro .col-0,
	#om-oss-intro .col-1
	 {
		width: 100%;
	}

	
}


@media only screen and (max-width: 768px) {
	
	body.isMobile .body-background {
		background-position: center right 36%;
	}

	.page-title-wrap {

	    text-align: center;

	}
	
	.page-title-wrap h1 {
	    padding-bottom: 0;
	    font-size: 45px;
	    line-height: 55px;
	    text-align: center;
	}
	
	.page-title-wrap p {
		text-align: center !important;
	    max-width: none;
	    margin-top: 0.5em;
	}
	
	nav.mainmenu li:hover, nav.mainmenu li.active {
		border: none;
		color: #333;
	}
		
	nav.mainmenu li:hover a, nav.mainmenu li.active a {
	    color: #333!important;
	}
	
	#tjanster .col-1,
	#tjanster .col-2,
	#tjanster .col-3 {
		width: 100%;
		padding-bottom: 20px;
	}
	
	#tjanster .col-1 .block-container, 
	#tjanster .col-2 .block-container,
	#tjanster .col-3 .block-container {
		max-width: 500px;
	}
	
	.nyhet {
		width: 100%;
		padding:20px;
	}

}

@media only screen and (max-width: 600px) {
	
	.calendar {
	    min-height: 530px;
	}
	    
}


@media only screen and (max-width: 500px) {
	
	h3 {
	    font-size: 16px;
	    line-height: 26px;
	}
	
	#tjanster p {
		text-align: center;
	}
	
	#tjanster .col-block {
	    padding-bottom: 2em !important;
	}
	
	#tjanster .col-3 {
	    padding-bottom: 0em !important;
	}
	
	
	
	#bli-kund .col-0,
	#bli-kund-2 .col-0,
	#om-oss-intro .col-0 {height: 500px;}
	.split-text-right .col-block {
    	height: 750px;
    }

	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 60px 30px;
	}
	
	.page-title-wrap {
	    top: ;
	    left: 50%;
	    text-align: center;
	}
		
	.page-title-wrap h1 {
	    font-size: 30px;
	    line-height: 30px;
	    padding-bottom: 10px;
	    text-align: center;
	}
	
	.page-title-wrap h3 {
		font-style: normal;
	    font-weight: 300;
	    font-size: 17px;
	    line-height: 27px;
	    font-family: 'Ubuntu', sans-serif;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}
	
	.page-title-wrap p {
		text-align: center!important;
	}
	
	.page-title-wrap a {
		margin: 0.6em 0.5em 0 0.5em;
	}
	
	h2 {
		font-size: 35px;
	}
	
	#om-oss p,
	#referenser p {
		text-align: center;
	}
	
	.footer {
		min-height: 0!important;
	}
	
	.footer p {
		max-width: none;
		font-size: 16px;
	}
	
	.footer-center {
	    padding-right: 30px;
	    padding-left: 30px;
	}
	
	footer img {
		float: none!important;
		padding-bottom: 1em;
	}
	
	footer h4, footer p, footer a  {
		text-align: center!important;
	}
	
}
