/* Sould */

.tws-content-box {float:left;}

.tvakolumner-left {
  width: 49%; 
  padding-right: 40px; 
  float: left;
  padding-top:10px;
}

.tvakolumner-right {
	width: 49%; 
  float: left; 
  margin-bottom: 80px; 
  padding-top: 15px;
}

.tvakolumner-right p {font-size:18px;}
.tvakolumner-left h1 {font-size:30px;}
.tvakolumner-left p {font-size:18px;}

.starthero {
	width:100%;
  background-image:url("/shop/14660/files/images/photos/black-edition-hero.jpg");
  background-size:cover;
  background-position: center bottom;
  padding-top:360px;
  padding-bottom:40px;
  padding-left:40px;
  padding-right: 40px;
  margin-top:-50px;
}

.startherotext {
	width: 60%;
}

.starthero h1 {
	font-size:60px;
  margin:0;
  line-height:60px;
}

.nordic--header {
    font-size: 14px;
    color: #000;
    background-color: #b5c8d1;
}

.nordic--start-page .tws-container--tws-custom-html a {
    color: #000;
    text-decoration: underline;
}

.slot--header-horizontal-menu .navbar .container-fluid {
    border-bottom: 0;
    border-top: 0;
}

.slot--header-search input.form-control {
    width: 260px;
    border: 1px solid #fff;
    color: #000;
    background: #fff;
    border-radius: 6px;
}

.slot--header-horizontal-menu .navbar-nav>li a {
  font-size: 16px;}

.nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
    background: #fff;
  box-shadow: none;}

body {
  background: #ffffff;}

.tws-content-box--center {
    text-align: left;
}

.nordic--start-page .nordic--component-container .tws-content-box--table .tws-content-box--second-line {
  text-shadow: none;}

.nordic--start-page .nordic--component-container .tws-content-box--table .tws-content-box--first-line {
  text-shadow: none;}

.nordic--start-page .nordic--component-container .tws-content-box--table .tws-content-box--third-line {
  text-shadow: none;}

/* Hide VAT droplist */
.nordic--top-bar-right { ssdisplay: none !important; }
.tws-audience-selector { ssdisplay: none !important; }

/* Hide cart */
.slot--header-cart { display: none !important; }

/* Hide zero prices */
.tws-article-list--price-is-zero, .tws-article--price-is-zero { display: none !important; }

/* Hide buy button */
.nordic--buy-button-group { display: none !important; }

/* leftify Read more */
.tws-article-introduction--read-more { text-align: left; }

/* Visa all text direkt på produktsidor */
.slot--article-description .tws-article-description--text-container {
  max-height: none !important;
}

.slot--article-description {
  margin-top: 75px;
  padding-top: 75px;
  margin-bottom: 65px;
  padding-bottom: 65px;
}


/* Dölj powered by textalk */
div.powered-textalk { display: none; }

/* Download page - file list */
ul.list-download-files { 
list-style-type: none; 
padding: 0; 
margin: 0; 
border-top: solid 1px #d0d0d0; 
}
ul.list-download-files li {
background: url('/shop/14660/files/images/misc/pdf-icon.png') no-repeat 10px 11px;
min-height: 40px;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #e0e0e0; 
}
ul.list-download-files li:hover { background-color: #f0f0f0; }
ul.list-download-files a { color: #0033ff; text-decoration: none; }
ul.list-download-files a:hover { text-decoration: underline; }

h3 { margin-top: 30px; margin-bottom: 10px; }

/* tableizer styles DUSCHVAGGAR */
.tableizer-table { margin-top: 15px; margin-bottom: 30px; font-size: 90%;	}
.tableizer-table th, td { text-align: left; word-spacing: 0.1em; padding: 6px 8px; }
.tableizer-table td, th { border-bottom: solid 1px #c0c0c0; }
.tableizer-firstrow th { font-size: 125%; border-bottom: none; }
.tableizer-table td:first-child, th:first-child { border-left: 0px; }
.tableizer-table tr:first-child td { font-weight: bold; }
.tableizer-table tr:nth-child(odd) { background-color: #f0f0f0; }

/* tableizer styles MOBLER */
div.mobel-table .tableizer-table tr { background-color: transparent; } /* nollställ */
div.mobel-table .tableizer-table tr:first-child td { font-weight: normal; } /* nollställ */
div.mobel-table .tableizer-table { margin-top: 15px; margin-bottom: 30px; font-size: 90%; }
div.mobel-table .tableizer-table th, td { text-align: center; word-spacing: 0.1em; padding: 6px 8px;  }
div.mobel-table .tableizer-table tr th { border-bottom: solid 1px #c0c0c0; }
div.mobel-table .tableizer-table tr td { border: none; }
div.mobel-table .tableizer-firstrow th { font-size: 100%; border-bottom: solid 0.5pt #404040; 
  background-color: #f0f0f0; }
div.mobel-table .tableizer-table tr:nth-child(even) { background-color: #f0f0f0; }
div.mobel-table .tableizer-table tr td:nth-child(even) { border-left: solid 0.5pt #404040; }
div.mobel-table .tableizer-table tr td:nth-child(odd) { border-left: solid 0.5pt #e0e0e0; }
div.mobel-table .tableizer-table tr td:first-child { border-left: none; }

/* OOOOOO Responsiva kolumner OOOOOO */
/* Create  equal columns that floats next to each other */
.myTwoColumns {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 20px;

}

/* Clear floats after the columns */
.myRow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .myTwoColumns {
    width: 100%;
  }
  
.startherotext {width: 100%;}
.tvakolumner-left {width: 100%;}
.tvakolumner-right {width: 100%;}
.starthero h1 {font-size:30px; line-height:30px;}
}



/* knapp på t.ex. supportportal */
.button-link {
  text-decoration: none !important;  
}
.button-43 {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none !important;
  SSSwidth: 100%;
  SSSmax-width: 250px; /* max-width */
  font-weight: bold;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-43:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }
}