body {
	min-width: 290px;
	margin: 0;
	font-family: alternate-gothic-condensed-a, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3em;
	padding: 10px;
	color: #393129;

	background-color: #ada783;
	background-image: url('grafik/flyer_blurred.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {
	margin: auto;
	text-align: center;
	display: none;
}

#container {
	max-width: 700px;
	min-width: 290px;
	padding: 0;
	margin: auto;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
}

#flyer {
	width: 100%;
	border-radius: 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

form input {
	height: 40px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

form input[type='text'],
form input[type='email'] {
	width: 33%;
	border: 0px;
	padding: 0 10px;

	font-family: alternate-gothic-condensed-a, sans-serif;
	font-weight: 900;
    font-size: 100%;
	color: rgba(0,0,0,0.5) !important;
}

form input[type='text']:first-child {
	margin-left: 1px;
}

form input[type='submit'] {
	background-color: ghostwhite;
	color: #f37e66;
	width: 100%;
	font-weight: 900;
	font-size: 1em;
	border-radius: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin: 0;
	border: 0px;
	-webkit-appearance: none;
	font-family: alternate-gothic-condensed-a, sans-serif;
	cursor: pointer;
}

form input[type='submit']:active {
	-webkit-box-shadow: inset 2px -2px 5px 0px #828282; 
	box-shadow: inset 2px -2px 5px 0px #828282;
}

input[type='submit'][disabled] {
	color: #d9d9d9;
	cursor: not-allowed;
}

form input[type='checkbox'] {
	height: 15px;
	margin-left: 10px;
}

#ical {
	background-color: darkgreen;
	display: block;
	padding: 10px;
	border-radius: 15px;
	text-decoration: none;
	border-radius: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin: 0;
	text-align: center;
}

#success {
	text-align: center;
	line-height: 100%;
	margin: 0;
	padding: 10px;
}

label small {
	margin-left: 29px;
	font-size: 0.7em;
}

.cancelled {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.cancelled p {
	color: indianred;
	font-size: 2em;
	text-align: center;
	border: 3px solid indianred;
	width: 50%;
	margin: auto;
	padding: 10px;
	margin-top: 30vh;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

@media (max-width: 560px) {
	form input[type='text'],
	form input[type='email'] {
		width: 100%;
	}
}
