﻿@charset "UTF-8";
@font-face {
  font-family: "whitney_htfmedium";
  src: url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.eot");
  src: url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.woff2") format("woff2"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.woff") format("woff"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.ttf") format("truetype"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.svg#whitney_htfmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Reset 
**********************************************************/
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, font, 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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix 
**********************************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Basic / Generellt
**********************************************************/
body {
  background: #f0f0f0;
  font-family: Georgia, serif;
  line-height: 18px;
}

html, body {
  height: 100%;
}

/*a:link, a:visited { text-decoration:none; color:#30B457; }*/
body > form {
  position: relative;
}
@media (min-width: 820px) {
  body > form {
    padding-bottom: 185px;
  }
}

/* Watermark */
.watermark {
  color: #ccc;
}

/* Div med tabell */
/* Main Wrappers
**********************************************************/
/* Header
**********************************************************/
.header {
  height: 102px;
  position: relative;
}

.header .logo {
  position: absolute;
  left: 0;
  top: 20px;
}

/* Main Navigation
**********************************************************/
.main-navigation {
  height: 51px;
  position: relative;
  background: #f0f0f0 url(interface/bg_main_nav.png) repeat-x left top;
  border: 1px solid #d6d6d6;
}

.main-navigation ul {
  margin: 13px 0 0 5px;
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-navigation ul li {
  padding: 0 10px;
  float: left;
  display: inline;
  border-right: 1px solid #e2e2e2;
}

.main-navigation ul li.highlight {
  border-right: none;
}

.main-navigation ul li.highlight a {
  color: #30b457;
}

.main-navigation ul li a {
  padding: 3px 16px;
  display: block;
  color: #666;
}

.main-navigation ul li a.selected {
  color: #000;
}

/* Pratbubbla */
.main-navigation a.create_bubble {
  position: absolute;
  right: 12px;
  top: -32px;
}

/* Login
**********************************************************/
/*.login-wrapper { margin:76px 0 0 0; }
.section { width:325px; }
.section.left { float:left; }
.section.right { float:right; margin:0 67px 0 0; }

.login-wrapper h2 { margin-bottom:22px; padding:0 0 9px; border-bottom:1px solid #ccc; font-size:21px; font-weight:bold; }
.login-wrapper h3 { margin-bottom:32px; color:#30b457; font-size:21px; font-weight:normal; }

.login-wrapper fieldset {  }
.login-wrapper fieldset a { color:#999; font-size:13px; text-decoration:underline; }

.login-wrapper ul {  }
.login-wrapper ul li { margin-bottom:3px; color:#999; font-size:15px; }

.login-wrapper input[type="text"],
.login-wrapper input[type="password"] { width:310px; color:#808080;  margin-bottom:19px; }
.login-wrapper input[type="submit"] { width:179px; height:47px; margin:0 0 12px -3px; padding:3px 0 8px 24px; background:transparent url(interface/bg_form_button_green.png) no-repeat left top; border:none; color:#fff; font-family:arial; font-size:17px; font-weight:bold; text-align:left; }
.login-wrapper a.green-btn { margin:0 0 0 -3px; padding:13px 60px 20px 23px; background:transparent url(interface/bg_form_button_green.png) no-repeat left top; text-decoration:none; color:#fff; font-family:arial; font-size:17px; font-weight:bold; text-align:left; }
.login-wrapper input[type="file"] { width:310px; color:#808080; }

.lost { margin:10px 0 0 0!important;}

.file{ position: absolute; }*/
/* Start
**********************************************************/
.start-wrapper {
  margin: 50px 0 0;
  color: #666;
  font-size: 17px;
}

.start-wrapper h2 {
  margin-bottom: 30px;
  color: #30b457;
  font-weight: normal;
}

/* Dina uppgifter */
.info-area.start-info td {
  padding: 9px 0;
}

.info-area.start-info td.first {
  padding-right: 25px;
  width: 200px;
}

.info-area.start-info td.second {
  padding-left: 40px;
}

/* Dina annonser */
.start-ads {
  clear: both;
}

.start-ads table {
  width: 100%;
  text-align: left;
}

.start-ads th {
  padding-bottom: 6px;
  color: #333;
  border-bottom: 1px solid #bebebe;
}

.start-ads td {
  padding: 5px 0 10px;
  border-bottom: 1px solid #bebebe;
}

.start-ads td a {
  display: block;
}

.start-ads a.button {
  margin-top: 5px;
  float: right;
}

.start-ads th.first {
  width: 141px;
  text-align: left;
}

.start-ads td.first {
  width: 141px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.start-ads th.second {
  width: 257px;
  padding-left: 18px;
  text-align: left;
}

.start-ads td.second {
  width: 257px;
  padding-left: 18px;
  padding-right: 9px;
  color: #333;
  font-size: 14px;
  line-height: 21px;
}

.start-ads td.second a {
  width: 230px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  word-wrap: break-word;
}

.start-ads td.second p {
  width: 230px;
}

.start-ads th.third {
  width: 199px;
  text-align: left;
}

.start-ads td.third {
  width: 199px;
  vertical-align: top;
}

.start-ads th.fourth {
  width: 101px;
  text-align: center;
}

.start-ads td.fourth {
  width: 101px;
  vertical-align: middle;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.start-ads th.fifth {
  width: 110px;
  padding-left: 12px;
  text-align: left;
}

.start-ads td.fifth {
  width: 110px;
  padding-left: 12px;
  vertical-align: top;
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.start-ads td.ok-and-pub {
  background: #c3e9ce;
}

.start-ads td.waiting-ok {
  background: #ffff78;
}

.start-ads td.expired {
  background: #ffa3a3;
}

.start-ads td.pub-warning {
  background: #ffa3a3;
}

.start-ads td.waiting-ok {
  background: #ffff78;
}

.start-ads td.waiting-warning {
  background: #ffd6a3;
}

.dubbel-warning {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #ffa3a3;
  display: block;
}

.no-ads {
  padding: 1em;
  margin-bottom: 2em;
  display: block;
}

/* Statistik
**********************************************************/
.statistic-section h2 {
  padding: 10px;
  margin-bottom: 0;
  display: block;
  width: 96%;
  background-color: #30b457;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.explanation {
  padding-top: 0.75em;
  font-style: italic;
  color: #999;
}

.statistic-section {
  line-height: 1.25;
}

.statistic-section .stat-dates input {
  padding: 2px;
}

.statistic-section h2:hover {
  text-decoration: underline;
}

.statistic-section h2 span {
  float: right;
}

.statistic-section .section-content {
  padding: 1em;
  /*display:none;*/
}

.statistic-section h3 {
  padding: 5px 0;
}

.statistic-section h3.expand-heading {
  cursor: pointer;
}

.statistic-section .expand-content {
  display: none;
}

#load-statistic-btn span {
  vertical-align: top;
}

#load-statistic-btn img {
  margin-left: 10px;
}

.stats-form fieldset {
  padding-bottom: 15px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.stats-form fieldset label {
  display: block;
}

.stat-output {
  padding-top: 2em;
  font-family: arial, sans-serif;
}

.chart-heading, .raw-data-heading {
  margin-bottom: 1em;
  /*font-size:110%;*/
}

.raw-data textarea {
  margin-top: 1em;
  width: 75%;
  height: 12em;
  white-space: pre;
  word-wrap: normal;
  overflow-x: scroll;
}

/* Steps
**********************************************************/
.steps-wrapper {
  margin-top: 38px;
}

/* Progress Bar 
**********************************************************/
/*.steps { width:300px; height:41px; margin:0 auto 55px; }
.steps h2 { margin:10px 28px 0 0; float:left; color:#30b457; font-family:arial, sans-serif; font-size:17px; font-weight:100; }
.steps ul { float:left; }
.steps ul li { float:left; display:inline; }
.steps ul li a { width:60px; height:41px; display:block; overflow:hidden; background:transparent url(interface/prog_bar_sprite.png) no-repeat left top; }

.steps ul li.first a { background-position:0 0; } 
.steps ul li.second a { background-position:-60px 0; } 
.steps ul li.third a { background-position:-120px 0; }

.steps ul li.first.active a { background-position:0 -41px; }
.steps ul li.second.active a { background-position:-60px -82px; }
.steps ul li.third.active a { background-position:-120px -123px; }

.steps ul li a span { position:absolute; top:-999px; left:-999px; }*/
/* Steps Bottom Navigation 
**********************************************************/
.buttons {
  margin: 9px 0 0 0;
}

.btn {
  height: 47px;
  display: inline-block;
  text-align: center;
}

.btn.right {
  padding: 0 0 0 14px;
  float: right;
  background: transparent url(interface/bg_form_button_light_left.png) no-repeat left top;
}

.btn.left {
  padding: 0 14px 0 0;
  float: left;
  background: transparent url(interface/bg_form_button_light_right.png) no-repeat right top;
}

.btn.cancel {
  padding: 0 0 0 14px;
  float: right;
  background: transparent url(interface/bg_form_button_light_left.png) no-repeat left top;
}

/* Anchor buttons */
.btn a {
  height: 31px;
  margin: 0;
  padding: 12px 22px 4px 6px;
  display: block;
  background: transparent url(interface/bg_form_button_light_big.png) no-repeat right top;
  border: none;
  color: #30b457;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.btn a:hover {
  text-decoration: none;
}

.btn.right a {
  padding: 13px 50px 4px 8px;
  background: transparent url(interface/bg_form_button_light_big_next.png) no-repeat right top;
}

.btn.left a {
  padding: 13px 8px 4px 50px;
  background: transparent url(interface/bg_form_button_light_big_prev.png) no-repeat left top;
}

.btn.cancel a {
  padding: 13px 50px 4px 8px;
  background: transparent url(interface/bg_form_button_light_big_cancel.png) no-repeat right top;
  color: #666;
}

/* Input buttons */
.btn input {
  height: 44px;
  margin: 0; /*padding:12px 22px 4px 6px;*/
  display: block;
  background: transparent url(interface/bg_form_button_light_big.png) no-repeat right top;
  border: none;
  color: #30b457;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.btn.right input {
  padding: 12px 50px 12px 7px;
  background: transparent url(interface/bg_form_button_light_big_next.png) no-repeat right top;
}

.btn.left input {
  padding: 12px 5px 12px 48px;
  background: transparent url(interface/bg_form_button_light_big_prev.png) no-repeat left top;
}

.btn.cancel input {
  padding: 10px 50px 12px 7px;
  background: transparent url(interface/bg_form_button_light_big_cancel.png) no-repeat right top;
  color: #666;
}

/* Skapa Annons - steg 1
**********************************************************/
.info-area.ad-info {
  margin-bottom: 18px;
}

.info-area.ad-info td {
  padding: 14px 10px;
}

.info-area.ad-info td.first {
  width: 270px;
  vertical-align: middle;
}

.info-area.ad-info td.second {
  padding-right: 0;
}

.info-area.ad-info td p {
  margin-bottom: 18px;
  font-size: 17px;
}

.info-area.ad-info td span.subinfo {
  width: 204px;
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-style: italic;
}

.info-area.ad-info td a {
  color: #333;
  text-decoration: underline;
}

.info-area.ad-info td input.mini {
  width: 50px;
}

.info-area.ad-info td input.full {
  width: 532px;
}

.info-area.ad-info td input[type=text],
.info-area.ad-info td input[type=password] {
  padding: 7px 2px 7px 11px;
}

.info-area.ad-info .logo {
  width: 73px;
  margin: 0 10px 0 0;
  float: left;
  text-align: center;
}

.info-area.ad-info .logo-holder {
  width: 73px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
}

.info-area.ad-info .logo img {
  width: 73px;
  margin: 0 auto;
}

.info-area option {
  padding: 5px 10px;
  font-family: arial;
}

/* Skapa Annons - steg 2, RTE Editor 
**********************************************************/
.info-area.ad-text {
  margin-bottom: 18px;
}

.info-area.ad-text h3 {
  padding-bottom: 6px;
  font-size: 17px;
  color: #333;
}

.ad-text-rte .nicEdit-panelContain {
  width: 845px !important;
  height: 40px;
  margin-bottom: 4px;
  background: #f0f0f0 url(interface/bg_main_nav.png) repeat-x left top !important;
  border: 1px solid #d6d6d6 !important;
}

.ad-text-rte .nicEdit-buttonContain {
  margin: 4px;
  padding: 4px;
  border: 1px solid #e3e3e3;
}

.ad-text-rte .nicEdit-main {
  width: 827px !important;
  height: 320px;
  margin: 0 !important;
  padding: 10px;
  background: transparent url(interface/bg_textarea.png) no-repeat top left;
  font-family: arial, sans-serif;
  font-size: 17px;
}

/* Skapa Annons - steg 3, Uppgifter företaget
**********************************************************/
.info-area.comp-info {
  margin-bottom: 18px;
}

.info-area.comp-info th {
  text-align: left;
}

.info-area.comp-info td {
  padding: 3px 10px;
}

.info-area.comp-info td.first {
  width: 317px;
  vertical-align: middle;
}

.info-area.comp-info td.second {
  padding-left: 3px;
  padding-right: 0;
}

.info-area.comp-info table.second {
  margin-top: 36px;
  border-top: 1px solid #bebebe;
}

.info-area.comp-info td p {
  font-size: 17px;
}

.info-area.comp-info td a {
  color: #333;
  text-decoration: underline;
}

.info-area.comp-info td input.mini {
  width: 50px;
}

.info-area.comp-info td input.full {
  width: 492px;
}

.info-area.comp-info td input[type=text],
.info-area.comp-info td input[type=password] {
  padding: 7px 2px 7px 11px;
}

.info-area.comp-info .accept {
  padding: 14px 0 14px 340px;
  border-bottom: 1px solid #bebebe;
}

.info-area.comp-info .accept a {
  color: #333;
  text-decoration: underline;
}

/* Redigera uppgifter
**********************************************************/
.user-info-wrapper {
  margin: 50px 0 0 0;
}

.user-info-wrapper h2 {
  margin-bottom: 30px;
  color: #30b457;
  font-size: 17px;
  font-weight: normal;
}

.info-area.user-info {
  margin-bottom: 18px;
}

.info-area.user-info th {
  text-align: left;
}

.info-area.user-info td {
  padding: 3px 10px;
}

.info-area.user-info td.first {
  width: 317px;
  vertical-align: middle;
}

.info-area.user-info td.second {
  padding-left: 3px;
  padding-right: 0;
}

.info-area.user-info table.second {
  margin-top: 36px;
}

.info-area.user-info td p {
  font-size: 17px;
}

.info-area.user-info td span.subinfo {
  width: 204px;
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-style: italic;
}

.info-area.user-info td span.subinfo.full {
  width: 300px;
}

.info-area.user-info td a {
  color: #333;
  text-decoration: underline;
}

.info-area.user-info td input.mini {
  width: 50px;
}

.info-area.user-info td input.full {
  width: 492px;
}

.info-area.user-info td input[type=text],
.info-area.user-info td input[type=password] {
  padding: 7px 2px 7px 11px;
}

.info-area.user-info .logo {
  width: 73px;
  margin: 0 10px 0 0;
  float: left;
  text-align: center;
}

.info-area.user-info .logo-holder {
  width: 73px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
}

.info-area.user-info .logo img {
  width: 73px;
  margin: 0 auto;
}

.info-area.user-info .logo input[type=submit] {
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: transparent url(interface/bg_delete_btn.png) no-repeat left top;
  border: none;
  line-height: 1;
  text-indent: -9999px;
}

/* Validering
**********************************************************/
/* Validering - tabell */
.ui-widget td {
  background: #fff !important;
  padding: 2px 0;
  text-align: left !important;
  vertical-align: middle !important;
}

.ui-widget td p {
  margin: 0 !important;
  padding: 8px 0 !important;
  font-family: arial, sans-serif !important;
  font-size: 14px !important;
  color: #bd1010;
}

.ui-widget td strong {
  margin-right: 2px;
  color: #000;
}

.ui-widget td .ui-icon {
  margin: 1px 7px 0 0 !important;
  float: left;
}

/* Validering - div */
.ui-widget div.validate-bg {
  background: #fff !important;
  padding: 2px 0 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.ui-widget div.validate-bg p {
  margin: 0 !important;
  padding: 6px 0 !important;
  font-family: arial, sans-serif !important;
  font-size: 11px !important;
  color: #bd1010;
}

.ui-widget div.validate-bg strong {
  margin-right: 2px;
  color: #000;
}

.ui-widget div.validate-bg .ui-icon {
  margin: 1px 7px 0 0 !important;
  float: left;
}

/* Validering - li */
li.ui-widget {
  margin-top: -19px;
}

/* Modal dialog
**********************************************************/
.dialog {
  padding: 15px 30px 10px !important;
  font-family: Georgia, serif !important;
}

.dialog h1,
.dialog h2,
.dialog h3 {
  margin-bottom: 10px !important;
  color: #30b457 !important;
  font-size: 17px !important;
}

.dialog p {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.dialog a {
  color: #30b457 !important;
}

.dialog ul {
  font-family: Georgia, serif !important;
  list-style-type: disc;
  font-size: 14px !important;
  margin-bottom: 10px !important;
  list-style-position: inside;
}

@media (max-width: 990px) {
  body {
    width: 100%;
  }
  .create_bubble {
    display: none;
  }
  /*.main-inner-wrapper{
  	width:560px;
  }*/
  .main-navigation ul li {
    padding: 0;
  }
  .main-navigation ul li a {
    padding: 3px 10px;
  }
  .main-navigation ul li .selected,
  .main-navigation ul li .stat-tab {
    display: none;
  }
  .ui-dialog {
    left: 20px !important;
  }
}
.cookie-disclaimer {
  background-color: #3b4658;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-family: "whitney_htfmedium";
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
}

.cookie-disclaimer a {
  text-decoration: underline !important;
  color: #fff;
}

.cookie-disclaimer-container {
  text-align: center;
}

.cookie-table {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
  margin: 20px 0;
  font-family: "open_sanslight";
}

.cookie-table tbody, .cookie-table tr, .cookie-table td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}

@font-face {
  font-family: "ralewaybold";
  src: url("/styles/fonts/raleway-bold/Raleway-Bold-webfont.eot");
  src: url("/styles/fonts/raleway-bold/Raleway-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/raleway-bold/Raleway-Bold-webfont.woff2") format("woff2"), url("/styles/fonts/raleway-bold/Raleway-Bold-webfont.woff") format("woff"), url("/styles/fonts/raleway-bold/Raleway-Bold-webfont.ttf") format("truetype"), url("/styles/fonts/raleway-bold/Raleway-Bold-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("/styles/fonts/openSans-ExtraBold/OpenSans-ExtraBold.ttf");
  font-style: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("/styles/fonts/openSans-Regular/OpenSans-Regular.ttf");
  font-style: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("/styles/fonts/openSans-bold/OpenSans-Bold-webfont.eot");
  src: url("/styles/fonts/openSans-bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/openSans-bold/OpenSans-Bold-webfont.woff2") format("woff2"), url("/styles/fonts/openSans-bold/OpenSans-Bold-webfont.woff") format("woff"), url("/styles/fonts/openSans-bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("/styles/fonts/openSans-bold/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("/styles/fonts/openSans-semibold/OpenSans-Semibold-webfont.eot");
  src: url("/styles/fonts/openSans-semibold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/openSans-semibold/OpenSans-Semibold-webfont.woff2") format("woff2"), url("/styles/fonts/openSans-semibold/OpenSans-Semibold-webfont.woff") format("woff"), url("/styles/fonts/openSans-semibold/OpenSans-Semibold-webfont.ttf") format("truetype"), url("/styles/fonts/openSans-semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("/styles/fonts/openSans-light/OpenSans-Light-webfont.eot");
  src: url("/styles/fonts/openSans-light/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/openSans-light/OpenSans-Light-webfont.woff2") format("woff2"), url("/styles/fonts/openSans-light/OpenSans-Light-webfont.woff") format("woff"), url("/styles/fonts/openSans-light/OpenSans-Light-webfont.ttf") format("truetype"), url("/styles/fonts/openSans-light/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "whitney_htfbold";
  src: url("/styles/fonts/whitney-bold/WhitneyHTF-Bold-webfont.eot");
  src: url("/styles/fonts/whitney-bold/WhitneyHTF-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/whitney-bold/WhitneyHTF-Bold-webfont.woff2") format("woff2"), url("/styles/fonts/whitney-bold/WhitneyHTF-Bold-webfont.woff") format("woff"), url("/styles/fonts/whitney-bold/WhitneyHTF-Bold-webfont.ttf") format("truetype"), url("/styles/fonts/whitney-bold/WhitneyHTF-Bold-webfont.svg#whitney_htfbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "whitney_htflight";
  src: url("/styles/fonts/whitney-light/WhitneyHTF-Light-webfont.eot");
  src: url("/styles/fonts/whitney-light/WhitneyHTF-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/whitney-light/WhitneyHTF-Light-webfont.woff2") format("woff2"), url("/styles/fonts/whitney-light/WhitneyHTF-Light-webfont.woff") format("woff"), url("/styles/fonts/whitney-light/WhitneyHTF-Light-webfont.ttf") format("truetype"), url("/styles/fonts/whitney-light/WhitneyHTF-Light-webfont.svg#whitney_htflight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "whitney_htfmedium";
  src: url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.eot");
  src: url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.woff2") format("woff2"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.woff") format("woff"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.ttf") format("truetype"), url("/styles/fonts/whitney-medium/WhitneyHTF-Medium-webfont.svg#whitney_htfmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
.material-icons, .icon-calender::after, .dialog-box .box .close-dialog::after, .icon-before::after, .icon-x::after, .icon-next::after, .icon-checked::before, .icon-delete::before, .icon-edit::before, .icon-copy::before, .icon-upload::before {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ralewaybold";
}
body a {
  text-decoration: none;
}
body header .navbar.navbar-inverse a {
  font-family: "ralewaybold";
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "open_sans";
  text-shadow: none;
  margin: 0;
  font-weight: 300;
  line-height: normal;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  color: #686868;
  font-size: 14px;
  text-transform: uppercase;
}

.light {
  font-family: "open_sanslight";
}

.bold {
  font-family: "open_sansextrabold";
}

label {
  font-size: 14px;
  color: #3E3E3E;
  text-transform: uppercase;
}

.main-search h1 {
  font-family: "whitney_htfbold";
}
.main-search h3 {
  font-family: "whitney_htflight";
}
.main-search .nav-tabs a {
  font-family: "open_sansbold";
  text-decoration: none;
}
.main-search .nav-tabs span {
  font-family: "open_sanssemibold";
}
.main-search button {
  font-family: "open_sansbold";
}

.headers div {
  font-family: "open_sansbold";
}

.header-start {
  position: relative;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 18px;
  max-width: 1176px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .header-start {
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 34px;
  }
}
.header-start a {
  display: inline-block;
}
.header-start img {
  height: 67px;
  width: auto;
}

.header {
  padding-top: 35px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .header {
    border-bottom: 0;
    padding: 16px 0 0;
  }
  .header .navbar-header {
    padding: 0 15px;
  }
}
.header.no-bg {
  border-bottom: 0;
  padding-bottom: 0;
}
.header.no-bg .navbar .logo {
  background: url("../images/logo_neg_retina.png") top left no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
  display: block;
  float: left;
  margin-right: 6px;
}
.header.no-bg .navbar a {
  color: #fff !important;
}
@media (max-width: 767px) {
  .header.no-bg .navbar a {
    color: #202020 !important;
  }
}
.header.no-bg .navbar .btn-group .btn {
  border: 2px solid #fff;
  color: #fff;
}
.header.no-bg .navbar .btn-group .btn:hover, .header.no-bg .navbar .btn-group .btn:active {
  color: #202020 !important;
  background: #fff;
}
@media (max-width: 767px) {
  .header.no-bg .navbar .btn-group .btn:hover, .header.no-bg .navbar .btn-group .btn:active {
    color: #fff;
  }
}
.header.no-bg .navbar .btn-group .btn.btn-info:hover, .header.no-bg .navbar .btn-group .btn.btn-info:active {
  color: #fff !important;
}
@media (max-width: 767px) {
  .header.no-bg .navbar .btn-group .btn {
    border: 2px solid #202020;
  }
  .header.no-bg .navbar .btn-group .btn.btn-info {
    color: #fff !important;
  }
  .header.no-bg .navbar .btn-group .btn.btn-info:hover, .header.no-bg .navbar .btn-group .btn.btn-info:active {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .header.no-bg {
    padding-bottom: 10px;
    background: #fff;
    position: relative;
  }
  .header.no-bg .navbar {
    margin-bottom: 0;
  }
  .header.no-bg .navbar .logo {
    background: url("../images/logo_pos_retina.png") top left no-repeat;
    background-size: contain;
    height: 42px;
  }
}
.header .navbar {
  color: #fff;
  font-size: 12px;
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .header .navbar {
    margin-bottom: 10px;
  }
}
.header .navbar .navbar-collapse.collapse, .header .navbar .navbar-collapse {
  border: 0 none !important;
}
.header .navbar .navbar-collapse.collapse.collapsing, .header .navbar .navbar-collapse.collapsing {
  border: 0 none !important;
}
@media (max-width: 767px) {
  .header .navbar .navbar-collapse.collapse, .header .navbar .navbar-collapse {
    padding: 30px 0;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1000;
  }
}
.header .navbar .logo {
  background: url("../images/logo_pos_retina.png") top left no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
  display: block;
  float: left;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .header .navbar .logo {
    background: url("../images/logo_pos_retina.png") top left no-repeat;
    background-size: contain;
    height: 42px;
  }
}
@media (max-width: 720px) {
  .header .navbar ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .header .navbar ul li {
    float: none;
    padding: 0;
    margin: 0;
  }
  .header .navbar ul li a {
    font-size: 14px;
    text-align: center;
    padding: 17px 0;
  }
  .header .navbar ul li a.active, .header .navbar ul li a:hover {
    border-bottom: 0;
  }
  .header .navbar ul li span {
    width: 35px;
    display: table;
    margin: 0 auto;
    padding: 0;
    height: 2px;
    background: #ff2322;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .header .navbar .navbar-header {
    margin-left: -4%;
  }
  .header .navbar ul {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  .header .navbar ul li {
    width: auto;
    padding: 10px 3.5% 0;
  }
  .header .navbar .btn-group {
    margin-right: -4%;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .header .navbar .navbar-header {
    position: absolute;
    left: 15px;
  }
  .header .navbar ul {
    width: 100%;
    text-align: left;
    margin-left: 23%;
  }
  .header .navbar ul li {
    width: auto;
    padding: 10px 2.5% 0;
  }
  .header .navbar .btn-group {
    position: absolute;
    right: 15px;
  }
}
@media (min-width: 921px) and (max-width: 991px) {
  .header .navbar .navbar-header {
    position: absolute;
    left: 30px;
  }
  .header .navbar ul {
    width: 65%;
    text-align: left;
    margin-left: 18.5%;
  }
  .header .navbar ul li {
    width: auto;
    padding: 10px 2.5% 0;
  }
  .header .navbar ul li a {
    font-size: 11px;
  }
  .header .navbar .btn-group {
    position: absolute;
    right: 30px;
  }
}
@media (min-width: 821px) and (max-width: 920px) {
  .header .navbar .navbar-header {
    position: absolute;
    left: 15px;
  }
  .header .navbar ul {
    width: 65%;
    text-align: left;
    margin-left: 24.5%;
  }
  .header .navbar ul li {
    width: auto;
    padding: 10px 1.5% 0;
  }
  .header .navbar ul li a {
    font-size: 10px;
  }
  .header .navbar .btn-group {
    position: absolute;
    right: 15px;
  }
  .header .navbar .btn-group .btn.btn-info {
    margin-left: 7px !important;
  }
}
@media (min-width: 721px) and (max-width: 820px) {
  .header .navbar .navbar-header {
    position: absolute;
    left: 10px;
    padding: 0;
  }
  .header .navbar .navbar-header .logo {
    width: 150px;
    /*background-size: 100%;*/
    margin-top: 4px;
  }
  .header .navbar .navbar-header .navbar-toggle {
    display: none;
  }
  .header .navbar #navbar-contents {
    display: block;
    visibility: visible;
    position: inherit;
    width: 80%;
    padding: 0 !important;
  }
  .header .navbar ul {
    width: 65%;
    text-align: left;
    margin-left: 29%;
  }
  .header .navbar ul li {
    width: auto;
    padding: 10px 1.5% 0;
  }
  .header .navbar ul li a {
    font-size: 9px;
  }
  .header .navbar ul li.visible-xs-block {
    display: none !important;
  }
  .header .navbar .btn-group {
    position: absolute;
    right: 10px;
    width: auto !important;
  }
  .header .navbar .btn-group .btn {
    padding: 6px 8px !important;
    margin-left: 7px !important;
    font-size: 9px !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .header .navbar header .navbar .btn-group .btn.btn-large, .header .navbar header .navbar .btn-group .btn-info.btn-large {
    padding: 6px 8px !important;
    margin-left: 7px !important;
    font-size: 9px !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
}
.header .navbar li {
  float: left;
  padding: 10px 24px 0;
  margin-top: 3px;
}
.header .navbar li a {
  text-transform: uppercase;
  color: #202020 !important;
  font-size: 12px;
  padding: 0 0 4px 0;
  letter-spacing: 1px;
  text-shadow: 0 0 !important;
}
.header .navbar li a:hover, .header .navbar li a.active {
  border-bottom: 2px solid #e83962;
  background: transparent;
  text-decoration: none;
}
.header .navbar li span {
  display: none;
}
.header .navbar .btn-group {
  float: right;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .header .navbar .btn-group {
    width: 100%;
  }
  .header .navbar .btn-group .btn.btn-large, .header .navbar .btn-group .btn-info.btn-large {
    width: 140px;
    display: table;
    margin: 0 auto 15px !important;
    float: none !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    padding: 10px 0;
    border-width: 3px !important;
    border-radius: 32px !important;
  }
  .header .navbar .btn-group .btn-info {
    margin-bottom: 45px !important;
  }
}
.header .navbar .btn-group .btn {
  border-radius: 20px !important;
  border: 2px solid #202020;
  background: transparent;
  color: #202020;
  font-size: 10px;
}
.header .navbar .btn-group .btn:hover, .header .navbar .btn-group .btn:active {
  background: #202020;
  color: #fff;
}
@media (max-width: 767px) {
  .header .navbar .btn-group .btn {
    width: 245px;
    display: table;
    margin: 0 auto;
  }
  .header .navbar .btn-group .btn:hover, .header .navbar .btn-group .btn:active {
    background: #202020;
    color: #fff !important;
  }
}
.header .navbar .btn-group .btn.btn-info {
  background: linear-gradient(#c0d77f, #43ad4f); /*#43ad4f;*/
  border: 0;
  padding: 8px 12px;
  margin-left: 16px;
  color: #fff;
  text-shadow: none;
}
.header .navbar .btn-group .btn.btn-info:hover, .header .navbar .btn-group .btn.btn-info:active {
  background: linear-gradient(#a9bd6f, #389042);
  border-color: #c0d77f;
}

@media (min-width: 721px) and (max-width: 820px) {
  header {
    /*padding-top: 30px;*/
    padding-bottom: 0;
  }
  header .navbar-contents {
    background: transparent !important;
  }
  header .navbar .btn-group .btn.btn-large, header .navbar .btn-group .btn-info.btn-large {
    padding: 6px !important;
    margin-left: 7px !important;
    font-size: 9px !important;
    width: auto !important;
    margin-bottom: 0 !important;
    float: left !important;
  }
}
.header-main {
  width: 100%;
  background: url(images/Grona_Jobb-Dator-Darker.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 0;
}
@media (min-width: 992px) {
  .header-main {
    padding-top: 40px;
  }
}
.header-main .notification {
  background-color: #E839C6;
  min-height: 60px;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  top: 10px;
}
@media (min-width: 1199px) {
  .header-main .notification {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}
.header-main .notification p {
  margin: 0;
  max-width: 1400px;
  padding: 20px;
}
.header-main .top-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
  z-index: 1000;
}
@media (max-width: 990px) {
  .header-main .top-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 820px) {
  .header-main .top-wrapper {
    background-color: white;
    margin: 0;
    flex-direction: column;
    padding: 20px 0;
    z-index: 1000;
  }
}
.header-main .top-wrapper .logo {
  background: url(images/logo_neg_retina.png) top left no-repeat;
  background-size: contain;
  width: 140px;
  height: 60px;
  display: block;
  z-index: 1000;
}
@media (max-width: 820px) {
  .header-main .top-wrapper .logo {
    background: url(images/logo_pos_retina.png) top left no-repeat;
    background-size: contain;
    height: 42px;
    flex-direction: column;
    margin-left: 20px;
  }
}
.header-main .hero {
  margin-top: -120px;
  width: 100%;
  padding-top: 140px;
  background-size: cover;
  min-height: 200px;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 820px) {
  .header-main .hero {
    margin-top: 0px;
    padding-top: 60px;
  }
}
.header-main .hero h1 {
  font-size: 35px;
  color: white;
  margin-bottom: 50px;
  text-align: center;
  font-family: "open_sanslight";
}
.header-main .hero .body {
  display: flex;
}
@media (max-width: 820px) {
  .header-main .hero .body {
    flex-direction: column;
  }
  .header-main .hero .body a {
    margin-bottom: 10px;
  }
}
.header-main .hero__content {
  margin: 0 auto;
}

.nav-main {
  width: 100%;
  z-index: 1000;
}
@media (max-width: 820px) {
  .nav-main {
    display: none;
    position: absolute;
    top: 72px;
    background-color: white;
    z-index: 999;
  }
}
.nav-main .nav-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .nav-main .nav-list {
    flex-direction: column;
    align-items: center;
  }
}
.nav-main .nav-list__item {
  padding: 10px 10px 0;
  margin-top: 3px;
}
@media (max-width: 820px) {
  .nav-main .nav-list__item {
    padding: 10px 10px 10px;
  }
}
.nav-main .nav-list__item.-logout {
  padding-top: 5px;
  margin-left: 20px;
}
@media (max-width: 820px) {
  .nav-main .nav-list__item.-logout {
    margin-left: 0;
    margin-top: 10px;
  }
}
.nav-main .nav-list__item .nav-link {
  text-transform: uppercase;
  font-family: "open_sansextrabold";
  color: white;
  font-size: 12px;
  padding: 0 0 4px 0;
  letter-spacing: 1px;
  text-shadow: 0 0 !important;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .nav-main .nav-list__item .nav-link {
    color: black;
    border-bottom: 2px solid #e83962;
  }
}
.nav-main .nav-list__item .nav-link:hover, .nav-main .nav-list__item .nav-link.active {
  border-bottom: 2px solid #e83962;
  background: transparent;
  text-decoration: none;
}

.nav-toggle {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
  margin-right: 20px;
  display: none;
  z-index: 999;
}
.nav-toggle:focus {
  background-color: white;
}
@media (max-width: 820px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle .bar1, .nav-toggle .bar2, .nav-toggle .bar3 {
  width: 25px;
  height: 2px;
  background-color: black;
  border-radius: 5px;
  margin: 8px 0;
  transition: 0.4s;
}
.nav-toggle .bar1:focus, .nav-toggle .bar2:focus, .nav-toggle .bar3:focus {
  background-color: white;
}
.nav-toggle.-js-active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-8px, 5px);
}
.nav-toggle.-js-active .bar2 {
  opacity: 0;
}
.nav-toggle.-js-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -8px);
  transform: rotate(45deg) translate(-7px, -8px);
}

.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  height: auto;
  font-family: "open_sansbold";
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px white solid;
  padding: 5px 20px;
  border-radius: 25px;
  color: white;
}
.btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn--margin {
  margin: 0 20px;
}
.btn--delete {
  border: none;
  padding: 0;
  border-radius: 0;
  color: #e83962;
  font-family: "open_sansextrabold";
  font-size: 11px;
  text-decoration: underline !important;
}
.btn--text {
  border: none;
  padding: 0;
  border-radius: 0;
  color: #686868;
  font-size: 11px;
  font-family: "open_sansextrabold";
  text-decoration: underline !important;
}
.btn--upload {
  border: none;
  padding: 0;
  border-radius: 0;
  color: #686868;
  font-size: 11px;
  font-family: "open_sansextrabold";
  text-decoration: underline;
}
@media (max-width: 820px) {
  .btn--logout {
    border-color: #e83962;
    color: #e83962;
    text-decoration: none;
  }
}
.btn--logout:hover {
  border-color: #e83962;
  color: #e83962;
}
.btn--big {
  padding: 8px 20px;
}
.btn--big:hover {
  border-color: #e83962;
  color: #e83962;
}
.btn--highlight {
  border-color: #e83962;
  color: white;
  background-color: #e83962;
}
.btn--highlight:hover {
  /*background-color: RGBA(255, 255, 255, 0);
  color: #e83962;*/
  color: white;
}
.btn--dark {
  border-color: #000;
  color: white;
  background-color: #000;
  margin-left: 40px;
}
.btn--dark:hover {
  border-color: #000;
  color: white;
  background-color: #000;
}
@media (max-width: 820px) {
  .btn--dark {
    margin-left: 0;
  }
}
.btn .btn--dark:hover {
  border-color: #000;
  color: white;
  background-color: #000;
}
.btn--outline {
  border-color: #e83962;
  color: #e83962;
  text-decoration: none;
}
.btn--outline:hover {
  background-color: RGBA(255, 255, 255, 0);
  color: #e83962;
}
.btn--remove {
  color: #ffffff;
  font-size: 14px;
  font-family: "open_sansextrabold";
  background: #d52951;
  height: 26px;
  width: 26px;
  padding: 0;
  margin: 0;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -10px;
}

.--padding-left {
  padding-left: 25px;
}

.icon-upload {
  position: relative;
  display: inline-block;
}
.icon-upload::before {
  content: "publish";
  color: #686868;
  position: absolute;
  top: 4px;
  left: -20px;
  transition: all 200ms ease-in-out;
}
.icon-upload:hover::before {
  top: 0px;
}
.icon-upload input {
  padding: 0;
  margin: 0;
}

.icon-copy {
  position: relative;
}
.icon-copy::before {
  content: "library_books";
  color: #686868;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 200ms ease-in-out;
}
.icon-copy input, .icon-copy a {
  padding-left: 20px;
}

.icon-edit {
  position: relative;
}
.icon-edit::before {
  content: "edit";
  color: #686868;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 200ms ease-in-out;
}
.icon-edit input, .icon-edit a {
  padding-left: 20px;
}

.icon-delete {
  position: relative;
}
.icon-delete::before {
  content: "clear";
  color: #e83962;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 200ms ease-in-out;
}
.icon-delete input, .icon-delete a {
  padding-left: 20px;
}

.icon-checked {
  position: relative;
}
.icon-checked::before {
  content: "check_box";
  color: #686868;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 200ms ease-in-out;
}
.icon-checked input, .icon-checked a {
  padding-left: 20px;
}

.icon-next {
  position: relative;
}
.icon-next::after {
  content: "navigate_next";
  color: white;
  position: absolute;
  top: 12px;
  right: 24px;
  transition: all 200ms ease-in-out;
}
.icon-next:hover::after {
  top: 12px;
  right: 14px;
}
.icon-next input {
  padding-right: 40px;
}

.icon-x {
  position: relative;
}
.icon-x::after {
  content: "clear";
  color: #e83962;
  position: absolute;
  top: 12px;
  right: 24px;
  transition: all 200ms ease-in-out;
}
.icon-x:hover::after {
  transform: rotate(90deg);
}
.icon-x input {
  padding-right: 40px;
}

.icon-before {
  position: relative;
}
.icon-before::after {
  content: "navigate_before";
  color: #e83962;
  position: absolute;
  top: 12px;
  left: 24px;
  transition: all 200ms ease-in-out;
}
.icon-before:hover::after {
  top: 12px;
  left: 14px;
}
.icon-before input {
  padding-left: 40px;
}

footer {
  position: relative;
  width: 100%;
}
@media (min-width: 820px) {
  footer {
    position: absolute;
    bottom: 0;
  }
}
footer .split-color {
  background: linear-gradient(90deg, #e83962 50%, #d52951 50%);
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
}
@media (max-width: 820px) {
  footer .split-color {
    display: none;
  }
}
footer .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  z-index: 900;
  flex-wrap: wrap;
}
@media (min-width: 820px) {
  footer .left {
    width: 70%;
    height: 185px;
    align-items: center;
    display: flex;
  }
  footer .left li {
    padding: 0 20px;
  }
}
@media (min-width: 820px) {
  footer .right {
    width: 30%;
    height: 185px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
footer .container {
  position: relative;
  z-index: 1001;
  display: block;
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 820px) {
  footer .container {
    display: flex;
    text-align: left;
  }
}
footer ul {
  padding: 0;
  display: flex;
  gap: 16px;
  flex-flow: wrap;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 820px) {
  footer ul {
    gap: 40px;
    padding: 20px 25px;
    flex-direction: row;
    padding: 0;
  }
}
footer ul li {
  color: #fff;
  font-size: 14px;
  list-style: none;
  font-family: "open_sanslight";
  padding: 5px 0;
}
footer a, footer a:hover {
  font-family: "open_sanslight";
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.cookie-disclaimer {
  background-color: #3b4658;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-family: "whitney_htfmedium";
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 9999;
}
.cookie-disclaimer a {
  text-decoration: underline !important;
  color: #fff;
}
.cookie-disclaimer-container {
  text-align: center;
}

.cookie-table {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
  margin: 20px 0;
  font-family: "open_sanslight";
}
.cookie-table tbody, .cookie-table tr, .cookie-table td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}

.white-bg {
  background: #fff;
}

.blue-bg {
  background: #3b4658;
}

.red-bg {
  background: #e83962;
}

.deep-red-bg {
  background: #d52951;
}

a {
  text-decoration: none !important;
}

.home-bg {
  background: url("../images/Grona_Jobb-Sadesfalt-Darker.jpg") top center no-repeat #222626;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 885px;
}
@media (max-width: 720px) {
  .home-bg {
    background: transparent;
    height: auto;
  }
}

.sub-page-bg {
  background: url("../images/Grona_Jobb-Vindkraft.jpg") top center no-repeat #A4A4A4;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 810px;
}
@media (max-width: 767px) {
  .sub-page-bg {
    background: url("../images/Grona_Jobb-Vindkraft.jpg") top center no-repeat transparent;
    height: 770px;
    background-size: auto 80%;
  }
}

.about-page-bg {
  background: url("../images/Grona_Jobb-Hastar.jpg") top center no-repeat #A4A4A4;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 810px;
}
@media (max-width: 767px) {
  .about-page-bg {
    background: url("../images/Grona_Jobb-Hastar.jpg") top center no-repeat transparent;
    height: 770px;
    background-size: auto 80%;
  }
}

@media (max-width: 767px) {
  .home-container {
    background: url("../images/GronaJobb-Sadesfalt_640x2000.jpg") top center no-repeat #222626;
    padding-bottom: 25px;
    /*background-size: 100%;*/
    background-size: cover;
  }
  section.sub-page {
    background-color: #A4A4A4;
  }
}
.steps--nav {
  width: 300px;
}
.steps--nav ul {
  width: 100%;
  display: flex;
}
.steps--nav ul li {
  width: 33%;
}
.steps--nav ul li span {
  height: 40px;
  border-top: 1px #979797 solid;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "open_sanslight";
  color: #979797;
}
.steps--nav ul li.active span {
  color: #fff;
  border-top: 1px #fff solid;
}
.steps--form {
  color: #3E3E3E;
  font-size: 14px;
}
.steps--form h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "open_sansextrabold";
  color: #686868;
  font-size: 14px;
  margin-bottom: 30px;
}

.dialog-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: RGBA(60, 71, 88, 0.7);
  z-index: 1100;
  display: none;
  overflow: scroll;
}
.dialog-box .box {
  max-width: 682px;
  margin: 0 auto;
  margin-top: 10%;
  border: 1px solid #BFBFBF;
  background-color: #FFFFFF;
  box-shadow: 0 0 22px 10px rgba(60, 71, 88, 0.22);
  padding: 50px;
  position: relative;
}
.dialog-box .box .close-dialog {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #E83962;
  font-family: "open_sansextrabold";
  font-size: 11px;
  text-decoration: underline;
  padding-right: 20px;
}
.dialog-box .box .close-dialog::after {
  content: "clear";
  color: #e83962;
  position: absolute;
  top: 2px;
  right: 0;
}
.dialog-box .box .close-dialog:hover {
  cursor: pointer;
}
.dialog-box .box .title {
  color: #3E3E3E;
  font-family: "open_sanslight";
  font-size: 30px;
  margin-bottom: 30px;
}
.dialog-box .box .body p {
  margin-bottom: 20px;
  color: #3E3E3E;
  font-family: "open_sans";
  font-size: 16px;
}
.dialog-box .box .body ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.dialog-box .box .body ul li {
  color: #3E3E3E;
  font-family: "open_sans";
  font-size: 16px;
}
.dialog-box .box .body a, .dialog-box .box .body .link {
  color: #3E3E3E;
  text-decoration: underline !important;
  font-family: "open_sans";
  font-size: 16px;
  display: inline-block;
}
.dialog-box .box .body .subheading {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 800;
}

.search-form {
  color: #2e2e2e;
}
.search-form input[type=text] {
  background: #f6f6f6;
  border: 1px solid #ddd;
  width: 150px;
  border-radius: 20px;
  padding: 6px 12px;
  display: inline-block;
  float: left;
}

.input-list .input-list__item .input-list__label span.mandatory {
  color: #e83962;
  font-weight: 900;
  font-size: 12px;
}

input[type=text]::placeholder {
  color: #b6b6b6;
}

input:disabled {
  opacity: 0.5;
  box-shadow: none !important;
  border: 1px solid #ddd;
}

.check {
  font-size: 12px;
  font-family: "open_sansextrabold";
  text-transform: uppercase;
}
.check a {
  text-decoration: underline !important;
}

.sign_up {
  width: 312px;
  margin: 5% auto;
}
@media (max-width: 767px) {
  .sign_up {
    margin-top: 45px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 35px;
  }
}
.sign_up p {
  padding: 0 5px;
  margin-bottom: 0;
}
.sign_up .logo {
  background: url("../images/logo_pos_retina.png") top center no-repeat;
  width: 100%;
  height: 110px;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sign_up .logo {
    margin-bottom: 15px;
  }
}
.sign_up a, .sign_up p {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #2e2e2e;
  font-family: "whitney_htflight";
}
@media (max-width: 767px) {
  .sign_up a, .sign_up p {
    font-size: 14px;
  }
}
.sign_up form input[type=text], .sign_up form input[type=email] {
  background: #f6f6f6;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 20px;
  padding: 10px 24px;
  margin-top: 24px;
}
.sign_up form input[type=submit] {
  background: #e83962;
  border: 1px solid #e83962;
  width: 195px;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 40px auto 0;
  display: table;
}
.sign_up form input[type=submit]:hover, .sign_up form input[type=submit]:active {
  background: #d52951;
  border-color: #d52951;
}
.sign_up form .error {
  padding-top: 1em;
  font-family: "ralewaybold";
  color: #d52951;
}
@media (max-width: 767px) {
  .sign_up form {
    margin-top: 15px;
  }
  .sign_up form input[type=submit], .sign_up form input[type=text], .sign_up form input[type=email] {
    width: 80%;
    margin: 15px auto 0;
    display: table;
  }
  .sign_up form input[type=submit] {
    margin-top: 20px;
  }
}
.sign_up form ::-webkit-input-placeholder {
  color: #2e2e2e;
  font-size: 15px;
  font-family: "whitney_htflight";
}
.sign_up form :-moz-placeholder { /* Firefox 18- */
  color: #2e2e2e;
  font-size: 15px;
  font-family: "whitney_htflight";
}
.sign_up form ::-moz-placeholder { /* Firefox 19+ */
  color: #2e2e2e;
  font-size: 15px;
  font-family: "whitney_htflight";
}
.sign_up form :-ms-input-placeholder {
  color: #2e2e2e;
  font-size: 15px;
  font-family: "whitney_htflight";
}
.sign_up form a {
  background: url("../images/right-arrow.png") center right no-repeat;
  text-decoration: none;
  font-size: 13.5px;
  color: #454545;
  letter-spacing: 1px;
  margin: 15px auto 0;
  padding-right: 29px;
  display: table;
  font-family: "open_sanssemibold";
  color: #686868;
}

input[type=text], input[type=password] {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px 12px;
  font-family: "open_sanssemibold";
  color: #686868;
}
input[type=text].full, input[type=password].full {
  width: 400px;
}
@media (max-width: 820px) {
  input[type=text].full, input[type=password].full {
    width: 280px;
  }
}
input[type=text].half, input[type=password].half {
  width: 250px;
}
input[type=text].mini, input[type=password].mini {
  width: 80px;
}

.error-validation {
  color: #e83962;
  font-size: 11px;
  font-family: "open_sansbold";
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.error-validation .material-icons, .error-validation .icon-calender::after, .error-validation .icon-upload::before, .error-validation .icon-copy::before, .error-validation .icon-edit::before, .error-validation .icon-delete::before, .error-validation .icon-checked::before, .error-validation .icon-next::after, .error-validation .icon-x::after, .error-validation .icon-before::after, .error-validation .dialog-box .box .close-dialog::after, .dialog-box .box .error-validation .close-dialog::after {
  margin-right: 5px;
  font-size: 16px;
}

select {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  border: 1px solid #ddd;
  width: 250px;
  border-radius: 20px;
  padding: 10px 12px;
  font-family: "open_sanssemibold";
  color: #686868;
}

.datepicker {
  padding-left: 40px !important;
}

.icon-calender {
  position: relative;
}
.icon-calender::after {
  content: "event";
  color: RGBA(104, 104, 104, 1);
  position: absolute;
  top: 13px;
  left: 34px;
  transition: all 200ms ease-in-out;
}
.icon-calender select {
  padding-left: 40px;
}

.input-list {
  max-width: 700px;
  margin: 0 auto;
  color: #3E3E3E;
  /*.input-list__textarea {
      max-width: 600px;
      margin: 0 auto;

  }*/
}
.input-list p {
  font-family: "open_sans";
  font-size: 10px;
}
.input-list .tip {
  display: block;
  color: #e83962;
  margin-top: 10px;
  font-size: 12px;
}
.input-list .input-list__buttons {
  display: flex;
  justify-content: space-between;
  text-align: right;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 30px;
}
.input-list .input-list__buttons--end {
  justify-content: flex-end;
}
@media (max-width: 460px) {
  .input-list .input-list__buttons .icon-next {
    width: 100%;
  }
}
.input-list .input-list__item {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 820px) {
  .input-list .input-list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.input-list .input-list__item .input-list__label {
  width: 250px;
  display: flex;
  justify-content: center;
  text-align: right;
  padding-right: 20px;
  flex-direction: column;
}
@media (max-width: 820px) {
  .input-list .input-list__item .input-list__label {
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
}
.input-list .input-list__item .input-list__label label {
  color: #3E3E3E;
  font-family: "open_sansextrabold";
  text-transform: uppercase;
  font-size: 12px;
}
.input-list .input-list__item .input-list__label span {
  font-family: "open_sans";
  font-size: 10px;
  color: #3E3E3E;
}
.input-list .input-list__item .input-list__label a {
  color: #3E3E3E;
  text-decoration: underline !important;
}
.input-list .input-list__item .input-list__field {
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 820px) {
  .input-list .input-list__item .input-list__field {
    padding-left: 0;
  }
}
.input-list .input-list__item .input-list__field .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 20px;
}
.input-list .input-list__item .input-list__field .logo-wrapper .logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
.input-list .input-list__item .input-list__field .logo-wrapper .logo-item .border {
  padding: 5px 5px 3px 5px;
  border: 1px solid #D8D8D8;
  display: inline-block;
}
.input-list .input-list__item .input-list__field .logo-wrapper .logo-item .border.active {
  border: 2px #e83962 solid;
}
.input-list .input-list__item .input-list__field .logo-wrapper .logo-item .border img {
  width: 50px;
  height: 50px;
}
.input-list .input-list__item .input-list__field .logo-wrapper .logo-item .border input {
  display: none;
}
.input-list .input-list__item .input-list__field.--agreement p {
  margin: 10px 0 0 20px;
}
.input-list .input-list__item .input-list__field.--agreement label {
  line-height: 2;
  text-transform: none;
  font-family: "open_sans", sans-serif;
}
.input-list .input-list__item .input-list__field.--agreement label:hover {
  cursor: pointer;
}
.input-list .input-list__item .input-list__field.--next {
  width: 100%;
  text-align: right;
  padding-top: 40px;
}
.input-list .input-list__item.--price {
  width: 100%;
  justify-content: center;
  margin-block: 60px;
}
.input-list .input-list__item.--price p {
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
}

.gdpr {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.gdpr input {
  margin-right: 20px;
}
.gdpr label {
  font-size: 12px;
  margin-bottom: 20px;
}

.login-wrapper .section .gdpr input {
  width: auto;
}

.tox-statusbar__branding {
  display: none;
}

.site-notification {
  background: #d52951;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.site-notification--wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.site-notification p {
  font-family: "open_sanslight";
  font-family: "whitney_htfmedium";
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 10px;
}
.site-notification p strong {
  font-size: 120%;
  font-weight: normal;
}

body {
  background-color: white;
  font-family: open_sans;
}

.main-outer-wrapper {
  max-width: 990px;
  margin: 0 auto;
  padding-top: 70px;
}

.main-inner-wrapper {
  padding: 20px;
  margin-bottom: 100px;
}

.no-margin {
  margin: 0;
}

.no-padding-top {
  padding-top: 0;
}

.highlights {
  position: relative;
  overflow: hidden;
}
.highlights__outer-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 54px;
}
.highlights__inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.highlights__background {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(85%);
}
.highlights h1 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: "open_sans";
  font-weight: bold;
}
.highlights h1, .highlights .btn, .highlights ul {
  margin-bottom: 64px;
}
.highlights h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  font-family: "open_sans";
}
.highlights__main {
  display: flex;
  gap: 52px;
  flex-wrap: wrap;
  justify-content: center;
}
.highlights__main li {
  background-color: #6FAB5A;
  color: #fff;
  padding: 40px 32px;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  min-width: 235px;
}
.highlights__main li p {
  font-family: "open_sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.highlights__info {
  max-width: 800px;
  background-color: #fff;
  padding: 48px 40px;
  border-radius: 30px;
}
.highlights__info p:first-child {
  margin-bottom: 40px;
}
.highlights__info-body {
  font-family: "open_sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.highlights__text--light-green {
  color: #6FCA88;
  font-weight: 800;
}
.highlights__text--dark-green {
  color: #305F48;
  font-weight: 800;
}
.highlights__info-list {
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 820px) {
  .highlights__info-list {
    columns: 2;
  }
}
.highlights__info-list li {
  font-family: "open_sans";
  margin-bottom: 16px;
  padding: 0 20px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.31px;
}
.highlights__info-list li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%23E4F2E0'/%3E%3Cpath d='M17.3333 8L9.99996 15.3333L6.66663 12' stroke='%23305F48' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.howitworks h2 {
  color: #3E3E3E;
  font-family: "open_sanslight";
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.howitworks p {
  color: #3E3E3E;
  font-family: "open_sans";
  font-size: 16px;
  text-align: center;
  max-width: 580px;
  margin: 40px auto;
}
.howitworks .img-wrapper img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 500px;
}

.start-ads h2 {
  color: #3E3E3E;
  font-family: "open_sanslight";
  font-size: 30px;
  text-align: center;
}
.start-ads table tbody th {
  text-transform: uppercase;
  font-family: "open_sansextrabold";
  color: #686868;
  font-size: 14px;
}
.start-ads td.pub-warning {
  background: #ffa3a3;
}
.start-ads td.waiting-ok {
  background: #ffff78;
}
.start-ads td.waiting-warning {
  background: #ffd6a3;
}

.login-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.login-wrapper .section {
  width: 360px;
  margin: 0 30px 20px 0;
}
.login-wrapper .section .login-header {
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
}
.login-wrapper .section .login-header h2 {
  margin-bottom: 20px;
}
.login-wrapper .section .login-header h3 {
  margin-bottom: 14px;
}
.login-wrapper .section .login-footer input {
  display: block;
  width: auto;
  margin: 0 0 10px auto;
}
.login-wrapper .section .login-footer a {
  display: block;
  text-align: right;
  color: #3E3E3E;
  font-family: "open_sans";
  font-size: 11px;
  text-decoration: underline !important;
}
.login-wrapper .section input {
  width: 100%;
  margin-bottom: 10px;
}
.login-wrapper .section li {
  margin-bottom: 10px;
}
.login-wrapper .section li .extra {
  color: #3E3E3E;
  font-family: "open_sans";
  font-size: 11px;
  margin-left: 10px;
}
.status {
  height: 25px;
  border-radius: 28px;
  background-color: #E8C339;
  padding: 0 15px;
  color: #FFFFFF;
  font-family: "open_sansextrabold";
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.status.ok {
  background-color: #46AD50;
}
.status.error {
  background-color: #E83962;
}

.start-wrapper {
  margin-top: 0;
}
.start-wrapper h2 {
  margin-bottom: 50px;
}
.start-wrapper .ad-list .ad-header {
  display: flex;
  justify-content: center;
  color: #686868;
  font-family: "open_sansextrabold";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.start-wrapper .ad-list .ad-header .ad-col-1 {
  width: 500px;
}
.start-wrapper .ad-list .ad-header .ad-col-2 {
  text-align: center;
  width: 100px;
}
@media (max-width: 820px) {
  .start-wrapper .ad-list .ad-header .ad-col-2 {
    display: none;
  }
}
.start-wrapper .ad-list .ad-header .ad-col-3 {
  text-align: center;
  width: 240px;
}
@media (max-width: 820px) {
  .start-wrapper .ad-list .ad-header .ad-col-3 {
    display: none;
  }
}
.start-wrapper .ad-list .title {
  color: #3E3E3E;
  font-family: "open_sanssemibold";
  font-size: 19px;
  margin: 20px 0px;
  text-transform: none;
}
.start-wrapper .ad-list .info {
  color: #3E3E3E;
  font-family: "open_sanssemibold";
  font-size: 12px;
}
.start-wrapper .ad-list .views {
  color: #3E3E3E;
  font-family: "open_sanslight";
  font-size: 22px;
}
.start-wrapper .ad-list .ad-row {
  border: 1px solid #BFBFBF;
  border-bottom: 0;
  height: 200px;
  display: flex;
  justify-content: center;
}
@media (max-width: 820px) {
  .start-wrapper .ad-list .ad-row {
    flex-direction: column;
    height: auto;
  }
}
.start-wrapper .ad-list .ad-row:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.start-wrapper .ad-list .ad-row .ad-col-1 {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
.start-wrapper .ad-list .ad-row .ad-col-2 {
  width: 100px;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  background-color: #E9E9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (max-width: 820px) {
  .start-wrapper .ad-list .ad-row .ad-col-2 {
    background-color: white;
    justify-content: flex-start;
    height: auto;
    border: 0;
    padding: 0 20px;
    width: 100%;
  }
  .start-wrapper .ad-list .ad-row .ad-col-2:after {
    content: "Visningar";
    margin-left: 10px;
  }
}
.start-wrapper .ad-list .ad-row .ad-col-3 {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 820px) {
  .start-wrapper .ad-list .ad-row .ad-col-3 {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
}
.start-wrapper .ad-list .ad-row .ad-col-3 a {
  margin-bottom: 10px;
}

* {
  box-sizing: border-box;
}
