/*
Theme Name: feingut2go
Text Domain: feingut2go
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: lutz
Author URI: http://lutz-lehmann.com/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries
  18. Tables

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
    color:#666666;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

.woocommerce-placeholder {
	width:150px;
	height: 150px;
}
.between-cards {
	padding-bottom:2rem;
}


.single_add_to_cart_button  {
    display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #007bff;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.container.shop {
	
	margin:15px;
	min-height: 850px;
}


.sidebar {
    padding-top:84px;
    border-left: solid thin #cccccc;
    margin:35px;
}

header {
    min-height: 64px;
}

.container {
    max-width:1080px;
}
.jumbotron {
    background-color: rgba(255,255,255,1.0);
}

.jumbotron-magic {
  background:url("https://feingut-2go.ch/wp-content/uploads/2023/03/magicdinner_Preview-2.mp4");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	min-height:650px;
	max-height:800px;
	width:100%;
	
}


.jumbotron-shop {
    background:url("assets/images/AdobeStock_332294566_Preview.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	min-height:650px;
	max-height:800px;
	width:100%;
	
}

.container-md-shop {
	background-color: rgba(255,255,255,0.9);
}

.site-brand-left {
     padding:0;
     margin-left:0;
     margin-right: 0;
    background-image: url("assets/images/feingut-web.png");
     background-position:left bottom;
     background-repeat:no-repeat;
     background-size: 50px 32px;
     width:50px;
     height: 32px;
     display:block;
	float:left;
 }

.site-brand-right {
     padding:0;
     margin-left:1rem;
     margin-right: 0;
     background-image:url("assets/images/LUKS-web.png");
     background-position:left bottom;
     background-repeat:no-repeat;
     background-size: 160px 38.5px;
     width:160px;
     height: 38.5px;
     display:block;
	float:right;
 }

.pos-f-t {
    margin-top:4rem;
}

.bg-light{
    background-color:white;
}

.brand-header {
    height: 6rem;
    position:fixed;
}

.navbar-toggler {
    position: fixed;
    top: 4rem;
    right: 1rem;
    z-index: 999999;
    border: solid thin #cccccc;
    background: #FFFFFF;
}

.navbar-toggler-icon {
   color:#cccccc;
}
 .navbar-collapse {
    margin-top:2rem;
}

.footer {
  margin-top:2rem;
  
}

.gelb {
    background-image: url("assets/images/gelb.jpg");
	background-position: top;
	background-size: 15px 15px;
	height: 6px;
}

.blau {
	background-image: url("assets/images/blau.jpg");
	background-position: top;
	background-size: 15px 15px;
	height: 6px;
}

@media screen and (max-width: 480px) {
.display-4 {
    font-size: xx-large;
}
}

@media screen and (min-width: 800px) {
	
    header {
        min-height: 77px;
    }
	.site-brand-left {
		padding:3em;
		margin-left:2em;
		margin-right: 2em;
		background-image: url("assets/images/feingut-web.png");
		background-position:left bottom;
		background-repeat:no-repeat;
		background-size: 200px 128px;
		width:200px;
		height: 128px;
		display:block;
		float:left;
     
 
 }
	.site-brand-right {
		padding:3em;
		margin-left:2em;
		margin-right: 2em;
		background-image:url("assets/images/LUKS-web.png");
		background-position:left bottom;
		background-repeat:no-repeat;
		background-size: 320px 77px;
		width:320px;
		height: 77px;
		display:block;
		float:right;
	}
}    
   
.display-4 {
    color:#666666;
}

@media screen and (min-width: 1200px) {
    
    
 .jumbotron {
        padding-top:9rem;
    }
	
.footer {
  margin-top:4rem;
  
}

.gelb {
	background-image: url("assets/images/gelb.jpg");
	background-position: top;
	background-size: 15px 15px;
	height: 10px;
}

.blau {
	background-image: url("assets/images/blau.jpg");
	background-position: top;
	background-size: 15px 15px;
	height: 10px;
}
}

/* -------------------------------------------------------------------------- */

/*	18. Tables
/* -------------------------------------------------------------------------- */

.eventplan {
  width:100%;
  height:auto;
  border: 1px solid;
  border-color: #000000;
}

td {
  text-align: center;
  border: 1px solid;
  border-color: #000000;
}

.green {
  background-color: green;
  color: #000000;
}

.orange {
  background-color: #E97418;
  color:black;
}

.red {
  background-color: red;
  color: #000000;

}

/*---------------------------------------- Wooooocomerce ----------------------------------*/

.product_title.entry-title {
    font-size: 18px;
    margin-bottom: 1rem;
}

.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.screen-reader-text {
    margin-right: 5px;
}

.woocommerce-product-gallery__image--placeholder {
    float: left;
}

.product_title.entry-title {
    padding-top: 8rem;
}

.single_add_to_cart_button.button.alt {
    
}

.quantity {
    padding-top:2rem;
    padding-bottom:2rem;
}

.product_meta {
    padding-top:2rem;
}

section.related {
    padding-top:3rem;

}
.related .products {
    border-top: solid thin #333333;
}
