@charset "UTF-8";
/* oswald-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/oswald-v53-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v53-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v53-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html, body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url("../images/background2.jpg");
  background-size: cover;
}
html, body, p {
  color: #ffffff;
  margin: 0;
  padding: 0;

  font-family: "Oswald","Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 32px;
  font-weight: 300;
}
.container {
  display: flex;
  align-items: stretch;
  /*background-color: aquamarine;*/
}
.item {
  height: 100%;
}
.left {
  width: 40%;
  background-color: blue;
  /*position: relative;
	height:100%;*/
  /*	background:url('../images/mana.png') bottom center / contain no-repeat;
	height: 100%;*/
}
.left img {
  position: fixed;
  left: 80px;
  bottom: 0;
  width: 50%;
  max-width: 500px;
  /*vertical-align: bottom;*/
}
.right {
  width: 60%;
  /*background-color: coral;*/
  text-align: center;
  padding-right: 80px;
}
.right p.info {
  margin: 60px 60px;
  font-weight: 500;
  font-size: 50px;
}
.right p.danke {
  margin: 60px 60px;
  font-weight: 300;
  font-size: 30px;
}
.buch {
  width: 80%;
  max-width: 600px;
}
div label span {
	line-height: 2;
}

form {
  font-size:24px;
	width: 70%;
	margin:auto;
}
form p {
	margin: 0;
}

p > label {
 display: block;
	margin: 30px 0 5px 0;
	font-size:24px;
}
p > label span.small {
 display: block;
	margin: 30px 0 5px 0;
	font-size:16px;
	line-height: 1.2;
}
div.text.right { 
	margin-right: 80px;
	text-align: left;
}
.text {
	padding: 20px 0;
	font-size:19px;
	line-height: 1.6;
}
.text h1 {
	padding: 20px 0;
	font-size:50px;
	line-height: 1.6;
}
.text h2 {
	padding: 20px 0;
	font-size:30px;
	line-height: 1.6;
}
.text h3 {
	padding: 20px 0;
	font-size:24px;
	line-height: 1.6;
}
.text p, nav {
	padding: 20px 0;
	font-size:16px;
	line-height: 1.6;
}
nav {
	display: block;
	margin: 100px 0 200px 0;
	padding: 0;
}
.text a, nav a, .priceinfo a, .text a:visited, nav a:visited, .priceinfo a:visited {
	color:#E7B916;
	text-decoration: none;
}
.text a:hover, nav a:hover, .priceinfo a:hover {
	color:coral;
	text-decoration: underline;
}
.cost {
	margin: 40px 0 20px 0;
	
}
.price {
	display: inline-block;
	padding: 10px 20px;
	font-size:50px;
	font-weight: 500;
	background-color:#E7B916;
	color: #000000;
}
.priceinfo {
	font-size:16px;
	padding: 10px 20px;
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
fieldset {
  appearance: none;
  border: 2px solid #fff;
  margin: 0;
	padding: 10px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "sans-serif";
		  font-weight: 100;
		  font-size: 28px;

  box-sizing: border-box;
	text-align: center;
	background-color: rgba(255,255,255,0.40);
	color:black;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}

input:invalid {
  box-shadow: 0 0 5px 1px orangered;
  border: 2px dashed orangered;
	color:orangered;
}

input:focus:invalid {
  box-shadow: none;
  border: 1px solid #333;
}
input[type=button], input[type=submit], button {
        background-color:goldenrod;
        border: none;
        color: #fff;
        padding: 15px 30px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
		  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "sans-serif";
		  font-weight: 500;
		  font-size: 36px;
		  margin: 30px;
	transition: background-color 0.5s ease;
      }
input[type=button]:hover, input[type=submit]:hover, button:hover {
	background-color:orangered;
}
/* This is the style of our error messages */
.error {
  width: 100%;
  padding: 0;

  font-size: 18px;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;

  box-sizing: border-box;
}

.error.active {
  padding: 0.3em;
}