* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* layout */
body { margin:80px auto; padding:0; background-color:#fff; font-family:'Inter Tight', 'Helvetica', arial, sans-serif; font-size:18px; font-weight:400; color:#a01136; }

/* layout */
.container { max-width: 1170px; margin:0 auto; padding:0 40px; position:relative; }
#head { margin:0 auto; padding:10px 0; text-align:left; z-index:1003; }

/* logo */
#logo { margin:0 auto; padding:0; display:block; }
#logo h1 { margin:0 0 40px 0; font-size: 32px; text-align: center; color: #a01136; text-transform: none; }

main {  }

.window {
	margin: 0 auto 40px auto;
	position: relative;
	background-color: #ffffff;
}

.window:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	bottom: 0;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
	z-index: -1;
}

.window-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #f4f4f4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.window-header-left {
  margin-right: auto;
}

.window-header-left h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
}

.window-body {
  display: flex;
}

.window-body-item {
  flex: 1;
  padding: 50px;
  order: 2;
}

.window-body-item.left {
  display: flex;
  flex-direction: column;
  background-color: #a01136;
  overflow: hidden;
  order: 1;
}

.window-body-item.left h3,
.window-body-item.left p,
.window-body-item.left a {
	color: #fff;
	text-align: left;
}

.window-body-item.left a:hover {
	border-bottom: 2px solid #fff;
}

