/* html {
	scroll-behavior: smooth;
} */
.frontpage_container {
	width: 100%;
	min-height: calc(100vh - 50px);

	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.background_image_container {
	min-width: 500px;
	background-image: url("/img/background2.png");
	background-size: cover;
	flex-grow: 8;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
}

.skewed_container {
	background: linear-gradient(to bottom right, transparent 50%, white 50%);
	width: 200px;
	height: 100%;
	z-index: 10;
}

.frontpage_content_container {
	background-color: white;
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 120px;
	
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}

#when {
	font-size: 2.3em;
	display: block;
	margin-left: 40px;
	margin-bottom: 40px;
}

.content_container {
	text-align: center;
	width: 400px;
}

.information_container {
	box-sizing: border-box;
	text-align: left;
	font-size: 1.3em;
	width: 600px;
}
.big_text {
	font-size: 3em;
}
.big_text:nth-child(1) {
	text-align: left;
}
.big_text:nth-child(3) {
	text-align: right;
}


#seats_text {
	font-size: 6em;
	font-weight: 500;
}

#scroll_btn {
	margin-top: 80px;
	font-size: 1.8em;
}




.form_wrapper {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.form_container {
	background-color: white;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 60%;
	/* height: 1000px; */
	border: 2px solid var(--accent);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
	padding: 50px;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
}
.horizontal_container {
	display: flex;
	flex-direction: row;
	gap: 50px;
}
h1 {
	margin-bottom: 50px;
}
.vertical_container {
	display: flex;
	flex-direction: column;
	flex-grow: 3;
	gap: 15px;
}
.vertical_container input, select {
	font-size: 1.4em;
}
.address_container {
	display: none;
	flex-direction: column;
	gap: 15px;
}

.inline_input {
	text-align: right;
}
.shipping {
	font-size: 1.5em;
	text-transform: uppercase;
}
.inline_input label, .block_input label {
	font-size: 1.5em;
	float: left;
	text-transform: uppercase;
}
.block_input {
	display: flex;
	flex-direction: column;
}
.right {
	float: right;
}

.info_text {
	margin-top: -15px;
	margin-bottom: 10px;
	opacity: 0.8;
	text-align: left;
}
.category_top {
	margin-top: 30px;
}
#submit, #verificationButton {
	font-size: 1.3em;
}


.price_container {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: stretch;
}
.total_price_text {
	font-size: 1.3em;
}
hr {
	width: 100%;
}
.price_container span {
	float: right;
	color: var(--accent);
}


.cookie_banner {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	background-color: white;
	position: fixed;
	bottom: 0;
	z-index: 100;
	border-top: 2px solid var(--accent);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
}

.impresum_container {
	box-sizing: border-box;
	position: static;
	bottom: 0;
	height: 50px;
	width: 100%;
	border-top: 2px solid var(--accent);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

#wrongFormatBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
}
#wrongFormat {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 40px;
	backdrop-filter: blur(10px);
	z-index: 110;
	border-radius: 15px;
}



@media only screen and (max-width: 1300px) {
	/* html {
		scroll-behavior: none;
	} */
	.frontpage_container {
		flex-direction: column;
	}

	.background_image_container {
		flex-direction: column;
		min-height: 400px;
		flex-grow: 20;
	}

	.skewed_container {
		background: linear-gradient(to bottom right, transparent 50%, white 50%);
		height: 100px;
		width: auto;
	}

	.form_container {
		width: 100%;
	}

	.information_container {
		padding: 20px;
	}

	#input_num_tickets, #input_num_tickets_extra {
		width: 200px;
	}

	.side_price {
		display: none;
	}
}

button:disabled {
	background-color: #aaa !important;
	cursor: not-allowed;
}
/*
@media (orientation: landscape) {
	body {
		background-color: green;
	}
}*/

.medium_text {
	font-size: 2.5em;
	font-weight: 500;
}

.ticket-prices-container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.ticket-price-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
}

.ticket-description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.ticket-type {
	font-size: 2em;
	text-transform: uppercase;
}

.ticket-details {
	font-size: 1.2em;
	opacity: 0.7;
}

.ticket-price {
	font-size: 2.3em;
}