/*------------------------------------*\
    1. GLOBAL
\*------------------------------------*/

/**
 * 1.2 Global settings & styles
 */

body {
  background-color: #4a4a4a;
  color: #2b2b2b;
  font-family: 'NHaasGroteskTXPro-55Rg', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.8;
}
p {
  font-size: 16px;
  line-height: 1.7;
}
a,
a:visited,
a:link {
  font-family: 'NHaasGroteskDSPro-65Md', sans-serif;
  color: #000;
  text-decoration: none;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer a,
#footer a:visited,
#copyright a,
#copyright a:visited {
  color: #fff;
}
a:hover {
  color: #999;
  text-decoration: none;
}
a:active,
a:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  padding: 0;
  font-family: 'NHaasGroteskDSPro-65Md';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p {
  margin: 20px 0 20px;
}
*:focus {
  outline: none;
}
input {
  font-family: 'proxima-nova', sans-serif;
  padding: 10px 15px;
  font-size: 16px;
  border: 0;
  letter-spacing: 0.04em;
  border-radius: 0;
  line-height: 1;
}
ul {
  padding-left: 23px;
}
button {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.word-break-all {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.full-width {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.width-100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.position-relative {
  position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.uppercase-proxima-small {
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.line-height-1 {
  line-height: 1;
}
.min-height-150 {
  min-height: 150px;
}
.background-fill {
  background-repeat: no-repeat;
  background-position: center center;
  background-position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.display-none {
  display: none;
}
.min-height-300 {
  min-height: 300px;
}
.width-inherit-md {
  width: inherit;
}

.visible-sm-inline-block,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

/**
 * 1.2 Custom paddings
 */

.padding-100 {
  padding: 100px;
}
.padding-top-100 {
  padding-top: 50px;
}
.padding-top-100-bottom-300 {
  padding-top: 50px;
  padding-bottom: 300px;
}
.padding-top-100-bottom-20 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.padding-top-100-bottom-60 {
  padding-top: 50px;
  padding-bottom: 10px;
}
.padding-top-bottom-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-top-bottom-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-top-bottom-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-top-bottom-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-top-bottom-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-sides-200 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-md {
  padding: 15px;
}

.padding-top-single {
  padding-top: 69px;
}
.padding-right-50-sm {
  padding-right: 0px;
}
.padding-left-50-sm {
  padding-left: 0px;
}
.padding-right-50 {
  padding-right: 15px;
}
.padding-left-50 {
  padding-left: 15px;
}
.padding-left-100 {
  padding-left: 15px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-20-sm {
  padding-right: 0px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-20-sm {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-0 {
  padding: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-6 {
  padding: 50px 15px;
}
.padding-6-md,
.padding-6-md-hors {
  padding: 50px 15px;
}
.padding-6-sm {
  padding: 50px 0;
}
.padding-sides-6 {
  padding: 0 6%;
}
.padding-sides-0 {
  padding-right: 0;
  padding-left: 0;
}
.padding-6-15 {
  padding: 50px 15px;
}
.padding-first-quote {
  padding: 50px 15px 0;
}

/**
 * 1.2 Custom margins
 */

.margin-top-bottom-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-top-50-bottom-75 {
  margin-top: 50px;
  margin-bottom: 75px;
}
.margin-right-bottom-30 {
  margin-bottom: 30px;
  margin-right: 30px;
}
.margin-top-0-bottom-100 {
  margin-top: 0;
  margin-bottom: 50px;
}
.margin-top-50 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-30-xs {
  margin-top: 30px;
}
.margin-top-10-xs {
  margin-top: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-bottom-headline {
  margin-bottom: 30px;
}
.margin-bottom-30-sm {
  margin-bottom: 30px;
}
.margin-bottom-40-sm {
  margin-bottom: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50-md {
  margin-bottom: 0;
}
.margin-bottom-50-sm {
  margin-bottom: 50px;
}
.margin-bottom-50 {
  margin-bottom: 20px;
}
.margin-bottom-100 {
  margin-bottom: 50px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-left-0 {
  margin-left: 0;
}

/**
 * 1.3 Background colors
 */

.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.bg-grey {
  background: #f5f5f5;
}
.bg-darkgrey {
  background: #888;
}
.bg-darkestgrey {
  background: #444;
}
.bg-darkdarkestgrey {
  background: #4a4a4a;
}
.bg-green {
  background: #5bce56;
}
.bg-blue {
  background: #1db3e7;
}
.bg-pink {
  background: #ee71bf;
}
.bg-orange {
  background: #ff6c2b;
}
.bg-green-dark {
  background: #024200;
}
.bg-blue-dark {
  background: #093646;
}
.bg-pink-dark {
  background: #45042d;
}
.bg-orange-dark {
  background: #4d1d00;
}
.bg-pensel {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: none;
}
.bg-white-not-sm {
  background: #f5f5f5;
}
.bg-grey-not-sm {
  background: #fff;
}

/**
 * 1.4 Text colors
 */

.txt-white,
.txt-white a {
  color: #fff;
}
.txt-green,
.txt-green a {
  color: #5bce56;
}
.txt-blue,
.txt-blue a {
  color: #1db3e7;
}
.txt-orange,
.txt-orange a {
  color: #ff6c2b;
}
.txt-pink,
.txt-pink a {
  color: #ee71bf;
}
.txt-green a:hover,
.txt-blue a:hover,
.txt-orange a:hover,
.txt-pink a:hover,
.txt-white a:hover {
  color: #bbb;
}

.text-md-right {
  text-align: left;
}

/**
 * 1.4 Font sizes
 */

.txt-18 {
  font-size: 18px;
}

/**
 * 1.4 Buttons
 */

a.btn,
button.btn {
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 0.1em;
}
.wf-loading a.btn,
.wf-loading button.btn {
  visibility: hidden;
}
.btn {
  display: inline-block;
  padding: 10px 30px;
  height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 20px;
  letter-spacing: 0.04em;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  color: #012249;
  background: #fff;
  border: 1px solid #fff;
}
.btn-black {
  color: #000;
  background: transparent;
  border: 1px solid #000;
}
.btn-black:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
/*.btn-black:focus {
	outline: none;
}*/
button.btn-black-inverted,
a.btn-black-inverted,
button.btn-black-inverted:focus a.btn-black-inverted:focus {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  outline: 0;
}
.btn.btn-black:active,
.btn.btn-black:focus {
  color: #000;
  outline: 0;
}
.btn.btn-black:hover,
.btn.btn-black-inverted:active,
.btn.btn-black-inverted:focus {
  color: #fff;
  outline: 0;
}
.btn-black-inverted:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
a.btn-filled-black,
button.btn-filled-black,
a.btn-filled-black:focus,
button.btn-filled-black:focus {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
a.btn-filled-black:hover,
button.btn-filled-black:hover {
  cursor: pointer;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.btn-blue {
  color: #005daa;
  background: transparent;
  border: 1px solid #005daa;
}
.btn-blue:hover {
  color: #fff;
  background: #005daa;
  border: 1px solid #005daa;
}
.btn-login {
  color: #fff;
  background: #005daa;
  border: 1px solid #005daa;
}
.btn-login:hover {
  color: #005daa;
  background: #fff;
  border: 1px solid #fff;
}
.btn-login span {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/**
 * Bloggnotis
 */

.red-notice {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #f03434;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}

/**
 * 1.4 Underlines
 */

hr {
  border-top: 2px solid #4a4a4a;
}
hr.hr-lightgrey {
  border-top: 2px solid #ececec;
}
hr.border-bottom-xs-sm {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid #ececec;
}

/**
 * 1.4 Sidelines
 */

.border-left {
  display: none;
  position: absolute;
  height: 100%;
  width: 0;
  padding: 20px 0;
  top: 0;
  left: 50%;
  z-index: 1;
}
.border-left:after {
  content: '';
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 10%;
  background-color: #ccc;
}
.border-left::after {
  content: '';
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 10%;
  background-color: #ccc;
}

/*------------------------------------*\
    3. LOADER
\*------------------------------------*/

.white-overlay {
  display: none;
  /* 	display: table; */
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
.loader {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  height: 70px;
}
.loader-img {
  display: none;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
.st1,
.st2,
.st3,
.st4 {
  fill: #000;
  animation: load 1s linear infinite;
}
.st2 {
  animation-delay: 0.75s;
}
.st3 {
  animation-delay: 0.25s;
}
.st4 {
  animation-delay: 0.5s;
}
@keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene .scene_element {
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  animation-name: fadeIn;
}

.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}

/*
 * Keyframes
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pensel-left {
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .pensel-left {
    background-image: url(../img/penseldrag_left.png);
    background-position: -50px -100px;
  }
}

@media (min-width: 1200px) {
  .pensel-left {
    background-position: 0px -100px;
  }
}

.pensel-bottom-right {
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .pensel-bottom-right {
    background-image: url(../img/bg-pensel-white.jpg);
    background-size: 235px 253px;
    background-position-y: bottom;
    background-position-x: right;
  }
}

/*------------------------------------*\
    3. HEADER
\*------------------------------------*/

/**
 * 3.1 Mobile menu
 */

.nav-mobile {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
}
.nav-mobile > .logo {
  position: relative;
  padding: 20px 15px;
}
#sidebarRight .menu-huvudmeny-container {
  margin: 12px 0 0;
}
#sidebarRight .menu-huvudmeny-container ul li,
#sidebarRight ul#menu-right li {
  width: 100%;
}
#sidebarRight .menu-huvudmeny-container ul li a,
#sidebarRight ul#menu-right li a {
  font-size: 17px;
  padding: 15px 20px;
}
#sidebarRight .mobile-huvudmeny-container {
  width: 100%;
}
#sidebarRight .current-menu-item {
  background-color: #444;
}
#sidebarRight .mobile-huvudmeny-container ul li.current_state {
  background-color: #555;
}
#nav-icon1 {
  display: block;
  width: 55px;
  height: 46px;
  position: fixed;
  float: right;
  top: 12px;
  right: 0;
  cursor: pointer;
  z-index: 999;
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  margin: 10px 0 0 10px;
  width: 30px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
  -ms-transform: translateZ(0) translate3d(0, 0, 0);
  -o-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 10px;
}
#nav-icon1 span:nth-child(3) {
  top: 20px;
}
#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#close-search {
  display: block;
  width: 55px;
  height: 46px;
  position: fixed;
  float: right;
  top: 12px;
  right: 0;
  cursor: pointer;
  z-index: 99999;
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#close-search span {
  display: block;
  position: absolute;
  height: 4px;
  margin: 10px 0 0 10px;
  width: 30px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
  -ms-transform: translateZ(0) translate3d(0, 0, 0);
  -o-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
}
#close-search span:nth-child(1) {
  top: 0px;
}
#close-search span:nth-child(2) {
  top: 20px;
}
#close-search span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#close-search span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#panel {
  display: inline-block;
  float: left;
  width: 100%;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.slideout-menu {
  display: none;
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.black-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.fixed {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
}

.menu-right-wrapper {
  webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}

.login-link {
  position: absolute;
  top: 70px;
  right: 35px;
  webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}

/**
 * 3.2 Desktop menu
 */

nav {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 35px 35px 0;
  z-index: 9;
}
.logo {
  display: table;
  position: absolute;
  text-align: center;
  float: left;
  width: 105px;
  height: auto;
  webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
  -ms-transform: translateZ(0) translate3d(0, 0, 0);
  -o-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
}
.logo > a {
  display: table-cell;
  vertical-align: middle;
}
.logo > a > .logo-symbol,
.logo > a > .logo-name {
  display: inline-block;
  float: left;
  width: 100%;
}
.logo > a > .logo-symbol img {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.logo > a > .logo-name {
  opacity: 1;
  webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.logo > a > .logo-name {
  margin-top: 9px;
  height: 19px;
}
.logo > a > .logo-name img {
  vertical-align: top;
}
.headroom {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.headroom--not-top {
  padding: 35px;
  background-color: #000;
}
.headroom--not-top > .logo {
  webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
.headroom--not-top > .logo > a > .logo-symbol img {
  width: 35px;
  height: 35px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.headroom--not-top > .logo > a > .logo-name {
  opacity: 0;
  webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.headroom--not-top > .menu-right-wrapper {
  margin-top: -12px;
  webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
.headroom--not-top > .menu-right-wrapper > ul > .login-link {
  top: 50px;
  webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}

/**
 * 3.1 Menu
 */

.menu-huvudmeny-container {
  float: left;
  margin-left: 130px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-huvudmeny-container ul,
ul#menu-right {
  display: inline-block;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-huvudmeny-container ul li,
ul#menu-right li {
  float: left;
}
.menu-huvudmeny-container ul li a,
ul#menu-right li a {
  display: block;
  padding: 0 7px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.menu-huvudmeny-container ul li.current_page_item a,
.menu-huvudmeny-container ul li a:hover,
ul#menu-right li a:hover {
  color: #bbb;
}
.menu-huvudmeny-container ul li.current_page_item ul.sub-menu a {
  color: #fff;
}
.menu-huvudmeny-container ul li.current_page_item ul.sub-menu a:hover {
  color: #bbb;
}
.menu-huvudmeny-container ul li:first-child a,
ul#menu-right li:first-child a {
  padding-left: 0;
}
ul#menu-right li a {
  padding: 0 12px;
}
ul#menu-right li a.current_state {
  padding: 4px 12px;
  margin-top: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
  border-radius: 20px;
}

.language-flags img {
  max-width: 20px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 8px;
}

ul.sub-menu li a {
  font-size: 12px;
}

#sidebarRight .menu-huvudmeny-container ul.sub-menu li a {
  position: relative;
  font-size: 15px;
  padding-left: 40px;
}

/**
 * 3.1 Footer menu
 */

#footer .menu-huvudmeny-container,
#footer .menu-undermeny-container {
  float: left;
  margin: 0;
}
#footer h2 {
  margin-bottom: 30px;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
#footer ul li,
#footer .menu-huvudmeny-container ul li,
#footer .menu-undermeny-container ul li {
  float: none;
  margin-bottom: 15px;
}
#copyright span,
#copyright a,
#footer ul li,
#footer ul li a,
#footer .menu-huvudmeny-container ul li a,
#footer .menu-undermeny-container ul li a {
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0;
  color: #fff;
}
#footer ul li {
  font-weight: 500;
}
#copyright a {
  float: left;
  width: 100%;
  padding: 5px;
}
#copyright span {
  padding: 5px;
}
#copyright a:hover,
#footer ul li a:hover,
#footer .menu-huvudmeny-container ul li a:hover,
#footer .menu-huvudmeny-container ul li.current_page_item a,
#footer .menu-undermeny-container ul li a:hover,
#footer .menu-undermeny-container ul li.current_page_item a {
  color: #999;
}

#footer .menu-huvudmeny-container ul li.current_page_item ul.sub-menu li a,
#footer .menu-undermeny-container ul li.current_page_item ul.sub-menu li a {
  color: #fff;
}

#footer
  .menu-huvudmeny-container
  ul
  li.current_page_item
  ul.sub-menu
  li
  a:hover,
#footer
  .menu-undermeny-container
  ul
  li.current_page_item
  ul.sub-menu
  li
  a:hover {
  color: #999;
}

#footer ul.sub-menu {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}

#footer ul.sub-menu li a {
  position: relative;
  font-size: 13px;
}

#sidebarRight .menu-huvudmeny-container ul.sub-menu li a:before,
#footer ul.sub-menu li a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 1px;
  background-color: #fff;
}

