body {
  margin:0;
  background:#4b5457;
  font-family: 'Noto Sans', sans-serif;
  font-weight:400;
  font-size:12px;
  color:#fff;
}
h1 {
  background:#4b5457;
  font-family: 'Noto Sans', sans-serif;
  font-weight:700;
  font-size:16px;
  color:#ffffff;
  padding:5px 20px;
  margin:0;
}
h2 {
  font-family: 'Noto Sans', sans-serif;
  font-weight:700;
  font-size:14px;
  color:#4b5457;
  padding:10px 0px;
  margin:0;
}
p, ul {
  color:#4b5457;
  line-height:18px;
  font-size:12px;
}
a {
  color:#ef8200;
  text-decoration:none;
}
a:hover {
  color:#ef7000;
  text-decoration:underline;
}
a:active {
  color:#4b5457;
}
img {
  border: none;
}
/* webkit, opera, IE9 */
::selection { 
  background:#4b5457; 
  color:#ffffff; 
}
/* mozilla firefox */
::-moz-selection { 
  background:#4b5457; 
  color:#ffffff; 
}
/*------ ID'er ------*/
#menu {
  background: #ef8200;
  width:100%;
  height:59px;
  float:left;
  border-bottom:2px solid #ef7000;
  position:fixed;
  z-index:99;
}
#header {
  background: #f6f6f6;
  width:100%;
  float:left;
  border-bottom:1px solid #e9e9e9;
  margin-top:61px;
  height:auto;
}
#content {
  background: #ffffff;
  width:100%;
  min-height:449px;
  float:left;
  padding-bottom:40px;
  border-bottom:1px solid #292e30;
}
#footer {
  width:100%;
  min-height:200px;
  float:left;
}
/*------ Faelles classes ------*/
.wrapper {
  margin: 0 auto;
  width: 1020px;
  height:auto;
}
.wrapper div {
  float:left;
}
/*------ Menu div (top) ------*/
.logo {
  width:88px;
}
.logo img {
  width:88px;
  height:61px;
}
.menu {
  width:783px;
}
.menu ul, .leftCol ul, .leftColVis ul {
  margin:0;
  padding:0;
}
.menu a {
  color:#ffffff;
  font-size:13px;
  text-decoration:none;
}
.search {
  width:149px;
  text-align:right;
  margin-top:12px;
}
.search_text {
  width: 100px;
  border: 0 none;
  height: 35px;
  margin-right: 0;
  color: white;
  outline: none;
  background: #ff9f2d;
  float: right;
  box-sizing: border-box;
  transition: all 0.25s;
  -moz-box-sizing: border-box;
}
.meddelse input::-webkit-input-placeholder, .meddelse textarea::-webkit-input-placeholder, 
.oplysninger input::-webkit-input-placeholder { /* WebKit browsers */
  color: grey;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: white;
}
/*::-moz-placeholder { */ /* Mozilla Firefox 19+ */
  /*.color: white;
}
:-ms-input-placeholder {*/ /* Internet Explorer 10+ */
  /*.color: white;
}*/
.search_text:focus {
  background: #ef7000;
}
.search_button {
  border: 0 none;
  background: #ff9f2d url(/media/images/searchBtn.png) center no-repeat;
  width: 35px;
  float: right;
  padding: 0;
  text-align: center;
  height: 35px;
  cursor: pointer;
}
/*------ Header div (slider/billede) ------*/
.slider {
  width:100%;
  height:auto;
  margin:20px 0px 0px 0px;
  position:relative;
}
.slider img {
  width:100%;
  height:auto;
}
.headerBillede img {
  margin:0px 0px 16px 0px;
}
/*------ Content div ------*/
.leftCol, .leftColVis {
  width:23%;
  margin-top:20px;
  margin-right:20px;
}
.rightCol {
  width:75%;
  margin-top:20px;
}
.searchCol {
  width:100%;
  margin-top:20px;
}
.aktuelt {
  width:100%;
  height:auto;
}
.newsOverskrift {
  width: 100%;
  margin-bottom:20px;
  position:relative;
  z-index:1;
}
.ribbon {
  top:-2px;
  right:-2px;
  position:absolute;
}
.tekstArea {
  width: 100%;
}
.enKolonne {
  width: 100%;
}
.toKolonner {
  width: 100%;
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
  -moz-column-gap:20px; /* Firefox */
  -webkit-column-gap:20px; /* Safari and Chrome */
  column-gap:20px;
}
.newsOverskrift h2 {
  background:#4b5457;
  font-family: 'Noto Sans', sans-serif;
  font-weight:700;
  font-size:16px;
  color:#ffffff;
  padding:5px 20px;
  margin:0;
}
.newsBokse {
  width: 100%;
}
.newsBoks {
  width:99.5%;
  background:#f6f6f6;
  border:1px solid #e9e9e9;
  height: 83px;
  margin: -1px 0 2px -1px;
  background: linear-gradient(
     #f6f6f6, #f6f6f6 50%, #4b5457 50%, #4b5457
  );
  background-size: 100% 200%;
  transition: all 0.6s ease;
  overflow:hidden;
}
.newsBoks:hover {
  background-position: 100% 100%;
}
.newsBoks p {
  margin:0;
  padding:20px;
  padding-top:27px;
  font-size:14px;
  color:#4b5457;
  transition:all 0.5s ease;
}
.newsBoks:hover p {
  color:#ffffff;
  padding:20px 10px 20px 30px;
}
.archive .newsBoks {
    height:40px;
}
.archive .newsBoks p {
    padding:15px;
}