.window-body-item h2 {
	margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {

  .window-body {
	padding: 0;
	display: grid;
  }

  .window-body-item {
	padding: 40px 20px;
	order: 1;
  }
  
  .window-body-item.left {
	order: 2;
  }
  
}

/* opening hours */
.opening-hours {
	margin-top: 40px;
}

.opening-hours table {
	
}

.opening-hours table tr {
	
}

.opening-hours table tr td {
	padding: 10px 20px 10px 0;
	text-align: left;
	color: #fff;
}

.opening-hours table tr td:first-child {
	font-weight: 700;
}

@media (max-width: 575px) {
	
	.opening-hours table tr {
		margin-bottom: 20px;
	}
	
	.opening-hours table tr td {
		display: block;
	}
	
	.opening-hours table tr td:first-child {
		padding-bottom: 0;
	}
}

.socialmedia {
	margin-top: 60px;
}

.socialmedia ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.socialmedia ul li {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	display: flex;
}

@media screen and (max-width: 575px) {
	
	.socialmedia ul, 
	.socialmedia ul li {
		display: block;
	}
	
	.socialmedia ul li {
		margin: 0 0 20px 0;
	}
	
}

i {
	margin-right: 12px;
}

#foot { margin:80px auto 0 auto; padding:0; font-size:18px; color:#333; line-height:18px; }
#copyright { margin:60px 0; font-size:16px; color:#333; line-height:18px; text-align:center; }

/* footer */
footer address { margin:0; padding:0; font-size:18px; font-style:normal; color:#333; line-height:1.5em; }
footer address a { font-size:18px; color:#333; text-decoration:none; }
footer address a:hover { text-decoration:underline; }
footer .left, footer .right { width:50%; float:left; }
footer .left { text-align:left; }
footer .right { text-align:right; }

/* navigations */
nav ul, nav ol { list-style:none; list-style-image:none; margin:0; padding:0; }
nav ul li, nav ol li { margin:0; padding:0; }

.image-container {
	overflow: hidden;
	background-color: #a01136;
}

.image {
	margin: 0 0 20px 0;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.image h2 {
	margin: 0;
	padding: 5px 20px;
	background-color: rgba(0, 75, 126, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.zoomable {
	width: 100%;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 1;
}

.zoomable:hover {
	transform: scale(1.1);
	opacity: .7;
}

.image:hover h2 {
	background-color: #a01136;
}

.info {
	margin: 0 auto 80px auto;
}

.info.text {
	max-width: 720px;
}

.content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding: 0;
}

.column {
	flex: 1;
	min-width: calc(50% - 20px);
}

.column-left {
	
}

.column-right {
	
}

@media (max-width: 768px) {
	.column {
		min-width: 100%;
	}
}

/* content */
.text a { font-weight: 700; }

/* texts */
h1 { margin:0 0 25px 0; padding:0; font-size:40px; font-weight:400; color: #6dad3b; line-height:125%; letter-spacing:1px; text-transform:uppercase; }
h2 { margin:0 0 20px 0; padding:0; font-size:28px; font-weight:400; color:#a01136; letter-spacing:1px; text-transform:uppercase; }
h3 { margin:0 0 15px 0; padding:0; font-size:24px; font-weight:700; color:#a01136; letter-spacing: 1px; }
h4 { margin:0 0 10px 0; padding:0; font-size:20px; font-weight:700; color:#a01136; }
h5 { margin:0 0 10px 0; padding:0; font-size:18px; font-weight:700; color:#333; }
h6 { margin:0 0 5px 0; padding:0; font-size:16px; font-weight:300; color:#333; text-transform:uppercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration:underline; }
h1 span { font-size: 32px; }

p { margin:0 0 30px 0; padding:0; font-size:18px; font-weight: 400; color:#333; line-height:1.6; }
address { margin:0 0 30px 0; padding:0; font-size:18px; font-weight: 400; font-style:normal; color:#333; line-height:1.6; }
strong, .bold { font-weight:700; }

p.link a { font-size:20px; letter-spacing: 2px; }

/* links */
a { font-size:1em; color:#a01136; text-decoration:none; outline:0; -webkit-transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -moz-transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -o-transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; border-bottom:2px solid transparent; }
a:hover { text-decoration:none; border-bottom:2px solid #a01136; }
a img { vertical-align:top; }

/* lists */
ul { margin:0 0 40px 20px; padding:0; }
li { list-style:disc; margin:0 0 10px 0; font-size:18px; color:#333; line-height:150%; }

/* images */
img { border:0; vertical-align:top; }
img.resize { width:100%; height:auto; }

/* meta nav */
nav#nav-meta ul { margin:0 auto 20px auto; padding:0; text-align:center; }
nav#nav-meta li { margin:0 0 0 20px; padding:0; list-style:none; font-size: 16px; letter-spacing: 1px; line-height:1.5em; text-align:center; display:inline-block; }
nav#nav-meta li a { padding:0; font-size:16px; color:#333; text-decoration:none; text-transform:uppercase; }
nav#nav-meta li a:hover { text-decoration:none; }
nav#nav-meta li.active a { font-weight:700; text-decoration:none; }

/* misc */
.clear { clear:both; }
.hide-text { text-indent:100%; white-space:nowrap; overflow:hidden; }
hr.divider { height:0; margin:20px 0; background:none; color:transparent; border:0; border-bottom:1px dotted #fff; }
.nohover,
.nohover:hover {
	border: 0;
}

/* colors */
.red { color:#c1000e; }
.gray { color:#666; }
.lightgray { color:#999; }
.green { color:#000; }
.blue { color:#000; }
.orange { color:#f07e14; }

/* aligns */
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

/* modal */
.modal-dialog {
	width: 100%;
	max-width: 800px;
}

.modal-content {
	border: 0;
	border-radius: 20px;
}

.modal-header {
	border: 0;
}

.modal-body {
	padding: 20px 40px;
}

.modal-footer {
	border: 0;
}

@media screen and (max-width:1200px) {
	
	
	
}

@media screen and (max-width:992px) {
	
	
	
}

@media screen and (max-width:768px) {
	
	.container {
		padding: 0 20px;
	}
	
	#logo h1 { font-size: 28px; line-height: 1.2; }
	#logo h1 span { font-size: 24px; font-weight: 300; }
	
	h2, a {
		word-wrap: break-word;
		hyphens: auto;
		overflow-wrap: anywhere;
	}
	
	.modal-dialog {
		width: 100%;
		max-width: 95%;
	}
	
	.modal-body {
		padding: 20px;
	}
	
}

@media screen and (max-width:575px) {
	
	nav#nav-meta { width:auto; margin:0 0 40px 0; padding:0; float:none; clear:both; text-align:center; }
	nav#nav-meta ul { width:100%; height:auto; margin:0; padding:0; float:none; display:block; border-top:1px solid #ddd; }
	nav#nav-meta ul li { width:100%; height:auto; margin:0; padding: 15px 0; line-height:20px; float:none; border-left:0; border-right:0; border-bottom:1px solid #ddd; display:block; }
	nav#nav-meta ul li a { font-size:16px; line-height:20px; display:inline-block; border:0; }
	nav#nav-meta ul li a:hover { color:#a01136; border:0; }
	
	#copyright { margin:40px 0; padding:0; float:none; font-size:16px; text-align:center; line-height: 1.6; }
	
	#foot address { font-size:18px; text-align:center; }
	
	.text .half { width:auto; margin:0 0 20px 0; float:none; }
	.text h1 { font-size:32px; }
	.text h2 { font-size:28px; }
	.text p, .text address, .text ul li { font-size:18px; }
	.text p { margin:20px 0 20px 0; }
	
	.text ul:nth-child(1) { margin:0 0 40px 0; }
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	
	.resize { width:100%; height:auto; }
	
}