#footer ul.sub-menu li a:before {
  left: -15px;
  top: 8px;
}

#sidebarRight .menu-huvudmeny-container ul.sub-menu li a:before {
  left: 20px;
  top: 21px;
}

/**
 * 3.1 Carousel
 */

.carousel {
  display: inline-block;
  float: left;
  width: 100%;
  overflow: visible;
}
.container-carousel {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.carousel-indicators {
  width: auto;
  left: 0;
  margin-left: 0;
  text-align: left;
  padding: 0 0 0 15px;
  margin: 0;
  bottom: 15px;
  z-index: 1;
}
.carousel-control {
  top: 0;
  width: 30%;
}
#carousel {
  overflow: hidden;
}
#header {
  display: inline-block;
  float: left;
  width: 100%;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #000;
}
#header_content {
  display: table;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.header_valign {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 69px 0 0;
}
h1.header_h {
  font-size: 40px;
  line-height: 1;
  width: auto;
}
#header_content ul,
#header_content p {
  margin-bottom: 30px;
}
#header_content ul li,
#header_content p {
  font-size: 22px;
  line-height: 1.4;
  max-width: 800px;
  font-family: 'NHaasGroteskDSPro-65Md';
}
#header_content ul li h3 {
  margin: 0;
}
#header_content .btn-center {
  text-align: center;
}
#header_text {
  position: absolute;
  height: 500px;
  min-height: 500px;
  width: 100%;
  top: 0;
  z-index: 0;
  color: #fff;
}
#header_image {
  display: inline-block;
  float: left;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  min-height: 500px;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: visible;
  z-index: 0;
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
}
#header_image img {
  width: 100%;
  height: auto;
  min-height: 500px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-col {
  padding: 0;
}

