﻿/*Allgemein*/

.content img {
  //display: block;
  max-width: 100%;
  height: auto;
}


.gold {COLOR: #AF986C;}
.rot {COLOR: #FF0000;}
.gruen {COLOR:#060;}
.gelb {COLOR: #FFCC00;}
.weiss {COLOR:#FFF;}
.klein { font-size: 9px; }
.klein1 { font-size: 12px; }
.gross { font-size: 17px; }
.meldung {FONT-WEIGHT: bold; COLOR: #FF0000; border: 2px solid #F00; padding: 5px;}
.erfolg {FONT-WEIGHT: bold; COLOR: #093; border: 2px solid #093; padding: 5px;}
.impressum1 {font-size: 14px; FONT-WEIGHT: bold;}
.impressum2 {font-size: 12px;}
.oeffnungszeit {COLOR: #FFFFFF; FONT-WEIGHT: bold; background-color:#AF986C;}
.topic { font-size: 14px; FONT-WEIGHT: bold; COLOR: #FF0000;}

/* Menue
-----------------------------------------------*/
.mainNav {
	background: #ABAFB4;
	width: 100%;
	max-width: 240px;
	/*visibility: hidden;*/
}
/* First Level */
.mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #A69272;
}
.mainNav ul li {
	border-top: 1px solid #A69272;
}
.mainNav ul li a {
	color: #333;
	display: block;
	font-size: 1.1em;
	line-height: normal;
	padding:12px 5px;
	text-decoration:none;
}
.mainNav ul li a:hover {
	background: #A69272;
	text-decoration: none;
}
/* Second Level */
.mainNav ul ul {
	border-bottom: none
}
.mainNav ul ul li {
	border-top: 1px solid #A69272;
	background: #ABAFB4;
}
.mainNav ul ul li a {
	color: #333;
	display: block;
	font-size: 1em;
	line-height: normal;
	padding: 0.5em 1em 0.5em 2em;
}
.mainNav ul ul li a:hover {
	background: #A69272;
}
		/* Third Level */
.mainNav ul ul ul {
	border-top:1px solid #A69272;
}
.mainNav ul ul ul li {
	border:none;
}
.mainNav ul ul ul li a {
	padding-left:3em; 
	padding-top:0.25em; 
	padding-bottom:0.25em;
}
		/* 4. Level */
.mainNav ul ul ul ul {
	border-top:1px solid #A69272;
}
.mainNav ul ul ul ul li {
	border:none;
}
.mainNav ul ul ul ul li a {
	padding-left:4em; 
	padding-top:0.25em; 
	padding-bottom:0.25em;
}
		/* 5. Level */
.mainNav ul ul ul ul ul {
	border-top:1px solid #A69272;
}
.mainNav ul ul ul ul ul li {
	border:none;
}
.mainNav ul ul ul ul ul li a {
	padding-left:5em; 
	padding-top:0.25em; 
	padding-bottom:0.25em;
}

/* Accordion Button */
.mainNav ul li.has-subnav .accordion-btn {
	color:#fff; 
	background:#A69272;
	font-size:15px;
}
		
	
/*Menue Mobil*/
@media (min-width: 768px) {
	
	#openNav, #closeNav {
		display: none;
	}
	
	#webNav {
		width: 240px;
		line-height: 25px;
		text-align: center;
		background-color: #A69272;
		color: #fff; 
		cursor: pointer;
	}
	
	.sidenav {
		//height: 100%;
		width: 0;
		position: absolute;
		z-index: 100;
		top: 25px;
		bottom: 0px;
		left: 15px;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 0px;
		background-color: #fff;
	}
}
@media (max-width: 767px) {
	#webNav {
		display: none;
	}
	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 100000;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 0px;
		background-color:rgba(255, 255, 255, 0.8);
	}
	.sidenav .closebtn {
		position: absolute;
		top: -15px;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
		text-decoration: none;
		color: #818181;
	}
	#maxArtikel, #Seitenauswahl {
		display: none;
	}
}

		
/*Übersicht Navigation*/
.Uebersicht-nav {
	margin-left: 0px;
	padding-left: 15px;
  	padding-right: 15px;
  	display: flex;
  //align-items: center;
  	justify-content: space-between;
}

#SortierungArtikelText {
	float: left;
	color: #A69272;
	font-weight:600;
	line-height:21px;
	margin-right:5px;
}

#SortierungArtikel_select {
	//margin-right:auto;
	//margin-left:0;
	width: 160px;
}

#maxArtikel {
	width: 160px;
}

