.fixedcarrer
{
  display:none;
}

.prev {
    background: url('/assets/source-unavailable.svg') no-repeat scroll -46px -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 108px;
}

.next {
    background: url('/assets/source-unavailable.svg') no-repeat scroll 0 -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 108px;
    bottom: 0;
    left: 0;
}


.end {
    background: url('/assets/source-unavailable.svg') no-repeat scroll -92px -92px transparent;
    height: 44px;
    width: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.next, .prev, .end {
    padding: 0;
    border: medium none;    
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  margin:0 10px;
}

.torgsContainer {
    text-align:center;
}


[role="tablist"] {
  min-width: 550px;
  margin:0 0 40px 0;
}


@media(max-width:800px)
{
  [role="tablist"] {
    min-width: inherit;
    display: contents;
  }

  
}


[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
  position: relative;
  z-index: 2;
  top: 2px;
  margin: 0;
  margin-top: 4px;
  border: 1px solid black;
  /*border-bottom: 2px solid hsl(219deg 1% 72%);*/
  overflow: visible;
  background: white;
  outline: none;
  font-weight: bold;
}

[role="tab"][aria-selected="true"] {
  
  background: black;
  color:white;
  
}

[role="tab"][aria-selected="false"] {
  /*border-bottom: 1px solid hsl(219deg 1% 72%);*/
}

[role="tab"] span.focus {
  display: inline-block;
  margin: 2px;
  padding: 4px 6px;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
  padding: 2px 4px;
  border: 2px solid rgb(36 116 214);
  border-radius: 3px;
}

[role="tabpanel"] {
  /*padding: 5px;
  border: 2px solid hsl(219deg 1% 72%);*/
  border-radius: 0 5px 5px;
  background: hsl(220deg 43% 99%);
  min-height: 10em;
  min-width: 550px;
  overflow: auto;
}

[role="tabpanel"].is-hidden {
  display: none;
}

[role="tabpanel"] p {
  margin: 0;
}




/******************/

.tabcontainer.show .tabitem
{
  display:none;
}


.tabitem.show
{
  /* width: 50%; */
  margin: auto 25%;
  display:grid !important;
  grid-template-columns:auto auto;
  direction:ltr;
  top: 250px;
  position: absolute;
}

.tabitem.show .tabitesubtitle
{
  position:absolute;
  /* text-align:center; */
  /* right: 40%; */
  top: -84px;
  direction: rtl;
  font-size: 36px;
  width: 100%;
  line-height: 1;
}

.tabitem.show .tabitemdescription
{
  display:block !important;
  text-align: right;
}

.tabitem.show .tabitemsubdate
{
  display:none;
}
.tabcontainer.show
{
  position:absolute !important;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  
}

.navigationContainer
{
  display:none;
}


.tabcontainer.show .navigationContainer
{
  display: initial;
  background: black;
  height: 100px;
  width: 100%;
  /* padding: 0px; */
  z-index: 400;
  padding: 25px 0 0 0;
  /* display: grid; */
  /* grid-template-columns: 100px 100px 100px; */
  grid-column-start: 1;
  grid-column-end: 5;
}




.tabitem
{
    text-align:center;
}

.tabitemimage
{
    width: 270px;
    height: 170px;
    object-fit: cover;
}

.tabitem.show .tabitemimage
{
 display:none;
}

.tabitemdescimage
{
  width:280px;
  height:180px;
  float:left;
  object-fit: contain;
}

.tabcontainer
{
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 25% 25% 25% 25%;
}

@media(max-width:1124px)
{
  .tabcontainer
  {  
      grid-template-columns: 33% 33% 33%;
  }
}

@media(max-width:828px)
{
  .tabcontainer
  {  
      grid-template-columns: 50% 50%;
    margin:20px auto 0 auto;
  }
}

@media(max-width:610px)
{
  .tabcontainer
  {
      grid-template-columns: 100%;
      
  }

  [role="tabpanel"] {      
      min-width: inherit;      
  }
}

.tabitemcontent
{
    position:relative;
}


.tabitemdata
{
    position:absolute;
    top:0px;
    background:black;
    width:100%;
    height:100%;
    color:white;
    text-align:center;
    padding:50px 20px 0 20px;
    opacity: 0;
}

.tabitemdata:hover, .tabitemdata:focus
{
    opacity: 1;   
    transition: opacity 0.5s;
}

.tabitem.show .tabitemdata:hover, .tabitem.show .tabitemdata:focus {
    opacity: 0;
    transition: opacity 0.5s;
}

.tabitemreadmore
{
    background:#00437b;
    color:white;
    padding:4px;
}

.tabitemreadmore:hover
{
  color:white;  
}


.tabitesubtitle
{
    color:#00437b;
    font-size: 18px;
}