.fokusOverskrift {
  width: 100%;
}
.fokusBokse, .produktSearchBokse {
  width: 100%;
}
.kpHeadline {
  width:100%;
  margin-top:20px;
}
.kontaktPerson {
  width:30%;
  padding:1.5%;
  margin-bottom:20px;
}
.kontaktPerson div {
  width:100%;
}
.kpRow {
  background:#f6f6f6;
  margin-top:2px;
}
#kpRowLande {
  height:100px;
}
#kpRowLande p {
  margin-left:10px;
}
.kontaktPerson p {
  margin:5px 0px 5px 0px;
}
.kontaktPerson span {
  margin:0px 10px;
}
#kpRowLande span {
  margin:0px 10px 0 0;
}
.kontaktBillede img {
  width:100%;
  height:auto;
}
.unField, .passField, .loginField {
  width:100%;
  margin:5px 0px 5px 0px;
  text-align:center;
}
.unField input, .passField input {
  background:#f6f6f6;
  width:35%;
  height:25px;
  border:1px solid #e9e9e9;
  color:#4b5457;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
label {
  color:#4b5457;
}
.loginField input, .sendKnap input {
  background: #ef8200;
  width:35%;
  height:32px;
  border:1px solid #ef7000;
  cursor:pointer;
  color:#ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.loginField input:hover, .sendKnap input:hover {
  border:2px solid #ef7000;
}
.loginField input:active, .sendKnap input:active {
  background:#ef7000;
}
/*------ Sogefunktion styling ------*/
#xsltsearch {margin: 0; padding-bottom: 20px; width:100%;}
#xsltsearch_navigation {text-align: center; font-size:14px; width:100%; height:22px;}
#xsltsearch_navigation .disabled {color: #AAA;}
#xsltsearch_navigation strong {color: #4b5457;}
#xsltsearch_navigation a {height: 22px;}
#xsltsearch_stats {font-size: 75%; color: #999;}
#xsltsearch_results {padding-bottom: 20px; width:100%;}
/*#previous {background:url(/media/images/back.png) no-repeat 0px 0px;}
#next {background:url(/media/images/forward.png) no-repeat 0px 0px;}*/
a#previous:hover {text-decoration:none;}
a#next:hover {text-decoration:none;}
.xsltsearch_result {width:100%;}
#xsltsearch h2 {font-size: 150%;}
p#xsltsearch_summary {margin-top: 0px;}
.xsltsearch_result p {margin: 0; padding: 0;}
.xsltsearch_result:hover {background: #fafafa;}
.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}
.xsltsearch_title {font-weight: bold;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description {padding-bottom: 15px;}
.xsltsearch_description strong {background: #eaeaea;} /* highlighting */
/*------ Produkt styling ------*/
.produktResult {
  height:auto;
  margin-top:20px;
  margin-left: 3.2%;
  position:relative;
}
.produktSearchBokse .produktResult {
  width: 22.6%;
}
.produktSearchBokse .produktResult:nth-of-type(4n+1) {
  margin-left: 0;
  clear: left;
}
.produktGruppe {
  height:auto;
  margin-top:20px;
  margin-left: 3.2%;
  position:relative;
}
.pgPic img {
  width:100%;
  height:auto;
}
.pgName {
  width:100%;
  position:absolute;
  bottom:4px;
}
.pgName p {
  background-color:rgba(75,84,87,0.75);
  padding:20px 20px;
  margin:0;
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  transition:all 0.5s ease;
}
.pgName p:hover {
  background-color:rgba(239,130,0,0.9);
  padding:14% 20px;
}
.fokusBokse .produktGruppe {
  width: 31.2%;
}
.fokusBokse .produktGruppe:nth-of-type(3n+1) {
  /*margin-left: 0;*/
  /*clear: left;*/
}
.produktTxt {
  width:66.66%;
}
.produktKnap {
  width:32%;
  margin-top:12px;
  margin-left:1.33%;
  position: relative;
}
.produktBtn {
  background: #ef8200 url(/media/images/btnBg.png) no-repeat;
  background-position:bottom right;
  width:100%;
  border:none;
  padding:20px;
  white-space: normal;
  text-align:left;
  cursor:pointer;
  color:#ffffff;
  font-size:14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition:all 0.5s ease;
}
.produktBtn:hover {
  box-shadow:inset 2px 2px 5px #ef7000;
  padding:20px 15px 20px 25px;
}
.produktBtn:active {
  background:#ef7000 url(/media/images/btnBg.png) no-repeat;
  background-position:bottom right;
}
.produktPicTxt {
  width:100%;
  text-align:center;
  margin-bottom:10px;
}
.produktPicTxt img {
  width:auto;
  height:auto;
}
/*------ Formular styling ------*/
.meddelse, .oplysninger {
  background-color:#f6f6f6;
  width:99.5%;
  border:1px solid #e9e9e9;
  margin-bottom:20px;
}
.kf1col, .kfMulti, .kfCbRow {
  width:100%;
}
.kfMulti {
  padding-bottom:20px;
}
.meddelse input, .oplysninger input, textarea,
.meddelse span, .oplysninger span{
  color:#4b5457;
}
.meddelse input, .meddelse span {
  width:94%;
  margin:0% 2.75%;
}
span.validering {
  width:94%;
  margin:0% 20px;
  color:#ef7000;
  font-style:italic;
  font-size:11px;
}
.meddelse input, .oplysninger input {
  height:25px;
  border:1px solid #e9e9e9;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.meddelse textarea {
  width:94%;
  height:150px;
  border:1px solid #e9e9e9;
  margin:0% 2.75%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.kfOverskrift {
  width:100%;
}
.kfOverskrift h2 {
  padding:10px 2.75%;
  font-size:14px;
  font-weight:700;
  color:#4b5457;
}
.kf1col {
  height:63px;
}
.kfColLeft, .kfColRight {
  width:50%;
  height:63px;
}
.kfColLeft input, .kfColLeft span {
  width:91.25%;
  margin:0% 2.75% 0% 5.5%;
}
.kfColRight input, .kfColRight span {
  width:91.25%;
  margin:0% 5.5% 0% 2.75%;
}
.interesseCbList {
  width:94%;
  padding:0;
  margin:0% 2.75%;
  list-style-type:none;
}
.interesseCbList li {
  background:#fff;
  width:31%;
  height:35px;
  float:left;
  margin:5px 1%;
  position:relative;
}
.interesseCbList li input {
  width:auto;
  position:absolute;
  top:4px;
  -webkit-appearance: checkbox;
}
.interesseCbList li label {
  width:auto;
  position:absolute;
  top:7px;
  left:27px;
}
.sendKnap {
  width:94%;
  margin:0px 2.75% 20px 2.75%;
  text-align:center;
}
/*------ Footer div ------*/
#footer {
  margin-top:20px;
}
#footer span {
  color:#ef8200;
  font-size:14px;
  font-weight:700;
}
.sprogMenu {
  width:23.4%;
  margin-right:2%;
}
.adr {
  width:23.4%;
}
.info {
  width:49.2%;
  margin-right:2%;
}
.adr {
  width:23.4%;
}
.info p, .adr p {
  color:#efefef;
  margin:0;
  line-height:20px;
}
.sprogmenu span, .adr span {
  display:block;
}
.footerHeadline, .dealerBtn {
  width:50%;
}
.dealerBtn {
  text-align:right;
}
.footerRTE, .footerTB {
  background:#5b6467;
  width:99.6%;
  margin-top:6px;
  border:1px solid #444d50;
}
.footerTB {
  background:#5b6467 url(/media/images/footerLogo.png) no-repeat;
  background-position:center right;
}
.adrHeadline {
  width:70%;
}
.loginBtn {
  width:30%;
  text-align:right;
}
.loginBtn a {
  float:right;
  color:#5b6467;
  font-size:18px;
  transition:all 0.5s ease;
}
.loginBtn a:hover {
  color:#efefef;
}
.footerPad {
  width:92%;
  padding:4%;
}
.footerPadTB {
  padding:20px;
}
.sprogMenu ul {
  margin:6px 0px 0px 0px;
  padding:0;
  list-style-type:none;
}
.sprogMenu li a {
  background:#5b6467;
  display:block;
  margin:0px 0px 1px 0px;
  padding:10px 0px 10px 20px;
  color:#efefef;
  border:1px solid #444d50;
  transition:all 0.6s ease;
}
.sprogMenu li a:hover {
  background:#444d50;
  text-decoration:none;
  border:1px solid #5b6467;
}
.dealerBtn a {
  background:#5b6467;
  padding:4px 10px 4px 10px;
  color:#efefef;
  border:1px solid #444d50;
  transition:all 0.6s ease;
}
.dealerBtn a:hover {
  background:#444d50;
  text-decoration:none;
  border:1px solid #5b6467;
}
.alert {padding: 1em;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  background: #FBB;
  border: 3px solid #E24E4E;
}

/*------ Breakpoint 1 ------*/
@media screen and (max-width: 1080px) {
  .wrapper {
    width:95%;
  }
  .slider {
    width:100%;
    height:auto;
  }
  .headerbillede img {
    width:100%;
    height:auto;
  }
  #header {
    min-height:auto;
	padding-bottom:15px;
  }
  .headerBillede img {
    margin:0;
  }
  .leftCol, .leftColVis {
    width:22%;
    margin-top:20px;
    margin-right:3%;
  }
  .rightCol {
    width:75%;
    margin-top:20px;
  }
  .fokusBokse .produktGruppe {
	width: 48.4%;
  }
  .fokusBokse .produktGruppe:nth-of-type(3n+1) {
	margin-left: 3.2%;
	clear: none;
  }
  .fokusBokse .produktGruppe:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
  }
  .produktSearchBokse .produktResult {
	width: 31.2%;
  }
  .produktSearchBokse .produktResult:nth-of-type(4n+1) {
	margin-left: 3.2%;
	clear: none;
  }
  .produktSearchBokse .produktResult:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
  }
  .logo {
    width:12.5%;
  }
  .menu {
    width:69.5%;
  }
  .menu a {
    color:#ffffff;
    font-size:13px;
    text-decoration:none;
  }
  .search {
    width:18%
  }
  .search_text {
    width:75%;
  }
  .search_button {
    width:25%;
  }
}
/*------ Breakpoint 2 ------*/
@media screen and (max-width: 768px) {
  #menu {
    position:absolute;
	width:50%;
	border:none;
	top:0;
	right:0;
	z-index:999999;
  }
  #header {
    margin-top:0;
  }
  .leftCol {
    width:100%;
    margin-top:20px;
	display:none;
  }
  .leftColVis {
    width:100%;
    margin-top:20px;
  }
  .rightCol {
    width:100%;
    margin-top:20px;
  }
  .logo {
    width:88px;
    position:absolute;
    margin-top:0;
    left:0;
    top:0px;
    height:100%;
    color:#ffffff;
    margin-left:-44px;
    margin-right:0;
    z-index:2;
  }
  .menu {
    width:100%;
    color:#ffffff;
    position:absolute;
    margin-top:0;
    left:0px;
    top:0px;
    height:100%;
    margin-right:0;
    z-index:1;
  }
  .search {
    width:180px;
    margin-top:0;
    background:#ff9f2d;
    color:#ffffff;
    position:absolute;
    margin-top:0;
    right:0;
    top:12px;
    z-index:3;
  }
  .search_text {
    width:75%;
  }
  .search_button {
    width:25%;
  }
  .produktSearchBokse .produktResult {
	width: 48.4%;
  }
  .produktSearchBokse .produktResult:nth-of-type(3n+1) {
	margin-left: 3.2%;
	clear: none;
  }
  .produktSearchBokse .produktResult:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
  }
  .sprogMenu, .adr, .info {
	width:100%;
	margin:0px 0px 20px 0px;
  }
  .sprogMenu li a {
    display:inline;
	float:left;
    padding:8px 20px 8px 20px;
  }
  iframe {
    height:286px;
  }
  .kfColLeft {
    width:100%;
  }
  .kfColRight {
    width:100%;
  }
  .kfColLeft input, .kfColRight input, 
  .kfColLeft span, .kfColRight span {
    width:94%;
    margin:0% 2.75%;
  }
  .unField input, .passField input {
    width:100%;
    height:25px;
  }
  .loginField input, .sendKnap input {
    width:100%;
    height:32px;
  }
}
/*------ Breakpoint 3 ------*/
@media screen and (max-width: 500px) {
  .footerRTE div {
    -moz-column-count:1; /* Firefox */
    -webkit-column-count:1; /* Safari and Chrome */
    column-count:1;
  }
  .kontaktPerson {
    width:47%;
    padding:1.5%;
  }
  .produktPicTxt img {
    width:70%;
  }
  .interesseCbList li {
    width:48%;
  }
  .produktTxt {
    width:100%;
  }
  .produktKnap {
    width:100%;
	min-height:100px;
    margin:0 0 20px 0;
    margin-left:0%;
  }
}
/*------ Breakpoint 4 ------*/
@media screen and (max-width: 380px) {
  .search {
    width:100px;
  }
  .search_text {
    width:75%;
  }
  .search_button {
    width:25%;
  }
  .produktGruppe, .produktResult {
	width: 100% !important;
	margin-left: 0 !important;
	clear: none !important;
  }
  .pgName p:hover {
    padding:20% 20px;
  }
  .toKolonner {
    width: 100%;
    -moz-column-count:1; /* Firefox */
    -webkit-column-count:1; /* Safari and Chrome */
    column-count:1;
    -moz-column-gap:20px; /* Firefox */
    -webkit-column-gap:20px; /* Safari and Chrome */
    column-gap:20px;
  }
  .sprogMenu li a {
    display:block;
	float:none;
    padding:8px 0px 8px 20px;
  }
  iframe {
    height:216px;
  }
  .kontaktPerson {
    width:100%;
    padding:0%;
  }
  .produktPicTxt img {
    width:100%;
  }
  .interesseCbList li {
    width:98%;
  }
}