#ArtikelAnzahl {
	text-align: center;
}

#Seitenauswahl {
	float:right;
	//margin-right:0;
	//margin-left:auto;
}

#Seitenauswahl_unten {
	display: flex;
  	align-items: center;
  	justify-content: center;
} 

#Seitenauswahl_select {
	//float:left;
	width: 160px;
}

.Seitenauswahl span{
	float:left;
	margin: 2px 6px 2px 0;
}

.Seitenauswahl span a{
	background-color:#ffffff;
	//border:1px solid #bbbbbb;
	color:#666666;
	font-weight:normal;
	display:block;
	font-size: 22px;
	line-height:21px;
	padding: 0px 2px 2px 2px;
	text-decoration:none;
}
.Seitenauswahl span a:hover, #pagination span a:active{
	background-color: #bbbbbb;
	//border:1px solid #303030;
}
.Seitenauswahl span.inaktiv {
	background-color:#ffffff;
	//border:1px solid #cccccc;
	color:#cccccc;
	display:block;
	font-size: 22px;
	line-height:21px;
	padding:0px 2px 2px 2px;
	text-decoration:none;
}

@media (max-width: 1023px) {
	#Seitenauswahl {
		display:none;
	}
}


/* Custom Select */
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #A69272;
  color: #fff;
  background-image: none;
  position: relative;
  display: block;
  height: 2em;
  overflow: hidden;
  border-radius: .25em;
}

.select option {
  background: #fff;
  color: #000;
}

.select select{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 2em 0 .5em;

  cursor: pointer;
}

/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  padding: 0 .5em;
  color: #000;
  background: #A69272;
  pointer-events: none;
}


.text_kuerzen{
   white-space: nowrap;
   overflow: hidden;
   width: 100%;
   text-overflow: ellipsis;
}

/* 5 Spalten Fusszeile*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* Filter Dropdown */
.Filter_Gruppe {
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 15px;
  	padding-right: 15px;
  	//display: flex;
  //align-items: center;
  	//justify-content: space-between;
}


.Filter {
  display: inline-block;
  position: relative;
  font-size:13px;
  margin-right: 20px;
}

#FilterText {
	float: none;
	color: #A69272;
	font-weight:600;
	line-height:21px;
	margin-right:32px;
}

@media (max-width: 1200px) {
	#FilterText {
		float: none;
    }
    /*#FilterText:after {
  		content:' anzeigen'; 
  		visibility: visible;
  		//display: block;
  		//float: none;
	}*/
}

@media (max-width: 767px) {
	#Filter_Block {
		/*display: none;*/
	}
}

/*@media (min-width: 992px) {
    .Filter_Block.collapse { display: block; }
}*/

.dd-button {
  //display: inline-block;
  color: #fff;
  border-radius: 4px;
  padding: 3px 3px 3px 10px;
  background-color: #A69272;
  cursor: pointer;
  white-space: nowrap;
  width: 160px;

}

.dd-button:after {
  content: '\25BC';
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  padding: 0 .5em;
  color: #000;
}

.dd-button:hover, .dd-button:focus {
  color: #fff;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  min-width: 160px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #f6f6f6;
  list-style-type: none;
  z-index:999999;
  max-height: 300px;
  overflow: auto;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  //cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #ccc;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


/*Produkt*/
#Button_Korb, #Button_BAG_Korb{
	color: #fff;
	padding: 3px 3px 3px 10px;
	width: 300px;
}

@media (max-width: 767px) {
	#Anzahl_div {
		//display: none;
	}
}


/*Warenkorb*/
.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}