/**
 * 3.2 Jumbotron
 */

#hero {
  display: inline-block;
  float: left;
  width: 100%;
  height: 350px;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #000;
  margin-bottom: -1px;
}
#hero_content {
  display: table;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  height: 100%;
  width: 100%;
  padding: 0;
  background-image: -webkit-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: linear-gradient(
    bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.hero_valign {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 50px 0 0;
}
#hero_image {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 350px;
  min-height: 350px;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 5;
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
}

/**
 * 3.2 Testa att skapa en faktura
 */

#testafaktura {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: auto;
}
#testafaktura > a {
  display: inline-block;
}
#testafaktura > a > .link {
  float: left;
  width: auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-align: right;
  padding-right: 20px;
  letter-spacing: 0.04em;
}
.symbol_down {
  float: right;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.symbol_down span:before {
  color: #fff;
}

/*------------------------------------*\
    8. VÄLKOMMEN TILL BOLAGSKRAFT
\*------------------------------------*/

.welcome-content {
  background-repeat: no-repeat;
  background-position: -200px bottom;
}
.welcome-img {
  display: inline-block;
  width: 100%;
  height: 200px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*------------------------------------*\
    8. VI GER MER
\*------------------------------------*/

.segment_h {
  min-height: 56px;
  padding-left: 80px;
}

/*------------------------------------*\
    8. VAD SÄGER VÅRA EGENANSTÄLLDA?
\*------------------------------------*/

.testimonial-h {
  min-height: 100px;
}
.testimonial h4 {
  margin-bottom: 0;
}
.testimonial img {
  width: 100%;
  height: auto;
  padding: 0 0 20px;
}
.testimonial p.quote {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 15px;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

/*------------------------------------*\
    8. RÄKNA UT DIN LÖN
\*------------------------------------*/

rzslider.vertical .rz-pointer {
  left: -8px !important;
}

rzslider[disabled] {
  pointer-events: none;
}

#progress-wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.progress-bg {
  width: 100%;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  margin: 0 auto;
}
.progress-progress {
  position: absolute;
  background-color: #ccc;
  width: 60%;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  top: 0;
  left: 0;
}
.progress-wheel {
  position: absolute;
  background-color: #ccc;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: -7px;
  margin-left: -10px;
  top: 0;
  left: 60%;
}
.raknautdinlon input {
  width: 100%;
  font-size: 35px;
  text-align: center;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  line-height: 1;
  margin-top: 10px;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
}
.salary-input.salary-input__invalid {
  background-color: lightcoral;
  color: rgb(160, 88, 88);
}
.salary-input[disabled] {
  background-color: #aaa;
}

#btn-detaljer[disabled] {
  background-color: #aaa;
}
.sek {
  margin-top: 5px;
}
.txt-sm-small {
  font-size: 16px;
}
#detaljer {
  display: none;
}
.visa-detaljer {
  margin-bottom: 50px;
}
.visa-detaljer div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.visa-detaljer div:nth-child(even) {
  background-color: #fff;
}
#canvas-holder {
  margin-bottom: 20px;
}
#dinersattning,
#skatteravgifter,
#bolagskraft {
  position: absolute;
  text-align: center;
  z-index: 0;
}
#dinersattning {
  margin-top: 0;
  margin-left: 0;
  left: 15%;
  top: 44%;
}
#dinersattning p,
#skatteravgifter p,
#bolagskraft p {
  font-size: 14px;
  margin-bottom: 0;
}
#dinersattning h2,
#skatteravgifter h2,
#bolagskraft h2 {
  font-size: 25px;
  margin-bottom: 0;
}
#skatteravgifter {
  margin-top: 0;
  margin-left: 0;
  right: 25%;
  top: 20%;
}
#bolagskraft {
  margin-top: 0;
  margin-left: 0;
  right: 28%;
  top: 68%;
}
.star {
  font-size: 30px;
  line-height: 1;
  padding: 0;
  text-align: right;
}
.star-desc p {
  font-size: 12px;
}
.item-name {
  display: inline-block;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 60%;
}
.price {
  text-align: right;
  width: 40%;
}

