html {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  font-family: "DM Sans", sans-serif;
  background: #eee;
  padding-top: 100px;
  color: #000;
  font-size: 14px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}
span {
  color: #4eabf7;
  font-weight: bold;
}
h1 {
  line-height: 35px;
  font-size: 26px;
}
h2 {
  line-height: 30px;
  font-size: 22px;
}
h3 {
  line-height: 26px;
  font-size: 20px;
}
h4 {
  line-height: 22px;
  font-size: 18px;
}
h5 {
  line-height: 18px;
  font-size: 15px;
}
.headline {
  background-color: #4eabf7;
  color: #fff;
  padding: 10px 0px 10px 15px;
  margin: 0px;
  font-size: 15px;
  font-weight: normal;
}
.headline > a {
  color: inherit;
}

.human-icon {
  font-size: 30px;
  margin: 15px;
  color: #333;
}
.human-icon:hover {
  color: #393;
}
.selected {
  color: #383;
}
.hidden {
  display: none;
}
.btn {
  border-radius: 0px;
}

.data-container .row .all-links {
  padding: 20px;
  margin: 15px 0px;
}
.data-container .row .all-links a {
  color: #964b00;
  text-decoration: none;
  margin-left: 5px;
}
.data-container .row .all-links a:hover {
  color: #4eabf7;
}
.btn-primary {
  position: relative;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px;
  box-shadow: 0px 0px 2px #000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #4eabf7 !important;
  outline: none !important;
  box-shadow: none;
}
.button-menu {
  padding: 5px 0px;
  margin: 0px -10px;
  border-radius: 0px;
  display: none;
  background: #fed;
}
.button-menu li {
  text-align: left;
  list-style: none;
  margin: 5px;
  padding: 5px 10px;
  line-height: 16px;
  font-size: 14px;
  color: #000;
}
.button-menu li span {
  float: right;
  font-weight: normal;
  color: #000;
}
.photo {
  border-radius: 5px;
  border: 1px solid #4a3c00;
  max-width: 40%;
  box-shadow: 0px 0px 4px #000;
  background: #4a3c00;
  margin: 10px 0px 10px 10px;
}
.rechts {
  max-width: 50%;
  max-height: 300px;
  float: right;
  clear: both;
}
.mitte {
  object-fit: contain;
  height: 100%;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #4eabf7;
}
.page-header {
  background-color: #4eabf7;
  text-shadow: 0px 0px 2px #000;
  margin: 0px;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
}
.contact-infobar {
  width: 300px;
  position: fixed;
  background: none;
  right: -250px;
  top: 100px;
  z-index: 200;
  cursor: pointer;
}
.contact-infobar li {
  height: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  line-height: 40px;
  width: 100%;
  margin: 5px 0px;
  list-style: none;
  padding: 5px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  transition: 1s;
  right: 0;
}
.contact-infobar li:hover {
  background: #fff5f5;
  right: 210px;
}

