/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

h1 {
  font-size: 60px;
  text-align: center;
  color: #FFF;
} 

h3 {
  font-size: 30px;
  text-align: center;
  color: #FFF;
}

h3 a {
  color: #FFF;
}

a {
  color: #FFF;
}

h1 {
  margin-top: 100px;
  text-align:center;
  font-size:60px;
}

#container {
  margin: 0 auto;
}

nav {
  margin: 0px 0;
  background-color: #42466A;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
  
nav ul li {
  display:inline-block;
  background-color: #42466A;
  float: right;
  width: 25%;
}

nav a {
  display:block;
  padding:0 10px; 
  color:#FFF;
  font-size:20px;
  line-height: 60px;
  text-decoration:none;
}

nav a:hover { 
  background-color: #201c68; 
}

/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute; 
  top: 60px; /* the height of the main nav */
}
  
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}
  
/* Fisrt Tier Dropdown */
nav ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position: relative;
}

/* Second, Third and more Tiers */
nav ul ul ul li {
  position: relative;
  top:-60px; 
  left:170px;
}
  
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


body{
	background-color: #9fb3c9;	
	background-image:url(../bilder/hintergrund1.jpg);
	background-size: cover;
	padding-left: 50px;
	padding-right: 100px;
	overflow-y: scroll;
	font-family: 'Open Sans', sans-serif;
}

input {
	margin-top: 10px;
	height: 25px;
}

textarea {
	resize: none;
	width: 98%;
	height: 125px;
	margin-top: 10px;
}

div {
	#border: solid 1px;
}

button {
	width: 300px;
	height: 50px;
	background-color: #42466A;
	color: #FFFFFF;
	font-size: 25px;
}

a {
	color: #000;
}

.divBox {
	float: left;
	width: 70%; 
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%; 
	padding: 20px; 
	box-sizing: border-box;
}

.divBox2 {
	float: left;
	width: 26%; 
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%; 
	padding: 20px; 
	box-sizing: border-box;
}

.headerText {
	background-color: hsla(0, 0%, 82.4%, 0.7);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.0);
	color: #000;
	font-size: 36px;
	padding-top: 15px; 
	padding-left: 20px;
    border-radius: 8px 8px 0 0;
}
.line1 {
	float: center;
}
.line2 {
	font-size: 20px;
}

.headerSub {
	background: linear-gradient(0deg, #404570, #0d075f);
	background-image:url(../bilder/banner1.jpg);
	color: #d8512a;
	font-size: 18px;	
	padding-bottom: 35px; 
	padding-left: 20px;
}

.content {
	color: #000;
	background-color: hsla(0, 0%, 82.4%, 0.7);
	font-size: 16px;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.0);
}
.content2 {
	color: #000;
	background-color: hsla(0, 0%, 49%, 0.7);
	font-size: 16px;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.0);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productCard {
	border: 1px solid;
	border-color: #ccc;
	float: left;
	width: 48%; 
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%; 
	padding: 20px; 
	box-sizing: border-box;
	position: relative;
	min-height: 400px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

.menu, .td, .tr {
	color: #5e5e5e;
	font-size: 14px;
	border: 2px solid;
	padding: 5px;
	width: 100%;
	border-radius: 8px;
}

.td {
	background-color: #42466A;
	width: 25%;
	text-align: center;
}

.kontakt {
	padding: 20px;
	color: #000;
	background: hsla(0, 0%, 82.4%, 0.7);
	font-size: 18px;
	border-radius: 8px;	
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.0);
	text-shadow: 5px 2px 4px #5e5a5a
}

.kontakt2 {
	padding: 20px;
	color: #000;
	background: hsla(0, 0%, 82.4%, 0.7);
	font-size: 18px;
	border-radius: 8px;	
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.0);
}
.heilsteine {
	padding: 20px;
	color: #000;
	background: hsla(0, 0%, 82.4%, 0.7);
	font-size: 18px;
	border-radius: 8px;	
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.0);
}
.kontaktElem {
	padding: 8px;
}

.kontaktCheck {
	float:left;
	width: 400px;
}

.checkbox {
	vertical-align: -webkit-baseline-middle;
	width: 27px;
}

.checkboxText {
	margin-top: -100px;
	width: 90%;
	display: -webkit-inline-box;
}

.logo {
	float:right;
}

.redRand {
	box-shadow: inset 0px 0px 3px 4px #201c68;
}

.redRand2 {
	box-shadow: 0px 0px 3px 4px #201c68;
}

.center {
	text-align: center;
}

.tdRight {
	padding: 20px;
	text-align: justify;
	width: 50%;
}

.tdLeft {
	padding: 20px;
	text-align: justify;
	width: 50%;
}

.innerLeft {
	box-sizing: border-box;
    float: left;
    width: 90%;
}

.innerRight {
	box-sizing: border-box;
    float: left;
    width: 10%;
}

.inputText {
	width: 98%;
}

.content-heilsteine {
	color: #000;
	background-color: hsla(0, 0%, 82.4%, 0.7);
	font-size: 16px;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.0);
	display: flex;
	flex-wrap: wrap;
	gap: 40px; /* Abstand zwischen Tabellen */
}

.content-heilsteine table {
	flex: 0 0 calc(50% - 20px); /* 2 Tabellen pro Zeile */
}