<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/qxc4rsk.css");

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #F1F6FF;
}

html {
  scroll-behavior: smooth;
}




.fadein {
  opacity: 0;
  transform: translateY(80px);
  animation: fadein .6s ease-in-out forwards;
}
@keyframes fadein {
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.fadeinmiddle {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeinmiddle .6s ease-in-out forwards;
}
@keyframes fadeinmiddle {
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}




/*HEADER STYLING*/
.header-container {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  z-index: 9;
  transform: translateY(-80px);
  animation: header .3s ease-in forwards;
}
@keyframes header {
  to {
    transform: translateY(0px);
  }
}


.header-inner {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
}


.header-column {
  width: 50%;
  height: 100%;
}


.header-column:nth-child(2) {
  width: 400px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.header-column:nth-child(2) a {
  margin: auto;
}


.header-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}


.header-column:nth-child(3) ul {
  float: right;
}


.header-column ul li {
  line-height: 80px;
  margin: 0 20px;
  position: relative;
  white-space: nowrap;
}


.header-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-family: kallisto, sans-serif;
  position: relative;
}


.current_page_item a {
  color: #15233B;
}


.header-column .current_page_item a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}


.header-column img {
  width: 200px;
  margin: 20px 0;
}


.batmodeller {
  cursor: pointer;
  position: relative;
}

.batmodeller:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.xlmarin.se/wp-content/uploads/2020/11/chevron-down.png);
}

.sub-menu {
  display: block !important;
  margin: -10px 0 0 10px !important;
  box-sizing: border-box;
  max-height: 0px;
  overflow: hidden;
  transition: .5s;
}

.sub-menu li {
  margin: 0 !important;
  line-height: 35px !important;
}


.provkorning a {
  background-color: #FA6217;
  padding: 9px 15px;
}




/*HEADER STYLING END*/






/*FOOTER STYLING START*/
.footer-section {
  width: 100vw;
  padding: 80px 0 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://www.xlmarin.se/wp-content/uploads/2020/12/Camo_Bg-scaled.jpeg);
  position: relative;
}
.footer-section:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, .8);
}


.footer-inner {
  width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}


.footer-column:nth-child(1) {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}


.footer-column:nth-child(1) img {
  max-width: 100%;
}
#footer-map {
  width: 100%;
  height: 450px;
}


.footer-column:nth-child(2) {
  width: 50%;
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}


.footer-column:nth-child(2) h2 {
  font-family: kallisto, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 20px auto;
}


.footer-column:nth-child(2) input[type="text"] {
  margin: 10px 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border-color: #fff;
  border-width: 0 0 1px 0;
  background-color: rgba(0, 0, 0, 0);
  font-family: kallisto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 5px 14px;
  box-sizing: border-box;
}


.footer-column:nth-child(2) textarea {
  margin: 10px 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border-color: #fff;
  border-width: 0 0 1px 0;
  background-color: rgba(0, 0, 0, 0);
  font-family: kallisto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 5px 14px;
  box-sizing: border-box;
  resize: none;
}


.footer-column:nth-child(2) input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
  font-family: kallisto, sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #191919;
  padding: 14px 45px;
  outline: none;
  border: none;
  border-radius: 0;
}

.footer-frm p {
  font-family: kallisto, sans-serif;
  color: #FFF;
  font-size: 15px;
  max-height: 0;
  overflow: hidden;
  transition: 1s;
}