/*------------------------------------*\
    9. KONTAKTFORMULÄR
\*------------------------------------*/

#wpcf7-f30-o1 {
  display: inline-block !important;
  width: 100%;
}
div.wpcf7 input,
div.wpcf7 textarea {
  font-family: 'proxima-nova', sans-serif;
  width: 100%;
  padding: 11px 15px 10px;
  font-size: 16px;
  border: 0;
  letter-spacing: 0.04em;
  line-height: 1;
}
div.wpcf7 textarea {
  resize: none;
  height: 200px;
}
div.wpcf7 input.wpcf7-submit {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  border: 1px solid #000;
  line-height: 15px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
span.wpcf7-not-valid-tip {
  font-size: 14px;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #a9a9a9;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  line-height: 20px;
}

::-moz-placeholder {
  font-size: 14px;
  color: #a9a9a9;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  line-height: 1;
}

:-moz-placeholder {
  font-size: 14px;
  color: #a9a9a9;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  line-height: 1;
}

:-ms-input-placeholder {
  font-size: 14px;
  color: #a9a9a9;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  line-height: 1;
}

/*------------------------------------*\
    9. VÅRA TJÄNSTER
\*------------------------------------*/

.vara-tjanster-links a .bg-green,
.vara-tjanster-links a .bg-blue,
.vara-tjanster-links a .bg-pink,
.vara-tjanster-links a .bg-orange,
.vara-tjanster-links a:hover > .bg-green,
.vara-tjanster-links a:hover > .bg-green-dark,
.vara-tjanster-links a:hover > .bg-blue,
.vara-tjanster-links a:hover > .bg-blue-dark,
.vara-tjanster-links a:hover > .bg-pink,
.vara-tjanster-links a:hover > .bg-pink-dark,
.vara-tjanster-links a:hover > .bg-orange,
.vara-tjanster-links a:hover > .bg-orange-dark {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.vara-tjanster-links a > .bg-green {
  color: #fff;
  background-color: #5bce56;
}

.vara-tjanster-links a:hover > .bg-green,
.vara-tjanster-links a > .bg-green.active,
.vara-tjanster-links a:hover > .bg-green-dark,
.bg-green.not-active {
  color: #5bce56;
  background-color: #024200;
}

.vara-tjanster-links a > .bg-blue {
  color: #fff;
  background-color: #1db3e7;
}

.vara-tjanster-links a:hover > .bg-blue,
.vara-tjanster-links a > .bg-blue.active,
.vara-tjanster-links a:hover > .bg-blue-dark,
.bg-blue.not-active {
  color: #1db3e7;
  background-color: #093646;
}

.vara-tjanster-links a > .bg-pink {
  color: #fff;
  background-color: #ee71bf;
}

.vara-tjanster-links a:hover > .bg-pink,
.vara-tjanster-links a > .bg-pink.active,
.vara-tjanster-links a:hover > .bg-pink-dark,
.bg-pink.not-active {
  color: #ee71bf;
  background-color: #45042d;
}

.vara-tjanster-links a > .bg-orange {
  color: #fff;
  background-color: #ff6c2b;
}

.vara-tjanster-links a:hover > .bg-orange,
.vara-tjanster-links a > .bg-orange.active,
.vara-tjanster-links a:hover > .bg-orange-dark,
.bg-orange.not-active {
  color: #ff6c2b;
  background-color: #4d1d00;
}

.vara-tjanster-links h4 {
  margin: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tjanst-symbol {
  margin-left: 0;
}
.tjanst-headline {
  font-size: 30px;
}
.column-half {
  min-height: 100%;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  column-count: 1;
  column-gap: 0;
}

/*----- EKONOMI BG  -----*/

.tjanst-ekonomi-bg-right {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 200px;
  height: 1129px;
}

.tjanst-ekonomi-bg-right-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: -160px;
  width: 200px;
  height: 1129px;
  background-size: center right;
  background-repeat: no-repeat;
}

.tjanst-ekonomi-bg-left {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: -50px;
  width: 462px;
  height: 439px;
}

.tjanst-ekonomi-bg-left-img {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 462px;
  height: 439px;
  background-size: bottom left;
  background-repeat: no-repeat;
}

/*----- DESIGN BG  -----*/

.tjanst-design-bg-right {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 342px;
  height: 100%;
  min-height: 903px;
}

.tjanst-design-bg-right-top-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: -220px;
  width: 342px;
  height: 342px;
  background-repeat: no-repeat;
}

.tjanst-design-bg-right-bottom-img {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: -100px;
  width: 342px;
  height: 561px;
  background-repeat: no-repeat;
}

.tjanst-design-bg-left {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 347px;
  height: 817px;
}

.tjanst-design-bg-left-img {
  position: absolute;
  overflow: hidden;
  bottom: -500px;
  left: 0;
  width: 347px;
  height: 817px;
  background-repeat: no-repeat;
}

/*----- JURIDIK BG  -----*/

.tjanst-juridik-bg-right {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: 253px;
  height: 100%;
}

.tjanst-juridik-bg-right-img {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: -200px;
  width: 253px;
  height: 891px;
  background-size: bottom right;
  background-repeat: no-repeat;
}

.tjanst-juridik-bg-left {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 451px;
  height: 243px;
}

.tjanst-juridik-bg-left-img {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 451px;
  height: 243px;
  background-repeat: no-repeat;
}

/*----- FÖRSÄKRINGAR BG  -----*/

.tjanst-forsakringar-bg-right {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 427px;
  height: 100%;
  min-height: 682px;
}

.tjanst-forsakringar-bg-right-top-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: -200px;
  width: 427px;
  height: 562px;
  background-repeat: no-repeat;
}

