/*!
 * für Version Bootstrap v3.3.2 
 * Copyright 2015 mobile & more gmbh
 */

/*eingebundene zusätzliche css Datei */
	@import "design-se.css";


/* Auswahl treffen wegen Farbe der Modaldialoge zum Warenkorb */
	@import "modal-weinrot.css";

	/*@import "modal-blau-gradient.css";*/
	/*@import "modal-gruen-gradient.css";*/
	/*@import "modal-gruen-gradient-dark.css";*/
	/*@import "modal-orange-gradient.css";*/
	/*@import "modal-gruen.css";*/
	/*@import "modal-orange.css";*/
	/*@import "modal-blau.css";*/



/*CSS für Abstand rechts */
.abstand-rechts {
  margin-right: 5px; 
}

/*CSS für Abstand links */
.abstand-rechts {
  margin-left: 5px; 
}



/*! NACH OBEN SCROLLEN */
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: bold;
	color: white;
	background-color: rgba(235, 147, 22, 0.5);
	font-size: 120%;
  	font-weight: bold;
	padding: 1em;
	display: none;
	width: 45px; height:45px;
    -moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;

}

.go-top:hover {
	background-color: rgba(235, 147, 22, 0.9);
}

.colFuss > a {
	color: #fff;
	text-decoration: none;
}


/*! START CAROUSEL MOD CSS */
/*!body { padding-top: 10px; }  */

/*#####################
Additional Styles (required)
######################*/

#myCarousel .thumbnail {
margin-bottom:0;
}
.carousel-control {
color:#428BCA;
top:44%;
bottom:auto;
opacity:1;
}
.carousel-control:hover {
color:#d9534f;
}
.carousel-control.left, .carousel-control.right {
background-image:none !important;
}
.carousel-control.right {
left:auto;
right:-10px;
}
.carousel-control.left {
right:auto;
left:-10px;
}

.carousel .carousel-inner {
height: 100% 
}



/* Wrapper zur Erstellung Sticky Footer der immer ganz unten sitzt */

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -75px;
    padding-bottom: 70px;
    min-height: -webkit-calc(90% - 100px);     /* Chrome */
    min-height: -moz-calc(90% - 100px);     /* Firefox */
    min-height: calc(90% - 100px);     /* native */
}
.footer {
    position: relative;
    clear:both;
    height: 100px;
}


/* extra Farbe Grau Weiss ohne Extras für badge - Kreise in der Navigation */

.badge-outline-grey {
    color: grey;
    border: 1px solid #999;
    background-color: #fff;
}

.badge-outline-grey {
    color: grey;
    border: 1px solid #999;
    background-color: #fff;
}

.badge-outline-grey.badge-success {
    border-color: #468847;
}


/* extra Farbe Grau Weiss mit Schatten für badge - Kreise in der Navigation */

.badge-outline-grey-schatten {
    color: grey;
    border: 1px solid #999;
    background-color: #fff;
	-moz-box-shadow:    1px 3px 2px 0px #ccc;
  	-webkit-box-shadow: 1px 3px 2px 0px #ccc;
	box-shadow:         1px 3px 2px 0px #ccc;
}

.badge-outline-grey-schatten.badge-success {
    border-color: #468847;
}


/* extra Farbe für AKTIVEN NAVIPUNKT mit Schatten für badge - Kreise in der Navigation */

.badge-outline-activ-schatten {
    color: red;
    border: 1px solid #999;
    background-color: #fff;
	-moz-box-shadow:    1px 3px 2px 0px #ccc;
  	-webkit-box-shadow: 1px 3px 2px 0px #ccc;
	box-shadow:         1px 3px 2px 0px #ccc;
}

.badge-outline-activ-schatten.badge-success {
    border-color: #468847;
}



/* extra Farbe Schwarz für badge - Kreise in der Navigation */

.badge-outline-black {
    color: black;
    border: 1px solid #999;
        background-color: transparent;
}

.badge-outline-black.badge-success {
    border-color: #468847;
}


/* extra Farben für Links */

a.link-weiss:link {
  color:#FFFFFF;
  font-weight: normal;
  font-family: inherit;
}

.link-weiss{
  color:#FFFFFF;
  font-weight: normal;
  font-family: inherit;
}

