body {
  background: #D0D0D0; }

a {
  color: #000;
  font-weight: bold;  }
a:hover {
  color: #103151; }
.container-wrap {
  background: #fff;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  transition: 0.8s; }
  .container-wrap.header {
    background: url(../images/mietpark26.jpg) top center no-repeat;
    background-size: 100% auto;
    height: 500px;
    margin-bottom: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding-top: 50px;
    padding-bottom: 50px; }
    .container-wrap.header .logo {
      width: 300px;
      margin-top: 20px; }
  .container-wrap.white {
    padding: 90px 0 60px 0;
    margin: 40px 10px 20px 10px;
    border: 5px solid #db9352; }
h1,h4 {
  color: #5d341e;
}
.navigation-wrap {
  margin-top: 250px;
  padding: 4px;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
  .navigation-wrap ul.navigation {
    margin: 0;
    padding: 0; }
    .navigation-wrap ul.navigation li {
      float: left;
      list-style: none;
      margin: 0 5px;
      padding: 0; }
      .navigation-wrap ul.navigation li a {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0px 14px;
        color: #db9352;
        font-weight: bold;
        font-size: 1.3em;
        line-height: 40px;
        text-decoration: none;
        transition: 0.3s;
        border-radius: 6px;
        text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.6);
        height: 40px; }
        .navigation-wrap ul.navigation li a:hover {
          background: #db9352;
          text-shadow: none; 
          color: #fff;}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  .gallery a {
    display: block;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 2rem; }
    .gallery a img {
      border: 8px solid #fff;
      transform: rotate(-2deg);
      transition: 0.2s;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
      border-radius: 3px; }
      .gallery a img:hover {
        transform: rotate(0deg);
        transition: 0.2s; }

.footer {
  padding: 20px 0 100px 0; }
  .footer .scrolltotop {
    height: 50px;
    text-align: center; }
    .footer .scrolltotop img {
      float: left;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    .footer .scrolltotop a {
      display: block;
      height: 20px;
      line-height: 20px;
      float: left;
      color: #222;
      font-size: 1em;
      text-decoration: none; }
.navigation-wrap {
    display: block;
  }
  
.mobile-menue {
    display: none;
}
.sub_button {
    text-align: center;
    max-width: 303px;
  }
@media (max-width: 750px) {
  .navigation-wrap {
    display: none;
    transition: all 1s;
  }
  .navigation-wrap.open {
    display: block;
}
.container-wrap.header {
    height: 300px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container-wrap.header {
  background: url(../images/mietpark26.jpg) top center no-repeat;
  background-size: 146% auto;
}
   .container-wrap {
    -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%); }
    .container-wrap.header {
      height: 300px;
      margin-bottom: 30px;
      padding-top: 10px;
      padding-bottom: 60px; }
      .container-wrap.header .logo {
        width: 240px;
        margin-top: 20px; }
    .container-wrap.white {
      padding: 90px 0 60px 0;
      margin: 40px 0 20px 0; }

  .navigation-wrap {
    margin-top: 10px; }
    .navigation-wrap ul.navigation li {
      float: none; }
      .navigation-wrap ul.navigation li a {
        text-align: left; } 
.mobile-menue {
    display: block;
    width: 38px;
    height: 33px;
    border-radius: 5px;
    padding: 1px 3px 3px 3px;
    background: #fff;
    font-size: 1.6em;
    position: fixed;
    top: 15px;
    right: 22px;
    border: 1px solid #db9352;
    box-shadow: 5px 2px 12px -3px #333;
    text-align: center;
    color: #5d341e!important;
    font-size: 1.6em;
    transition: all 1s;
}
      }



/*# sourceMappingURL=style.css.map */