.tjanst-forsakringar-bg-right-bottom-img {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: -200px;
  width: 427px;
  height: 120px;
  background-repeat: no-repeat;
}

.tjanst-forsakringar-bg-left {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 268px;
  height: 359px;
}

.tjanst-forsakringar-bg-left-img {
  position: absolute;
  overflow: hidden;
  bottom: -50px;
  left: 0;
  width: 268px;
  height: 359px;
  background-repeat: no-repeat;
}

/*------------------------------------*\
    8. TESTFAKTURA
\*------------------------------------*/

#testfaktura {
  display: none;
}
.testfaktura a {
  font-family: 'NHaasGroteskTXPro-55Rg', sans-serif;
}
.price {
  float: right;
}

/*------------------------------------*\
    8. PARTNERS
\*------------------------------------*/

.partner-logo {
  vertical-align: middle;
}
.partner-logo img {
  max-height: 100px;
  vertical-align: middle;
}

/*------------------------------------*\
    8. HUR DET FUNKAR
\*------------------------------------*/

.hurdetfunkar-post {
  margin-bottom: 20px;
}
.hurdetfunkar-post:last-child {
  margin-bottom: 0;
}
.no-gutter > .hurdetfunkar-symbol {
  padding-right: 0;
  margin-bottom: 20px;
}
.hurdetfunkar-symbol > img {
  max-width: 75px;
}

/*------------------------------------*\
    8. KONTAKT
\*------------------------------------*/

#map {
  position: relative;
  width: 100%;
  height: 300px;
  left: 0;
  top: 0;
  z-index: 0;
}
#footer ul.company_times {
  margin-top: -8px;
}
#footer ul.company_times li {
  line-height: 29px;
}
.sigill {
  width: 100px;
}

/*------------------------------------*\
    8. SÖK
\*------------------------------------*/

#searchform {
  display: inline-block;
  position: relative;
  width: 100%;
}
#search_input {
  color: #000;
  width: 100%;
  padding: 10px 20px;
  height: 50px;
  border: 0;
}
#search_submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0 20px;
  height: 50px;
  background-color: #000;
}
#search_submit:hover {
  background-color: #444;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-backdrop {
  z-index: 0;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.modal-dialog {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0;
}
.search-link {
  position: relative;
}
.search-link:hover {
  cursor: pointer;
}
.search-link img {
  position: relative;
  float: left;
  width: 28px;
  padding-right: 9px;
  margin-top: -1px;
}
#search-link-mobile {
  padding-left: 20px;
}

/*------------------------------------*\
    8. ANVÄNDARVILLKOR
\*------------------------------------*/

.pdf-icon {
  width: 60px;
  margin-right: 20px;
}
#anvandarvillkor {
  display: none;
}
.readmore {
  cursor: pointer;
}

/*------------------------------------*\
    8. VÅRA EGENANSTÄLLDA
\*------------------------------------*/

h2 span.thin {
  font-family: 'NHaasGroteskTXPro-55Rg', sans-serif;
  font-size: 29px;
  letter-spacing: -0.04em;
}
.vertical-top {
  vertical-align: top;
}

/*------------------------------------*\
    8. DEMOFILM
\*------------------------------------*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.ajaxsearchpro[id*='ajaxsearchpro']
  .probox
  .proinput
  input.orig::-webkit-input-placeholder {
  font-family: 'proxima-nova', sans-serif !important;
}

/*------------------------------------*\
    8. CUSTOM FULL WIDTH GRID
\*------------------------------------*/

.equal,
.equal-container {
  display: inline-block;
  float: left;
  border-collapse: separate;
  margin: 0;
  border-spacing: 0;
  width: 100%;
}
.grid-row {
  display: inline-block;
  float: left;
}
.grid-row div.hlf-img {
  display: inline-block;
  float: left;
  width: 100%;
  min-height: 200px;
}
.grid-row div.hlf-txt {
  display: inline-block;
  width: 100%;
}
.hlf-txt p {
  margin-bottom: 30px;
}

/*------------------------------------*\
    11. NYHETER
\*------------------------------------*/

