/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Header */
@media only screen and (min-width: 1001px) {
	.header_inner_left .logo_wrapper {
	display: flex;
}

.header_inner_left .logo_wrapper:after {
	content: 'Marienplatz Alm';
	font-family: 'Poppins Local', sans-serif;
	position: absolute;
	text-transform: uppercase;
	left: 100px;
	align-self: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	white-space: nowrap;
	letter-spacing: 8px;
}
}

/* Stage */
.gaertnerplatzalm-stage-headline {
	display: flex;
	height: 90vh;
	justify-content: center;
	align-items: center;
}

.gaertnerplatzalm-stage-content {
	display: flex;
	height: 80vh;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
	.gaertnerplatzalm-stage-headline {
		height: 115vh;
	}
	
	.gaertnerplatzalm-stage-content {
		height: 100vh;
	}
}

/* Paragraphs */
.content p {
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* quandoo */
.gaertnerplatzalm-quandoo {
	margin: 0 auto;
	text-align: center;
}

/* auto content */
.gaertnerplatzalm-auto-height {
	max-width: 800px;
	margin: 0 auto;
}

/* Footer */
.footer_bottom {
	text-align: left;
}


@media only screen and (max-width: 768px) {
	.column3.footer_col3 {
		text-align: left;
	}
}
.woocommerce-table--order-downloads {
	width: 100% !important;
}

/* Woocommerce cart */
.gaertnerplatzalm-giftcard-info-text {
	font-size: 14px;
	padding: 30px;
	color: #3e7b97 !important;
}

.wpb_content_element small {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: none;
	color: #9b2625;
	line-height: normal;
}