
html, body {
    background: #eee;
    font-family: "Open sans", Neue, Verdana, Arial, Helvetica;
    font-size:12px;
    margin: 0;
    padding: 0;
}

body {
    max-width: 1600px;
    margin: 0px auto;
}

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#content legend {
    float: none;
    width: auto;
    margin-bottom: 0;
    line-height: inherit;
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
}

#content fieldset {
    padding: 0.625rem;
    margin-bottom: 1rem;
    border: 1px solid #cfcfcf;
}

#content .admincontainer fieldset {
    border: 1px solid #c0c0c0;
}

#content input[size] {
    max-width: 100%;
}

a {
    color: #000;
}

a img{
    border:none;
}

img.fullsizeimage {
    width: 100%;
}

.nojs-msg > span,
.lte-ie8-msg{
    background-color: #ddd;
    border-bottom: 2px solid #fff;
    color: #600012;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 0.5%;
    width: 100%;
}

article, section{
    display: inline;
}

.blanktag {  /* Wichtig! Drin lassen, sonst Haue! ----------------------- */
    display: none;
    background: none !important;
}

.abstandunten {
    margin-bottom: 20px;
}

.mobile {
    display: none;
}

#pagewrapper {
    background: #fff;
    margin-top: 0;
    width: 100%;
    min-width: 1000px;
    box-shadow: 0px 0px 10px #333333;
}

.oneclickaktiv {
    opacity: 0.5;
    background: url(/img/loader.gif) no-repeat !important;
}

.hidden {
    display: none;
}

.moremeta {
    clear: left;
    text-align: right;
    max-width: 960px;
}

.wrapper .moremeta {
    margin-right: 3%;
}

#content.normal {
    padding: 5px 20px 10px 20px;
    overflow: hidden;
}

.container > .search-info {
    padding-top: 10px;
    line-height: 3em;
    color: #666;
}

.container > .search-info select{
    line-height: 1em;
}

.container > .search-info > p {
    letter-spacing: 0px;
    font-size: 0.8em;
}

.bottombox {
    width: 200px;
    height:200px;
    float:left;
    padding:5px;
    margin: 5px;
    border:1px solid #eee;
    border-radius: 5px;
}



#editcontainer {
}

#editstammcontainer {
}

#editstammcontainer div,
#editcontainer div {
    clear: left;
}

.editfname {
    display: inline-block;
    width: 180px;
    float: left;
    margin-bottom: 10px;
}

.editfinhalt {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    max-width: 100%;
}

.medit_error {
    border: 1px solid red;
}

.medit_warning {
    border: 1px solid orange;
}

h1 { margin: 0 0 20px 0;
     font-size: 2em;
}
h2 { margin: 14px 0;
     font-size: 1.3em;
     color: #333;
}
h3 {
    
}
h3,h4,h5 { margin: 0 0 10px 0; font-size: 1em;}

h1,h2,h3,h4,h5,h6 {
    border-bottom: 1px solid #ccc;
}


.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.middle-align {
    vertical-align: middle;
}


.topmargin {
    margin-top: 10px;
}

.explanation {
    /*
    background: #f1e6db;
    color: #333;
    */
    background: #f9f9f9;
    color: #333;
    border-bottom: 1px solid #999;
}

.explanation h2{
    margin: 0 0 1em 0;
    padding: 0.5em 6% 0.5em 3%;
    background: #333;
    color: #fff !important;
    
    border-bottom: 1px solid #fff;
    
    -webkit-box-shadow:  0px 1px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 1px 4px 1px rgba(0, 0, 0, 0.2);
    
}

.explanation p {
     padding: 0 10% 1em 3%;
}

.floaticon {
    float: left;
    margin-right:10px;
    margin-bottom: 10px;
}


.clear {
    clear: both;
}

.clear hr{
    display: none;
}

.prelative {
    position: relative;
}

.pabsolute {
    position: absolute;
}