.post p {
  margin-bottom: 20px;
}
.news {
  padding: 15px;
}
.news-img {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-content {
  padding: 20px 0;
}
.news-title-no-img {
  padding: 20px 0 0;
}
.news-content-no-img {
  padding: 0 0 20px;
}

/*----- PAGINATION  -----*/

.padding-pagination {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.wp-pagenavi {
  float: right;
  width: 100%;
  text-align: right;
  line-height: 1;
}

.wp-pagenavi .pages {
  float: left;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.wp-pagenavi a {
  padding: 0 5px;
}

.wp-pagenavi span.current {
  padding: 0 5px;
}

.page-count-style {
  float: left;
  font-family: “proxima-nova”, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

/*------------------------------------*\
    11. FONT ICONS
\*------------------------------------*/

@font-face {
  font-family: 'Flaticon';
  src: url('icons/flaticon.eot');
  src: url('icons/flaticon.eot#iefix') format('embedded-opentype'),
    url('icons/flaticon.woff') format('woff'),
    url('icons/flaticon.ttf') format('truetype'),
    url('icons/flaticon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='flaticon-']:before,
[class*=' flaticon-']:before,
[class^='flaticon-']:after,
[class*=' flaticon-']:after {
  font-family: Flaticon;
  font-size: 25px;
  font-style: normal;
  font-weight: normal !important;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.flaticon-add202:before {
  content: '\e000';
}
.flaticon-add30:before {
  content: '\e001';
}
.flaticon-arrow483:before {
  content: '\e002';
}
.flaticon-arrow487:before {
  content: '\e003';
}
.flaticon-businessman7:before {
  content: '\e004';
}
.flaticon-down126:before {
  content: '\e005';
}
.flaticon-download168:before {
  content: '\e006';
}
.flaticon-file94:before {
  content: '\e007';
}
.flaticon-group44:before {
  content: '\e008';
}
.flaticon-instagram19:before {
  content: '\e009';
}
.flaticon-jumping28:before {
  content: '\e00a';
}
.flaticon-left15:before {
  content: '\e00b';
}
.flaticon-linkedin:before {
  content: '\e00c';
}
.flaticon-logotype15:before {
  content: '\e00d';
}
.flaticon-magnifier12:before {
  content: '\e00e';
}
.flaticon-magnifying-glass32:before {
  content: '\e00f';
}
.flaticon-right11:before {
  content: '\e010';
}
.flaticon-world77:before {
  content: '\e011';
}
.social-buttons {
  padding: 0;
}
.social-buttons a {
  padding: 0 3px;
}
.social-buttons a:hover span:before {
  color: #999;
}
.social-buttons [class^='flaticon-']:before,
.social-buttons [class*=' flaticon-']:before {
  font-size: 40px;
}
.icon-big {
}
.icon-big div {
  line-height: 1;
}
.icon-big div:before {
  font-size: 80px;
}
.plus:before {
  width: 3px;
  height: 20px;
}
.flaticon-add30:before {
  font-size: 16px;
  margin-right: 10px;
  webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.next-post a:after,
.readmore:after,
.nextpostslink:after {
  font-family: Flaticon;
  content: '\e010';
  font-size: 14px;
  font-style: normal;
  font-weight: normal !important;
}

.next-post a:after,
.readmore:after {
  margin-left: 5px;
}

.back:before,
.previouspostslink:before {
  font-family: Flaticon;
  content: '\e00b';
  font-size: 14px;
  font-style: normal;
  font-weight: normal !important;
}

.back:before {
  margin-right: 5px;
}

/*------------------------------------*\
    10. RESPONSIVENESS
\*------------------------------------*/

/**
 * min-width: 320px;
 */

@media (min-width: 320px) {
  .btn {
    padding: 10px 40px;
  }
  #header_content .btn-center {
    text-align: left;
  }
}

/**
 * min-width: 375px;
 */

@media (min-width: 375px) {
  #sidebarRight .menu-huvudmeny-container {
    margin: 68px 0 0;
  }

  .tjanst-headline {
    font-size: 40px;
  }
}

/**
 * min-width: 400px;
 */

@media (min-width: 400px) {
}

/**
 * min-width: 520px;
 */

@media (min-width: 520px) {
  h1.header_h {
    font-size: 60px;
  }

  #header,
  #header_image,
  #header_text {
    height: 550px;
    min-height: 550px;
  }

  #hero,
  #hero_image {
    height: 400px;
    min-height: 400px;
  }

  .news-img {
    height: 300px;
  }

  #dinersattning {
    left: 12%;
  }

  #bolagskraft {
    right: 35%;
    top: 75%;
  }
}

/**
 * min-width: 768px;
 */

@media (min-width: 768px) {
  .txt-sm-small {
    font-size: 13px;
  }

  .float-right-sm {
    float: right;
  }

  .container-sm {
    width: 750px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .text-sm-center {
    text-align: center;
  }

  .welcome-content {
    background-position: -100% bottom;
  }

  .container-carousel {
    width: 750px;
  }

  h1.header_h {
    font-size: 70px;
  }

  #header,
  #header_image,
  #header_text {
    height: 600px;
    min-height: 600px;
  }
  #hero,
  #hero_image {
    height: 500px;
    min-height: 500px;
  }

  .equal {
    display: inline;
    float: none;
  }
  .equal-container {
    float: none;
    margin: 0 auto;
    width: 750px;
  }
  .grid-row {
    display: table-row;
    float: left;
    width: 100%;
  }
  .grid-row-md {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .grid-row div.hlf-img {
    width: 50%;
  }
  .grid-row div.hlf-txt {
    width: 50%;
  }
  .grid-row > div {
    display: table-cell;
    float: none;
  }
  .grid-row > div > div.full-width,
  .grid-row-md > div > div.full-width {
    display: inline-block;
    float: left;
    width: 100%;
  }

  .padding-md {
    padding: 50px;
  }

  .padding-right-20-sm {
    padding-right: 20px;
  }
  .padding-left-20-sm {
    padding-left: 20px;
  }
  .padding-6-15 {
    padding: 50px;
  }
  .padding-6,
  .news-content {
    padding: 50px;
  }
  .padding-6-md,
  .padding-6-md-hors {
    padding: 50px 0;
  }
  .padding-first-quote {
    padding: 50px 30px 0;
  }
  .padding-quotes {
    padding: 50px 30px;
  }
  .padding-top-single {
    padding-top: 68px;
  }

  .margin-bottom-40-sm {
    margin-bottom: 0px;
  }

  .column-half {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
  }

  .news-img {
    width: auto;
    height: auto;
  }
  .news {
    padding: 0;
  }
  .news-title-no-img {
    padding: 50px;
  }
  .news-content-no-img {
    padding: 50px;
  }

  .bg-white-not-sm {
    background: #f5f5f5;
  }
  .bg-grey-not-sm {
    background: #fff;
  }

  .margin-bottom-headline {
    margin-bottom: 40px;
  }
  .margin-top-30-xs {
    margin-top: 0;
  }

  .raknautdinlon input {
    width: 100%;
    font-size: 40px;
  }

  .visa-detaljer div {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .welcome-img {
    height: 300px;
  }

  .tjanst-juridik-bg-right-img {
    right: -100px;
  }

  .tjanst-design-bg-right-bottom-img {
    right: 0px;
  }

  .tjanst-forsakringar-bg-right-top-img {
    right: -100px;
  }

  .tjanst-forsakringar-bg-right-bottom-img {
    right: 0px;
  }

  .tjanst-forsakringar-bg-left-img {
    bottom: 0;
  }
}

/**
 * min-width: 817px;
 */
@media (min-width: 817px) {
  .carousel-indicators {
    padding: 0 0 0 50px;
    bottom: 50px;
  }
}

/**
 * min-width: 860px;
 */

@media (min-width: 860px) {
  .tjanst-ekonomi-bg-right-img {
    right: -100px;
  }
}

/**
 * min-width: 970px;
 */

@media (min-width: 970px) {
  .tjanst-symbol {
    margin-left: -100px;
  }
}

/**
 * min-width: 992px;
 */

@media (min-width: 992px) {
  .txt-sm-small {
    font-size: 16px;
  }

  #dinersattning,
  #skatteravgifter,
  #bolagskraft {
    position: absolute;
    text-align: center;
    left: 50%;
    z-index: 0;
  }
  #dinersattning {
    top: 0;
    margin-top: 20px;
    margin-left: -250px;
  }
  #skatteravgifter {
    top: 0;
    right: auto;
    margin-left: 80px;
    width: 200px;
  }
  #bolagskraft {
    top: 0;
    right: auto;
    margin-top: 170px;
    margin-left: -50px;
  }

  .margin-bottom-headline {
    margin-bottom: 50px;
  }

  .padding-right-20-sm {
    padding-right: 0px;
  }
  .padding-left-20-sm {
    padding-left: 0px;
  }

  .float-right-sm {
    float: none;
  }

  .container-sm {
    width: auto;
    padding: 1%;
  }
  .width-inherit-md {
    width: inherit;
  }

  h1,
  .tjanst-headline {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }

  .column-half {
    -moz-column-count: 2;
    -moz-column-gap: 100px;
    -webkit-column-count: 2;
    -webkit-column-gap: 100px;
    column-count: 2;
    column-gap: 100px;
  }

  .welcome-img {
    display: inline-block;
    width: auto;
    height: auto;
  }

  h2 span.thin {
    font-size: 38px;
    letter-spacing: -0.04em;
  }

  .text-md-right {
    text-align: left;
  }

  /*------------------------------------*\
	    10. HEADER
	\*------------------------------------*/

  .container-carousel {
    width: 100%;
  }
  #header,
  #header_image,
  #header_text {
    height: 90vh;
    min-height: 650px;
  }
  #hero,
  #hero_image {
    height: 60vh;
    min-height: 505px;
  }
  .header_valign {
    padding: 50px 0 0;
  }
  h1.header_h {
    font-size: 85px;
    width: 669px;
  }
  #header_content ul li {
    font-size: 30px;
  }

  /*------------------------------------*\
	    10. PADDINGS
	\*------------------------------------*/

  .padding-right-50,
  .padding-right-50-sm {
    padding-right: 50px;
  }
  .padding-left-50,
  .padding-left-50-sm {
    padding-left: 50px;
  }
  .padding-left-100 {
    padding-left: 100px;
    padding-right: 0;
  }
  .padding-6-15 {
    padding: 5% 8%;
  }
  .padding-6,
  .news-content {
    padding: 5%;
  }
  .padding-right-6 {
    padding-right: 5%;
    padding-left: 0;
  }
  .padding-6-md {
    padding: 5%;
  }
  .padding-6-md-hors {
    padding: 50px 5%;
  }
  .padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-top-100 {
    padding-top: 100px;
  }
  .padding-sides-200 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .padding-top-100-bottom-300 {
    padding-top: 100px;
    padding-bottom: 300px;
  }
  .padding-top-100-bottom-60 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .padding-top-100-bottom-20 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .padding-bottom-0 {
    padding-bottom: 0;
  }
  .padding-first-quote {
    padding: 5%;
  }
  .padding-quotes {
    padding: 5% 5% 5% 0;
  }
  .padding-quotes .container-sm {
    padding: 0;
  }
  .padding-pagination {
    padding: 30px 5%;
  }
  .news-content-no-img,
  .news-title-no-img {
    padding: 5%;
  }

  /*------------------------------------*\
	    10. MARGINS
	\*------------------------------------*/

  .margin-bottom-100 {
    margin-bottom: 100px;
  }
  .margin-top-50 {
    margin-top: 50px;
  }
  .margin-bottom-50-md {
    margin-bottom: 50px;
  }
  .margin-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-top-0-bottom-100 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  /*------------------------------------*\
	    10. TJÄNSTER
	\*------------------------------------*/

  .tjanst-ekonomi-bg-right-img {
    right: -100px;
  }
  .tjanst-ekonomi-bg-left-img {
    left: 0;
  }
  .tjanst-symbol {
    margin-left: 0px;
  }
  .tjanst-ekonomi-bg-left {
    left: 0;
  }
  .tjanst-design-bg-right-top-img {
    top: -100px;
  }

  .equal-container {
    width: 970px;
  }

  /*------------------------------------*\
	    10. VÄLKOMMEN
	\*------------------------------------*/

  .welcome-content {
    background-position: -50px bottom;
  }

  #copyright a {
    float: none;
    width: auto;
    padding: 0 10px;
  }

  .hurdetfunkar-post {
    margin-bottom: 50px;
  }
  .no-gutter > .hurdetfunkar-symbol {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .hurdetfunkar-symbol > img {
    max-width: 100%;
  }

  .grid-row-md {
    display: table-row;
    float: none;
  }

  .grid-row-md > div {
    display: table-cell;
    float: none;
  }

  .bg-pensel {
    background-image: url('img/bg-pensel-white.jpg');
  }

  .bg-white-not-sm {
    background: #fff;
  }
  .bg-grey-not-sm {
    background: #f5f5f5;
  }

  .border-left:after {
    height: 90%;
    top: 5%;
  }

  .news {
    margin-top: -1px;
  }

  .equal {
    display: table;
  }

  #map {
    position: absolute;
    height: 100%;
  }

  .tjanst-design-bg-right-top-img {
    right: -100px;
  }

  .tjanst-design-bg-left-img {
    bottom: -450px;
  }
}