/*------ Breadcrumb ------*/
ul#breadcrumbs-one{
  margin:20px 0px 0px 0px;
  padding:0;
}
#breadcrumbs-one{
  background: #f6f6f6;
  border-width: 1px;
  border-style: solid;
  border-color: #e9e9e9;
  overflow: hidden;
}
#breadcrumbs-one li:last-child{
  float: left;
  list-style-type:none;
  padding: .4em .5em .4em 2em;
}
#breadcrumbs-one li{
  float: left;
  list-style-type:none;
  color: #899397;
}
#breadcrumbs-one a{
  padding: .4em .5em .4em 2em;
  float: left;
  text-decoration: none;
  color: #9ba7ab;
  position: relative;
  background-color: #f6f6f6;  
}

#breadcrumbs-one li:first-child a {
  padding-left: 1em;
}
#breadcrumbs-one a:hover{
  background: #efefef;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #f6f6f6;  
}

#breadcrumbs-one a::before{
  border-left-color: #e9e9e9;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #efefef;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
/*----------- Tabs -----------*/
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  padding: 6px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.resp-tabs-container {
  width:100%;
  padding: 0px;
  background-color: #f6f6f6;
  clear: left;
  .border: 1px solid #e9e9e9;
}
h5.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 3%;
}
.resp-tab-active {
  border: 1px solid #e9e9e9;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 6px 14px 7px 14px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #f6f6f6;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
.resp-tab-content {
  width:93.75%;
  border: 1px solid #e9e9e9;
}
h5.resp-accordion {
  font-size: 13px;
  border: 1px solid #e9e9e9;
  border-top: 0px solid #e9e9e9;
  margin: 0px;
  padding: 7px 15px;
}
h5.resp-tab-active {
  border-bottom: 0px solid #e9e9e9 !important;
  margin-bottom: 0px !important;
  padding: 7px 15px !important;
}
h5.resp-tab-title:last-child {
  border-bottom: 12px solid #e9e9e9 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #e9e9e9;
  border-right: none;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #e9e9e9;
}

h5.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #4B5457;
}
/*-----------Accordion styles-----------*/
h5.resp-tab-active {
    background: #e9e9e9 !important;
}
.resp-easy-accordion  h5.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e9e9e9;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e9e9e9 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h5.resp-accordion:first-child {
  border-top: 1px solid #e9e9e9 !important;
}
/*-- Tabs breakpoint --*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
	display: none;
  }
  h5.resp-accordion {
	display: block;
    color:#4B5457;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #e9e9e9;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-tabs-container {
    width:100%;
    border: 0px solid #e9e9e9;
  }
  .resp-accordion-closed {
    display:none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #e9e9e9 !important;
  }
}
/*----------- Galleri -----------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides {
  margin: 0 auto 40px;
  }
#slider3 {
  box-shadow: none;
  margin: 0 auto;
  }
.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 767px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 4px;
  line-height: 24px;
  }
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
.caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(75, 84, 87, 0.75);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 20px;
  margin: 0;
  max-width: none;
  }
.caption p {
  font-size: 14px;
  color: #fff;
  }
#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}
#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #ef8200;
}
#slider3-pager a {
  padding: 0;
}
.rslides_container {
  position: relative;
  margin-bottom: 10px;
}
.rslides1_nav {
  background: rgba(75, 84, 87, 0.5);
  position: absolute;
  top: 40%;
  z-index: 2;
  padding: 20px 20px;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease;
}
.rslides1_nav:hover {
  background: rgba(75, 84, 87, 1);
  text-decoration: none;
  color: #fff;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
/*-- Galleri breakpoint --*/
@media only screen and (max-width: 456px) {
  .rslides_tabs li {
    display: inline-block;
    float: none;
    margin-right: 4px;
    line-height: 24px;
    width: 24%;
  }
  .rslides_tabs li img {
    width: 100%;
    }
  .rslides1_nav {
    top: 35%;
    padding: 20px 15px;
  }
}
/*-- Galleri breakpoint 2 --*/
@media only screen and (max-width: 419px) {
  .rslides_tabs li {
    display: inline-block;
    float: none;
    margin-right: 4px;
    line-height: 24px;
    width: 18%;
  }
  .rslides1_nav {
    top: 0%;
    padding: 20px 10px;
  }
}
.galBtn {
  background-color: #4b5457;
  background-image: url(/Media/images/images.svg);
  background-repeat: no-repeat;
  background-position: bottom -15px right -10px;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.galBtn a {
  padding: 22px;
  display: block;
  color: #fff;
  font-size: 14px; 
}
.galBtn:hover {
  background-color: #ef8200;
  background-position: bottom -10px right -5px;
}
.galBtn a:hover {
  text-decoration: none;
}

.download-block {
    margin-top: 0.5em;
    margin-left: 2.8em;
    float:none !important;
}

.download-block .content {
    display: block;
    background: none;
    color: #000;
    min-height: 40px;
    float:none;
}

.download-block .content .point {
    margin-left: -35px;
    background: none;
    width: 35px;
    height: 45px;
    display: inline-block;
    padding-top: 10px;
}

.download-block .content .point i {
    width: 1.375em;
    height: 1.375em;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-family: Arial;
    font-weight: 500;
    background: #c1d72d;
    color: #000;
    text-decoration: none;
    margin-left: 7px;
}

.download-block .content .point.minus i {
    line-height: 1.45em;
    padding-left: 6px;
}

.download-block .content .point.plus i {
    line-height: 1.45em;
    padding-left: 6px;
}

.download-block .content .text {
    padding-top: 10px;
}

.download-block a, .download-block {
    display: block;
    background: none;
    color: #000;
    text-decoration: none;
    font-family: 'Armata', sans-serif;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: bold;
}

.download-block li a {
    padding: 8px 0 4px 5px;
}

.download-block a:hover {
    background: #f7f7f7;
}

.download-block > ul {
    margin-left: 0;
    padding-left: 10px;
}

.download-block li {
    list-style: none;
}

.download-block i {
    font-family: 'Armata', sans-serif;
    font-size: 1.0em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    padding-right: 0.5em;
}

.download-block i.fa {
    font-family: FontAwesome;
}

.download-block li.file {
    padding-top: 5px;
    min-height: 30px;
}

.download-block li.file, .download-block li.file a, .download-block li.link, .download-block li.link a {
    font-weight: normal;
    text-transform: none;
    font-size: 0.9em;
}
.download-block .innertext p {
    font-size:10px;
    margin-top:0;
    margin-bottom:0;
}

/* Try to fix unwanted contacts */
/*.thisContactForm input#txtBoxWebsite { display: none; }*/






.fokusBokse.w2of3 {
	width: 65.6%;
}
.fokusBokse.w2of3 .produktGruppe {
	width: 47.56%;
	margin-left: 4.88%;
}
.fokusBokse.w2of3 .produktGruppe:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}


.fokusBokse.w1of3 {
	width: 34.4%;
}
.fokusBokse.w1of3 .produktGruppe {
	width: 90.7%;
	margin-left: 9.3%;
}

/*------ Breakpoint 1 ------*/
@media screen and (max-width: 1080px) {
	.fokusBokse.w2of3 {
		width: 100%;
	}
	.fokusBokse.w1of3 {
		width: 100%;
	}
	.fokusBokse.w1of3 .produktGruppe {
		width: 47.56%;
		margin-left: 4.88%;
	}
	.fokusBokse.w1of3 .produktGruppe:nth-of-type(2n+1) {
	  margin-left: 0;
	}

}
/*------ Breakpoint 2 ------*/
@media screen and (max-width: 768px) {
}
/*------ Breakpoint 3 ------*/
@media screen and (max-width: 500px) {
}
/*------ Breakpoint 4 ------*/
@media screen and (max-width: 380px) {
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
