* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  padding: 0px;
  margin: 0px;
  color: #646464;
  letter-spacing: 1px;
}

a {
  color: gray;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.thumb-bild {
  -webkit-box-shadow: 0 3px 6px #8080808a;
          box-shadow: 0 3px 6px #8080808a;
}

.main {
  width: 100%;
  display: block;
  padding: 10% 3vw;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.clearfix::after {
  clear: both;
}

.wrapper {
  width: 1170px;
  margin: auto;
}

img {
  width: 100%;
}

.header {
  position: relative;
}

.titel {
  position: absolute;
  /* top: 34vw; */
  left: 10%;
  z-index: 1;
  bottom: 200px;
}

.titel h1 {
  font-size: 5vw;
  text-align: left;
  font-weight: 700;
  line-height: 1em;
  text-shadow: 5px 8px 15px black;
  color: white;
}

.baner-mobile {
  display: none;
  width: 100%;
}

.baner {
  display: block;
  width: 100%;
}

.info-wrapper {
  color: gray;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info-wrapper h2 {
  font-weight: 300;
  margin-bottom: .5em;
  font-size: 2.5rem;
}

.info-wrapper p {
  font-weight: 200;
  line-height: 2vw;
  font-size: 1.2vw;
  color: #242424;
  padding-right: 3em;
}

section.calender-wrapper {
  padding: 0 3vw;
}

.bilder-titel {
  margin-top: 20px;
  margin-bottom: 132px;
  font-weight: 300;
  line-height: 2vw;
  font-size: 1.2vw;
  color: #5c5c5c;
}

.portrait-wrapper img {
  width: 100%;
}

.calender-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
  margin-bottom: 2vw;
  list-style: none;
  font-size: 2.5vw;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.calender-content p {
  margin-right: 1em;
  margin-bottom: 0;
}

.calender-content a {
  color: #bcbbbb;
}

.calender-content a:hover {
  color: gray;
}

.calender-content .link-active {
  color: #474747;
}

.calender-content.bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.grid {
  height: 3em;
}

.gallery-slide {
  padding: 100px 0 100px 0;
  height: 800px;
}
.carousel-item {
  height: 100vh;
}
.carousel-item .baner {
  object-fit: cover;
}

.carousel-item img {
  height: 100%;
  -webkit-box-shadow: 0 3px 6px grey;
          box-shadow: 0 3px 6px grey;
}

.carousel-inner {
  -webkit-box-shadow: 0 3px 6px grey;
          box-shadow: 0 3px 6px grey;
}

.grid-gallery {
  padding-bottom: 0;
}

.grid-gallery .one {
  padding: 1vw;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15vw;
  padding-top: 2vw;
}

.grid-gallery .one:nth-of-type(1) img {
  height: 118%;
}

.grid-gallery .one:nth-of-type(2) img {
  height: 115%;
}

.grid-gallery .one:nth-of-type(3) img {
  height: 140%;
}

.grid-gallery .one:nth-of-type(4) img {
  height: 110%;
}

.grid-gallery .one:nth-of-type(5) img {
  height: 115%;
}

.grid-gallery .one:nth-of-type(6) img {
  height: 110%;
}

.grid-gallery .one:nth-of-type(7) img {
  height: 110%;
}

.fas.fa-arrow-left.slider-return {
  display: none;
  position: absolute;
  right: 21px;
  top: 4px;
  font-size: 22px;
  color: #bebebe;
  -webkit-transition: .3s;
  transition: .3s;
}

.fas.fa-arrow-left.slider-return:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  color: gray;
}

.slider-return-active {
  display: block !important;
}

.row-custom {
  padding-top: 1em;
}

.gallery-detail-wrapper {
  text-align: center;
  padding-top: 2em;
}

.carousel-control-prev {
  left: -10px;
}

.carousel-control-next {
  right: -10px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.grid-gallery-active {
  display: none;
}

.gallery-detail-active {
  display: block;
}

.j-2019 {
  cursor: pointer;
}

.top-slide {
  display: none;
}

.arrow-link {
  right: 4vw;
}

.arrow-right {
  left: 4vw;
}

img {
  width: 100%;
}

.img-wrwpper {
  text-align: center;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}

.slick-prev {
  left: 27%;
  top: 96%;
}

.slick-next {
  left: 69%;
  top: 96%;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #949494;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-content {
  text-align: center;
  border-top: 1px solid #c7c7c7;
  color: #c7c7c7;
  padding: 3em 2em 0em 2em;
  margin: 2em 4em 1em 4em;
}

footer i {
  color: #939393;
  font-size: 1.6em;
  margin: 0 7px;
}

footer i:hover {
  color: #535353;
}

footer p {
  margin-bottom: 0;
  font-weight: 200;
  color: #5c5c5c;
}

p.email:hover {
  color: #222121;
}

.slick-next.slick-arrow::before {
  font-size: 30px;
}

.slick-prev.slick-arrow::before {
  font-size: 30px;
}

.neu-bild {
  max-width: 800px;
  text-align: center;
  margin: auto;

}

@media screen and (min-width:1024px) {
  .neu-bild:after {
    /* content: ''; */
    position: absolute ;
    top: 0.5rem ;
    right: 0.5rem ;
    width: 50px ;
    height: 50px ;
    /* background-color: white ; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='24px' height='24pxa' viewBox='0 0 18 18'%3E%3Cdefs/%3E%3Cpath fill='%23000' d='M12.5 11h-.79l-.28-.27C12.41 9.59 13 8.11 13 6.5 13 2.91 10.09 0 6.5 0S0 2.91 0 6.5 2.91 13 6.5 13c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L17.49 16l-4.99-5zm-6 0C4.01 11 2 8.99 2 6.5S4.01 2 6.5 2 11 4.01 11 6.5 8.99 11 6.5 11z'/%3E%3C/svg%3E") ;
    background-repeat: no-repeat ;
    background-position: center ;
    opacity: 0.6 ;

  }
}




.slick-list {
  height: 100% !important;
}

.grid-gallery-container {
  position: relative;
}

.grid-gallery-22 img {
 height: 70vh;
 width: auto;
}

.grid-gallery {
  display: none;
}

.show {
  display: block;
}

.gallery-btn {
  padding-right: 2vw;
}

.gallery-btn {
  color: #bbbbbb !important;
}

.active {
  color: #5e5e5e !important;
}

.container-fluid.thumb {
  margin-top: 4vw;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(1) {
  max-width: 790px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(2) {
  max-width: 480px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(3) {
  max-width: 480px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(4) {
  max-width: 910px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(5) {
  max-width: 570px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(6) {
  max-width: 570px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(7) {
  max-width: 1130px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(8) {
  max-width: 570px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(8) {
  max-width: 570px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(9) {
  max-width: 570px;
}

.container-fluid.thumb.j-18 .neu-bild:nth-of-type(10) {
  max-width: 570px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(1) {
  max-width: 550px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(2) {
  max-width: 1130px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(3) {
  max-width: 550px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(4) {
  max-width: 550px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(5) {
  max-width: 550px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(6) {
  max-width: 1130px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(7) {
  max-width: 1050px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(8) {
  max-width: 670px;
}

.container-fluid.thumb.j-19 .neu-bild:nth-of-type(8) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(1) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(2) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(3) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(4) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(5) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(6) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(7) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(8) {
  max-width: 480px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(9) {
  max-width: 480px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(10) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(11) {
  max-width: 670px;
}

.container-fluid.thumb.j-17 .neu-bild:nth-of-type(12) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(1) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(2) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(3) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(4) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(5) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(6) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(7) {
  max-width: 670px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(8) {
  max-width: 1130px;
}

.container-fluid.thumb.j-16 .neu-bild:nth-of-type(9) {
  max-width: 480px;
}

.container-fluid.thumb.j-15 .neu-bild:nth-of-type(1) {
  max-width: 1130px;
}

.container-fluid.thumb.j-15 .neu-bild:nth-of-type(2) {
  max-width: 570px;
}

.container-fluid.thumb.j-15 .neu-bild:nth-of-type(3) {
  max-width: 670px;
}

.container-fluid.thumb.j-15 .neu-bild:nth-of-type(4) {
  max-width: 670px;
}

.container-fluid.thumb.j-15 .neu-bild:nth-of-type(5) {
  max-width: 480px;
}

.container-fluid.thumb.j-15 .neu-bild:nth-of-type(6) {
  max-width: 670px;
}

div#down {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-box-shadow: 1.5px 1.5px 4px #80808082;
          box-shadow: 1.5px 1.5px 4px #80808082;
  margin: auto;
  margin-top: -40px;
  margin-bottom: 40px;
}

div#down img {
  width: 20px;
  margin: auto;
  text-align: center;
  margin-top: 9px;
}

.nachoben {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: 1s;
          transform: 1s;
  margin-bottom: 50px;
  position: relative;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation: example 2s infinite;
          animation: example 2s infinite;
}

@-webkit-keyframes example {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 0px;
    top: 20px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes example {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 0px;
    top: 20px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}

.divider {
  position: absolute;
  height: 1px;
  width: 98%;
  background-color: #999898;
  left: 14px;
}

.portrait-wrapper img {
  -webkit-box-shadow: 0 3px 6px grey;
          box-shadow: 0 3px 6px grey;
}

p.phone a {
  font-size: 14px;
  color: #5c5c5c;
}
.footer-content img {
  width: 20px;
  margin-right: 10px;
  color: rgb(128, 128, 128);
}

.copyRight {
  text-align: center;
  letter-spacing: .6px;
  font-size: 12px;
  margin-top: 40px;
}

.arrow-wrapper {
  width: 50px;
  position: absolute;
  right: 70px;
  bottom: 40px;
}
@media only screen and (max-width: 1400px) {
  .divider {
    width: 97%;
  }
  .info-wrapper h2 {
    font-size: 150%;
  }
  .info-wrapper p {
    line-height: 170%;
    padding-right: 8em;
  }
  .portrait-wrapper img {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px grey;
            box-shadow: 0 3px 6px grey;
  }
}


/* Footer Start ------------- */

footer{
  background-color: #7b7b7b;
  width: 100%;
  padding: 0 50px;
}
.footer-kontakt{
  padding: 50px 0;
  width: 50%;
}
.footer-wrapper{
  max-width: 1280px;
  display: flex;
  margin:auto;
}
.footer-wrapper a i:hover {
  color: rgb(200, 200, 200);
}
.footer-wrapper p i{
  width: 7px;
  margin-right: 26px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  margin-left: 0;
}

.footer-wrapper p a{
  color: #ffffff;
}
.footer-wrapper p a:hover{
  color: rgb(200, 200, 200);
}

.kontakt{
  color: white;
  margin-bottom: 5px;
}
.mail{
margin: 0;
}

.imp{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 95px;
  width: 50%;
  justify-content: flex-end;
}
.imp p {
 color:white;
 margin-left: 30px;
}
.col-sm-8.col-md-8.col-lg-8.col-xl-8.imp-inhalt {
  margin: auto;
}
/* Footer End ------------- */

.home-wrapper {
  background-color: rgb(73 73 73);
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 5px 0;
  position: fixed;
  z-index: 1;
  opacity: .7;
}

.home-wrapper a{
  color: rgb(200, 200, 200)
}
.home-wrapper a:hover{
  color: rgb(244, 244, 244)
}
.home {
  padding-right:  4vw ;
}

.top-phone{
  padding-left:  4vw ;
}


@media only screen and (max-width: 992px) {
  .footer-wrapper{
    width: 100%;
    display: flex;
    margin:auto;
  }
  .divider {
    width: 96%;
  }
  .calender-content {
    margin-top: 45px;
  }
  .info-wrapper h2 {
    font-size: 125%;
  }
  .info-wrapper p {
    padding-right: 6em;
    font-size: 1.5vw;
  }
  .portrait-wrapper img {
    width: 100%;
  }
  .slick-next.slick-arrow::before {
    display: none;
  }
  .slick-prev.slick-arrow::before {
    display: none;
  }
  .bilder-titel {
    font-size: 1.5vw;
  }
  .footer-content {
    margin: 2em 4em 1em 4em;
  }
  footer p {
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .grid-gallery {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .divider {
    width: 96%;
  }
  .info-wrapper p {
    padding-right: 3em;
    font-size: 1.8vw;
  }
  .portrait-wrapper img {
    width: 100%;
  }
  .bilder-titel {
    font-size: 1.8vw;
  }
  footer p {
    margin-top: 16px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(1) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(2) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(3) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(4) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(5) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(6) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(7) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(8) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(8) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-19 .neu-bild:nth-of-type(9) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(1) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(2) {
    max-width: 393px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(3) {
    max-width: 393px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(4) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(5) {
    max-width: 460px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(6) {
    max-width: 460px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(7) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(8) {
    max-width: 540px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(9) {
    max-width: 540px;
  }
  .container-fluid.thumb.j-18 .neu-bild:nth-of-type(10) {
    max-width: 540px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(1) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(2) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(3) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(4) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(5) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(6) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(7) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(8) {
    max-width: 480px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(9) {
    max-width: 480px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(10) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(11) {
    max-width: 670px;
  }
  .container-fluid.thumb.j-17 .neu-bild:nth-of-type(12) {
    max-width: 670px;
  }
  .nachoben {
    margin-top: -50px;
  }
}

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

  .footer-wrapper{
   flex-direction: column;
   padding-bottom: 60px;
  }
  .footer-kontakt, .imp{
    width: 100%;
    padding-bottom: 0;
   }
  .imp{
    margin: 0;
    justify-content: flex-start;
  }
  .imp p{
    margin: 0 30px 0 0;
  }
  div#down {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-bottom: 60px;
  }
  div#down img {
    width: 16px;
    margin-top: 4px;
  }
  .nachoben {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: 1s;
            transform: 1s;
    margin-bottom: 50px;
    position: relative;
    -webkit-animation-name: example;
            animation-name: example;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation: example 2s infinite;
            animation: example 2s infinite;
  }
  .calender-content {
    margin-top: 35px;
  }
  .calender-content.bottom {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 12vw;
  }
  .info-wrapper {
    padding-bottom: 2em;
  }
  .info-wrapper p {
    padding-right: 0em;
    font-size: 2.5vw;
  }
  .portrait-wrapper img {
    width: 100%;
  }
  .contain {
    padding-right: 15px;
  }
  .gallery-wrapper .gallery-content .bilder {
    width: 43%;
    margin-bottom: 2em;
  }
  .grid-gallery {
    margin: 2em 0 0 0;
  }
  .grid-gallery .one {
    height: 42vw;
  }
  .calender-wrapper {
    padding: 0 3vw;
  }
  .gallery-detail-wrapper {
    margin: 2em 0;
    padding-top: 0;
  }
  .bilder-titel {
    font-size: 3vw;
    margin-bottom: 65px;
    line-height: 5vw;
  }
  footer p {
    font-size: 14px;
    margin-top: 12px;
    font-weight: 200;
    line-height: 10px;
    color: #242424;
    border-top: 1px solid gray;
    padding: 1em 0 4px 0;
  }
  .footer-content {
    border: none;
    margin: 0 5em 1em 5em;
    padding: 0em 0 2em 0;
  }
  footer i {
    margin: 9px 7px;
  }
  p.biografie {
    font-size: 14px;
  }
  .fas.fa-arrow-left.slider-return {
    top: 50px;
  }
  .container-fluid.thumb {
    margin-top: 4vw;
  }
  .grid-gallery-22 img {
    height: auto;
    max-width: 100%;
   }
}

@media only screen and (max-width: 414px) {
  .carousel-item {
    height: auto;
  }
  .arrow-wrapper {
    width: 25px;
    right: 27px;
}
  .baner {
    display: none;
  }
  .baner-mobile {
    display: block;
  }
  .titel {
    top: 109vw;
    left: 10%;
  }
  .titel h1 {
    font-size: 10vw;
  }
  .info-wrapper {
    margin: 0 .5em 0 .5em;
    padding-bottom: 2em;
  }
  .info-wrapper p {
    padding-right: 0em;
  }
  .calender-content {
    font-size: 1em;
  }
}
/*# sourceMappingURL=styles.css.map */