/**
 * min-width: 1050px;
 */

@media (min-width: 1050px) {
  .login-link {
    position: relative;
    top: 0;
    right: 0;
  }

  .headroom--not-top > .menu-right-wrapper {
    margin-top: 7px;
  }
  .headroom--not-top > .menu-right-wrapper > ul > .login-link {
    top: 0;
  }
}

/**
 * min-width: 1190px;
 */

@media (min-width: 1190px) {
  /*----- 7.1.1 VÅRA TJÄNSTER  -----*/

  .tjanst-symbol {
    margin-left: -100px;
  }
}

/**
 * min-width: 1200px;
 */

@media (min-width: 1200px) {
  .btn {
    padding: 14px 50px;
    height: 50px;
    border-radius: 25px;
  }

  #nav-icon1 {
    display: none;
  }

  .padding-6-md-hors {
    padding: 100px 6%;
  }

  /*----- 7.1.1 HEADER  -----*/

  .container-carousel {
    width: 100%;
  }

  h1.header_h {
    font-size: 95px;
    width: 800px;
  }

  #header,
  #header_image,
  #header_text {
    min-height: 750px;
  }

  h1,
  .tjanst-headline {
    font-size: 60px;
  }

  ul#menu-right li a {
    padding: 0 15px;
  }
  ul#menu-right li a.current_state {
    padding: 0 10px;
    line-height: 18px;
  }

  .menu-huvudmeny-container ul li a {
    font-size: 16px;
    padding: 10px;
  }

  ul#menu-right li a {
    padding: 0 8.8px;
    font-size: 12px;
    line-height: 20px;
  }

  .headroom--not-top {
    padding: 20px 30px 17px;
  }

  .menu-huvudmeny-container {
    margin-top: -11px;
  }

  .headroom--not-top .menu-huvudmeny-container {
    margin-top: -1px;
  }

  .menu-huvudmeny-container {
    width: 64%;
    margin-left: 135px;
  }

  .menu-right-wrapper {
    float: right;
    margin-top: -3px;
  }

  nav {
    padding: 30px 30px 0;
  }

  .tjanst-ekonomi-bg-right-img {
    right: -100px;
  }
  .tjanst-ekonomi-bg-left-img {
    left: -100px;
  }
  .tjanst-design-bg-right-top-img {
    top: -100px;
    right: -50px;
  }
  .tjanst-symbol {
    margin-left: 0px;
  }
  .equal-container {
    width: 1170px;
  }

  #nav-icon1 {
    display: none;
  }

  .language-flags {
    margin-right: 0;
  }

  .language-flags img {
    max-width: 20px;
    display: block;
    margin-right: 0;
    margin-top: 0;
  }

  ul#menu-right li a.search-link {
    position: relative;
    margin-left: 8.8px;
    padding-left: 18px;
  }

  ul#menu-right li a.search-link img {
    position: absolute;
    width: 13px;
    margin-top: 3px;
    padding-right: 0;
    left: 0;
  }

  ul.sub-menu {
    position: absolute;
    top: 15px;
    left: 10px;
    min-width: 250px;
    padding: 20px 20px;
    background-color: #444;
    /*border-radius: 20px 0px 20px 0px;*/
    border-radius: 0px 10px 10px 10px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
      0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
      0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
  }

  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children:hover > ul.sub-menu {
    top: 35px;
    opacity: 1;
    visibility: visible;
  }

  .menu-item-has-children:before {
    position: absolute;
    content: '';
    top: 30px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #444444 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #444444 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    -webkit-transform: rotate(360deg);
    opacity: 0;
    visibility: hidden;
  }

  .menu-item-has-children:hover:before {
    opacity: 1;
    visibility: visible;
  }

  ul.sub-menu li a {
    color: #fff;
    padding: 0;
  }

  ul.sub-menu li {
    width: 100%;
    margin-bottom: 15px;
  }

  ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  #footer ul.sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  #footer .menu-item-has-children:before {
    display: none;
  }

  /*----- 7.1.1 PADDINGS  -----*/

  .padding-6-15 {
    padding: 6% 12%;
  }
  .padding-top-single {
    padding-top: 75px;
  }

  .welcome-content {
    background-position: left bottom;
  }

  .border-left:after {
    height: 80%;
    top: 10%;
  }

  /*----- 7.1.1 RÄKNA UT DIN LÖN  -----*/

  #dinersattning,
  #skatteravgifter,
  #bolagskraft {
    position: absolute;
    text-align: center;
    left: 50%;
    z-index: 0;
  }
  #dinersattning {
    top: 0;
    margin-top: 30px;
    margin-left: -300px;
  }
  #skatteravgifter {
    top: 0;
    right: auto;
    margin-left: 130px;
  }
  #bolagskraft {
    top: 0;
    right: auto;
    margin-top: 200px;
    margin-left: -50px;
  }
  #dinersattning p,
  #skatteravgifter p,
  #bolagskraft p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #dinersattning h2,
  #skatteravgifter h2,
  #bolagskraft h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .star {
    font-size: 40px;
    line-height: 1;
  }
  .star-desc p {
    font-size: 14px;
  }

  .testimonial p.quote {
    font-size: 20px;
  }

  .modal-dialog {
    position: relative;
    top: auto;
    width: auto;
  }
}

