/* 
Theme Name: DI Restaurant 
Description: Childtheme 
Author: Designers Inn 
Template: di-basis 
Version: 2.2 
e0d6c0
*/


/* Allgemein */
.et_pb_contact_right {color: #e0d6c0; }
h2 {line-height: 1.5 em}

/* Fuss */
#footer-message h1 {color: rgba(244, 243, 222, 0.3) ; font-size: 18px}


/* Bildpositionierung */
.Fill1 {width: 10%; margin-left: 45%}
.Fill2 {width: 20%;	margin-left: 40%}
.Fill3 {width: 30%;	margin-left: 35%}
.Fill4 {width: 40%;	margin-left: 30%}
.Fill5 {width: 50%;	margin-left: 25%}
.Fill6 {width: 60%;	margin-left: 20%}
.Fill7 {width: 70%;	margin-left: 15%}
.Fill8 {width: 80%;	margin-left: 10%}
.Fill9 {width: 90%;	margin-left: 5% }
.Fill  {width: 100% }
.FillH {float: left; width: 48%;margin: 0 1%}

/* Tabellen */
#main-content table {border: none}
.entry-content tr td {
	border: none
}
.ZweiSpalten th, .ZweiSpalten td, 
.Speisekarte th, .Speisekarte td ,
.Getraenkekarte th, .Getraenkekarte td 
{display: block; float: left}
 
.ZweiSpalten .col0, .ZweiSpalten .col1, .ZweiSpalten .col2 {margin: 0 4px; padding: 8px 4px}
.ZweiSpalten .col0 {width: calc(100% - 16px)}
.ZweiSpalten .col1 {width: calc(40% - 16px)}
.ZweiSpalten .col2 {width: calc(60% - 16px)}

.Speisekarte .colName {width: 70%}
.Speisekarte .colPreis {width: 30%;	text-align: right}
.Speisekarte .colText {margin-top: 20px;	width: 50%}
.Speisekarte .colBild {width: 50%}
#content-area .Speisekarte .colText {padding: 0}
.entry-content .SpeisekarteLinks {margin: 0}

.Getraenkekarte .colName {width: 60%}
.Getraenkekarte .colGroesse {width: 15%;	text-align: right}
.Getraenkekarte .colPreis {width: 25%;	text-align: right}


/* Responsive Anpassung */

/* Smartphones, Normalgröße */

@media screen and (max-width: 640px) {
  .ZweiSpalten .col1, .ZweiSpalten .col2 { width: 100%}
  .Speisekarte .colText, .Speisekarte .colBild  {width: 100%}
  .Speisekarte .colName {width: 75%}
  .Speisekarte .colPreis {width: 25%}
  .Speisekarte .colText {margin-top: 0}
  #content-area .Speisekarte .colBild {padding:0; margin-bottom: 20px}
  .Getraenkekarte .colName {width: 100%}
  .Getraenkekarte .colGroesse {width: 75%}
}