.footer-image-row {
  width: 100%;
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.footer-image-row img {
  width: 190px;
  margin: 0 30px;
  align-self: center;
}
.footer-image-row img:nth-child(2) {
  margin: 0 0 0 auto;
}



.lower-footer-column {
  width: 50%;
  /*margin-top: 100px;*/
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}


.call-column {
  align-items: center;
  align-content: center;
}

.call-column p {
  font-family: kallisto, sans-serif;
  color: #FFF;
  font-size: 15px;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}


.contact-column {
  width: 50%;
  margin: 20px 0 0 0;
}


.contact-column h3 {
  font-size: 20px;
  color: #fff;
  font-family: kallisto, sans-serif;
  font-weight: 500;
}


.contact-column p {
  font-size: 15px;
  color: #fff;
  font-family: kallisto, sans-serif;
  font-weight: 200;
  margin: 15px 0;
}


.contact-column a {
  font-size: 15px;
  color: #fff;
  font-family: kallisto, sans-serif;
  font-weight: 200;
  text-decoration: none;
  margin: 15px 0;
  display: block;
}


.lower-footer-column input[type="text"] {
  margin: 0;
  width: 60%;
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: solid 2px #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: kallisto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 25px 20px;
  box-sizing: border-box;
}


.lower-footer-column input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  display: block;
  margin: 0;
  font-family: kallisto, sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #191919;
  padding: 14px 0;
  width: 40%;
  height: 54px;
  outline: none;
  border: none;
  border-radius: 0;
}




















.mobile-header {
  display: none;
}

.mobile-nav-container {
  display: none;
}






@media only screen and (max-width: 798px) {

.header-container {
  display: none;
}

#dots {
  display: none;
}





.mobile-header {
  width: 100vw;
  height: 80px;
  position: absolute;
  z-index: 9;
  display: flex;
}


.mobile-header .mobile-header-column:nth-child(1) {
  width: 20%;
}

.mobile-header .mobile-header-column:nth-child(2) {
  width: 80%;
  text-align: right;
  display: flex;
  align-items: center;
}



#mobile-menu-toggle {
  width: 30px;
  height: 20px;
  margin: 30px 20px;
  cursor: pointer;
}


#mobile-menu-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px 0;
  background-color: #fff;
  transition: .5s;
}

.mobile-header-column a {
  /*line-height: 80px;*/
}
.mobile-header-column img {
  max-width: 50%;
  margin-right: 40px;
}


#mobile-offert {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: bicyclette, sans-serif;
  background-color: #ddc281;
  padding: 5px 15px;
  line-height: 80px;
}


.mobile-nav-container {
  height: 100vh;
  width: 90vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://www.xlmarin.se/wp-content/uploads/2020/12/Camo_Bg-scaled.jpeg);
  position: fixed;
  left: -90vw;
  z-index: 99;
  transition: .3s;
  display: block;
}
.mobile-nav-container:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, .8);
}




.nav-top-bar {
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  z-index: 9;
}

.nav-top-column {
  width: 50%;
}


.nav-top-column:nth-child(2) {
  text-align: right;
}


.nav-top-column img {
  max-height: 20px;
  margin-top: 30px;
  margin-left: 20px;
}


#close-nav {
  height: 20px !important;
  margin: 30px;
  cursor: pointer;
}


.menu {
  position: relative;
  z-index: 9;
}


.mobile-nav-container ul {
  padding: 0;
  margin: 20px 0 0 20px;
  list-style: none;
}


.mobile-nav-container ul li {
  line-height: 40px;
}


.mobile-nav-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  font-family: kallisto, sans-serif;
}


.mobile-test-link a {
  color: #FA6217 !important;
}





.footer-inner {
  width: 90%;
}

.footer-column:nth-child(1) {
  width: 100%;
  order: 2;
  padding: 0;
}
.footer-column:nth-child(1) img {
  width: 80%;
  margin: auto;
  display: block;
}


.footer-column:nth-child(2) {
  width: 100%;
  order: 1;
  padding: 0;
  margin-bottom: 40px;
}
.footer-frm {
  width: 100%;
  margin: auto;
}


.footer-image-row {
  order: 3;
  width: 100%;
  margin: 50px auto 0 auto;
}
.footer-image-row img {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}


.lower-footer-column {
  order: 4;
  width: 100%;
  padding: 0;
}

.call-column {
  order: 5;
  margin-top: 20px;
}







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