/*
Theme Name: Boxed
Theme URI: https://advance-media.de/
Author: Patrick Schlak
Author URI: https://advance-media.de
Description: Wordpress Theme based on ACF and Gutenberg
Version: 0.0.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: themebase, acf, gutenberg
Text Domain: 
*/

/* In Webseite enthaltenes Stil-Dokument #23 | http://bestellung.rindstaurant.de/ */

.fixedbild .wp-image-1114 {
  position: fixed;
  width: 45%;
  
}

.page-id-1044 h1 {
  display: none;
}
html :where(img[class*=wp-image-]) {
  height:auto;
  width: auto;
}

/* Datenbank-Header auf die linke Seite der Tabelle  */
.tablesome__container .tablesome-header__wrapper {
  justify-content: flex-start !important;
}
.navbar-toggler {
  display: none;
  }


/*Autor: Mahdi/ die Zählzelle nach rechts oben in der Tabelle  */
tfoot tr{
  padding:0px 15px !important;
  position: absolute !important;
  top: 0px !important;
  right: 10px !important;
  text-align: center !important;
  font-size:20px !important;
  width:180px !important;
}

tfoot tr td{
	display:flex !important;
	flex-wrap: nowrap !important;
	justify-content:space-between !important;
}

/*Autor: Mahdi/ Text von Anzahl der Bestellungen ändern  */
/*span.calculate__type.svelte-1fq4z5r{
	visibility: hidden !important;

}
span.calculate__type.svelte-1fq4z5r:after{
	 content: "Bestellungen" !important;
 	 position: absolute !important;
	 visibility: visible ;
 	 left: 0 !important;
	 top: 3px !important;

}*/
