<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Kristenssons Kiropraktik
Author: Adrian Falck
Author URI: https://www.adrianfalck.se/
Description:
Version: 1.3.3
*/

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5a5a5a;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 10px;
  margin-bottom:0px;
  text-transform: uppercase;
  line-height: 1.2;
}

h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}

p {
  margin-top: 0;
}

ul {
  list-style:square;
}

hr {
  border: solid #005baa;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  background: #EDEDED;
}

blockquote p:last-of-type {
  font-style:italic;
  margin-bottom: 4px;
}

blockquote footer {
  padding: 0px;
  background: transparent;
  color: #5a5a5a;
}

.readmore {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 7px;
}

.clearfix {
  clear:both;
}

section {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  clear:both;
  overflow:hidden;
  box-sizing: border-box;
}

section.bglogo {
  background-image:url(images/kristensson_bg.png);
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.booking {
  background: #00aeef;
  color: #FFFFFF;
  max-width:100%;
}

.header-image {
  background-image:url(images/kristensson_front.jpg);
  height: 200px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position: relative;
  opacity: 0.7;
}

.jumbotronheading {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #000000;
  font-size: 28px;
}

.jumbotrontext {
	font-size: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
	margin-top:10px;
}

.logocontainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.logotype {
  display:block;
  width: 110px;
  height: auto;
  margin-left: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.aboutlogos {
  text-align: center;
}

.aboutlogos figure {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-left:5px;
  margin-right:5px;
}

.aboutimg {
  float: right;
  width: 300px;
  max-width: 50%;
  margin-left: 5px;
}

.textcontainer {
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
}

footer {
  background: #005baa;
  color: #FFFFFF;
  padding: 25px;
  font-size: 12px;
}

footer a {
  color: #FFFFFF;
}

.locations {
  display: grid;
  align-items: start;
  justify-content: center;
  align-content: center;
  justify-items: center;
  grid-template-columns: auto auto;
  grid-gap: 40px;
  margin-top: 20px;
}

.address {
  text-align:center;
  margin-bottom:5px;
  line-height: 1.5;
}

#contact {
  text-align: center;
}

.togglebutton {
}

.main-menu-btn {
  width: 100%;
  position: relative;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #005baa;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  padding-left: 39px;
  box-sizing: border-box;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 4px;
  text-transform:uppercase;
}

.timebookingbutton {
    background: #00aeef;
    text-decoration: none;
	display:none;
}

.timebookingbutton::before {
	  content: '';
      position: absolute;
      background: url(images/cal-icon.svg);
      width: 20px;
      height: 20px;
      top: 50%;
      left: 37%;
      transform: translate(0%,-50%);
}

.page-border {
	border-top: 6px solid #678cbf;
}

.no-display {
	display: none !important;
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 9px;
  height: 2px;
  width: 22px;
  background: #FFFFFF;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

a.bookingbutton {
  position:relative;
    background: #005baa;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
    margin-top:8px;
    margin-bottom:8px;
}
a.bookingbutton::before {
	  content: '';
      position: absolute;
      background: url(images/cal-icon.svg);
      width: 20px;
      height: 20px;
      top: 50%;
      left: 26%;
      transform: translate(0%,-50%);
}

li.menubookingbutton a, li.menubookingbutton a:hover, li.menubookingbutton a:focus, li.menubookingbutton a:active {
  background: #005baa;
  color: #FFFFFF;
  display: none;
}

li.menubookingbutton a::after {
  content: '';
  display:inline;
  position: absolute;
  left:110px;
  background:url(images/cal-icon.svg);
  width:20px;
  height:20px;
}

ul.sub-menu a,
ul.sub-menu a:active
	{
    color: #5a5a5a;
}

ul.sub-menu a:hover,
ul.sub-menu a:focus{
	color: #5a5a5a;
	text-decoration: underline;
}	
	
.sm-blue .sub-menu {
	background: #EDEDED;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }

  body {
    font-size:16px;
  }

  header {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }

  .header-image {
    height:300px;
    max-width: initial;
  }
  .logotype {
    width:150px;
    margin-left:0px;
  }
  .logocontainer {
    display: block;
    margin-right: auto;
    margin-left: 20px;
  }
  .topmenu {
    margin-right: 20px;
  }
  .togglebutton {
    display: none;
  }
  footer {
    font-size: 15px;
  }
  a.bookingbutton {
    float:right;
    margin-left: 10px;
  }

a.bookingbutton::before {
  left: 15px;
  height:26px;
  width:26px;
}

li.menubookingbutton a, li.menubookingbutton a:hover, li.menubookingbutton a:focus, li.menubookingbutton a:active  {
  background: #005baa;
  color: #FFFFFF;
  position: relative;
  padding-left: 47px;
  display: block;

}
li.menubookingbutton a::before {
  content:'';
  position: absolute;
  background: url(images/cal-icon.svg);
  width:22px;
  height:22px;
  left:16px;
}
li.menubookingbutton a::after {
  display:none;
}
.sm-blue .sub-menu {
	background: #FFFFFF;
}
ul.sub-menu a,
ul.sub-menu a:active
	{
    color: ##5a5a5a;
}

ul.sub-menu a:hover,
ul.sub-menu a:focus{
	color: #FFFFFF;
	text-decoration: none;
}	
	
.jumbotrontext {
	font-size: 27px;
}

}
</pre></body></html>