.contact-infobar li div {
  width: 40px;
  height: 40px;
  height: 100%;
  border-radius: 40px;
  background-color: #4eabf7;
  color: #fff;
  margin: 0 10px 0 0;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  text-shadow: 0px 0px 2px #000;
}
.contact-infobar li div i {
  line-height: 40px;
}
.homepage-slider {
  background-color: #eee;
  padding: 0px;
  width: 100%;
  height: 550px;
  position: relative;
}
.slider-slide {
  position: relative;
  color: #fff;
  height: 100%;
}
.slider-slide > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  /* object-fit: cover; */
}
.slider-slide > .slide-title {
  position: absolute;
  padding: 10px 20px;
  width: 100%;
  max-width: 1200px;
  text-shadow: 0px 0px 2px #000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 3px;
}
.slider-slide > .slide-title > a:hover {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.slider-slide > .slide-title > a > h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bolder;
}
.slider-slide > .slide-title > a > h4 {
  font-size: 20px;
}
.fotogallerie-box {
  background-color: #ddd;
  padding: 20px;
}
.fotogallerie {
  position: relative;
  width: 100%;
  box-sizing: content-box;
  height: 280px;
}
.toursgallerie {
  width: 100%;
  height: 370px;
}
.fotogallerie div {
  text-align: center;
  margin: 0px 10px 10px 0px;
}
.toursgallerie div {
  /* text-align: center; */
  margin: 0px 10px 10px 0px;
}
.fotogallerie a > img {
  height: 250px;
  max-width: 100%;
  margin: 0px auto;
}
.toursgallerie .photogallery > img {
  /* height: 250px; */
  max-width: 100%;
  padding: 20px;
  /* margin: 0px auto; */
}
.toursgallerie a > h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  color: #8a623d;
  padding-left: 20px;
}
.toursgallerie a > h3:hover,
.toursgallerie a > h4:hover {
  text-decoration: underline;
}
.toursgallerie a > h4 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
}
.header {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  background: #fff;
  top: 0px;
  min-height: 100px;
}
.menu-data-close {
  position: absolute;
  top: 120px;
  left: 10px;
  z-index: 999999;
  background: #4a3c00;
  line-height: 25px;
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: none;
  font-size: 14px;
  color: #fff;
}
.header-logo {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 250px;
  height: 100px;
  margin: 0px;
  padding: 10px 0px;
  z-index: 9999;
  text-align: left;
  color: #333;
}
.header-logo > img {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 96px;
}
.header-logo > h2 {
  margin: 10px 0px 0px 60px;
  font-size: 28px;
  font-weight: bold;
}
.header-logo > h3 {
  margin: 5px 0px 0px 60px;
  font-size: 16px;
}
.back-to-top {
  display: none;
  background-color: #4eabf7;
  color: #fff;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #4eabf7;
  text-align: center;
  padding: 10px;
  font-size: 30px;
  line-height: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 400;
  cursor: pointer;
}
.footer {
  border-top: 4px solid #333;
  padding: 30px;
  color: #000;
  font-size: 14px;
  margin: 0px;
}
.footer .table tr td {
  font-size: inherit;
  padding: 5px;
  margin: 0px;
  white-space: nowrap;
}
.footer h4 {
  font-weight: bold;
}
.footer ul {
  padding: 0px 0px 0px 10px;
}
.more-section {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #220;
  color: #fff;
}
.more-section .more-button {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  color: #000;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 5px;
}
.more-section .more-button:hover {
  color: #4eabf7;
}
.more-data {
  display: none;
}
#more-area {
  width: 100%;
  position: relative;
  background: rgba(20, 20, 0, 0.95);
  text-align: center;
  padding: 30px 20px;
  display: none;
  color: #fff;
}
#more-area .photo-block {
  position: relative;
  width: 200px;
  border: 1px solid #331;
  padding: 5px;
  margin: 10px;
  display: inline-block;
}
#more-area .photo-block img {
  height: 150px;
  display: inline-block;
  margin: 5px 10% 5px 10%;
  width: 80%;
  left: 0px;
  top: 0px;
}
#more-area ul {
  margin: 0px;
  padding: 0px;
}
#more-area li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#more-area .more-close {
  display: inline-block;
  margin: 20px 0px;
  background: red;
  border-radius: 35px;
  cursor: pointer;
  color: #fff;
  z-index: 999;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px;
}
.container {
  max-width: 1200px;
  padding: 0px;
  margin: 0px auto;
  position: relative;
}
.row {
  margin: 0px;
  padding: 0px;
}
.data-container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 5px;
}
.data-box {
  padding: 20px;
  background: #f6f6f6;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.data-box h1 {
  font-size: 25px;
  margin: 0px;
}
.data-box h2 {
  font-size: 20px;
  margin: 0px;
}
.data-box p {
  margin: 10px 0px;
}
.data-box a,
.tabdatacontainer a,
.anchordatacontainer a {
  color: midnightblue;
}
.tabdatacontainer a:hover,
.anchordatacontainer a:hover {
  color: #4eabf7;
}
.link-box {
  padding: 5px;
  background: #f6f6f6;
  margin-bottom: 10px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 12px;
}
.link-box > div {
  display: inline-block;
  padding: 0px 5px;
  margin: 5px 0px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 12px;
}
.jumbo-box {
  width: 100%;
  max-width: 1000px;
  background-color: #4eabf7;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  font-size: 14px;
  text-shadow: 0px 0px 2px #000;
  transition: all 0.5s;
}
.jumbo-box:hover {
  box-shadow: 0px 0px 4px rgba(00, 0, 0, 0.6);
  transform: scale(1.1);
  z-index: 1000;
}
.jumbo-box > .jumbo-photo {
  width: 500px;
  height: 400px;
  overflow: hidden;
  display: inline;
}
.jumbo-box > .jumbo-photo > img {
  width: 100%;
  height: 100%;
}
.jumbo-box > .jumbo-text {
  padding: 20px;
  display: inline;
}
.jumbo-box > .jumbo-text > h2 {
  font-weight: bolder;
  line-height: 35px;
  font-size: 26px;
  clear: both;
}
.jumbo-box > .jumbo-text > ul {
  list-style-position: outside;
  padding: 0px;
}
.jumbo-box > .jumbo-text > ul > li {
  padding: 5px 0px;
  list-style: none;
  font-size: 13px;
}
hr {
  background: #777;
  border-color: #777;
}

