/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Ende Reset*/


body {
    font-family: Arial, sans-serif;
    /*background-color: #f4f6f8;*/
	color: #333;
}

.header {
	background-image: url("bg-salat-basilikum.jpg");
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

.header img {
	width: 320px;
}

.header .spalte:nth-child(1) {
	width: 320px;
	float:left;
}

.header .spalte:nth-child(2) {
	float:left;
	color: #fff;
	margin-left: 30px;
}

.header h1 {
	font-size: 36px;
	line-height: 1.3em;
	font-weight:bold;
	margin-top: 18px;
}

.header h2 {
	font-size: 36px;
}

.separator {
	height: 50px;
	background: #acb936;
	margin-bottom: 30px;
	float:left;
	width:100%;
	border-top: 1px solid #fff;
}
.content {
	max-width: 1100px;
	margin: auto;
}

.content h1 {
	font-size: 36px;
	text-transform: uppercase;
}

.content h2 {
	font-size: 30px;
}

.content p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
	font-size: 19px;
}
/* Container */
form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    max-width: 1100px;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Überschrift */
h2 {
    margin-top: 0;
}

/* Info Box */
.info-header {
    background-color: #eef2f5;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* Eingabefelder */
.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"] {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
}

table input[type="text"],
table input[type="number"] {
    width:calc(100% - 50px);
}

/* Tabelle Standard (Desktop) */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}

th {
    background-color: #acb936;
    color: #23331c;
    padding: 20px;
    text-align: left;
	font-size: 1.2em;
}

td {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

tr:hover {
    background-color: #f9f9f9;
}

/* Button */
input[type="submit"] {
    background-color: #27ae60;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    background-color: #000;
}

input[type="submit"]:hover {
    background-color: #219150;
    background-color: #23331c;
}

.footer {
	background: #acb936;
	width: 100%;
	float:left;
	padding-top: 30px;
	margin-top: 30px;
}

.footer .spalte {
	width: 50%;
	float: left;
}

.footer .spalte img {
	width: 100%;
	margin-bottom: 30px;
}

.footer .spalte p a {
	text-decoration: none;
	color: #333;
}


/* Datenschutz */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 80%;
  max-width: 700px;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: auto;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.modal h1, .modal h2 {
line-height: 1.5em;
margin-bottom: 10px;
margin-top: 10px;
}

.modal p {
	margin-bottom: 10px;
}
/* Ende Datenschutz */

span a {
	color: #283623;
}

/* ========================= */
/* 📱 RESPONSIVE DESIGN      */
/* ========================= */


#gesamtsumme {
	font-size: 22px; font-weight: bold; margin-bottom: 15px; float:right;border:2px dotted #acb936;padding:5px;
}



/* Tablet */
@media (max-width: 1200px) {
    table {
        font-size: 13px;
    }

    th, td {
        padding: 6px;
    }
    
    .content {
    	margin-left: 20px;
    	margin-right: 20px;
    }
    
    form {
    
    }
}

/* Smartphone */
@media (max-width: 700px) {


    body {
        margin: 5px;
    }


.content {
    	margin-left: 10px;
    	margin-right: 10px;
    }


.content h1, .content h2 {
 	font-size: 24px;
 }
	.header .spalte:nth-child(1), .content .spalte {
		width: 100%;
		text-align:center;
		}

	.header .spalte:nth-child(2) {
		margin-left: 0px;
	}

    form {
        padding: 15px;
    }
    
    table {
    	margin-top: 50px;
    }

    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
        font-size: 17px;
        line-height: 1.5em;
    }

	table tr:first-child {
	background:red;
	display:none;
	}
table input[type="text"], table input[type="number"] {
	width: calc(100% - 70px);
}
    thead {
        display: none;
    }

    tr {
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        box-sizing: border-box;
    }

    td {
        border: none;
        padding: 6px 0;
        position: relative;
    }

	tr td:nth-child(2){
	/*background:red;*/
	}

tr td:nth-child(2):before {
 	display:none;
 }

    td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        color: #2c3e50;
        margin-bottom: 0px;
    }

    input[type="number"] {
        width: 100%;
    }
    
    .footer .spalte img {
    	width: 50%;
    }
    
    #gesamtsumme {
    	font-size: 18px;
    	margin-top: 10px;
    }
}
