/*
	Theme Name: seodr
	Description: SEO Doktorn WordPress Theme
	Version: 3.0
	Author: SEO Doktorn i Sverige AB
	Author URI: https://www.seo-doktorn.se
*/

/*-------------- Normalize version 8.0.1 --------------*/

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;} body{margin:0;} article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block} h1{font-size:2em;margin:0.67em 0;} hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;} pre{font-family:monospace,monospace;font-size:1em;} a{background-color:transparent;} abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;} b,strong{font-weight:bolder;} code,kbd,samp{font-family: monospace, monospace;font-size:1em;} small{font-size:80%;} sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;} sub{bottom:-0.25em;} sup{top:-0.5em;} img{border-style:none;} button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;} button,input{overflow:visible;} button,select{text-transform:none;} button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;cursor:pointer;} button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;} button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;} fieldset{padding:0.35em 0.75em 0.625em;} legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;} progress{vertical-align:baseline;} textarea{overflow:auto;} [type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;} [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height: auto;} [type="search"]{-webkit-appearance:textfield;outline-offset:-2px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} [type="search"]::-webkit-search-decoration{-webkit-appearance: none;} ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;} details{display:block;} summary{display:list-item;} template{display:none;} [hidden]{display:none;}

/*-------------- Reset --------------*/

*,*:after,*:before {-moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-smoothing:antialiased; text-rendering:optimizeLegibility;} 
* {margin:0; padding:0; outline:0; border:0; font-size:100%;} 
a:focus, a:hover, a:active, input:focus {outline:0;} 
img {max-width:100%; height:auto; vertical-align:bottom;}

