@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
@font-face {
  font-family: ananda;
  src: url(fonts/AnandaBlackPersonalUse_62ce7f3ab1dfdfeed3b8d6c2c971c504.ttf);
}

/* hamburger */
.hamburger {
  padding: 1px 0;
}

.three {
  padding: 1px 0;
}

.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: white;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line.active {
  background-color: #FFA50C;
}

.hamburger.btn2ham .line.active {
  background-color: #ffffff;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/* hamburger */
button.navbar-toggler {
  padding: 0;
  position: absolute;
  top: 160px;
  left: 180px;
  border: none;
  z-index: 999;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

button.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler.bt1.active {
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  top: 160px;
  left: -50px;
}

button.navbar-toggler.active {
  position: unset;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

.btn1ham {
  display: unset;
}

.btn2ham {
  display: none;
}

.btn2ham.is-active {
  display: unset;
}

nav.navbar.navbar-dark.bg-dark {
  position: absolute;
  padding: 0;
  top: 0;
  left: -350px;
  bottom: 0;
  width: 0px;
  background-color: rgba(255, 165, 12, 0.5) !important;
  z-index: 999999999999999999;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

nav.navbar.navbar-dark.bg-dark.active {
  width: 350px;
  left: 0;
}

hr#stripes {
  border-top: 1px solid #ffffff;
  margin: 0;
}

.socialheader {
  padding-top: 50px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.socialheader .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socialheader .social li:nth-child(2) {
  margin: 0 59px;
}

.socialheader li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialheader a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  font-weight: 700;
  font-size: 15px;
}

.socialheader a svg {
  margin-right: 15px;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.socialheader a svg path {
  fill: #ffffff;
}

.socialheader a:hover {
  color: #FFCC00;
}

.socialheader a:hover svg path {
  fill: #FFCC00;
}

.socialheader p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.socialheader p svg {
  margin-right: 15px;
}

.socialheader p svg path {
  fill: #ffffff;
}

.headerr {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerr .logo a.navbar-brand {
  margin: 0;
  padding: 0;
}

.headerr .logo a.navbar-brand img {
  width: 120px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.headerr .Search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerr .Search label.screen-reader-text {
  display: none;
}

.headerr .Search p {
  margin: 0;
}

.headerr .Search a {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border: none;
}

.headerr .Search a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFCC00), color-stop(0%, #FFA50C));
  background: linear-gradient(90deg, #FFCC00 0%, #FFA50C 0%);
}

.headerr .Search label {
  padding: 0;
  margin: 0;
  position: relative;
}

.headerr .Search label i {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

.headerr .Search label i::before {
  color: #ffffff;
}

.headerr .Search input#s {
  background-color: transparent;
  width: 330px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 0 30px;
}

.headerr .Search input#s::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.headerr .Search input#s:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.headerr .Search input#s::-ms-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.headerr .Search input#s::placeholder {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

nav.navbar {
  z-index: 10;
}

nav.navbar .navbarr2 {
  width: 100%;
}

nav.navbar .rowfix {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.navbar .rowfix h4 {
  color: #ffffff;
  font-weight: bold;
}

nav.navbar .menu-primary-menu-links-container ul {
  padding: 0;
  margin-left: 70px;
}

nav.navbar .menu-primary-menu-links-container ul li {
  position: relative;
  margin: 10px 0;
}

nav.navbar .menu-primary-menu-links-container ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.navbar .menu-primary-menu-links-container ul li a::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.navbar .menu-primary-menu-links-container ul li a:hover {
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.navbar .menu-primary-menu-links-container ul li a:hover::before {
  width: 8px;
  height: 8px;
  left: -23px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.navbar .menu-primary-menu-links-container ul li.current-menu-item a {
  color: white;
}

nav.navbar .menu-primary-menu-links-container ul li.current-menu-item a::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.social3 {
  position: fixed;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.social3 svg {
  width: 30px;
}

.social3 path {
  fill: white;
}

.social3 .phonee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social3 .phonee .svgphone {
  width: 100px;
  height: 100px;
  border-radius: 15px 0px 0px 15px;
  background-color: #FFA50C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social3 .phonee li {
  background-color: #FFA50C;
  list-style: none;
  height: 100px;
  width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .phonee li p {
  margin: 0;
}

.social3 .phonee li a {
  font-size: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

.social3 .phonee li a:hover {
  text-decoration: none;
  color: #4a4a4a;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .phonee.visible li {
  width: 200px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .phonee.visible li a {
  font-size: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .maill {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social3 .maill .svgmail {
  width: 100px;
  height: 100px;
  border-radius: 15px 0px 0px 15px;
  background-color: #FFA50C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social3 .maill .svgmail i::before {
  font-size: 30px;
  color: white;
}

.social3 .maill li {
  list-style: none;
  background-color: #FFA50C;
  height: 100px;
  width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .maill li p {
  margin: 0;
}

.social3 .maill li a {
  font-size: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

.social3 .maill li a:hover {
  text-decoration: none;
  color: #4a4a4a;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .maill.visible li {
  width: 200px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .maill.visible li a {
  font-size: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .locationn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social3 .locationn .svglocation {
  border-radius: 15px 0px 0px 15px;
  background-color: #FFA50C;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social3 .locationn li {
  list-style: none;
  background-color: #FFA50C;
  height: 100px;
  width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .locationn li p {
  margin: 0;
  font-size: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

.social3 .locationn.visible li {
  width: 200px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.social3 .locationn.visible li p {
  font-size: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 1625px) {
  button.navbar-toggler {
    padding: 0;
    position: absolute;
    top: 25vh;
    left: 50px;
    border: none;
    z-index: 999;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  button.navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler.bt1.active {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    top: 25vh;
    left: -50px;
  }
}

@media (max-width: 991.98px) {
  button.navbar-toggler {
    padding: 0;
    position: absolute;
    top: 15vh;
    left: 50px;
    border: none;
    z-index: 999;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  button.navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler.bt1.active {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    top: 15vh;
    left: -50px;
  }
  hr#stripes,
  .socialheader {
    display: none;
  }
  .headerr {
    padding-top: 30px;
  }
  .headerr .logo {
    width: 33%;
  }
  .headerr .logo a.navbar-brand {
    margin: 0;
    padding: 0;
  }
  .headerr .logo a.navbar-brand img {
    width: 120px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .headerr .Search {
    width: -webkit-fill-available;
  }
  .headerr .Search a {
    margin-left: 30px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #ffffff;
  }
  .headerr .Search label {
    width: 50%;
  }
  .headerr .Search label i {
    right: 30px;
  }
  .headerr .Search input#s {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    padding: 0 30px;
  }
  .headerr .Search input#s::-webkit-input-placeholder {
    font-size: 18px;
  }
  .headerr .Search input#s:-ms-input-placeholder {
    font-size: 18px;
  }
  .headerr .Search input#s::-ms-input-placeholder {
    font-size: 18px;
  }
  .headerr .Search input#s::placeholder {
    font-size: 18px;
  }
  .headerr .Search li#text-2 {
    width: 50%;
  }
  .social3 svg {
    width: 20px;
  }
  .social3 .phonee .svgphone {
    width: 80px;
    height: 80px;
  }
  .social3 .phonee li {
    height: 80px;
    width: 0px;
  }
  .social3 .phonee.visible li {
    width: 150px;
  }
  .social3 .phonee.visible li a {
    font-size: 15px;
  }
  .social3 .maill .svgmail {
    width: 80px;
    height: 80px;
  }
  .social3 .maill .svgmail i::before {
    font-size: 20px;
    color: white;
  }
  .social3 .maill li {
    height: 80px;
  }
  .social3 .maill.visible li {
    width: 150px;
  }
  .social3 .maill.visible li a {
    font-size: 15px;
  }
  .social3 .locationn .svglocation {
    width: 80px;
    height: 80px;
  }
  .social3 .locationn li {
    height: 80px;
  }
  .social3 .locationn.visible li {
    width: 150px;
  }
  .social3 .locationn.visible li p {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  button.navbar-toggler {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }
  .navbar-toggler.bt1.active {
    position: relative;
    top: unset;
    left: unset;
  }
  .hamburger.btn1ham.is-active {
    display: none;
  }
  .headerr {
    padding-top: 30px;
  }
  .headerr .logo {
    width: 100%;
  }
  .headerr .logo a.navbar-brand img {
    width: 120px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .headerr .Search {
    display: none;
  }
  .social3 .phonee .svgphone {
    width: 60px;
    height: 60px;
  }
  .social3 .phonee li {
    height: 60px;
    width: 0px;
  }
  .social3 .phonee.visible li {
    width: 120px;
  }
  .social3 .phonee.visible li a {
    font-size: 12px;
  }
  .social3 .maill .svgmail {
    width: 60px;
    height: 60px;
  }
  .social3 .maill li {
    height: 60px;
  }
  .social3 .maill.visible li {
    width: 120px;
  }
  .social3 .maill.visible li a {
    font-size: 12px;
  }
  .social3 .locationn .svglocation {
    width: 60px;
    height: 60px;
  }
  .social3 .locationn li {
    height: 60px;
  }
  .social3 .locationn.visible li {
    width: 120px;
  }
  .social3 .locationn.visible li p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  nav.navbar.navbar-dark.bg-dark.active {
    width: 100%;
    background-color: #ffa50c !important;
  }
}

@media (max-width: 375.98px) {
  .headerr {
    padding-top: 0px;
  }
}

.newsletter {
  padding: 65px 0;
  background: #FCFCFC;
}

.newsletter div.nw2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter div.nw2 h2 {
  margin-bottom: 0;
  margin-right: 50px;
  color: #2E2E2E;
  font-weight: 600;
}

.newsletter div.nw2 li {
  width: 100%;
}

.newsletter div.nw2 li form.tnp-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter div.nw2 li form.tnp-form input.tnp-email {
  border: none;
  height: 70px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #00000026;
          box-shadow: 0px 0px 10px #00000026;
  border-radius: 10px;
  color: #FFA50C;
  font-weight: 400;
  font-size: 18px;
}

.newsletter div.nw2 li form.tnp-form input.tnp-email::-webkit-input-placeholder {
  color: #2E2E2E;
}

.newsletter div.nw2 li form.tnp-form input.tnp-email:-ms-input-placeholder {
  color: #2E2E2E;
}

.newsletter div.nw2 li form.tnp-form input.tnp-email::-ms-input-placeholder {
  color: #2E2E2E;
}

.newsletter div.nw2 li form.tnp-form input.tnp-email::placeholder {
  color: #2E2E2E;
}

.newsletter div.nw2 li form.tnp-form input.tnp-submit {
  margin-left: 30px;
  width: 330px;
  height: 70px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
}

.newsletter div.nw2 li form.tnp-form input.tnp-submit:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), color-stop(0%, #FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 0%);
}

.footerbar {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
  padding: 90px 0;
}

.footerbar .footerbar2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
}

.footerbar .footerbar2 li br {
  display: none;
}

.footerbar .footerbar2 li h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.footerbar .footerbar2 li table td,
.footerbar .footerbar2 li p {
  width: 100%;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
}

.footerbar .footerbar2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  margin-bottom: 15px;
}

.footerbar .footerbar2 li a svg {
  margin-right: 20px;
}

.footerbar .footerbar2 li a svg path {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footerbar .footerbar2 li a:hover {
  color: #FFA50C;
  text-decoration: none;
}

.footerbar .footerbar2 li a:hover svg path {
  fill: #FFA50C;
}

.footerbar .footerbar2 li .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerbar .footerbar2 li .location p {
  margin-bottom: 0;
}

.footerbar .footerbar2 li .location svg {
  margin-right: 20px;
}

.footerbar .footerbar2 li .location svg path {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footerbar .footerbar2 li table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerbar .footerbar2 li table tr td {
  width: 50%;
  padding: 0;
}

.footerbar .footerbar2 li table tr td:last-child {
  text-align: right;
}

.footerbar .footerbar2 .dienstle {
  position: relative;
}

.footerbar .footerbar2 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
}

.footerbar .footerbar2 .social li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footerbar .footerbar2 .social li:nth-child(2) {
  margin: 0 15px;
}

.footerbar .footerbar2 .social li a {
  margin: 0;
  -webkit-transition: .3 ease-in-out;
  transition: .3 ease-in-out;
}

.footerbar .footerbar2 .social li a img {
  width: 30px;
  height: 30px;
}

.footerbar .footerbar2 .social li a:hover {
  opacity: .7;
}

.footerbar .footerbar2 .Kontaktfooter p, .footerbar .footerbar2 .Kontaktfooter a {
  text-decoration: none;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}

.copy p {
  color: #2E2E2E;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.copy a {
  color: #2E2E2E;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: .3 ease-in-out;
  transition: .3 ease-in-out;
}

.copy a:hover {
  color: #FFA50C;
}

@media (max-width: 991.98px) {
  .footerbar .footerbar2 li table td,
  .footerbar .footerbar2 li p,
  .footerbar .footerbar2 .social {
    position: unset;
    bottom: unset;
    right: unset;
    left: unset;
  }
  .dienstle,
  .Quicklinks {
    margin-bottom: 30px;
  }
  .footerbar {
    padding: 70px 0;
  }
  .newsletter {
    padding: 50px 0;
  }
  .newsletter div.nw2 h2 {
    margin-right: 40px;
  }
  .newsletter div.nw2 li form.tnp-form input.tnp-email {
    height: 50px;
    font-size: 18px;
  }
  .newsletter div.nw2 li form.tnp-form input.tnp-submit {
    margin-left: 25px;
    width: -webkit-fill-available;
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .footerbar .footerbar2 li h2 {
    font-size: 18px;
  }
  .footerbar .footerbar2 li table td,
  .footerbar .footerbar2 li p,
  .footerbar .footerbar2 li a {
    font-size: 16px;
  }
  .footerbar {
    padding: 50px 0;
  }
  .copy {
    padding: 20px 0;
  }
  .copy p {
    font-size: 14px;
  }
  .copy a {
    font-size: 14px;
  }
  .newsletter {
    padding: 40px 0;
  }
  .newsletter div.nw2 h2 {
    margin-right: 30px;
  }
  .newsletter div.nw2 li form.tnp-form input.tnp-email {
    height: 50px;
    font-size: 16px;
  }
  .newsletter div.nw2 li form.tnp-form input.tnp-submit {
    margin-left: 15px;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .footerbar .footerbar2 li h2 {
    font-size: 16px;
  }
  .footerbar .footerbar2 li table td,
  .footerbar .footerbar2 li p,
  .footerbar .footerbar2 li a {
    font-size: 14px;
  }
  .footerbar {
    padding: 30px 0;
  }
  .copy {
    padding: 20px 0;
  }
  .copy p {
    font-size: 12px;
  }
  .copy a {
    font-size: 12px;
  }
  .newsletter {
    padding: 30px 0;
  }
  .newsletter div.nw2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsletter div.nw2 h2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .newsletter div.nw2 li form.tnp-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsletter div.nw2 li form.tnp-form input.tnp-email {
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter div.nw2 li form.tnp-form input.tnp-submit {
    margin-left: 0px;
    height: 40px;
    width: 100%;
  }
}

@media (max-width: 425.98px) {
  .footerbar .footerbar2 li table tr td:first-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footerbar .footerbar2 li table tr td:last-child {
    width: -webkit-fill-available;
  }
  .copy {
    padding: 15px 0;
    text-align: center;
    display: block;
  }
  .copy li:first-child {
    margin-bottom: 10px;
  }
  .copy p {
    font-size: 12px;
  }
  .copy a {
    font-size: 12px;
  }
}

@media (max-width: 375.98px) {
  .footerbar {
    padding: 15px 0;
  }
  .dienstle,
  .Quicklinks {
    margin-bottom: 20px;
  }
  .footerbar .footerbar2 li .location svg,
  .footerbar .footerbar2 li a svg {
    min-width: 18px !important;
    margin-right: 10px;
  }
}

.slider1 {
  z-index: 3;
}

.slider1 .swiper-wrapper {
  height: 77vh;
}

.slider1 .swiper-wrapper .rowfixslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.slider1 .swiper-wrapper .text h1 {
  margin: 0;
  font-family: ananda;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
}

.slider1 .swiper-wrapper .text h6 {
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  width: 90%;
  margin: 50px 0;
}

.slider1 .swiper-wrapper .text a {
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider1 .swiper-wrapper .text .btn1 {
  width: 85%;
  height: 100px;
  background: #931215;
  border-radius: 10px;
  margin-right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider1 .swiper-wrapper .text .btn1:hover {
  border: 1px solid #FFFFFF;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider1 .swiper-wrapper .text .btn2 {
  width: 240px;
  height: 60px;
  background: #931215;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider1 .swiper-wrapper .text .btn2:hover {
  border: 1px solid #FFFFFF;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider1 .swiper-wrapper .photo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider1 .swiper-wrapper .photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}

.slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
  margin: 0 15px 0 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet:hover {
  background-color: #ffffff;
}

.slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.svgfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fill-available;
}

.svgfix svg {
  margin-right: 30px;
}

.svgfix svg path {
  fill: #FFA50C;
}

.svgfix::after {
  content: '';
  height: 2px;
  background-color: #FFA50C;
  width: 100%;
}

.homepart1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 150px 0;
}

.homepart1 .photo {
  position: relative;
}

.homepart1 .photo .img1 {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 30px #0000004D;
          box-shadow: 0px 0px 30px #0000004D;
  border-radius: 25px;
  z-index: 3;
}

.homepart1 .photo .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 290px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 30px #0000004D;
          box-shadow: 0px 0px 30px #0000004D;
  border-radius: 25px;
  z-index: 2;
}

.homepart1 .text {
  padding-left: 30px;
}

.homepart1 .text h2 {
  font-family: ananda;
  font-style: italic;
  font-weight: bold;
  color: #2E2E2E;
  margin-bottom: 30px;
}

.homepart1 .text h6 {
  font-weight: unset;
  color: #2E2E2E;
  padding-top: 30px;
  padding-bottom: 50px;
}

.homepart1 .text a {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 60px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin-bottom: 100px;
}

.homepart1 .text a:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), color-stop(0%, #FFA50C)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 0%) 0% 0% no-repeat padding-box;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  font-family: ananda;
  color: #2E2E2E;
}

.title h2 {
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 50px;
}

.homepart2 .silder2 .swiper-slide .photo {
  height: 300px;
  border-radius: 25px;
  position: relative;
}

.homepart2 .silder2 .swiper-slide .photo img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepart2 .silder2 .swiper-slide .photo .text {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%) 0% 0% no-repeat padding-box;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
  position: absolute;
  bottom: -1px;
  top: 75%;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.homepart2 .silder2 .swiper-slide .photo .text h6 {
  margin: 0;
  color: #ffffff;
}

.homepart2 .silder2 .swiper-slide .photo .text p {
  margin: 0;
  font-size: 0;
  color: #ffffff;
}

.homepart2 .silder2 .swiper-slide .photo:hover .text {
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding: 25px 30px;
  top: -1px;
  text-align: center;
}

.homepart2 .silder2 .swiper-slide .photo:hover .text h6 {
  width: 100%;
}

.homepart2 .silder2 .swiper-slide .photo:hover .text p {
  width: 100%;
  font-size: 14px;
}

.homepart2 .silder2 .swiper-wrapper {
  padding-bottom: 270px;
}

.homepart2 .silder2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepart2 .silder2 span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #2E2E2E;
  background-color: transparent;
  border-radius: 100%;
  margin-right: 15px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.homepart2 .silder2 span.swiper-pagination-bullet:last-child {
  margin: 0;
}

.homepart2 .silder2 span.swiper-pagination-bullet:hover {
  background-color: #2E2E2E;
}

.homepart2 .silder2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #2E2E2E;
  border-radius: 100%;
}

.homepart3 {
  margin-bottom: 150px;
}

.homepart3 .tabcat {
  padding: 25px;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  margin-bottom: 100px;
}

.homepart3 .tabcat .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.homepart3 .tabcat .nav-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepart3 .tabcat .nav-tabs li::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 1px;
  background-color: #ffffff;
}

.homepart3 .tabcat .nav-tabs li:last-child::after {
  content: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  width: 0px;
  background-color: #ffffff;
}

.homepart3 .tabcat .nav-tabs li a.nav-link {
  font-weight: bold;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
  padding: 0 50px;
}

.homepart3 .tabcat .nav-tabs li a.nav-link:hover {
  border: none;
  color: white;
}

.homepart3 .tabcat .nav-tabs li a.nav-link.active {
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}

.homepart3 .tabconto .tab-content {
  width: 100%;
}

.homepart3 .tabconto .tab-content .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_contentfoto img {
  -webkit-box-shadow: 0px 0px 15px #0000004D;
          box-shadow: 0px 0px 15px #0000004D;
  border-radius: 15px;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .price_here {
  margin-top: 20px;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .price_here .take {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .price_here .take p {
  font-weight: 600;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 p {
  height: 40px;
  overflow: hidden;
  margin: 0;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text h5 {
  font-weight: bold;
  color: #2E2E2E;
  margin: 0;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text .price {
  color: #FFA50C;
  margin: 0;
  margin-left: 15px;
}

.homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text hr#stripes2 {
  border-top: 1px solid #2E2E2E;
  margin: 0;
  width: -webkit-fill-available;
}

.homepart3 .btnhomepart3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

.homepart3 .btnhomepart3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 60px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.homepart3 .btnhomepart3 a:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), color-stop(0%, #FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 0%);
}

.homepart4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
  margin-bottom: 150px;
}

.homepart4 .hp4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

.homepart4 .hp4 .photo img {
  width: 65%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;

  border-radius: 100%;
}

.homepart4 .hp4 .text {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.homepart4 .hp4 .text h3 {
  color: #ffffff;
  font-family: ananda;
  font-weight: 400;
  font-style: italic;
  width: 100%;
  margin: 0;
}

.homepart4 .hp4 .text p {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
}

.homepart4 .hp4 .text a {
  color: #ffffff;
  width: 330px;
  height: 60px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.homepart4 .hp4 .text a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.homepart5 {
  margin-bottom: 300px;
}

.homepart5 br {
  display: none;
}

.homepart5 form.wpcf7-form div.contactfomehome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepart5 form.wpcf7-form div.contactfomehome label {
  width: 32%;
}

.homepart5 form.wpcf7-form div.contactfomehome label input {
  width: 100%;
  height: 70px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #00000026;
          box-shadow: 0px 0px 10px #00000026;
  border-radius: 10px;
  padding: 0 30px;
  border: none;
}

.homepart5 form.wpcf7-form div.contactfomehome label.svglabel {
  position: relative;
}

.homepart5 form.wpcf7-form div.contactfomehome label.svglabel i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

.homepart5 form.wpcf7-form .contactfomehomebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.homepart5 form.wpcf7-form .contactfomehomebtn input {
  width: 370px;
  height: 70px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  border: none;
  color: #ffffff;
}

.homepart5 form.wpcf7-form .contactfomehomebtn input:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), color-stop(0%, #FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 0%);
}

.homepart5 form.wpcf7-form .contactfomehomebtn span.ajax-loader {
  display: none !important;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.homepart6 {
  position: relative;
}

.homepart6 nav .nav {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding-top: 100px;
}

.homepart6 nav .nav .buttonn2.nav-item.nav-link {
  border-radius: 100%;
  border: none;
  opacity: .3;
  padding: 0;
  margin: 0 45px;
}

.homepart6 nav .nav .buttonn2.nav-item.nav-link:hover {
  border: none;
}

.homepart6 nav .nav .buttonn2.nav-item.nav-link img {
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0px 0px 10px #0000004D;
          box-shadow: 0px 0px 10px #0000004D;
  border-radius: 100%;
  border: 15px solid #FFCC00;
  background-color: #FFCC00;
}

.homepart6 nav .nav a#nav-2-tab {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.homepart6 nav .nav a#nav-3-tab {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.homepart6 nav .nav a#nav-0-tab {
  position: absolute;
  bottom: 0px;
  left: 5%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.homepart6 nav .nav .buttonn2.nav-item.nav-link.active {
  border-radius: 100%;
  opacity: 1;
}

.homepart6 nav .nav .buttonn2.nav-item.nav-link.active img {
  width: 180px;
  height: 180px;
}

.homepart6 div#nav-tabContent {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 180px;
}

.homepart6 div#nav-tabContent .tab-pane h3 {
  color: #2E2E2E;
  font-weight: bold;
  margin-bottom: 30px;
}

.homepart6 div#nav-tabContent .tab-pane p {
  color: #2E2E2E;
  font-weight: 400;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .slider1 .swiper-wrapper {
    height: 90vh;
  }
  .slider1 .swiper-wrapper .rowfixslider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider1 .swiper-wrapper .text a {
    font-size: 18px;
  }
  .slider1 .swiper-wrapper .text .btn1 {
    width: 100%;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
  }
  .slider1 .swiper-wrapper .text .btn2 {
    width: 100%;
    height: 50px;
  }
  .slider1 .swiper-wrapper .photo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider1 .swiper-wrapper .photo img {
    width: 300px;
  }
  .slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 30px;
  }
  .slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 10px 0 0;
  }
  .title {
    margin-bottom: 75px;
  }
  .homepart1 {
    margin: 100px 0;
  }
  .homepart1 .photo {
    position: relative;
  }
  .homepart1 .photo .img1 {
    position: unset;
    top: unset;
    left: unset;
    height: 250px;
    width: 100%;
    margin-bottom: 10px;
  }
  .homepart1 .photo .img2 {
    position: unset;
    top: unset;
    left: unset;
    height: 250px;
    width: 100%;
  }
  .homepart1 .text {
    padding-left: 30px;
  }
  .homepart1 .text a {
    width: 100%;
    height: 50px;
  }
  .homepart2 {
    padding-bottom: 20px;
  }
  .homepart2 .silder2 .swiper-wrapper {
    padding-bottom: 100px;
  }
  .homepart2 .silder2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 35px;
  }
  .homepart3 {
    margin-bottom: 100px;
  }
  .homepart3 .tabcat {
    padding: 25px;
    padding-top: 15px;
    margin-bottom: 75px;
  }
  .homepart3 .tabcat .nav-tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
  }
  .homepart3 .tabcat .nav-tabs li::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 1px;
    background-color: #ffffff;
  }
  .homepart3 .tabcat .nav-tabs li:last-child::after {
    content: '';
    width: 1px;
    height: auto;
  }
  .homepart3 .tabcat .nav-tabs li a.nav-link {
    font-size: 18px;
    padding: 0 40px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content {
    margin-bottom: 40px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_contentfoto img {
    height: 100px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 p {
    height: 40px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text {
    margin-bottom: 20px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text h5 {
    margin-right: 15px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text .price {
    margin-left: 15px;
  }
  .homepart3 .btnhomepart3 {
    padding-top: 30px;
  }
  .homepart3 .btnhomepart3 a {
    height: 50px;
  }
  .homepart4 {
    margin-bottom: 100px;
  }
  .homepart4 .hp4 {
    padding: 40px 0;
  }
  .homepart4 .hp4 .photo img {
    width: 100%;
  }
  .homepart4 .hp4 .text p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .homepart4 .hp4 .text a {
    width: 330px;
    height: 50px;
  }
  .homepart5 {
    margin-bottom: 150px;
  }
  .homepart5 form.wpcf7-form div.contactfomehome label input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
  .homepart5 form.wpcf7-form div.contactfomehome label.svglabel i {
    right: 20px;
  }
  .homepart5 form.wpcf7-form .contactfomehomebtn {
    margin-top: 40px;
  }
  .homepart5 form.wpcf7-form .contactfomehomebtn input {
    height: 60px;
  }
  .homepart6 nav .nav {
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link {
    margin: 20px;
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link img {
    width: 150px;
    height: 150px;
  }
  .homepart6 nav .nav a#nav-2-tab {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .homepart6 nav .nav a#nav-3-tab {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .homepart6 nav .nav a#nav-0-tab {
    position: unset;
    bottom: unset;
    left: unset;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link.active img {
    width: 150px;
    height: 150px;
  }
  .homepart6 div#nav-tabContent {
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 100px;
  }
  .homepart6 div#nav-tabContent .tab-pane h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .slider1 .swiper-wrapper {
    height: 90vh;
  }
  .slider1 .swiper-wrapper .rowfixslider {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .slider1 .swiper-wrapper .text a {
    font-size: 18px;
  }
  .slider1 .swiper-wrapper .text h6 {
    margin: 15px 0;
  }
  .slider1 .swiper-wrapper .text .btn1 {
    width: 100%;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
  }
  .slider1 .swiper-wrapper .text .btn2 {
    width: 100%;
    height: 50px;
  }
  .slider1 .swiper-wrapper .photo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .slider1 .swiper-wrapper .photo img .slider1 .swiper-wrapper .photo img {
    width: 300px;
  }
  .slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 20px;
  }
  .slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 10px 0 0;
    width: 13px;
    height: 13px;
  }
  .slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
  }
  .title {
    margin-bottom: 50px;
  }
  .title h2 {
    margin-right: 25px;
  }
  .homepart1 {
    margin: 50px 0;
  }
  .homepart1 .photo .img1 {
    height: 200px;
    width: 100%;
  }
  .homepart1 .photo .img2 {
    height: 200px;
  }
  .homepart1 .text {
    padding-left: 15px;
  }
  .homepart1 .text h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .homepart1 .text h6 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .homepart1 .text a {
    font-size: 16px;
    height: 50px;
    margin-bottom: 0px;
  }
  .homepart3 {
    margin-bottom: 50px;
  }
  .homepart3 .tabcat {
    padding: 15px;
    padding-top: 5px;
    margin-bottom: 50px;
  }
  .homepart3 .tabcat .nav-tabs li {
    padding-top: 10px;
  }
  .homepart3 .tabcat .nav-tabs li::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 1px;
    background-color: #ffffff;
  }
  .homepart3 .tabcat .nav-tabs li:last-child::after {
    content: '';
    width: 1px;
    height: auto;
  }
  .homepart3 .tabcat .nav-tabs li a.nav-link {
    font-size: 16px;
    padding: 0 20px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content {
    margin-bottom: 30px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_contentfoto img {
    height: 90px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text {
    margin-bottom: 15px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text h5 {
    margin-right: 10px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text .price {
    margin-left: 10px;
  }
  .homepart3 .btnhomepart3 {
    padding-top: 0px;
  }
  .homepart3 .btnhomepart3 a {
    width: 330px;
    height: 40px;
    font-size: 16px;
  }
  .homepart4 {
    margin-bottom: 50px;
  }
  .homepart4 .hp4 {
    padding: 40px 0;
  }
  .homepart4 .hp4 .photo {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepart4 .hp4 .photo img {
    width: 250px;
  }
  .homepart4 .hp4 .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepart4 .hp4 .text p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .homepart4 .hp4 .text a {
    width: 330px;
    height: 50px;
  }
  .homepart5 {
    margin-bottom: 75px;
  }
  .homepart5 form.wpcf7-form div.contactfomehome label {
    width: 49%;
  }
  .homepart5 form.wpcf7-form div.contactfomehome label input {
    height: 50px;
  }
  .homepart5 form.wpcf7-form div.contactfomehome .svglabel:last-child {
    width: 100%;
  }
  .homepart5 form.wpcf7-form .contactfomehomebtn {
    margin-top: 30px;
  }
  .homepart5 form.wpcf7-form .contactfomehomebtn input {
    height: 50px;
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link img {
    width: 150px;
    height: 150px;
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link.active img {
    width: 150px;
    height: 150px;
  }
  .homepart6 div#nav-tabContent {
    text-align: center;
    margin-bottom: 50px;
  }
  .homepart6 div#nav-tabContent .tab-pane h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .slider1 .swiper-wrapper .photo img {
    width: 250px;
  }
  .title {
    margin-bottom: 30px;
  }
  .title h2 {
    margin-right: 10px;
  }
  .svgfix svg {
    margin-right: 10px;
  }
  .homepart1 .photo .img1 {
    height: 150px;
  }
  .homepart1 .photo .img2 {
    height: 150px;
  }
  .homepart1 .text a {
    height: 40px;
  }
  .homepart2 {
    padding-bottom: 20px;
  }
  .homepart2 .silder2 .swiper-wrapper {
    padding-bottom: 50px;
  }
  .homepart2 .silder2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 15px;
  }
  .homepart2 .silder2 span.swiper-pagination-bullet {
    margin-right: 10px;
  }
  .homepart2 .silder2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
  }
  .homepart3 {
    margin-bottom: 30px;
  }
  .homepart3 .tabcat {
    padding: 15px;
    padding-top: 15px;
    margin-bottom: 50px;
  }
  .homepart3 .tabcat .nav-tabs li {
    padding-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid white;
    padding: 10px 0;
  }
  .homepart3 .tabcat .nav-tabs li:last-child {
    border-bottom: none;
  }
  .homepart3 .tabcat .nav-tabs li::after {
    content: unset;
  }
  .homepart3 .tabcat .nav-tabs li:last-child::after {
    content: unset;
  }
  .homepart3 .tabcat .nav-tabs li a.nav-link {
    font-size: 16px;
    padding: 0 20px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content {
    margin-bottom: 30px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_contentfoto img {
    height: 90px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 {
    padding: 0;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text h5 {
    margin-right: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepart3 .tabconto .tab-content .tab-pane.active .post_u_content .post_u_content1 .text .price {
    margin-left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepart3 .btnhomepart3 {
    padding-top: 0px;
  }
  .homepart3 .btnhomepart3 a {
    width: 330px;
    height: 40px;
    font-size: 16px;
  }
  .homepart4 {
    margin-bottom: 30px;
  }
  .homepart4 .hp4 {
    padding: 30px 0;
  }
  .homepart4 .hp4 .photo img {
    width: 200px;
  }
  .homepart4 .hp4 .text {
    text-align: center;
  }
  .homepart4 .hp4 .text p {
    margin-bottom: 20px;
  }
  .homepart4 .hp4 .text a {
    width: 100%;
    height: 40px;
  }
  .homepart5 {
    margin-bottom: 30px;
  }
  .homepart5 form.wpcf7-form div.contactfomehome label {
    width: 100%;
  }
  .homepart5 form.wpcf7-form div.contactfomehome label input {
    height: 40px;
  }
  .homepart5 form.wpcf7-form .contactfomehomebtn {
    margin-top: 0px;
  }
  .homepart5 form.wpcf7-form .contactfomehomebtn input {
    width: 100%;
    height: 40px;
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link {
    margin: 15px;
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link img {
    width: 100px;
    height: 100px;
    border: 10px solid #FFCC00;
  }
  .homepart6 nav .nav .buttonn2.nav-item.nav-link.active img {
    width: 100px;
    height: 100px;
  }
  .homepart6 div#nav-tabContent {
    margin-bottom: 30px;
  }
}

@media (max-width: 375.98px) {
  .slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 15px;
  }
}

@media (max-width: 325.98px) {
  .slider1 .swiper-wrapper .text h6 {
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
  }
  .slider1 .swiper-wrapper .photo img {
    width: 200px;
  }
  .slider1 .swiper-wrapper .text .btn2,
  .slider1 .swiper-wrapper .text .btn1 {
    height: 40px;
  }
  .slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 10px;
  }
}

.impressum3 {
  height: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.impressum3 h1 {
  margin-bottom: 50px;
  text-align: center;
  color: #FFA50C;
}

.impressum {
  padding: 50px 10px;
}

.impressum p {
  font-size: 14px;
  color: #2E2E2E;
  margin: 0;
  width: 100%;
}

.impressum p strong {
  color: black;
}

.impressum .impre {
  margin-bottom: 20px;
}

.impressum .impre a {
  color: #2E2E2E;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.impressum .impre a:hover {
  color: #FFA50C;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-decoration: none;
}

.spaisekartefront {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77vh;
}

.spaisekartefront .text {
  -webkit-transform: translateY(-86px);
          transform: translateY(-86px);
  color: white;
}

.spaisekartefront .text h1 {
  width: 100%;
  text-align: justify;
  margin: 0;
  margin-bottom: 30px;
  font-family: ananda;
	text-align:center;
}

.spaisekartefront .text h6 {
  width: 80%;
  text-align: justify;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
}

.spaisekartefront .photo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spaisekartefront .photo img {
  width: 453px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain
  border-radius: 100%;
  border: none !important;
  -webkit-transform: translate(96px, 56px);
          transform: translate(96px, 56px);
}

.spaisekartepage {
  margin-top: 150px;
}

.spaisekartepage .AD {
  padding-top: 20px;
  padding-bottom: 70px;
}

.spaisekartepage .AD img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1472.98px) {
  .spaisekartefront .photo img {
    width: 330px;
    -webkit-transform: translate(50px, 56px);
            transform: translate(50px, 56px);
  }
}

@media (max-width: 1472.98px) {
  .spaisekartefront .photo img {
    width: 330px;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
}

@media (max-width: 991.98px) {
  .spaisekartefront {
    height: 90vh;
  }
  .spaisekartefront .text {
    -webkit-transform: translateY(-86px);
            transform: translateY(-86px);
    color: white;
  }
  .spaisekartefront .text h1 {
    margin-bottom: 30px;
  }
  .spaisekartefront .text h6 {
    width: 80%;
    line-height: 22px;
  }
  .spaisekartefront .photo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spaisekartefront .photo img {
    width: 100%;
    height: auto;
    border: 25px solid #FFCC00;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .spaisekartepage {
    margin-top: 100px;
  }
  .spaisekartepage .AD {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .spaisekartepage .AD img {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .spaisekartefront {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spaisekartefront .text {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    color: white;
  }
  .spaisekartefront .text h1 {
    margin-bottom: 30px;
  }
  .spaisekartefront .text h6 {
    width: 80%;
    line-height: 22px;
  }
  .spaisekartefront .photo {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .spaisekartefront .photo img {
    width: 300px;
    height: auto;
  }
  .spaisekartepage {
    margin-top: 50px;
  }
  .spaisekartepage .AD {
    padding-bottom: 40px;
  }
  .spaisekartepage .AD img {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .spaisekartefront {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .spaisekartefront .text {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    color: white;
    text-align: center;
  }
  .spaisekartefront .text h1 {
    margin-bottom: 30px;
  }
  .spaisekartefront .text h6 {
    width: 100%;
    line-height: 22px;
  }
  .spaisekartepage {
    margin-top: 30px;
  }
  .spaisekartepage .AD {
    padding-bottom: 30px;
  }
  .spaisekartepage .AD img {
    width: 100%;
    height: 150px;
  }
}

.kuchencheffront {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77vh;
}

.kuchencheffront .photo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kuchencheffront .photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #FFCC00;
  border-radius: 100%;
  border: 31px solid #FFCC00;
  -webkit-transform: translate(-18px, 0px);
          transform: translate(-18px, 0px);
}

.kuchencheffront .text {
  color: white;
  -webkit-transform: translateY(-86px);
          transform: translateY(-86px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.kuchencheffront .text h1 {
  width: 100%;
  text-align: justify;
  margin: 0;
  margin-bottom: 30px;
  font-family: ananda;
}

.kuchencheffront .text h6 {
  width: 80%;
  text-align: justify;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
}

.kuchenchef1 {
  margin-top: 150px;
  margin-bottom: 100px;
}

.kuchenchef1 .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kuchenchef1 .team .photo {
  position: relative;
  border-radius: 25px;
  margin-bottom: 50px;
}

.kuchenchef1 .team .photo img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.kuchenchef1 .team .photo .text {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 0px 0px 25px 25px;
  padding: 18px 35px;
  position: absolute;
  bottom: -1px;
  left: 15px;
  right: 15px;
  top: 77%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.kuchenchef1 .team .photo .text h6 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.kuchenchef1 .team .photo .text h5 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px;
}

.kuchenchef1 .team .photo .text p {
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 0;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}

.kuchenchef1 .team .photo .text .socialteam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.kuchenchef1 .team .photo .text .socialteam a:nth-child(2) {
  margin: 0 15px;
}

.kuchenchef1 .team .photo .text .socialteam a img {
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: unset;
  width: 30px;
  height: 30px;
}

.kuchenchef1 .team .photo .text .socialteam a:hover img {
  opacity: 0.7;
}

.kuchenchef1 .team .photo:hover .text {
  padding: 55px 35px;
  padding-bottom: 0;
  border-radius: 25px;
  top: -1px;
}

.kuchenchef1 .team .photo:hover .text p {
  margin-top: 30px;
  height: 95px;
}

.kuchenchef1 .team .photo:hover .text .socialteam {
  height: 135px;
  padding-top: 50px;
  padding-bottom: 55px;
  overflow: hidden;
  -webkit-transition: 1.5s ease-in;
  transition: 1.5s ease-in;
}

@media (max-width: 991.98px) {
  .kuchencheffront {
    height: 90vh;
  }
  .kuchencheffront .photo {
    height: auto;
  }
  .kuchencheffront .photo img {
    width: 100%;
    border: 25px solid #FFCC00;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .kuchencheffront .text {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .kuchencheffront .text h6 {
    width: 90%;
  }
  .kuchenchef1 {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .kuchencheffront {
    height: 90vh;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .kuchencheffront .photo {
    margin-top: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kuchencheffront .photo img {
    width: 300px;
    border: 15px solid #FFCC00;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .kuchencheffront .text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .kuchencheffront .text h1 {
    margin-bottom: 20px;
  }
  .kuchencheffront .text h6 {
    width: 100%;
    line-height: 20px;
  }
  .kuchenchef1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .kuchencheffront .photo img {
    width: 200px;
    border: 10px solid #FFCC00;
  }
  .kuchenchef1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .kuchenchef1 .team .photo {
    margin-bottom: 40px;
  }
}

@media (max-width: 375.98px) {
  .kuchenchef1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .kuchenchef1 .team .photo {
    margin-bottom: 30px;
  }
  .kuchenchef1 .team .photo img {
    height: 300px;
  }
  .kuchenchef1 .team .photo:hover .text .socialteam {
    height: 135px;
    padding-top: 30px;
    padding-bottom: 35px;
    overflow: hidden;
    -webkit-transition: 1.5s ease-in;
    transition: 1.5s ease-in;
  }
}

.reservierung2 {
  background-color: #FCFCFC;
}

.reservierung {
  margin: 0;
  padding: 150px 0;
}

.reservierungpart2 {
  padding-top: 100px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reservierungpart2 .resp .resp2 {
  padding: 65px 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px #00000033;
          box-shadow: 0px 0px 30px #00000033;
  border-radius: 25px;
}

.reservierungpart2 .resp .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reservierungpart2 .resp .svg svg {
  height: 85px;
}

.reservierungpart2 .resp h5 {
  width: 100%;
  text-align: center;
  color: #2E2E2E;
  font-weight: 500;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 30px;
}

.reservierungpart2 .resp p {
  width: 100%;
  text-align: center;
  color: #2E2E2E;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 991.98px) {
  .reservierung {
    padding: 100px 0;
  }
  .reservierungpart2 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .reservierungpart2 .resp {
    margin-bottom: 20px;
  }
  .reservierungpart2 .resp:last-child {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .reservierung {
    padding: 50px 0;
  }
  .reservierungpart2 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .reservierungpart2 .resp .resp2 {
    padding: 40px 20px;
  }
  .reservierungpart2 .resp .svg svg {
    height: 60px;
  }
  .reservierungpart2 .resp h5 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .reservierung {
    padding: 30px 0;
  }
}

.galerie {
  position: relative;
}

.galerie .text {
  z-index: 2;
}

.galerie .photo {
  position: unset;
}

.galerie .photo img {
  z-index: 0;
  width: 371px;
  -webkit-transform: unset;
          transform: unset;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.galerie2 {
  padding: 150px 0;
  padding-bottom: 120px;
}

.gallery_menu.clearfix ul {
  padding: 0;
}

.gallery_menu.clearfix ul li {
  height: 250px;
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

.gallery_menu.clearfix ul li:nth-child(1) {
  height: 530px;
  width: 40%;
  margin-bottom: 30px;
}

.gallery_menu.clearfix ul li:nth-child(2) {
  height: 250px;
  width: 60%;
  margin-bottom: 30px;
  padding-left: 30px;
}

.gallery_menu.clearfix ul li:nth-child(3) {
  height: 250px;
  width: 60%;
  margin-bottom: 30px;
  padding-left: 30px;
}

.gallery_menu.clearfix ul li:nth-child(4) {
  height: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.gallery_menu.clearfix ul li:nth-child(5) {
  height: 250px;
  width: 70%;
  margin-bottom: 30px;
}

.gallery_menu.clearfix ul li:nth-child(6) {
  height: 250px;
  width: 30%;
  margin-bottom: 30px;
  padding-left: 30px;
}

.gallery_menu.clearfix ul li:nth-child(7) {
  height: 250px;
  width: 50%;
  padding-right: 30px;
  margin-bottom: 30px;
}

.gallery_menu.clearfix ul li:nth-child(8) {
  height: 250px;
  width: 50%;
  margin-bottom: 30px;
}

.gallery_menu.clearfix ul li a {
  float: left;
  min-width: 100%;
}

.gallery_menu.clearfix ul li a .thumbnail {
  height: 100%;
  width: 100%;
}

.gallery_menu.clearfix ul li a .thumbnail img {
  width: 100%;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 30px #0000004D;
          box-shadow: 0px 0px 30px #0000004D;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .galerie {
    position: relative;
  }
  .galerie .text {
    z-index: 2;
  }
  .galerie .photo {
    position: unset;
  }
  .galerie .photo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .galerie .photo img {
    width: 100%;
    height: auto;
    border: 20px solid #FFCC00;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    position: relative;
    left: unset;
    bottom: unset;
  }
  .galerie2 {
    padding: 100px 0;
    padding-bottom: 70px;
  }
  .gallery_menu.clearfix ul li {
    height: 150px;
    width: 100%;
    float: left;
  }
  .gallery_menu.clearfix ul li:nth-child(1) {
    height: 330px;
    width: 40%;
    margin-bottom: 30px;
  }
  .gallery_menu.clearfix ul li:nth-child(2) {
    height: 150px;
    width: 60%;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .gallery_menu.clearfix ul li:nth-child(3) {
    height: 150px;
    width: 60%;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .gallery_menu.clearfix ul li:nth-child(4) {
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery_menu.clearfix ul li:nth-child(5) {
    height: 150px;
    width: 70%;
    margin-bottom: 30px;
  }
  .gallery_menu.clearfix ul li:nth-child(6) {
    height: 150px;
    width: 30%;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .gallery_menu.clearfix ul li:nth-child(7) {
    height: 150px;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .gallery_menu.clearfix ul li:nth-child(8) {
    height: 150px;
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .galerie {
    position: relative;
  }
  .galerie .text {
    z-index: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .galerie .photo {
    position: unset;
  }
  .galerie .photo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .galerie .photo img {
    width: 300px;
    height: auto;
    border: 20px solid #FFCC00;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    position: relative;
    left: unset;
    bottom: unset;
  }
  .galerie2 {
    padding: 50px 0;
    padding-bottom: 50px;
  }
  .gallery_menu.clearfix ul li {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    float: left;
  }
  .gallery_menu.clearfix ul li:nth-child(1) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
  }
  .gallery_menu.clearfix ul li:nth-child(2) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .gallery_menu.clearfix ul li:nth-child(3) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .gallery_menu.clearfix ul li:nth-child(4) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
  }
  .gallery_menu.clearfix ul li:nth-child(5) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
  }
  .gallery_menu.clearfix ul li:nth-child(6) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .gallery_menu.clearfix ul li:nth-child(7) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .gallery_menu.clearfix ul li:nth-child(8) {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .galerie .photo img {
    width: 200px;
    border: 10px solid #FFCC00;
  }
  .galerie2 {
    padding: 30px 0;
    padding-bottom: 30px;
  }
}

.blogfront .photo img {
  -webkit-transform: translate(-5px, -30px);
          transform: translate(-5px, -30px);
  width: 330px;
}

.blog {
  padding: 150px 0;
}

.blog .blog2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .blog2 .post .post2 {
  margin-bottom: 100px;
}

.blog .blog2 .post .photo {
  margin-bottom: 50px;
}

.blog .blog2 .post .photo img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 30px #0000004D;
          box-shadow: 0px 0px 30px #0000004D;
  border-radius: 10px;
}

.blog .blog2 .post .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .blog2 .post .text .data {
  position: relative;
  min-width: 90px;
  height: 130px;
  background: #FFA50C;
  padding-top: 25px;
}

.blog .blog2 .post .text .data h3 {
  width: 100%;
  text-align: center;
  margin: 0;
  color: white;
  font-weight: bold;
}

.blog .blog2 .post .text .data::before {
  content: '';
  display: block;
  width: 45px;
  height: 39px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #FFA50C 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 100%;
}

.blog .blog2 .post .text .data::after {
  content: '';
  display: block;
  width: 45px;
  height: 39px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #FFA50C 0% 0% no-repeat padding-box;
  position: absolute;
  right: 0px;
  top: 100%;
}

.blog .blog2 .post .text .text2 {
  padding-left: 30px;
}

.blog .blog2 .post .text .text2 a:hover h5 {
  color: #FFA50C;
}

.blog .blog2 .post .text .text2 h5 {
  color: #2E2E2E;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog .blog2 .post .text .text2 p {
  color: #2E2E2E;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  height: 97px;
  overflow: hidden;
  line-height: 24px;
}

.blog .blog2 .navpost {
  padding-left: 30px;
}

.blog .blog2 .navpost .titlepost h2.widgettitle {
  margin-bottom: 40px;
  color: #2E2E2E;
  font-weight: bold;
}

.blog .blog2 .navpost .titlepost ul li {
  margin: 0;
  margin: 10px 0;
}

.blog .blog2 .navpost .titlepost ul li h3 {
  color: #2E2E2E;
  font-weight: 500;
}

.blog .blog2 .navpost .titlepost ul li h3 a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2E2E2E;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 20px;
}

.blog .blog2 .navpost .titlepost ul li h3 a::before {
  content: '>';
  display: block;
  margin-right: 10px;
  color: #2E2E2E;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 20px;
}

.blog .blog2 .navpost .titlepost ul li h3 a:hover {
  color: #FFA50C;
}

.blog .blog2 .navpost .titlepost ul li h3 a:hover::before {
  color: #FFA50C;
}

.blog .blog2 .navpost .titlepost ul li:last-child {
  border: none;
}

.blog .blog2 .navpost .description {
  margin: 100px 0;
}

.blog .blog2 .navpost .description h3 {
  color: #2E2E2E;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog .blog2 .navpost .description h6 {
  color: #2E2E2E;
  font-weight: 500;
  margin: 0;
}

.blog .blog2 .navpost .photo h2.widgettitle {
  margin-bottom: 40px;
  color: #2E2E2E;
  font-weight: bold;
}

.blog .blog2 .navpost .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .blog2 .navpost .photo ul li {
  border: none;
  margin: 0;
  margin-bottom: 30px;
  width: 25%;
}

.blog .blog2 .navpost .photo ul li a img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none !important;
  border-radius: 10px;
}

.blog .blog2 .navpost .photo ul li h3.rpwe-title {
  display: none;
}

.blog .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog .btn button {
  width: 370px;
  height: 70px;
  border: none;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.blog .btn button:focus {
  outline: none;
}

.blog .btn button:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), color-stop(0%, #FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 0%);
}

@media (max-width: 991.98px) {
  .blogfront .photo img {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    width: 100%;
  }
  .blog {
    padding: 100px 0;
  }
  .blog .blog2 .post .photo {
    margin-bottom: 40px;
  }
  .blog .blog2 .navpost {
    display: none;
  }
  .blog .btn button {
    width: 370px;
    height: 60px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .blogfront .photo img {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    width: 300px;
  }
  .blog {
    padding: 50px 0;
  }
  .blog .blog2 .post .post2 {
    margin-bottom: 50px;
  }
  .blog .blog2 .post .photo {
    margin-bottom: 30px;
  }
  .blog .blog2 .post .photo img {
    height: 300px;
  }
  .blog .blog2 .post .text .data {
    min-width: 80px;
    height: 100px;
    padding-top: 25px;
  }
  .blog .blog2 .post .text .data::before {
    width: 40px;
    height: 39px;
  }
  .blog .blog2 .post .text .data::after {
    width: 40px;
    height: 39px;
  }
  .blog .blog2 .post .text .text2 {
    padding-left: 20px;
  }
  .blog .blog2 .post .text .text2 h5 {
    margin-bottom: 10px;
  }
  .blog .blog2 .post .text .text2 p {
    font-size: 14px;
    height: 80px;
    line-height: 20px;
  }
  .blog .blog2 .navpost {
    display: none;
  }
  .blog .btn button {
    width: 370px;
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .blogfront .photo img {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    width: 200px;
  }
  .blog {
    padding: 30px 0;
  }
  .blog .blog2 .post .post2 {
    margin-bottom: 30px;
  }
  .blog .blog2 .post .photo {
    margin-bottom: 15px;
  }
  .blog .blog2 .post .photo img {
    height: 300px;
  }
  .blog .blog2 .post .text .data {
    min-width: 70px;
    height: 80px;
    padding-top: 10px;
  }
  .blog .blog2 .post .text .data::before {
    width: 35px;
    height: 25px;
  }
  .blog .blog2 .post .text .data::after {
    width: 35px;
    height: 25px;
  }
  .blog .blog2 .post .text .text2 {
    padding-left: 10px;
  }
  .blog .blog2 .post .text .text2 h5 {
    margin-bottom: 10px;
  }
  .blog .blog2 .post .text .text2 p {
    font-size: 12px;
    height: 80px;
    line-height: 20px;
  }
  .blog .blog2 .navpost {
    display: none;
  }
  .blog .btn {
    padding: 0;
  }
  .blog .btn button {
    width: 100%;
    height: 40px;
    font-size: 18px;
  }
}

.kontakt2 {
  margin-top: 150px;
}

.kontakt2 .kontaktform {
  margin-bottom: 150px;
}

.kontakt2 .kontaktform .kf1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kontakt2 .kontaktform .kf1 span {
  width: 48%;
}

.kontakt2 .kontaktform .kf1 input {
  width: 100%;
  height: 70px;
  padding: 0 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px #00000026;
          box-shadow: 0px 0px 10px #00000026;
  border-radius: 10px;
  border: none;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #FFA50C;
}

.kontakt2 .kontaktform .kf1 input:focus {
  border: 1px solid #FFA50C;
}

.kontakt2 .kontaktform .kf1 input::-webkit-input-placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kf1 input:-ms-input-placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kf1 input::-ms-input-placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kf1 input::placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kf2 span {
  width: 100%;
}

.kontakt2 .kontaktform .kf2 textarea {
  width: 100%;
  height: 150px;
  padding: 20px 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px #00000026;
          box-shadow: 0px 0px 10px #00000026;
  border-radius: 10px;
  border: none;
  resize: none;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #FFA50C;
}

.kontakt2 .kontaktform .kf2 textarea:focus {
  outline: none;
  border: none;
  border: 1px solid #FFA50C;
}

.kontakt2 .kontaktform .kf2 textarea::-webkit-input-placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kf2 textarea:-ms-input-placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kf2 textarea::-ms-input-placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kf2 textarea::placeholder {
  color: #2E2E2E;
}

.kontakt2 .kontaktform .kfbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kontakt2 .kontaktform .kfbtn input {
  width: 450px;
  height: 70px;
  border: none;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), to(#FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 100%);
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.kontakt2 .kontaktform .kfbtn input:focus {
  outline: none;
}

.kontakt2 .kontaktform .kfbtn input:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFCC00), color-stop(0%, #FFA50C));
  background: transparent linear-gradient(90deg, #FFCC00 0%, #FFA50C 0%);
}

.kontakt2 .kontaktform .kfbtn span.ajax-loader {
  display: none;
}

.kontakt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kontakt3 .socialkf {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 20px #00000033;
          box-shadow: 0px 0px 20px #00000033;
  border-radius: 25px;
  padding-top: 90px;
  padding-bottom: 55px;
  width: 32%;
}

.kontakt3 .socialkf li .textwidget.custom-html-widget
a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  color: #2E2E2E;
  font-weight: bold;
  font-size: 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.kontakt3 .socialkf li .textwidget.custom-html-widget
a svg {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}

.kontakt3 .socialkf li .textwidget.custom-html-widget
a svg path {
  fill: #FFA50C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.kontakt3 .socialkf li .textwidget.custom-html-widget
a:hover {
  color: #FFCC00;
}

.kontakt3 .socialkf li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  color: #2E2E2E;
  font-weight: bold;
  font-size: 25px;
}

.kontakt3 .socialkf li p svg {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}

.kontakt3 .socialkf li p svg path {
  fill: #FFA50C;
}

#map {
  width: 100%;
  height: 450px;
  margin-top: 100px;
  margin-bottom: 150px;
  border-radius: 25px;
}

@media (max-width: 991.98px) {
  .kontakt2 {
    margin-top: 100px;
  }
  .kontakt2 .kontaktform {
    margin-bottom: 100px;
  }
  .kontakt2 .kontaktform .kf1 input {
    height: 60px;
  }
  .kontakt2 .kontaktform .kf2 textarea {
    height: 120px;
  }
  .kontakt2 .kontaktform .kfbtn input {
    height: 60px;
  }
  .kontakt3 .socialkf {
    width: 32%;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .kontakt3 .socialkf li .textwidget.custom-html-widget
a {
    font-size: 20px;
  }
  .kontakt3 .socialkf li .textwidget.custom-html-widget
a svg {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
  }
  .kontakt3 .socialkf li p {
    width: 100%;
    font-size: 20px;
  }
  .kontakt3 .socialkf li p svg {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
  }
  #map {
    height: 350px;
    margin-top: 70px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .kontakt2 {
    margin-top: 50px;
  }
  .kontakt2 .kontaktform {
    margin-bottom: 50px;
  }
  .kontakt2 .kontaktform .kf1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kontakt2 .kontaktform .kf1 span {
    width: 100%;
  }
  .kontakt2 .kontaktform .kf1 input {
    width: 100%;
    height: 50px;
    padding: 0 50px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .kontakt2 .kontaktform .kf2 textarea {
    width: 100%;
    height: 100px;
    padding: 20px 50px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .kontakt2 .kontaktform .kfbtn input {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .kontakt3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kontakt3 .socialkf {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 49%;
    margin-bottom: 20px;
  }
  .kontakt3 .socialkf:last-child {
    margin-bottom: 0;
  }
  .kontakt3 .socialkf:nth-child(2) {
    margin-left: 2%;
  }
  .kontakt3 .socialkf li .textwidget.custom-html-widget
a {
    padding: 0 10px;
    font-size: 18px;
  }
  .kontakt3 .socialkf li .textwidget.custom-html-widget
a svg {
    height: 50px;
    margin-bottom: 20px;
  }
  .kontakt3 .socialkf li p {
    padding: 0 10px;
    font-size: 18px;
  }
  .kontakt3 .socialkf li p svg {
    height: 50px;
    margin-bottom: 20px;
  }
  #map {
    height: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .kontakt2 {
    margin-top: 30px;
  }
  .kontakt2 .kontaktform {
    margin-bottom: 30px;
  }
  .kontakt2 .kontaktform .kf1 input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .kontakt2 .kontaktform .kf2 textarea {
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .kontakt2 .kontaktform .kfbtn input {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .kontakt3 .socialkf {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
  }
  .kontakt3 .socialkf:nth-child(2) {
    margin-left: 0;
  }
  .kontakt3 .socialkf li .textwidget.custom-html-widget
a {
    padding: 0 10px;
    font-size: 18px;
  }
  .kontakt3 .socialkf li .textwidget.custom-html-widget
a svg {
    height: 50px;
    margin-bottom: 20px;
  }
  .kontakt3 .socialkf li p {
    padding: 0 10px;
    font-size: 18px;
  }
  .kontakt3 .socialkf li p svg {
    height: 50px;
    margin-bottom: 20px;
  }
  #map {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.backcolor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.textsingle {
  height: 77vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-family: ananda;
}

.singlepage {
  margin: 100px 0;
}

.singlepage .singlefoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.singlepage .singlefoto img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.singlepage .singletext h3 {
  text-align: center;
  font-family: ananda;
  color: #FFA50C;
}

@media (max-width: 991.98px) {
  .singlepage {
    margin: 70px 0;
  }
  .singlepage .singlefoto {
    margin-bottom: 40px;
  }
  .singlepage .singlefoto img {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .singlepage {
    margin: 50px 0;
  }
  .singlepage .singlefoto {
    margin-bottom: 30px;
  }
  .singlepage .singlefoto img {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .singlepage {
    margin: 30px 0;
  }
  .singlepage .singlefoto {
    margin-bottom: 20px;
  }
  .singlepage .singlefoto img {
    height: 250px;
  }
  .singlepage .singletext p {
    text-align: justify;
  }
}

@media (max-width: 375.98px) {
  .singlepage {
    margin: 20px 0;
  }
  .singlepage .singlefoto img {
    height: 200px;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  position: relative;
  z-index: -99;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

input:focus {
  outline: none;
  border: none;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.svg1 {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.svg1 img {
  width: 100%;
  height: 100%;
}

.svg2 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.svg2 img {
  width: 100%;
  height: 100%;
}

.svg3 {
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.svg3 img {
  width: 100%;
  height: 100%;
}

.svg4 {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.svg4 img {
  width: 100%;
  height: 100%;
}

.svg5 {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.svg5 img {
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 12px;
  }
  .svg1, .svg2, .svg3, .svg4, .svg5 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */