/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, label, 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 {
    font-family: "lato",Verdana, "FuturaStd-Light", Segoe,"Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: top;
}

body {
	font-size:22px;
	font-weight:300;
	line-height: 1.62857143;
	letter-spacing: 0.02em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 69px;
}

img {
	max-width:100%;
	height: auto;
}

a, a:visited, a:hover, a:active, a:focus {
	text-decoration:none !important;
	color:inherit;
}

h1, h2, h3, h4, h5, h1 span, h2 span, h3 span, h4 span, h5 span, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    font-family: 'ubuntu', serif !important;
    font-weight: 500;
}

.klinik_intro h1, .startsida_introtext h1, .entry-content h2.feed_page_title {
    margin-bottom: 15px;
    font-size: 46px;
}

h2 {
    font-size: 32px;
}

/* Sidhuvud */

.jumbotron.masthead {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.45);
    padding: 0px 0 15px 0;
    background-color: #fff;
    margin-bottom: 0px;
    z-index: 1000;
    overflow: visible !important;
    position: fixed;
    width: 100%;
top: 0;
}

.float_right {
	float:right;
}

.navbar-header {
	display:inline-block;
}

.container.header {
    background-color: #fff;
    border: 0px;
}

.navbar-brand {
    padding: 15px 30px 15px 0px;
}

.navbar-brand img {
    width: 160px;
    height: auto;
}


.mm-labels {
    display: inline-block;
    float: right;
    margin-top: 30px;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 18px;
}

.mm-label-v2 .mm-labels a {
    background-color: #ee8120;
}

.mm-label-v2 .mm-labels a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    min-width: 94px;
    display: inline-block;
    text-align: center;
}

.bookingfooter ul li a.bf_akut, .mm-label-v2 .mm-labels a.topbar_akut {
    background-color: #cc181e;
    color: #fff;
    border-top: 1px solid #fff;
}

.mm-label-v2 .mm-labels a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    min-width: 94px;
    display: inline-block;
    text-align: center;
}

/* Slut sidhuvud */

/* Parallax */

.parallax-window, .parallax_disabled, .parallax-mirror {
	width:100%;
	height:500px;
	background-position: center center;
	
}

.startsida_introtext_wrapper {
	display:table;
	vertical-align: middle;
	height: 100%;
	width:100%;
}

.startsida_titel {
	display:table-cell;
	vertical-align: middle;
	height: 100%;
	width:100%;
	text-align:center;
}

.parallax_bg {
position: relative;
    top: 170px;
    float: right;
    right: 0px;
    max-width: 500px;
}

.bgBlue {
    background-color: #d4e7f4;
}

.bgDarkBlue {
	color:#fff;
	background-color: #2d6fb5;
}

.bgDarkBlue a {
	color: #fff !important;
}

.lund_link {
	font-size: 48px;
}

.puffwrap {
	text-align: center;
	padding: 30px 0;
}

.puffwrap h3 {
	margin-bottom: 0px;
}

.startsida_introtext {
    padding: 0px 0 75px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #565656;
}
.startsida_introtext p {
    margin: 15px 0;
    line-height: 1.4;
}


/* Sidfot */

.footer_kliniker {
    width: 190px;
    display: inline-block;
}

.footer_kliniker li {
	font-size: 14px;
}

.jumbotron.footer h3 {
    margin: 25px 0 10px 0;
    color: #767676;
}

.f_18 {
    font-size: 18px;
}

.footer_kliniker li a {
    color: #545454;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
	list-style-type: none;
}

.f_14 {
    font-size: 14px;
}

.footer_kliniker li a {
       color: #8a8a8a;
}

.social_wrapper {
    margin-top: 25px;
}

.jumbotron footer p {
    font-size: 11px;
    margin: 20px 0;
}

.jumbotron.footer {
    background-image: url(images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 160px;
    background-color: #dddddd;
    margin-bottom: 0px;
    padding: 10px;
    padding-bottom: 60px;
}

/* Slut sidfot */

.mobile_only { display: none; }

@media all and (max-width: 768px) {
.desktop_only { display: none; }
.mobile_only { display: block; }
	
	.mm-labels {
    font-size: 13px;
}
	
	.navbar-brand img {
    width: 115px;
    height: auto;
}
	
	.mm-labels {
    margin-top: 20px;
}
	
	.startsida_introtext {
    font-size: 18px;
}
	
	.klinik_intro h1, .startsida_introtext h1, .entry-content h2.feed_page_title {
    font-size: 32px;
}
	
	.lund_link {
    font-size: 32px;
}

}

@media all and (max-width: 468px) {
	
	.jumbotron.footer {
    background-image:none;

}
	
	.puffwrap h3 {
    font-size: 26px;
}
	
		.lund_link {
    font-size: 26px;
}
	
	
.mm-label-v2 .mm-labels a {
    min-width: 0px;
    display: inline-block;
    padding: 7px;
}	
	
	.mm-labels {
    font-size: 12px;
}
	
	
}

/* Slut Parallax*/