a.link-weiss:visited {
  color: #FFFFFF;
  font-weight: normal;
  font-family: inherit;
}

a.link-weiss:hover {
  color: #EFF7DD;
  font-weight: normal;
  font-family: inherit;
}

a.link-weiss:active {
  color: #EFF7DD;  
  font-weight: normal;  
  font-family: inherit;
}


a.link-black:link {
  color:#000000;
  font-weight: normal;
  font-family: inherit;
}

a.link-black:visited {
  color: #000000;
  font-weight: normal;
  font-family: inherit;
}

a.link-black:hover {
  color: #000000;
  font-weight: normal;
  font-family: inherit;
}

a.link-black:active {
  color: #000000;  
  font-weight: normal;  
  font-family: inherit;
}



a.link-black-mini:link {
  color:#000000;
  font-weight: normal;
  font-family: inherit;
  font-size:80%; 
}

a.link-black-mini:visited {
  color: #000000;
  font-weight: normal;
  font-family: inherit;
  font-size:80%;
}

a.link-black-mini:hover {
  color: #000000;
  font-weight: normal;
  font-family: inherit;
  font-size:80%;
}

a.link-black-mini:active {
  color: #000000;  
  font-weight: normal;  
  font-family: inherit;
  font-size:80%;
}


a.link-orange:link {
  color:#F7B024;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: -0,5px;
}

a.link-orange:visited {
  color: #F7B024;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: -0,5px;
}

a.link-orange:hover {
  color: #6EA442;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: -0,5px;
}

a.link-orange:active {
  color: #6EA442;  
  font-weight: bold;  
  font-family: inherit;
  letter-spacing: -0,5px;
}


/* Zusatz zu responsive images */

.img-responsive {
    width: 100%;
}


/* Zusatz zu Thumb Images */


.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}



/* Zusatz zu Navigation*/

.navi_zurueck_link
{
	font-size:10px;
}



.navbar-default {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
    z-index: 1000;
}

.padding {
    padding-bottom: 20px;
}


/* vordefinierte extra Abstände */

.marginDiv10 {
    margin:10%;
}
.marginDiv25 {
    margin:25%;
}
.marginDiv35 {
    margin:35%;
}
.marginDiv50 {
    margin:50%;
}

.paddingRight {
    padding-right: 15px;
}