section {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 0px;
  max-width: 500px;
  background: #fff;
  -webkit-transition: all 0.3s, -webkit-transform 0.3s; /* Safari */
  transition: all 0.3s, transform 0.3s;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
}
section:hover {
  transform: scale(1.05);
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
section img {
  width: 100%;
  height: 250px;
  margin: 0px;
  margin-bottom: -40px;
  -webkit-transition: all 0.3s, -webkit-transform 0.3s; /* Safari */
  transition: all 0.3s, transform 0.3s;
}
section:hover img {
  margin-bottom: -60px;
}
section .section-text {
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s, -webkit-transform 0.3s; /* Safari */
  transition: all 0.3s, transform 0.3s;
}
section:hover .section-text {
  padding-bottom: 40px;
}
section .section-text h2 {
  font-size: 20px;
  line-height: 40px;
  margin: 0px;
  padding: 0px 10px;
  text-shadow: 0px 0px 2px #fff;
  font-weight: bolder;
  color: #422;
}
section .section-text h3 {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  padding: 7px 10px;
  color: #fff;
  text-shadow: 0px 0px 2px #000;
  background-color: #4eabf7;
}
section .section-text p {
  margin: 15px 0px;
  padding: 0px 10px;
}
section p a {
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.str {
  font-weight: bold;
}
.day {
  color: #4a3c00;
}

.tage {
  border: 1px solid #aaa;
  margin-bottom: 10px;
}
.tage > .tage-title {
  background-image: url("arrow-down.png");
  background-repeat: no-repeat;
  background-position: 100% 8px;
  background-size: 15px 15px;
  background-color: #fed;
  padding: 5px 20px 5px 5px;
  cursor: pointer;
}
.tage.active > .tage-title {
  background-image: url("arrow-up.png");
}
.tage > .tage-text {
  max-height: 0px;
  padding: 0px 10px;
  overflow: hidden;
}
.tage.active > .tage-text {
  max-height: 5000px;
  overflow-y: auto;
  padding: 10px;
}

.expander {
  border: 1px solid #aaa;
  margin-bottom: 10px;
}
.expander > .expand-title {
  background-image: url("plus.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  background-color: #fed;
  padding: 10px 5px 10px 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}
.expander.active > .expand-title {
  background-image: url("minus.png");
}
.expander > .expand-text {
  max-height: 0px;
  padding: 0px 10px;
  overflow: hidden;
  font-size: 14px;
}
.expander.active > .expand-text {
  max-height: 5000px;
  overflow-y: auto;
  padding: 10px;
}
span.index-title {
  padding: 8px 8px;
  border: none;
  background: #4eabf7;
  color: #fff;
  border-radius: 15px;
  font-size: 28px;
  scroll-margin-top: 16rem;
}
th.status {
  width: 120px;
}
/*-------------------------------------------------*/
@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 700px) {
  .termine td,
  .termine th {
    padding: 2px;
    font-size: 10px;
  }
  th.status {
    width: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .homepage-slider {
    height: 250px;
  }

  .slider-slide > .slide-title > a > h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .slider-slide > .slide-title > a > h4 {
    font-size: 16px;
  }

  .fotogallerie {
    height: 180px;
  }
  .fotogallerie a > img {
    height: 150px;
  }
  .jumbo-box > .jumbo-photo {
    display: none;
  }
  section {
    margin: 10px 0px;
  }
  .contact-infobar {
    display: none;
  }
  .container {
    padding: 5px;
  }
  .header .container {
    padding: 0px;
  }
  .data-container {
    padding: 10px 0px;
  }
  #more-area {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  #more-area .top-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #more-area .bottom-close {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .footer {
    overflow: hidden;
    text-align: center;
  }

  .footer td {
    text-align: center;
    border-top: 1px dotted #ddd;
  }
  .footer li {
    list-style: none;
  }
}
@media screen and (max-width: 450px) {
  .homepage-slider {
    height: 180px;
  }
}
.data-box button {
  background: #4eabf7;
  border: 0;
}

.data-box button a {
  backface-visibility: hidden;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(0px);
  transition: 0.3s;
  transition-property: color;
  font-weight: 300;
  box-shadow: 0 8px 25px #4eabf7;
}

.three-card {
  padding: 100px 0px;
  background: #f7f7f7;
}

.three-card .img-home-3 {
  width: 300px !important;
  height: 250px !important;
  margin-left: 50px !important;
  max-width: 80%;
}

.three-card .three-btn {
  width: 100%;
  padding: 8px;
  color: #fff;
  background: #4eabf7;
  border: none;
  border-radius: 10px;
}

.three-card .high p {
  text-align: center;
  margin: 25px 0px;
  color: #000;
  font-size: 14px;
}

.three-card .high h2 {
  text-align: center;
  margin-top: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.anchorbox .anchordatacontainer .tab-conts h3 {
  font-weight: 600;
  margin: 0;
  padding-top: 13px;
}

.anchorbox .anchordatacontainer .tab-conts p {
  font-size: 13px;
}

.anchorbox .anchordatacontainer .tab-conts img {
  border: none !important;
  width: 100%;
}

.anchorbox .anchordatacontainer .tab-conts .btn-grps button {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  border: none;
  background-color: #4eabf7;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.anchorbox .anchordatacontainer .tab-conts button {
  display: inline-block;
  padding: 4px 10px;
  color: #4eabf7;
  border: 1px solid #4eabf7;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.anchorbox .anchordatacontainer .tab-conts button:hover {
  background-color: #4eabf7;
}
.anchorbox .anchordatacontainer .tab-conts button a:hover {
  color: #fff;
}
.anchorbox .anchordatacontainer .tab-conts button a {
  color: #4eabf7;
}

/* nationalparks */

.tab-grp-box .button-container {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

/* @media screen and (max-width: 350px) {
  .tab-grp-box .button-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100%;
  }
} */

/* @media screen and (max-width: 768px) {
  .photo {
    max-width: 80%;
  }
} */

.button-container.np-btngrp .custom-button {
  background-color: #1fab59;
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.button-container.ws-btngrp .custom-button {
  background-color: #3dbe29;
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.button-container.wr-btngrp .custom-button {
  background-color: #206600;
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.data-container h1.np-title {
  font-weight: 600;
}

.data-container .np-imgs-grps {
  margin: 15px 0px;
}

.data-container .np-imgs-grps img {
  border-radius: 5px;
  width: 100%;
  margin: 5px;
  max-width: 320px;
}

.data-container .cap-img {
  width: 100%;
  height: 200px;
  position: relative;
}

.data-container .cap-img h2 {
  position: absolute;
  bottom: -8px;
  padding: 0 21px;
  color: #fff;
  width: 100%;
  background: #161313ad;
  height: 50px;
  line-height: 50px;
}

.data-container .cap-img img {
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
