@charset "UTF-8";
/**
 * (en) Stylesheet for Tabs Plugin
 * (de) Stylesheet Tabs Plugin
 *
 * @copyright       Copyright 2010, crossbase mediasolution GmbH
 * @version         1.0
 */

@media screen, projection
{
  .jquery_tabs {
    display: table;
    table-layout: fixed;
    margin: 0;
    width: 100%;
    background-color: transparent;
  }

  .jquery_tabs ul.tabs-list {
    border: none;
    display: block;
    list-style-type: none;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    }

  .jquery_tabs ul.tabs-list li {
    font-family: 'FF Din Web Pro Black', Verdana, sans-serif;
    /*background-color: #e6e6e6;*/
    background-color: #fff;
    border: 2px solid #fff;
    display: inline;
    float: left;
    margin: 0 8px 8px 0;
    padding: 0;
  }

  .jquery_tabs ul.tabs-list li a {
    background-color: transparent;
    display: block;
    float: left;
    padding: 4px 8px 1px 8px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #a1007b;
  }

  .jquery_tabs .content {
    padding: 0;
  }

  .jquery_tabs h4 {
    margin: 0;
   }

  .jquery_tabs ul.tabs-list li a:focus,
  .jquery_tabs ul.tabs-list li a:hover,
  .jquery_tabs ul.tabs-list li a:active {
    background-color: transparent;
    color: #808080;
  }

  .jquery_tabs ul.tabs-list li.current a,
  .jquery_tabs ul.tabs-list li.current a:focus,
  .jquery_tabs ul.tabs-list li.current a:hover,
  .jquery_tabs ul.tabs-list li.current a:active {
    background-color: transparent;
    color: #808080;
  }

  .js .jquery_tabs .current-info,
  .js .jquery_tabs .accessibletabsanchor{
    left: -999em;
    position: absolute;
  }

  .jquery-tabs,
	.jquery_tabs .tab-content {
    padding: 0;
  }

  .jquery_tabs .tab-content .boxgroupwrapper {
    margin: 5px -9px 0 -9px;
  }

  .jquery_tabs .tab-content .tablebox {
    margin-top: -10px;
    margin-bottom: 1em;
    padding-bottom: 0;
  }

  .basic  .jquery_tabs ul.tabs-list li {
    background-color: #fff;
    border: 2px solid #dbdbdb;
		border-bottom: none;
    display: inline;
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
  }

  .basic  .jquery_tabs ul.tabs-list li.current {
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
  }

  .basic  .jquery_tabs .tab-content {
	border: 2px solid #dbdbdb;
	margin-bottom: 8px;
	padding: 8px 8px 0 8px;
  }


  .basic .jquery_tabs .content h4 {
	border: none;
	padding: 0;
	}

  .jquery_tabs .tabhead  {
    left: -32768px;
    position: absolute;
  }
}

@media screen
{
	.jquery-tabs:before,
	.jquery-tabs:after,
	.jquery_tabs .tab-content:before,
	.jquery_tabs .tab-content:after {
		content: '';
		display: table;
		width: 100%;
	}
}

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Media Query 600 */
  /* (de) Media Query 600 */
  /*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px)
{

  .jquery_tabs {
    display: block;
  }

  .jquery_tabs ul.tabs-list li {
    float: none;
    display: block;
    margin-right: auto;
    width: 75%
  }

  .jquery_tabs ul.tabs-list li a {
    float: none;
  }

  .jquery_tabs .basic > .subc {
	padding: 8px 8px 0 8px;
	overflow: hidden;
  }

  .basic  .jquery_tabs ul.tabs-list li.current {
	border-bottom: none;
	margin-bottom: 0;
  }


}