.containerInhalt {
    padding: 2px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


.row-content{
 
margin:10px; 

}


.formSpan1 {
    width:60px;
}


/* Abstand Rand zum Logo */
.rowLogo {
    padding: 0px 0 0px 0px;
}

.rowSuche {
    background-color: #ddd;
    margin: 0 0 0 0;
}

/* Artikel-Rahmen Ränder */

.panel-body
{
  padding-top:10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 0.94em; // oder
  font-size: 80%;
  line-height: 150%;

}


/* Artikel-Hauptliste */

.artikelListeRow {
    border-bottom: 10px solid #ddd;
	margin:15px; 
}

.artikelListeRow:last-child {
    border-bottom: 0px solid #ddd !important;
}

.artikelListeBild img {
    display: block;
    margin: 0 auto;
}

.artikelListeText {
    text-align: left;
    font-size: 120%;
  	color: #000;
}




.artikelListePreis {
  color: #EB9316;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.artikelListeText .ust {
  color: #000;
  display: inline-block;
  //font-size: 9px;
  font-weight: normal;
  height: 30px;
  padding-left: 0px;
  position: relative;
  //top: -8px;
}


.artikelBilBtnZeile {
    padding-bottom: 20px;
}

.artikelBild img {
    display: block;
	margin-left:auto; 
	margin-right:auto;

}

.artikelButtons {
    text-align: right;
}

.artikelButtonsPreis {
    font-weight: bold;
	font-size: 20px;
  	color:#F7B024;

}

.artikelButtonsPreisAlt {
  
	font-size: 100%;
  	color:#000;
}

.ust {
    font-size: 10px;
    font-weight: normal;
  	color:#000;
}

.artikelVersandkosten {
    padding-bottom: 1px;
  	font-size: 12px;
}

.artikelText {
    text-align: left;
}


.zahlungsanbieterZeile {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.zahlungsanbieterZeile .zaLogo {
    text-align: center;
}

/*** Versandarten ***/
.versandartZeile {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.versandartRadio {
    text-align: center;
}

.versandartBezeichnung {

}

.versandartGebiet {

}

.versandartKosten {
    text-align: right;
}

/*** UNTEN ***/
.rowUnten h3 {
    background-color: #699d3e;
    padding: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.zuletztGesehen {
    padding: 0;
}

.zuletztGesehen h3 {
    padding-left: 15px;
}

.zuletztGesehen p {
    text-align: center;
}

.zuletztGesehen img {
    display: inline-block;
    margin: 0 auto;
}

.rowKontakt {
    margin-bottom: 20px;

}

.colKontaktUnten {
    padding: 0;
}

.colKontaktUnten h3 {
    padding-left: 15px;
}

.colKontaktUntenIcon {
    height: 40px;
    text-align: center;
    padding-top: 4px;
}

.colKontaktUntenText {
    font-size: 20px;
}

.rowFuss {
    background-color: #eee;
    border-top: 1px solid #ddd;
}

.colFuss {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
}

.fussLinks {
    text-align: center;
}

.fussLinks a {
    display: inline-block;
    font-weight: bold;
    padding: 0 5px;
}

.fussSozial {
    margin-bottom: 20px;
}

.fussSozial img {
    display: inline-block;
    margin: 0 20px;
}

.fussZahlungsarten {
    text-align: center;
    padding: 5px 0;
}

.fussZahlungsarten img {
    display: inline-block;
    margin: 0 auto;
}

.fussLinkKlassisch {
    text-decoration: underline;
}


/* MENUE */

.nav
{
  padding: 10px 10px 0 10px;
  border: 0px;
}


#menueTabProdukte {
    min-height: 20px;
    border: 0px solid #A4A4A4;
}

#menueTabs li a {
    background: #fbf9f9;
    color: #000;
    outline: 0 !important;
    border: 1px solid #A4A4A4;

}


#menueTabs li.active a {
    background: #f0f0f0;
    min-height: 20px;
    border-top: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #A4A4A4;
	font-weight: bold;
}



.menueEintrag {
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d9d9d9));
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d9d9d9 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d9d9d9 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d9d9d9 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d9d9d9',GradientType=0 );
    border-right: 1px solid #A4A4A4;
    border-left: 1px solid #A4A4A4;
    border-top: 1px solid #A4A4A4;
    padding: 0px 10px 0 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 4px;

}


.menueEintragnichtaktiv {
	background: transparent;
    background-image: url(../../images/news_info/pfeil_orange.png);
  	background-position:5px 40%;
	background-repeat:no-repeat;
    display: block;
    text-decoration: none;
    padding: 12px 0px 12px 20px;
    outline: 0;
	margin-left: -10px;
    border-right: 0px;
    font-weight: bold;
    font-style: italic;
}


.menueEintragnichtaktiv .badge {
    margin-top: -2px;
}


.menueEintrag a {
    display: block;
    width: 100%;
    text-decoration: none;
    outline: 0;
}


.menueEintrag.ebene0 a {
    padding: 12px 10px 12px 10px;
    // font-weight: bold;
    color: #000;
}

/* die 10px sind der Abstand von links die Prozentangabe steht für die Höhe des Hintergrundbildes */ 

.menueEintrag.ebene1 a {

	padding: 12px 0 12px 20px;
    background-image: url(../../images/news_info/pfeil_orange.png);
  	background-position:5px 40%;
	background-repeat:no-repeat;
}

.menueEintrag.ebene2 a {
    padding: 12px 0 12px 30px;
    background-image: url(../../images/news_info/pfeil_orange.png);
  	background-position:15px 40%;
	background-repeat:no-repeat;
}

.menueEintrag.ebene3 a {
    padding: 12px 0 12px 40px;
    background-image: url(../../images/news_info/pfeil_orange.png);
  	background-position:25px 40%;
	background-repeat:no-repeat;
}


/* hier werden die kleinen weissen Kreise mit der Anzahl in der Navi erzeugt */ 

.ebene0 .badge {
    margin-top: -32px;
}

.ebene1 .badge {
    margin-top: -31px;
}

.ebene2 .badge {
    margin-top: -30px;
}

.ebene3 .badge {
    margin-top: -29px;
}