@charset "UTF-8";
/* CSS Document */

/* Formata Regular  */
@font-face {
  font-family: 'Formata Regular';
  src: url('fonts/Formata-Regular.woff') format('woff'),
       url('../fonts/Formata-Regular.ttf') format('truetype');
}
/* Formata Medium  */
@font-face {
  font-family: 'Formata Medium';
  src: url('fonts/Formata-Medium.woff') format('woff'),
       url('../fonts/Formata-Medium.ttf') format('truetype');
}

body {
  font-family: 'Formata Regular', sans-serif;
  font-size: 25px;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
	font-weight: 400;
}

body.startseite {
	font-size: 18px;
}

p {
	margin-top: 10px;
	margin-bottom: 0;
}

ul {
	list-style: none;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

a {
  text-decoration: none;
}

strong {
  font-family: 'Formata Medium', sans-serif;
  font-weight: 500;
}

h1 {
  width: 100%;
  text-align: center;
  font-family: 'Formata Medium', sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

h2 {
  font-family: 'Formata Medium', sans-serif;
  color: white;
  font-weight: 500;
  font-size: 1.7vw;
  text-align: center;
  background-color: #16832e;
  width: 100%;
  padding-top: 8px;
  line-height: 140%;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0 0 14px 14px;
}

li {
	margin-top: 5px;
}

.container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
	padding: 6px;
	box-sizing: border-box;
}

.container > div > a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.container > div > a > h2 {
	margin-top: auto;
	height: 22%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.grid1, .grid2, .grid3, .grid4,
.grid5, .grid6, .grid7, .grid8,
.grid9, .grid10, .grid11 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 14px;
  filter: drop-shadow(1px 1px 3px black);
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	position: relative;
}

.grid1 { grid-column: 1; grid-row: 1; background-image: url("images/grid1.jpg"); }
.grid2 { grid-column: 2; grid-row: 1; background-image: url("images/grid2.jpg"); }
.grid3 { grid-column: 3; grid-row: 1; background-image: url("images/grid3.jpg"); }
.grid4 { grid-column: 4; grid-row: 1; background-image: url("images/grid4.jpg"); }

.grid5 { grid-column: 1; grid-row: 2; background-image: url("images/grid5.jpg"); }
.grid6 { grid-column: 2; grid-row: 2; background-image: url("images/grid6.jpg"); }
.grid7 { grid-column: 3; grid-row: 2; background-image: url("images/grid7.jpg"); }
.grid8 { grid-column: 4; grid-row: 2; background-image: url("images/grid8.jpg"); }

.grid9  { grid-column: 1; grid-row: 3; background-image: url("images/grid9.jpg"); }
.grid10  { grid-column: 2; grid-row: 3; background-image: url("images/grid10.jpg"); background-size: cover; }

.grid11 {
  grid-column: 3 / span 2;
  grid-row: 3;
  /* background-color: #16832e; */
	background-color: #1f4026;
  color: #fff;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}

.grid11 .background {
	height: 100%;
	width: 25%;
	background-image: url("images/hintergrund-buchen.jpg");
	background-size: cover;
	background-position: right;
	border-radius: 14px 0 0 14px;
}

.grid11 .inhalt {
	height: 100%;
	padding-left: 25px;
}

.grid11 h2 {
	text-align: left;
	width: fit-content;
	background-color: transparent;
	margin-top: 25px;
}

/* Unterseiten */
.back-button {
  position: fixed;
  height: 100px;
  width: 100px;
  background-color: #16832e;
  margin-left: 35px;
  bottom: 35px;
}

.back-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: 0.5px 0.5px 4px 0px black;
}

.banner {
  display: flex;
  background-color: #16832e;
  height: 200px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  margin-top: 0;
  padding: 0;
}

.banner h1 {
  margin: 0;
  margin-top: 60px;
}

.banner h2 {
  padding-top: 0;
}

.container-unterseite {
  display: flex;
  justify-content: space-between;
  margin: 35px;
}

.text-ebene {
  width: 50%;
}

.bild-ebene {
  width: 45%;
  padding: 15px;
  padding-top: 0;
}

.bild-ebene img {
  margin-top: 15px;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Lightbox Galerie */
.image-row > .image-column {
  padding: 0 8px;
  height: 300px;
}

.image-row:after {
  content: "";
  display: table;
  clear: both;
}

.image-column {
  float: left;
  width: 45%;
  height: 300px;
  object-fit: contain;
  margin-top: 20px;
}

.thumb-column {
  float: left;
  width: 20%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fefefe;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: #16832e;
  position: absolute;
  top: 20px;
  right: 60px;
  font-size: 75px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.mySlides img {
  display: block;
  margin: auto;
  max-height: 60vh;
  height: 60vh;
  width: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50vh;
  width: auto;
  margin-top: -100px;
  color: #16832e;
  font-weight: bold;
  font-size: 75px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev { margin-left: -80px; }
.next { margin-right: -80px; }

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.numbertext {
  color: #16832e;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #fff;
  padding: 2px 16px;
  color: #000;
}

.thumb-row {
  display: flex;
  justify-content: space-around;
}

img.demo {
  opacity: 0.6;
  margin-top: 0;
  height: unset;
  object-fit: contain;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0