@media (min-width: 1340px) {
  nav {
    padding: 50px 50px 0;
  }

  .headroom--not-top {
    padding: 30px 50px 27px;
  }

  .menu-huvudmeny-container {
    margin-left: 155px;
  }

  .padding-sides-200 {
    padding-left: 205px;
    padding-right: 205px;
  }
}

/**
 * min-width: 1400px;
 */

@media (min-width: 1400px) {
  /*----- 7.1.1 VÅRA TJÄNSTER  -----*/

  .tjanst-ekonomi-bg-right-img {
    right: 0px;
  }
  .tjanst-ekonomi-bg-left-img {
    left: 0px;
  }
  .tjanst-symbol {
    margin-left: -100px;
  }

  .tjanst-juridik-bg-right-img,
  .tjanst-forsakringar-bg-right-top-img,
  .tjanst-design-bg-right-top-img {
    top: -80px;
    right: 0px;
  }

  .menu-huvudmeny-container ul li a {
    font-size: 17px;
  }

  ul#menu-right li a {
    font-size: 14px;
  }

  .menu-right-wrapper {
    margin-top: -2px;
  }
}

/**
 * min-width: 1600px
 */

@media (min-width: 1600px) {
  nav {
    padding: 50px 50px 0;
  }
}

@media (min-width: 1800px) {
  /*----- 7.1.1 GLOBAL  -----*/

  nav {
    width: 1800px;
  }
  #panel {
    display: table;
    width: 1800px;
    margin: 0 auto;
    float: none;
  }

  .tjanst-design-bg-left-img {
    bottom: -300px;
  }
}
