@font-face {
 font-display: swap;
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 400;
 src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype');
}
* {
	box-sizing: border-box;
	margin : 0;
	padding : 0;
}
a {
	color:#666;
}
h1 {
	font-size:28px;
	padding-bottom: 15px;
}
h2 {
	font-size:22px;
	padding-bottom: 15px;
}
h3 {
	font-size:20px
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #666;
}
.wrapper {
	max-width: 1125px;
	width: 95%;
	margin: 0 auto;
}
header {
	padding: 0 15px;
	background-color:#00617F;
	max-height:84px;
}
.headimg {
	background-image:url(../images/berchtesgaden-shop-1.jpg);
	color:#fff;
	padding: 150px 0;
	text-align:center;
	background-position: 0 60%;
	background-repeat: no-repeat;
	background-size: cover;
}
.shad {
	text-shadow: 2px 2px 0 #000;
}
.primg {
	max-width: 99%;
	border: 1px solid #d1ebf2;
}
.grrl {
	max-width: 99%;
	height: 200px;
	margin-bottom: -19px;
	position: relative;
	left: 175px;
}
}
.nob {
	border: none;
}
.footer-logo {
	padding-top:15px;
}
.center {
	text-align:center;
}
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.column {
	flex: 1;
	margin: 2px;
	padding: 0 10px 10px 10px;
 &:first-child {
margin-left: 0;
}
 &:last-child {
margin-right: 0;
}
}
.tb-column {
	flex: 1;
 &:first-child {
margin-left: 0;
}
 &:last-child {
margin-right: 0;
}
}
.fr {
	padding-right: 5px;
	text-align: right;
	line-height: 40px;
}
.ce {
	text-align: center;
}
.tp {
	padding-top: 10px;
}
.short {
	width: 70%;
	margin: 0 auto;
}
.head-1 {
	color:#fff;
	padding-right: 5px;
	text-align: right;
	line-height: 84px;
	height: 84px;
	font-style:italic;
}
footer {
	padding: 75px 15px;
	background-color:#F7FAFF;
	font-size: 1rem;
}
.bord {
	border: 1px solid gray;
}
 @media screen and (max-width: 880px) {
 .columns .column {
 margin-bottom: 5px;
 flex-basis: 40%;
 &:nth-last-child(2) {
 margin-right: 0;
}
 &:last-child {
 flex-basis: 100%;
 margin: 0;
}
}
}
 @media screen and (max-width: 680px) {
 .columns .column {
 flex-basis: 100%;
 margin: 0 0 5px 0;
}
.short {
 width:100%;
}
}
.gallery-container {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: 0 auto;
	max-width: 99%;
	border: 1px solid #d1ebf2;
	margin-bottom:5px;
}
.gallery-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.5s ease;
}
.gallery-image.hidden {
	opacity: 0;
	pointer-events: none;
}
.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: white;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
}
.arrow.left {
	left: 10px;
}
.arrow.right {
	right: 10px;
}
 .arrow::before {
 content: '';
 display: inline-block;
 border: solid black;
 border-width: 0 4px 4px 0;
 padding: 8px;
 transform: rotate(45deg);
}
 .arrow.left::before {
 transform: rotate(135deg);
}
 .arrow.right::before {
 transform: rotate(315deg);
}
.center-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.center-link a {
	display: inline-block;
	width: 50%;
	height: 50%;
	z-index: 5;
}
.zm {
	cursor:zoom-in;
}