.table>tfoot>tr>td{
    border:0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.table tfoot{
  border-top: 1px solid #e9e9ea;

}

.actions .btn-danger{
	float:right;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:15%;
		margin:1.5em 0;
	}
	
	.actions .btn-info{
		float:left;
	}

	
	table#cart thead { display: none; }
	table#cart tbody td:not(.kein_Umbruch) { display: block; min-width:100%;}
	table#cart tbody tr td:first-child { background: #fff; color: #000; }
	table#cart tbody td:not(.Zubehoer_WK .kein_Umbruch):before {
		content: attr(data-th); font-weight: bold;  
		display: inline-block; width: 10rem;
	}
	
	
	
	//table#cart tfoot td{display:block;}
	//table#cart tfoot td .Button_allg {display:inline;}
	
	#td_Weiter_einkaufen {display:inline;}
	#td_Zur_Kasse {display:inline;}
	#Weiter_einkaufen {float:left;margin-top:10px;margin-bottom:10px;}
	#Zur_Kasse {float:right;margin-top:10px;margin-bottom:10px;}
	
	
	/*Tabelle allgemein Spalten untereinander*/
	table.umbruch thead { display: none; }
	table.umbruch td:not(.kein_Umbruch) {display: block; min-width:100%; text-align:left;}
	table.umbruch tr td:not(.kein_Umbruch):first-child {padding-bottom:0px;}
	table.umbruch tr td:not(.kein_Umbruch):last-child {padding-bottom:10px;}
	table.umbruch td[data-th]:before {
		content: attr(data-th); font-weight: bold;  
		display: inline-block; width: 100%;
	}
}
table td {padding: 3px;}

/*OWL carousel zentriert, wenn weniger als 5 items*/
.zentriert .owl-stage{
   	margin: 0 auto;
}

/*Notiz*/
.notiz-count {
	margin-left: 5px;
}

/*Sound*/
#play-pause-button{
  font-size: 50px;
  cursor: pointer;
}

/*Button allgemein*/
.Button_allg{
	font-size: 13px;
	color: #fff;
	padding: 3px 3px 3px 10px;
	width: 140px;
	cursor: pointer;
}
.Button_aus {
    opacity: 0.50;
    cursor: not-allowed;
    
}

/*PopUp*/
.modal-dialog {
    margin-top: 110px;
}

/*Formular bestell2*/
.bestell fieldset {    
 margin: 0.5em 0 0 0;    
 padding: 0;    
 }    
.bestelllegend {    
 margin-left: 5px;    
 color: #000000;    
 font-weight: bold;    
 }    
.bestell fieldset ol {    
 padding: 0.5em 0.5em 0 0.5em;    
 list-style: none;    
 }    
.bestell fieldset li {    
 padding-bottom: 1em;    
 }    
.bestell fieldset.submit {    
 border-style: none;    
 }

.bestell label {  
 float: left;  
 width: 9em;  
 margin-right: 0em; 
margin: 0.3em 0 0 0; 
 }  
.bestell fieldset p {    
 padding: 0 0 0 0.5em;    
 }
 
@media screen and (max-width: 600px) {
	.bestell label {  
		width:100%;
	}
}

.bestell .zahlungsart {
	display:block;
	float:left;
	margin-right:10px;
}

@media screen and (max-width: 600px) {
	.bestell .zahlungsart {
            margin-right:300px;
            margin-top:30px;
        }

}

/*Suchfeld über Header*/
.ui-autocomplete { position: absolute; cursor: default;z-index:99999 !important;}  

@media screen and (max-width: 600px) {
	.ui-autocomplete {
            width:300px;
 
        }

}

/*Bestellübersicht*/
@media screen and (max-width: 600px) {
	.Mobil_links {
            text-align:left;
        }

}

/*Zahlungsart vrpay*/
.resp-container {
    position: relative;
    overflow: hidden;
    //padding-top: 56.25%;
    min-height:600px;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Listen im Text einrücken*/
.li_einruecken ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

.li_einruecken ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

/*Footer Informationen*/
.footer .links li {
  line-height: 20px;
}

/*Ballongasrechner*/
@media screen and (min-width: 600px) {
	.mono_space {
		font-family:courier, monospace;
	}
}

/*Marken carousel*/
#carousel_marken {
		height: 600px;
	}

@media (max-width: 767px) {
	#carousel_marken {
		height: 200px;
	}
}

/*Bilder nicht drehen, sondern, wie gespeichert*/
/*img {
	image-orientation: none;	
}*/