.bgverlauf {
    border-right: 0px solid #eee;
    border-bottom: 1px solid #999999;
    
    border-radius: 0 0 10px 10px;
    padding: 5px;

    background: -webkit-linear-gradient(#fff 70%, #ece9de 100%);
    background: -moz-linear-gradient(#fff 70%, #ece9de 100%);
    background: -o-linear-gradient(#fff 70%, #ece9de 100%);
    background: linear-gradient(#fff 70%, #ece9de 100%);
}

/** -- Merkliste -----------------------------------------*/

.merklisteitem {
    position: relative;
    border-radius: 10px 10px 10px 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-top: 10px;
    min-height: 165px;
}

.merklisteitem .wkdeletebutton {
    position: absolute;
    top:15px;
    right: 15px;
}

@media only screen and (min-width: 1000px) {
    .merklisteitem:nth-of-type(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 1512px) {

    .merklisteitem:nth-of-type(2n+1) {
        clear: none;
    }

    .merklisteitem:nth-of-type(3n+1) {
        clear: left;
    }
}


/** -- Float ohne Breite -----------------------------------------*/
.floatleft {
    float: left;
}




/** - BACK -----------------------------------------------------------*/

.backbutton {
    background: url(/img/back.png) no-repeat top left;
    padding-left: 20px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.backbutton span{
    background: url(/img/back.png) no-repeat top right;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding-right: 15px;
}


.admcolor {
    background: #fffccc;
}

/*
.einheitlabel span.eboxingdate,
.einheitlabel span.ekiste {
    margin-left: 5px;
}
*/

/** - Empfehlung -----------------------------------------------------------*/

.welcomeround {
    border-radius: 10px;
}

div.empfehlungcontainer {
    position: relative;
    
    height: 320px;
    padding: 10px 30px 20px 30px;
}

div.empfehlungcontainer h3 {
    color: #444;
    border-bottom: none;
    font-size: 1.5em;
}

div.empfehlungcontainer p {
    margin: 0 0 10px 0;
}

div.angebotderwoche {
    
}

div.angebotderwoche .preis {
    color: #d00;
}

div.angebotderwoche .altpreis {
    font-size: 0.9em;
    text-decoration: line-through;
    margin-left: 10px;
}

/** - Portotabellen -----------------------------------------------------------*/

.portotable {
    width: 100%;
    background: #fcfcfc;
}

.portotable td,
.portotable th{
    padding: 0.3em 0.5em;
}

.portotable th{
    text-align: left;
}

.portotable thead th{
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    
    background: #eee;
}

.portotable tbody th{
    font-weight: normal;
    width: 70%;
}

/* _______________________ Standardtabellen ____________________________________ */

table.StandardTable {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

table.StandardTable th {
    background: #7f8c8d;
    color: #fff;
}

table.StandardTable th,
table.StandardTable td {
    margin: 0;
    padding: 1em;
    vertical-align: top;
    border: 1px solid #CCCCCC;
}
table.StandardTable tr:not(:last-child) td {
    border-bottom: 1px solid #CCCCCC;
}


/** -- Auszeichnungen ---------------------------------------------------------- */
#awards p.award{
    width: 184px;
    height: 184px;
    text-align: center;
}

#awards p.award img{
    max-width: 100%;
    max-height: 184px;
    display: inline-block;
}

.ws-container .more_content_sidebar {
    background: #F9F9F9;
    font-size: 1.3em;
}

.ws-container .more_content_sidebar h2{
    background: #333;
    color: #fff;
    margin-top: 0;
    padding: 0.5em;
}

.ws-container .more_content_sidebar h3{
    margin: 0.5em 1em 0em;
}

.ws-container .more_content_sidebar ul {
    margin: 0.5em 1em 1.5em;
    padding: 0;
    list-style-type: none;
}

.ws-container .more_content_sidebar ul li a{
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding: 0.3em 0;
}

.toplist_sidebar_rdsgn ul .topliste_oberpunkt{
	padding: 0 !important;
}

.toplist_sidebar_rdsgn ul .topliste_oberpunkt > div{
	padding: .3em;
}

.toplist_sidebar_rdsgn ul .topliste_only_link > a{
	padding: .3em;
	display: block !important;
}

.toplist_sidebar_rdsgn ul .topliste_oberpunkt > div:hover{
	color: #ffffff;
	background-color: var(--color-primary);
	cursor: pointer;
}

.toplist_sidebar_rdsgn ul .topliste_only_link:hover{
	color: #ffffff;
	background-color: var(--color-primary);
	cursor: pointer;
}

.toplist_sidebar_rdsgn ul .topliste_oberpunkt > .sublist .topliste_alles_anzeigen{
	color: #ffffff;
	background-color: var(--color-primary);
	text-align: center;
}

.toplist_sidebar_rdsgn ul .topliste_oberpunkt > .sublist > a > li:hover{
	color: #ffffff;
	background-color: var(--color-primary);
}

#toplisten_navigation .topliste_show_more a > li{
	padding-left:  .5em;
}

.DetailVariant > .rankingnumber{
	overflow: visible;
	font-size: 700%;
	margin-bottom: 5px;
	height: 2ex;
	line-height: 1.8ex;
	color: #999;
	font-weight: 700;
}

.DetailVariant > .toplist-price-info > .aligncenter > a{
	text-decoration: underline;
}


/* formatiert die shop-navigationsseite (cigarworld.de/shop/index) */
#categoriesContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#categoriesContainer a {
    text-decoration: none;
}
.category {
    flex: 1 500px;
    padding-right: 10px;
}
div.categoryImageContainer {
    overflow: hidden;
    margin-bottom: 2em;
}
div.warengruppenContainer {
    display: flex;
    flex-wrap: wrap;
}
div.hauptWarengruppenContainer {
    flex: 0 14em;
    margin-bottom: 2.5em;
    margin-right: 2.5em;        
}

/* -------------- Empfehlung der Woche ---------------- */
.empfehlung_der_woche_explanation {
	text-align: right;
	margin-right: 10px;
	font-size: 1.1em
}

.empfehlung_der_woche_explanation a {
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	color: var(--color-primary);
}

.empfehlung_der_woche_explanation a:hover {
	color: #000;
}

.empfehlung_der_woche_explanation a .tooltip_content {
	color: #000;
	text-align: left;
	border-bottom: 1px solid #ccc; 
}

#team_page a {
	text-decoration: none;
}

/* -------------- Alle Marken ---------------- */
#alle_marken #alle_marken_nav {
    margin: 0 auto !important;
    float: none !important;
}
#alle_marken #alle_marken_nav ul{
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}