html {font-size:16px;}
body {font: 300 16px/1.7 paralucent, sans-serif; color:#000000;}



::selection {background: #000; color: #FFF;text-shadow: none;}
::-webkit-selection {background: #000;color: #FFF;text-shadow: none;}
::-moz-selection {background: #000;color: #FFF;text-shadow: none;}

::-webkit-input-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}
::placeholder {color: #000;}

.footer-search .search-input::placeholder {color: #fff}
.footer-search .search-input:-ms-input-placeholder {color: #fff}
.footer-search .search-input::-webkit-input-placeholder{color: #fff}

/*-------------- Structure --------------*/

.clear:before,.clear:after{content:' ';display:table;} 
.clear:after {clear:both;} 
.clear {*zoom:1;} 
.flex {display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;} 
.flex-space {-webkit-justify-content:space-between; -ms-justify-content:space-between; justify-content:space-between;} 
.flex-end {-webkit-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end;} 
.flex-start {-webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start;} 
.vert-center {-ms-align-items: center; align-items: center;}
.horiz-center {-webkit-justify-content: center; -ms-justify-content: center; justify-content: center;} 
.row-reverse {flex-direction: row-reverse;} 
.center {text-align: center;} 
.wrap-xl {width: 100%; margin: 0 auto; position: relative;} 
.wrap-l {width: 90%; margin: 0 auto; position: relative;} 
.wrap {max-width: 1280px; width: 90%; margin: 0 auto; position: relative;} 
.wrap-m {max-width: 1000px; width: 90%; margin: 0 auto; position: relative;} 
.wrap-s {max-width: 800px; width: 90%; margin: 0 auto; position: relative;} 
.wrap-xs {max-width: 600px; width: 90%; margin: 0 auto; position: relative;}
.wrap-overflow{position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; overflow: hidden;}

/*-------------- Color Scheme --------------*/

.white-bg {background-color: #fff;}
.primary-bg {background-color: #000000; color: #fff;}
.secondary-bg {background-color: #ff0000; color: #fff;}
.dark-red-bg{background-color: #c20000; color: #fff;}
.white-text, .primary-bg .content, .secondary-bg .content {color: #fff;}
.primary-text {color: #000000;}
.secondary-text {color: #ff0000;}
.grey-bg{background-color: #eae9e9;}
.white-bg{background-color: #fff;}
.grey-bg:hover{background-color: #dcd9d9;}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36,53,106,.12);
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*-------------- Links & Buttons --------------*/

a, .main-content p a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a:hover, .main-content p a:hover {color: #000000;}
button.btn, a.btn, .btn, input[type="submit"], #cookie-notice .cn-button{
  padding: 15px 35px;
  border: 1px solid #333;
  font-weight: 600;
  border-radius: 30px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a.btn-primary, .btn-primary, #cookie-notice .cn-button#cn-accept-cookie, .wpcf7 input[type="submit"] {
  background: #222;
  border: 1px solid #333;
  color: #fff;
}
a.btn-secondary, .btn-secondary, #cookie-notice .cn-button#cn-more-info {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}
a.btn-primary:hover, .btn-primary:hover, #cookie-notice .cn-button#cn-accept-cookie:hover,
a.btn-secondary:hover, .btn-secondary:hover, #cookie-notice .cn-button#cn-more-info:hover, .wpcf7 input[type="submit"]:hover {
  background: #999;
  border: 1px solid #999;
  color: #fff;
}
.main-content p a{
  text-decoration: underline;
}

/*-------------- Typography --------------*/

h1, h2, h3, h4 { margin: 0 0 20px; line-height: 1.2;}

	/*-- Typography --*/
	
	h1, h2{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
 }

.upper{
  color: #ff0000;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}

/*-------------- Cookies --------------*/

#cookie-notice.cn-position-bottom {
  font: 400 14.5px/1.7 'xxxxx', Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(187,187,187,0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(187,187,187,0.3);
  box-shadow: 0px 0px 7px 1px rgba(187,187,187,0.3);
  min-width: 0;
  width: 300px;
  left: unset;
  right: 10px;
  bottom: 10px;
}
#cookie-notice.cookie-notice-hidden {bottom: -10px;}
#cookie-notice .cookie-notice-container {padding: 45px 30px;}
#cn-notice-buttons {margin-top: 10px;}
#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {background: #666;}
#cookie-notice .cn-close-icon:before:hover, #cookie-notice .cn-close-icon:after:hover {background: #222;}
#cookie-notice .cn-close-icon {top: 23px;}

/*-------------- Forms --------------*/

.input-outer div, .wpcf7-form-control-wrap {position: relative;}
.input-outer label {
  color: #a4a7a8;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  pointer-events: none;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  font-weight: 400;
}
input[type="search"], input[type="text"], input[type="tel"], input[type="email"], textarea {
  padding: 20px;
  border-radius: 0;

  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-appearance: none;
  background: transparent;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {width: 100%; background: #eee; padding: 20px;}
.focused label {transform: translateY(-120%); font-size: .75em;}
input.filled, textarea.filled {box-shadow: 0 2px 0 0 #000;}
span.wpcf7-not-valid-tip {font-size: 0.8em; margin-top: 3px;}
textarea {max-height: 150px; resize: none;}
.submit-outer {margin-top: 20px; float: left; width: 100%;}

/*-- Checkbox & Radio Buttons --*/

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label, .wpcf7-quiz-label{
  font-size: 0.85em;
}
.wpcf7-form-control-wrap.acceptance, .wpcf7-form-control-wrap.checkbox, .wpcf7-form-control-wrap.radio {float: left;}
span.wpcf7-list-item {margin: 0 10px 0 0;}
.wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label{
  position: relative;
  cursor: pointer;
  padding: 0 0 1px 35px;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {width: auto; display: inline-block; display: none;}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before{
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #bbb;
  border-radius: 100%;
  height: 28px;
  width: 28px;
  top: 0;
  left: 0;
  z-index: 5;
  transition: border .1s linear;
  -webkit-transition: border .1s linear;
}
.wpcf7-acceptance .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after{
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
}
.wpcf7 input[type="checkbox"]:checked~.wpcf7-list-item-label:after,
.wpcf7 input[type="radio"]:checked~.wpcf7-list-item-label:after {
  background: #999;
}

/*-------------- Fixed search ---------------*/

.fixed-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.fixed-search .search-input {
  width: 80%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.fixed-search .search-submit {
  width: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.fixed-search .icon-cross {position: absolute; top: 15px; right: 15px;}

.fixed-search .wrap-xs {
  position: relative;
  top: 50%;
  background: #fff;
  padding: 50px;
  text-align: center;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1;
  z-index: 3;
}
.fixed-search .icon-clear {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.7em;
  cursor: pointer;
}

.fixed-search .search-submit {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.fixed-search .search-input {
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin-bottom: 15px;
  background-color: #f6f6f6;
}
.search-header .icon-search{
  display: none;
}
.footer-search button{
  display: none;
}
.footer-search .outer-search-input{
  background: #ff0000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 00px 0px 0px 20px;
}
.footer-search .search-input{
  width: 90%;
}
.footer-search i{
  display: block;
  margin-right: 20px;
}
.footer-search input[type="search"]{
  box-shadow: none;
  padding: 20px 0px;
  color: #fff;
}
/*-------------- Tiny Slider --------------*/

.tns-outer{width:100%;}
.tns-controls [aria-controls] { /* Left/Right navigation buttons */
	color: #000000;
	border: 0;
}
.product-slide-outer{
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0px;
}
.product-slide-outer .wrap-l{
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-slide-outer .tns-controls{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
}
.product-slide-outer .tns-controls button{
  background: none;
}
.product-slide-outer .tns-controls button{
  font-size: 2rem;
}
.product-slide-outer .tns-controls button:nth-of-type(1){
  position: absolute;
  left: -3%;
}
.product-slide-outer .tns-controls button:nth-of-type(2){
  position: absolute;
  right: -3%;
}
.product-slide .item{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-slide .content-small{
  flex: 1;
}
.tns-nav > [aria-controls] { /* Dots */
	width: 20px;
    height: 20px;
	padding: 0;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #eae9e9;
	border: 0;
}
.tns-nav > .tns-nav-active,
.tns-nav > [aria-controls]:hover { 
	background-color: #c2bebe; 
}
.playbutton-wrapper button { 
	height: 34px; 
	padding: 0 10px; 
	background: #fff; 
	border: 1px solid #ccc; 
	cursor: pointer; 
}

/*-------------- Hero --------------*/
.hero-img-special .col-f-2-3{
  padding-left: 7%;
}
.hero-img-special .col-f-1-3{
  padding: 180px;
  position: relative;
}
.hero-img-special .col-f-1-3 img{
  position: absolute;
  left: -40%;
}
.hero-content{
  width: 80%;
}

/*-------------- Pages --------------*/

.main-content #breadcrumbs{margin-bottom:0; font-size: 0.9rem;}
.main-content #breadcrumbs a:hover{text-decoration: underline;}
.bread{padding: 10px 0px;}
.main-content p {
  margin-bottom: 25px;
}
.main-content ul, .main-content ol {
  margin-bottom: 25px;
  padding-left: 1.3em;
}
.bg-img{
  object-fit: cover;
  height: 100%;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.bg-img.tone{
	opacity: 0.5;
}
.bg-img ~ div, .content{
	z-index: 2;
	position: relative;
}
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  height: 100%;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.columns a.flex{
	position: relative;
}
.columns .wrap-xl .col-1-2, 
.columns .wrap-xl .col-f-1-2{
	padding-left: 50px;
	padding-right: 50px;
}
.puff{
	position:relative;
}
.puff .content.none-bg, .columns div.content.none-bg{
	padding: 0;
}
#singlehead{flex-grow:1;}

/*----- Top -----*/
.top{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.top h1{
  font-size: 2rem;
  width: 80%;
}
.top p{
  font-size: 1.25rem;
}
.top .upper{
  margin-bottom: 15px;
}
.top .icon-bg{
  position: absolute;
  max-width: 600px;
  opacity: .08;
  right: -200px;
  bottom: -264px;
  z-index: -2;
}
.btn-cat-readmore{
  position: relative;
  font-size: 1.25rem;
  cursor: pointer;
}
.btn-cat-readmore:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.news-slide{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-slide .item{
  padding: 40px;
}
.news-slide .item a{
  color: #fff;
}
.news-slide .item:nth-child(odd){
  background: #ff0000;
}
.news-slide .item:nth-child(even){
  background-color: #de0000;
}

.news-slide .item:nth-child(even):hover{
  background-color: #c90101;
  cursor: pointer;
}
.news-slide .item:nth-child(odd):hover{
  background: #e70101;
  cursor: pointer;
}
.news-slide-outer .tns-outer{
  position: relative;
  margin-bottom: 60px;
}
.news-slide-outer .tns-nav{
  position: absolute;
  bottom: -60px;
  right: 2%;
  z-index: 5;
}
.news-slide .white-upper{
  font-weight: 600;
}
.news-slide .excerpt{
  font-size: 0.9rem;
  line-height: 1.4;
}
.news-slide h2, .news-slide .date{
  margin-bottom: 10px;
  display: block;
}


/*-------------- Flexible Content --------------*/
/*--------- Produkter ---------*/
.product-slide .item{
  box-shadow: 0 2px 7px rgb(0 0 0 / 8%);
}
.product-slide{
  margin: 10px 0px;
}
.product-slide .item .arrow-right,
.produkt-box .arrow-right{
  color: #ff0000;
}
.loop-box-img{
  height: 250px;
}
.loop-box-img img{
  width: auto;
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
}
.show-item{
  position: relative;
}
.show-item .arrow-right{
  color: #ff0000;
  width: 20px;
  position: absolute;
  right: 0;
}
.productcat-slide-outer{
  position: relative;
  margin-top: 200px;
}
.pcat-img-outer{
    max-height: 400px;
    top: 0; 
}
.productcat-slide-outer .tns-outer{
margin-bottom: 100px;
}
.productcat-slide-outer #tns1 > .tns-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.productcat-slide-outer .tns-item .pad-box{
  flex: 1;
}
.productcat-slide-outer .tns-outer .tns-nav{
  position: absolute;
  bottom: -80px;
  right: 2%;
  z-index: 5;
}
.productcat-slide h2{
  font-size: 1.25rem;
}
.productcat-slide .inner{
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
}
.loop-regular,
.produkt-box{
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  box-shadow: 0 2px 7px rgb(0 0 0 / 8%);
}
.loop-regular:nth-child(3n+3),
.produkt-box:nth-child(3n+3){
  margin-right: 0;
}
.content-w-sidebar .col-f-3-4 {
  padding: 0 5% 0;
}
.table-content{
  overflow-x: scroll;
  overflow-y: auto;
}
.table-content .tabell-head th, .produkt-tabell{
  border-bottom: 1px solid #eee;
}
.produkt-tabell .tabell-row:nth-last-of-type(){
  border-bottom: 1px solid #eee;
}
.tabell-row td, .tabell-head th{
  padding: 5px 10px;
  font-size: 0.9rem;
 
  vertical-align: bottom;
  text-align: left;

  /* min-width: 70px;
  width: 100%; */
}
.produkt-tabell .tabell-row:nth-child(even) {
  background: #eee;
}
.img-text-special{
  position: relative;
  
}
.hero-special{
  border-bottom: 1px solid #cccccc;
}
.hero-special .absolute-special .content{
  padding-left: 5%;
}
.hero-special img{
  width: 100%;
}
.img-text-special
.absolute-special{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.absolute-special > div{
  position: relative;
}
.branscher.img-text-special:nth-child(even) .col-f-1 .wrap-l, 
.branscher.img-text-special:nth-child(even) .absolute-special{
  flex-direction: row-reverse;
}
.bransch-loop{
  padding-bottom: 10px;
  
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;

}
/*-------------- Dokument --------------*/

.documents a{
  position: relative;
  font-size: 0.9rem;
  background: #eee;
  padding: 10px 20px;
}
.documents ul{
  list-style: none;
}
.documents a:nth-child(even){
  background: #ddd;
}
.documents a:hover{
  background: #feeeed;
}
.documents i{
  position: absolute;
  right: 20px;
  color: #ff0000;

  top: 50%;
  transform: translate(-50%, -50%);
}
.cad-filer i{
  font-size: 1.5rem;
}
.cad-filer ul{
  margin-bottom: 0px;
}
.tab-content .documents i{
  position: absolute;
  right: 20px;
  top: 50%;
  /* margin-top: -8px; */
  color: #ff0000;
  font-weight: 600;
}
.tab-content .documents{
  padding: 15px 40px;
  background-color: #eee;
  position: relative;
  margin-bottom: 20px;
  outline: 1px solid #eee;
}
.tab-content .documents:hover{
  background: none;
}
.tab-content .documents p{
  margin-bottom: 0px;
}
.information-title{
  font-size: 1.6rem;
}
.informations h2, .informations .hide-information{
  margin-bottom: 0px;
  padding: 20px 40px;
}

.informations{
  border-bottom: 1px solid #eee;
  width: 80%;
}
.informations .show-information{
  position: relative;
}
.informations .show-information i{
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -16px;
  font-size: 1.8rem;
  color: #ff0000;
}
.show-information:hover{
  cursor: pointer;
}
.informations .information-title.active, .informations .hide-information{
 
  background-color: #eee;
}


/*-------------- FAQ --------------*/
.faq-outer{
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 30px 10% 30px 5%;
}
.faq-outer:first-of-type{
  border-top: 1px solid #ccc;
}
.faq-outer:hover{
  background-color: #fdefee;
}
.faq-outer p{
  margin-bottom: 0px;
}
.faq-outer .arrow-right{
  width: 30px;
  right: 5%;
  top: 50%;
  margin-top: -15px;
  position: absolute;
}
.single-more{
  position: relative;
}

.single-more a{
  padding: 20px 40px;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}

.single-more .arrow-right{
  width: 30px;
  right: 5%;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
/*-------------- Sidebar--------------*/
.sidebar-productlist,
.sidebar-list, .sidebar-taxonomies .menu{
  padding-left: 0% !important;
}
.megaSubCat, .sidebar-taxonomies .menu{
  padding-left: 0px !important;
}
.sidebar-taxonomies ul, .sidebar-taxonomies .menu{
  list-style: none;
}
.sidebar-list li:first-child a{
  border-top: 1px solid #ccc;
}
.sidebar-taxonomies .parrent-item,
.sidebar-list li a, .sidebar-taxonomies .menu .menu-item.menu-item-has-children > a{
  color: #ff0000;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-left: 10%;
  font-size: 1.25rem;
  display: block;
  width: 100%;
}
.sidebar-taxonomies .megaSubCat a, .sidebar-taxonomies .menu li .sub-menu li a{
  padding: 5px 0px 5px 25px;
  display: block;
  position: relative;
}
.sidebar-list li a{
  padding: 7px 0px 7px 15%;
  display: block;
  position: relative;
}
.sidebar-taxonomies .megaSubCat-parent-term, .sidebar-taxonomies .menu .menu-item-has-children .sub-menu .menu-item {
  padding-left: 10%;
}
.sidebar-taxonomies .megaSubCat .active a,
.sidebar-taxonomies .megaSubCat-parent-term:hover a,
.sidebar-list li:hover a,
.sidebar-taxonomies .menu .menu-item-has-children .sub-menu .menu-item:hover a,
.sidebar-taxonomies .menu .menu-item-has-children .sub-menu .menu-item.current-menu-item a{
  background-color: #fdefee;
}
.sidebar-taxonomies .megaSubCat .active a:before,
.sidebar-taxonomies .megaSubCat-parent-term:hover a:before,
.sidebar-list li:hover a:before,
.sidebar-taxonomies .menu .menu-item-has-children .sub-menu .menu-item:hover a:before, 
.sidebar-taxonomies .menu .menu-item-has-children .sub-menu .menu-item.current-menu-item a:before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  background-color: #ff0000;
  width: 6px;
  height: 100%;
}
.sidebar-contact h2{
  font-size: 1.5rem;
}
.home .top p.upper{
  display: none;
}
.home .bread{
  display: none;
}
/*-------------- Products --------------*/
.content-small h2{font-size: 1.5rem;}
.art-number{
  font-weight: 600;
  background-color: #fdefee;
  padding: 5px 10px;
  display: inline-block;
}
.product-content{
  overflow: hidden;
  position: relative;
}
.product-content h1{
  font-size: 2.5rem;
  line-height: 1.2;
}
.related-products{
  border-top: 1px solid #cccccc;
}
.product{
  position: relative;
  overflow: hidden;
}
.product img{
  max-height: 450px;
  max-height: 300px;
}
.single-produkter .product .icon-bg{
  position: absolute;
  max-width: 532px;
  opacity: .08;
  right: -140px;
  bottom: -100px;
  z-index: -1;
}
.loop-product{
  box-shadow: 0 2px 7px rgb(0 0 0 / 8%);
  margin-right: 2.66%;
  margin-bottom: 2.66%;
  flex-direction: column;
  -ms-flex-direction: column;
}
.loop-product .content-small{
  flex: 1;
}
.loop-product:nth-child(4n+4){
  margin-right: 0%;
}

/*-------------- Tab Content --------------*/

.main-content ul.tab-list{
  padding-left: 5%;
  padding-top: 60px;
  list-style-type: none;
  margin-bottom: 0;
  overflow-x: scroll;
  overflow-y: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #eae9e9;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.tab-list li:hover, .tab-list li.current {
  background-color: #fff;
  color: #222;
}
.tab-list li {
  white-space: nowrap;
  background-color: #fdefee;
  line-height: 1.3;
  margin-right: 5px;
  padding: 20px 70px;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: #222;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.tab-content-outer {
  background-color: #fff;
}
.tab-content.current {
  display: inherit;
}
.tab-content {
  display: none;
}

.four-o-four{
  font-size: 5rem;
}

/*------------- Distributors -----------*/
.distributor-outer .distributor .col-f-1-3:first-child p{font-size: 1.1rem; font-weight: 400;}
.distributor p{margin-bottom: 0px; font-size: 0.9rem;}
.distributor img {max-height: 50px;width: auto !important;}
.distributor{padding: 15px 40px;}
.distributor-outer .distributor:nth-child(even){background: #f6f6f6;}
/*------------- Distributors - page -----------*/
.distributor-page p{margin-bottom: 0px; font-size: 0.9rem;}
.distributor-page{padding: 20px;}
.distributor-page:nth-child(even){background: #f6f6f6;}
/*-------------- Kontakt --------------*/
.contact-sidebar {
  padding: 80px 0 80px 5%;
}
.contact-sidebar div {
  margin-bottom: 40px;
}
.contact-sidebar .upper {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  margin-bottom: 20px !important;
}
.contact-socials {
  display: block;
  width: 100%;
}
.contact-sidebar a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
.contact-sidebar .upper{
  text-transform: uppercase;
}
.contact-sidebar .flex:last-of-type .contact-socials {
  width: 8%;
}
#medarbetare .workers .col-1-4{
  box-shadow: 0 0 20px rgb(0 0 0 / 6%);
}
#medarbetare .workers img{
  width: 100%;
}
#medarbetare .workers .content-small{
  padding: 20px;
}
#medarbetare .workers .content-small h2, #medarbetare .workers .content-small .upper{
  margin-bottom: 5px;
}
.workers .upper{
  font-size: 1rem;
}
#medarbetare .content-small a{
  display: block;
}
.workers .col-1-4{
  margin-left: 2.66%;
  margin-bottom: 2.66%;
}
.workers .col-1-4:nth-child(4n+1){
  margin-left: 0%;
}
.karta{
  line-height: 0;
  padding: 0px;
}
.karta .content{
  padding: 0px !important;
}
.karta p{
  margin-bottom: 0px;
}

/*-------------- Footer --------------*/
.footer-puff a:hover{
  background-color: #dcd9d9;;
}
.footer-puff{
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.footer-puff h2{
  margin-bottom: 0px;
}
.footer .arrow-right{
  position: absolute;
  width: 42px;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.footer-puff a{
  display: block;
  padding: 40px 0px;
}
.main-footer{
  background-color: #de0000;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer .icon-bg{
  position: absolute;
  max-width: 400px;
  left: -72px;
  opacity: .42;
  top: -99px;
}
.main-footer ul{
  list-style: none;
}
.main-footer li{
  line-height: 1.4;
}
.main-footer h3{
  font-size: 1.3rem;
}
.main-footer a, .main-footer .textwidget p{
  color: #fff;
  font-size: 0.9rem;
}
.sub-footer, .sub-footer a{
  color: rgba(255,255,255,0.6);
}
.sub-footer a, .sub-footer p{font-size: 0.8rem;}
.sub-footer i {
  position: absolute;
  z-index: 2;
}
.footer-social{
  padding: 16px;
  font-size: 2em;
  line-height: 1;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  position: relative;
}
.footer-social i{
  color: #fff;
}
.sub-footer .icon-linkedin{
  left: 10px;
  top: 10px;
}
.sub-footer .icon-youtube, .sub-footer .icon-facebook{
  left: 10px;
    top: 11px;
}
.footer-social{
  margin: 0 3px;
}
.sub-right{
  padding-right: 20px;
}
.hide-information{display: none;}
/*-------------- Nyheter --------------*/
.date{
  display: block;
}
/*-------------- Search page --------------*/
.page-numbers {
  border: 1px solid #ccc;
  padding: 10px 18px;
  font-size: 0.9rem;
  margin: 0 5px;
  background-color: #fff;
}
.page-numbers.current, .page-numbers:hover{
  background: #ff0000;
  color: #fff;
}
/*-------------- Responsive --------------*/

@media only screen and (min-width: 1001px) {
	.main-content {margin-top: 130px;}
	
	/*-- Typography --*/

	h1 {font-size: 3.2rem;}
	h2 {font-size: 2rem;}
	h3, h4 {font-size: 1.5rem;}
	
	/*-- Cols --*/

	.col-1-2 {width: 48%; } 
	.col-1-3 {width: 31%; }
	.col-2-3 {width: 65%; }
	.col-1-4 {width: 23%; }
	.col-3-4 {width: 73%; }
	.col-f-1{width: 100%; }
	.col-f-1-2 {width: 50%; }
	.col-f-1-3 {width: 33.33%; }
	.col-f-2-3 {width: 66.67%; }
	.col-f-1-4 {width: 25%; }
	.col-f-3-4 {width: 75%; }
	.wrap-overflow .col-1-2{height: 100%; }

	/*-- Space --*/

	.pad-xl {padding: 120px 0;}
	.pad-b-xl {padding-bottom: 120px;}
	.pad-l {padding: 100px 0;}
	.pad-b-l {padding-bottom: 100px;}
	.pad {padding: 80px 0;}
	.pad-b {padding-bottom: 80px;}
	.pad-m {padding: 60px 0;}
	.pad-b-m {padding-bottom: 60px;}
	.pad-s {padding: 40px 0;}
	.pad-b-s{padding-bottom: 40px;}
	.pad-xs {padding: 20px 0;}
	.pad-b-xs {padding-bottom: 20px;}
	.marg-b-l{margin-bottom: 100px;}
	.marg-b {margin-bottom: 80px;}
	.marg-b-m {margin-bottom: 60px;}
	.marg-b-s {margin-bottom: 40px;}
	.marg-b-xs {margin-bottom: 20px;}
	.marg-t-l{margin-top: 100px;}
	.marg-t {margin-top: 80px;}
	.marg-t-m {margin-top: 60px;}
	.marg-t-s {margin-top: 40px;}
	.marg-t-xs {margin-top: 20px;}
	.puff .content, .columns div.content {padding: 60px;}
  .pad-box{padding: 150px 40px 40px;}
  .pad-40{padding: 40px;}
}

@media only screen and (max-width: 1000px) {
	.main-content{margin-top: 117px;}
	
	/*-- Typography --*/

	h1 {font-size: 2rem;}
	h2 {font-size: 1.3rem;}
	h3, h4 {font-size: 1.2rem;}
	
	/*-- Cols --*/

	.col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {width: 47%;}
	.col-f-1 {width: 100%;}
	.col-f-1-2, .col-f-1-3, .col-f-2-3, .col-f-1-4, .col-f-3-4 {width: 50%;}
	.wrap-overflow .col-1-2 {height: 100%;}
  .single-dokumentation .col-f-3-4{width: 100%;}

	/*-- Space --*/

	.pad-xl, .pad-l, .pad {padding: 60px 0;}
	.pad-b-xl, .pad-b-l, .pad-b {padding-bottom: 60px;}
	.pad-m {padding: 40px 0;}
	.pad-b-m {padding-bottom: 40px;}
	.pad-s, .pad-xs {padding: 20px 0;}
	.pad-b-s, .pad-b-xs{padding-bottom: 20px;}
	.marg-b, .marg-b-l {margin-bottom: 60px;}
	.marg-b-m {margin-bottom: 40px;}
	.marg-b-s, .marg-b-xs {margin-bottom: 20px;}
	.marg-t, .marg-t-l {margin-top: 60px;}
	.marg-t-m {margin-top: 40px;}
	.marg-t-s, .marg-t-xs {margin-top: 20px;}
	.puff .content, .columns div.content {padding: 30px;}
  .pad-box{padding: 80px 30px 30px;}
  .pad-40{padding: 30px;}
  .top .wrap-l .col-2-3{width: 100%;}
  .top .wrap-l .col-1-3{justify-content: flex-start; -ms-text-justify: flex-start; width: 100%;}
  .top .wrap-l .col-1-3 .btn-primary{margin-bottom: 20px;}
  .top .icon-bg {max-width: 300px;right: -140px;bottom: -125px;}
  .productcat-slide .inner{font-size: 1rem;hyphens: auto;}
  .direction-mob{flex-direction: column-reverse;-ms-flex-direction: column-reverse;}
  .hero-special .absolute-special {position: relative;padding-top: 40px;}
  .single-more a{font-size: 1.2rem;}
  .single-more .arrow-right{margin-top: -6px;width: 20px;}

  .hero-special .absolute-special .content{padding-left: 0%;}
  .loop-regular{width: 48%;}
  .loop-regular:nth-child(2n+2),.loop-regular:nth-child(3n+3){margin-right: 0%;}
  
  .workers .col-1-4{width: 48%; margin-left: 0%;}
  
  .workers .col-1-4:nth-child(2n+2){margin-left: 2.66%;}
  .informations{width: 100%;}
  /*------ Products -----*/
  .main-content ul.tab-list{padding-top: 40px;}
  .tab-list li{padding: 20px 40px;}
  .product-content h1 {font-size: 2rem;}
  .product img {max-height: 200px;}
  .content-w-sidebar .col-f-3-4, .direction-mob .col-f-1-4{width: 100%; padding-top: 40px;}
  .produkt-tabell{width: 100%;}
  .sidebar-list li a {padding: 7px 0px 7px 5%;}

  .produkt-box, .produkt-box:nth-child(3n+3){margin-right: 2.66%;}
  .produkt-box:nth-child(2n+2){margin-right:0;}


  .information-title {font-size: 1.2rem; padding: 20px;}
  .documents .cad-filer .col-f-1-4{width: 25%; padding-top: 0px;}
  .documents .cad-filer .col-f-3-4{width: 75%;}
  .sidebar-taxonomies .parrent-item, .sidebar-taxonomies .megaSubCat-parent-term{padding-left: 5%;}

}

@media only screen and (max-width: 800px) {
		
	/*-- Cols --*/

	.col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-f-1-2, .col-f-1-3, .col-f-2-3, .col-f-1-4, .col-f-3-4{width: 100%;}
	.wrap-overflow{position: relative;}
	.wrap-overflow .col-1-2.content, .wrap-overflow .col-f-1-2.content{height: 200px;}
	.col-rev {display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: column-reverse;}
  .top h1, .hero-content{
    width: 100%;
  }
  .top p, .btn-cat-readmore{
    font-size: 1rem;
  }
	.footer-puff .wrap-l .arrow-right{
    width: 30px;
    margin-top: -10px;
  }
  .footer-puff .wrap-l p{
    width: 80%;
  }
  .produkt-box{
    width: 48%;
  }
  .loop-box-img{
    height: 150px;
  }
  .loop-box-img img {
    width: auto;
    margin: 0 auto;
    max-width: 100px;
    max-height: 100px;
  }
  .produkt-box .pad-40{
    padding: 20px;
  }
  .produkt-box .upper, .content-small h2{
    font-size: 1rem;
  }
  .produkt-box{
    margin-bottom: 4%;
  }
  /* .produkt-box, .produkt-box:nth-child(3n+3){
    margin-right: 4%;
  } */
  /* .produkt-box:nth-child(2n+2){
    margin-right: 0%;
  } */
  .main-footer .wrap-l .col-f-1-2 .col-1-3{
    text-align: center;
    margin-bottom: 20px;
  }
  .sub-footer{
    padding: 20px 0px;
  }
  .sub-footer .wrap-l div{
    text-align: center;
    width: 100%;
    justify-content: center;
    -ms-text-justify: center;
    text-justify: center;
  }
  .sub-footer .sub-right, .copyright{
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
    display: block;
  }
  .footer-social{
    margin-top: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .loop-regular, .loop-product, .post-type-archive-dokumentation .produkt-box{width: 100%; margin-right: 0%;}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}

/*-------------- WordPress core --------------*/

.alignnone {margin: 5px 20px 20px 0;}
.aligncenter,div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float: right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {background: #FFF;border: 1px solid #F0F0F0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption .wp-caption-text,.gallery-caption {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}

/*-------------- Print css --------------*/

@media print {
  * {background: transparent !important;color: #000 !important;box-shadow: none !important;text-shadow: none !important;}
  a,a:visited {text-decoration: underline;}
  a[href]:after {content: " ("attr(href) ")";}
  abbr[title]:after {content: " ("attr(title) ")";}
  .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}
  pre, blockquote {border: 1px solid #999;page-break-inside: avoid;}
  thead {display: table-header-group;}
  tr, img {page-break-inside: avoid;}
  img {max-width: 100% !important;}
  @page {margin: 0.5cm;}
  p,h2,h3 {orphans: 3;widows: 3;}
  h2,h3 {page-break-after: avoid;}
}

/* Cookie bar styling */
.cookie-wrapper .cookie-buttons button{
  background-color: #eae9e9 !important;
  color: black;
}
.cookie-wrapper .cookie-buttons button svg{
  fill:#ff0000;
}
.cookie-wrapper .cookie-buttons button:hover{
  background-color: #dcd9d9 !important;
}
.cookie-wrapper .cookie-category input:checked+.slider{
  border-color: #dcd9d9 !important;
}
.cookie-wrapper .cookie-category .slider{
  border-color: #ff0000 !important;
}
.cookie-wrapper .cookie-category .slider .slide{
  background-color: #ff0000 !important;
}

.cookie-wrapper .cookie-category input:checked+.slider .slide{
  background-color: white !important;
}

.cookie-settings-button{
	padding: 0.8rem;
	margin: 0.2rem 0;
}
.cookie-settings-button:hover{
	background-color: #dcd9d9 !important;
}

.wpcf7-form p{
  margin:0;
}

/* Password protected */

.post-password-form{
  padding: 1rem;
  margin: 1rem auto;
  width: max-content;
  max-width: 100%;
}

.post-password-form input[type="submit"]{
  margin-top: 1rem;
}

.post-password-form input[type="password"]{
  background: #eae9e9;
  padding: 10px;
}