#alle_marken #alle_marken_nav ul:after{
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
}

#alle_marken #alle_marken_nav li{
    display: inline-block;
    margin: 0;
    padding: .5em;
    font-size: 1.3em;
}

/* ----- Formatierung der Bestseller-Listen-Navigation------------ */
#toplisten_navigation li:last-child {
    padding:  0.3em 0;
    border-bottom: none !important;
}
#toplisten_navigation li {
    padding:  0.3em 0;
    border-bottom: 1px solid #EEE;
}

#toplisten_navigation li a {
    /* macht nur formatierungen an anderer stelle rückgängig. beim einpflegen berücksichtigen */
    display: inline;
    padding: none;
    border-bottom: none;
}
#toplisten_navigation li .showSubList {
    text-align: right;
}
#toplisten_navigation li div {
    width: 100%;
}
#toplisten_navigation ul.sublist {
    padding: 0.5em 1em;
    background-color: #EDEDED;
    display: none;
    margin: 0;

}
#toplisten_navigation ul.sublist li {
    border-bottom: 1px solid #D9D9D9;            
}

/* durch grunticon erzeugte SVG-sprites */
.svgSprite {
    /* die grafik soll immer den ganzen container ausfüllen und automatisch skalieren */
    background-size: 100% auto;
    /* damit die icons in einer zeile angezeigt werden können */
    display: inline-block;
}

/* die sterne bei bewerungen */
span.bewertung.glyphicons-star {
    color: #ffb500;
    text-shadow: #8c8c94 1px 1px;
    font-size: 7pt;
    margin-right: -1em;
    margin-left: -0.3em;
    vertical-align: middle;   
}

span.bewertung.glyphicons-star.non-active {
    color: #E1E1E1;
}

span.bewertung.glyphicons-star:before {
    vertical-align: initial;   
}


#cigarworld_agb,
#cigarworld_datenschutz{
	font-size: 1rem;
}
	
#cigarworld_agb table {
	border-collapse: collapse;
	width: 100%;
}

#cigarworld_agb table td{
	padding: 5px;	
}

#cigarworld_agb p {
	margin-bottom: 10px;
	margin-top: 0;
}

#cigarworld_widerruf {
	border: 2px solid #ddd;
	background-color: #f4f4f4;
}

#cigarworld_agb #cigarworld_porto{
	border: 1px solid #ddd;
}

#cigarworld_agb #cigarworld_porto td{
	border: 1px solid #ddd;
	text-align: center;
}

.artikelteaser .badges{
	display: block;
	margin-top: 5px;
	text-decoration: none;
}

.artikelteaser .badges .glyphicons{
	margin: 0;
	vertical-align: middle;
	font-size: 1.2em;
	line-height: 1;
	text-shadow: none;
	/*text-shadow: 0 0 0px 1px rgba(0,0,0,0.5);*/
	color: #666;
	margin: 0 3px;
	cursor: pointer;
}

.artikelteaser .badges .glyphicons.toppreisleistung{
	color: #59120E;
}

.artikelteaser .badges .glyphicons.topbewertungen{
	color: #FECE00;
}

.artikelteaser .badges .glyphicons.lieferstatus{
	color: #555;
}

.artikelteaser .badges .glyphicons:before{
	padding: 0;
	line-height: 1;
	vertical-align: middle;
}

td.preis {
    text-align: right;
}

/*
.artikelteaser .badges{
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 0.75em;
  font-family: arial;
  width: 100%;
}

.artikelteaser .badges .toppreisleistung,
.artikelteaser .badges .topbewertungen{
  background-color: #eee;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #555;
  border: 1px solid #ddd;
  padding: 3px 2px;
  margin: 0 0px 4px 0;
  border-radius: 2px;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.1), 0 0 2px rgba(0,0,0,0.1);
  cursor: default;
  vertical-align: middle;
  line-height: 1;
  opacity: 0.9;
}

.artikelteaser .badges .toppreisleistung{
	
}

.artikelteaser .badges .topbewertungen{
	background-color: #ffb500;
	border-color: #ffb500;
}

.artikelteaser .badges .glyphicons{
	margin-right: 5px;
}

.artikelteaser .badges .glyphicons:before{
	padding: 0;
	line-height: 1;
}
*/

#mytabs{
	border: 0;
	padding: 0;
}

#mytabvarianten{
	padding: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: #560013;
	border: 1px solid #c5c5c5;
}

.ui-tabs .ui-tabs-nav{
	padding: 0;
	background: none;
	border: 0;
}

.lounge-info {
	padding: 0 6px;
	text-align: justify;
}

#lounge-gallery #lounge-gallery-header {
	margin: 0.8em 0;
}

#lounge-gallery #bigImageLounge {
	margin: 0 0 0.5% 0.5%;
	width: 99%;
}

#lounge-gallery .ws-u-lg-1-5 {
	padding: 0.5%;
}

#lounge-gallery .ws-u-lg-1-5 img {
	width: 100%;
}



.tv 
{   
    font-size: 140px !important;
    margin-left: 50%;
    transform: translate(-50%, -82%);
    width: 144px !important;
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 50%;
    background-size:contain ; 
    background-repeat: no-repeat;
    
    
}

.tv-Inside
{
    background-image: url('../../img/tv.png');        
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 50%; 
    margin-left: 50%;
    transform: translate(-50%, -50%);
    background-size:contain ; 
    background-repeat: no-repeat;  
    z-index: 3;     
    
}
                
.YTthumb
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%!important;
    height: 90%;
    transform: translate(-50%, -50%);
}

.CTVBG
{
    background-size: cover;       
    height: 176px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    margin-top: -32px;
}

@media screen and (max-width: 35.5em)
{
    .tv
    {
        width: 122px !important; 
    }
}
@media screen and (max-width: 64em)
{
    .tv-inside
    {
        font-size: 140px !important;
        margin-left: 50%;
        transform: translate(-50%, -66%);
        width: 55% !important;
        position: absolute;
        z-index: 2;
        top: 45%;
    }
    

    
    .mobileItemOffset
    {
        margin-left: 41.66%; 
        padding-bottom: 5px !important;
    }

}


.hint-coupon{
	padding-bottom: 1em;
}

.hint-coupon-inner{
	color: #333;
	padding: 0.5em;
	border: 1px solid #eee;
	border-radius: 1px;
}

.hint-coupon-icon {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 1.5em;
}

.hint-coupon-text {
	width: 85%;
	padding-left: 1em;
	display: inline-block;
	vertical-align: middle;
}

#cw-suggestions .notice {
	display: none;
}


.dwnloffer {
    clear: both;
}

.gaauswahl p {
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.gaitem {
    height: 170px;
}

.gaitem div.checkcontainer {
    background: #723d44;
    color: white;
    border-radius: 3px;
    padding: 3px;
    width: 120px;
}

.gaitem div.bild {
    height: 60px;
}

.gaitem div.text {
    height: 70px;
}

