/*
Theme Name: Feriendomizil am Siegstein
Description: Handcoded by wiegandt media - Based on Bootstrap 4
Author: wiegandt media UG
URI: http://www.wiegandt-media.de/
Version: 2020.11
Tags: wiegandt media UG
*/

/* ==========================================================================
   Development
   ========================================================================== */

#wpadminbar {display: none;}

/* ==========================================================================
   Basics
   ========================================================================== */


body {height:100%; width:100%; margin: 0; padding: 0; font-weight: 400; font-family: 'Nunito Sans', sans-serif; font-size:16px; color: #2d2d2d; overflow-x: hidden;}
html {height: 100%; width: 100%; margin: 0; padding:0;}

p {line-height: 1.4em;}
a {transition: all 0.2s;cursor: pointer;}
a:hover,a:focus {transition: all 0.2s; color:#fb534d; text-decoration: none;}
:focus {outline: none !important}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align:right;}
.clear {clear: left;}

::selection{background:#E5E5E5}
::-moz-selection{background:#E5E5E5}

img.responsive {width: 100%; height: auto;}

h1 {font-size: 36px;font-weight: 400;margin-top: 3px;margin-bottom: 5px;line-height: 1.5em;font-family: 'Oswald', sans-serif;text-transform: uppercase;}
h2 {font-size: 35px;font-weight: 400;line-height: 1.5em;font-family: 'Oswald', sans-serif;text-transform: uppercase;margin: 5px 0 15px -40px;}
h3 {font-size: 20px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em; font-family: 'Oswald', sans-serif;}
h4 {font-size: 19px;font-weight: 400;margin-top: 3px;margin-bottom: 5px;line-height: 1.5em;font-family: 'Oswald';}
h5 {font-size: 14px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}
h6 {font-size: 12px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}

.no-gutters {
    padding: 0;
}

@font-face {
 font-family: "Oswald";
   src: url("/wp-content/themes/feriendomizil/fonts/Oswald-Regular.woff2") format("woff2"),
        url("/wp-content/themes/xx/fonts/Oswald-Regular.woff") format("woff");
   font-weight: 400;
   font-style: normal;
}

@font-face {
 font-family: "Nunito Sans";
 src: url("/wp-content/themes/feriendomizil/fonts/NunitoSans-Regular.woff2") format("woff2"),
      url("/wp-content/themes/xx/fonts/NunitoSans-Regular.woff") format("woff");
   font-weight: 400;
   font-style: normal;
}

@font-face {
 font-family: "Nunito Sans";
 src: url("/wp-content/themes/feriendomizil/fonts/NunitoSans-Bold.woff2") format("woff2"),
      url("/wp-content/themes/xx/fonts/NunitoSans-Bold.woff") format("woff");
   font-weight: 700;
   font-style: normal;
}

/* ==========================================================================
   404 Page
   ========================================================================== */

   section#not-found {
       height: 95vh;
       padding-top: 200px;
       text-align: center;
       color: #000000;
   }

   .error-inner {
       background-color: #ffffff;
       height: 500px;
       padding: 50px;
       border-radius: 12px;
   }

   h1.title-error {
       font-size: 200px;
       font-family: sans-serif;
       margin-bottom: 100px;
       color: #ccffa6;
       font-weight: 400;
   }

   h3.subtitle-error {
    text-transform: uppercase;
    font-weight: 200;
    font-family: sans-serif;
    padding-top: 20px;
    letter-spacing: 0.4rem;
    font-size: 16px;
}

   .rex {
    left: 50%;
    position: absolute;
    height: 140px;
    width: 160px;
    background-image: url(/wp-content/themes/feriendomizil/img/t-rex-ganz.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
}

  .rex:before {
    background-image: url(/wp-content/themes/feriendomizil/img/t-rex-links.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 34px;
    width: 26px;
    left: 32px;
    bottom: -33px;
    animation-name: rex-run;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    transform: translateY(0);
}

  .rex:after {
    background-image: url(/wp-content/themes/feriendomizil/img/t-rex-rechts.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 34px;
    width: 30px;
    right: 65px;
    bottom: -32px;
    animation-name: run-rex;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    transform: translateY(0);
}

@keyframes rex-run {
  0% {
    transform: translateY(-20px)
  }
  50% {
    transform: rotate(8deg)
  }
  100% {
    transform: translateY(-0px)
  }

  }

  @keyframes run-rex {
  0% {
    transform: translateY(-0px)
  }
  50% {
    transform: rotate(8deg)
  }
  100% {
    transform: translateY(-20px)
  }
}

/* ==========================================================================
   Menu
   ========================================================================== */

header ul {
  padding-left: 0;
  display: inline-block;
}

.logo-box a {
    display: block;
    width: 200px;
    height: 73px;
    background-image: url(/wp-content/themes/feriendomizil/img/logo-feriendomizil.svg);
    background-position: center;
    background-size: 170px;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}

.logo-box {
    display: inline-block;
}

.hamburger {
    padding: 15px 0;
}

button.hamburger {
  display: none;
  float: right;
  position: relative;
  z-index: 9999;
  margin: 12px 30px 0 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #ffffff;
}

.main-navbar {
    float: right;
}

ul.menu {
    padding-left: 0;
    list-style: none;
}

ul#menu-footer {
    display: inline-block;
}

ul#menu-footer li {
    display: inline-block;
}

.main-navbar ul li {
    display: inline-block;
    margin: 0 5px;
}

.main-navbar ul li:last-child {
    margin-right: 0;
}

.main-navbar ul {
    text-align: right;
    margin: 28px 0;
}

.mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff5ef;
    -webkit-transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    transition: all .75s ease-in-out;
    text-align: center;
    z-index: -150;
    opacity: 0;
    visibility: hidden;
}

.menu-active .mobile-navbar {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 25;
    visibility: visible;
}

.mobile-navbar ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    padding-top: 140px;
}

.mobile-navbar ul li a {
    font-size: 25px;
    color: #685a51;
    padding-bottom: 20px;
    display: block;
}

.mobile-navbar ul li a:hover {
    color: #000000;
}

.footer-menu ul {
    text-align: right;
    padding-left: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

header.scroll-up {
    transform: translateY(-100%);
}


/* ==========================================================================
   Site
   ========================================================================== */

header {
    padding: 15px 0 20px;
    position: fixed;
    width: 100%;
    z-index: 40;
    transition: all .3s;
}

section#main {
    padding: 15px 0 20px;
    padding-top: 130px;
}

section#footer {
    background-color: #554B44;
    padding: 10px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

section#icon-element{
    padding: 50px 0;
    background-color: #f7f7f7;
}

section#header-home {
    background-size: cover;
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
}

section#text-element {
    padding: 50px 0 100px;
}

section#welcome {
    padding: 100px 0;
}

section#teaser {
    padding: 0 0 50px 0;
}

section#intro-subpage {
    padding: 100px 0 0 0;
}

section#intro-subpage {
    padding: 100px 0 30px;
}

section#gallery {
    padding: 100px 0;
}

section#contact-form {
    margin: 70px 0;
}

section#header-subpage {
    background-size: cover;
    background-position: center;
    height: 360px;
    background-repeat: no-repeat;
}

section#activity-element {
    margin-bottom: 70px;
}

section#tabelle-wellness {
    background-color: #f7f7f7;
    padding: 60px 0 50px;
    margin-top: 100px;
}

section#text-wellness {
    margin: 50px 0;
}

section#pre-footer {
    background-color: #685A51;
    text-align: center;
    color: #ffffff;
    padding: 20px 0 50px;
}


.copyright a {
    color: #ffffff;
}

.footer-menu a {
    color: #ffffff;
}

.navi-header {
    background-color: #685A51;
    position: relative;
}

.main-navbar a {
    color: #ffffff;
    text-transform: uppercase;
}

ul#menu-hauptmenue li:last-child a {
    background-color: #554b44;
    padding: 28px 20px;
}

.main-navbar ul li a {
    padding: 28px 10px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.main-navbar ul li a:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0%;
    height: 2px;
    transform: translateX(-50%);
    background-color: #ffffff;
    bottom: 20px;
    transition: .3s cubic-bezier(0, 1.03, 1, 1);
    opacity: 0;
}

.main-navbar ul li a:hover:after {
    width: calc(100% - 20px);
    opacity: 1;
}

.footer-logo img {
    width: 200px;
    padding: 30px 0 20px;
}

.welcome-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    width: 430px;
    float: right;
    position: relative;
}

.welcome-image:after {
    position: absolute;
    height: 340px;
    width: 420px;
    background-color: #554b44;
    left: -30px;
    bottom: -20px;
    content: '';
    z-index: -1;
}

a.white-btn {
    padding: 8px 15px;
    background-color: #ffffff;
    border: 2px solid #685a51;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #685a51;
    display: inline-block;
    margin-top: 20px;
    z-index: 2;
    position: relative;
}

a.white-btn:hover {
    background-color: #685a51;
    color: #ffffff;
    transition: 0.2s;
}

a.dark-btn {
    padding: 8px 15px;
    background-color: #685a51;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #ffffff;
    border: 2px solid #685a51;
    display: inline-block;
    margin-top: 20px;
    margin-left: 15px;
}

a.dark-btn:hover {
    padding: 8px 15px;
    background-color: #ffffff;
    color: #685a51;
}

ul#menu-hauptmenue li:last-child a:hover:after {
    display: none;
}

ul#menu-hauptmenue li:last-child a:hover {
    background-color: #443b35;
}

.teaser-box {
    text-align: right;
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #ffffff;
    height: 300px;
}

.overlay {
    position: absolute;
    background-color: #2d2d2dbf;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    mix-blend-mode: multiply;
}

.teaser-text {
    position: relative;
    z-index: 2;
}

.gallery-image-single {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.height-full {
    height: 500px;
    padding: 5px;
}

.height-small {
    height: 250px;
    padding: 5px;
}

.gallery-hover-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 15%;
    color: #ffffff;
    opacity: 0;
}

.gallery-image-single:hover .gallery-hover-text {
    opacity: 1;
}

.gallery-hover-box {
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #363230c4;
    opacity: 0;
    margin: 10px;
    transition: 0.2s;
}

.gallery-image-single:hover .gallery-hover-box {
    opacity: 1;
}

.gallery-text {
    margin-bottom: 50px;
    position: relative;
}

.gallery-text:after {
    content: 'Erholung';
    position: absolute;
    top: -113px;
    left: -70px;
    font-size: 160px;
    color: #f3f3f3;
    z-index: -1;
}

.icon-box {
    text-align: center;
}

.icon-text {
    margin-top: 15px;
    font-family: 'Oswald';
    font-size: 20px;
}

.text-box-text {
    column-count: 2;
    column-gap: 50px;
}

.height-subpage {
    height: 250px;
    padding: 0;
}

h2.accordion-title {
    text-align: center;
    margin: 0 0 40px 0;
}

.tabelle-single {
    border-bottom: 2px solid #afa29a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

section#tabelle {
    background-color: #f7f7f7;
    padding: 80px 0;
    margin-bottom: 80px;
}

section#gallery-small {
    padding-top: 50px;
}

section#text-half {
    padding: 20px 0;
}

.tabelle-single:last-child {
    border-bottom: none;
}

.icon-image {
    height: 100px;
    width: 100px;
    margin: auto;
}

.intro-subpage-box h1:after {
    content: 'Aktivitäten';
    position: absolute;
    z-index: -2;
    left: -30px;
    top: 10px;
    font-size: 170px;
    color: #efefef;
    font-family: 'Nunito Sans';
    text-transform: none;
}

.intro-wellness h1:after {
    content: 'Wellness';
    position: absolute;
    z-index: -2;
    left: -30px;
    top: 10px;
    font-size: 170px;
    color: #efefef;
    font-family: 'Nunito Sans';
    text-transform: none;
}

.intro-bilder h1:after {
    content: 'Galerie';
    position: absolute;
    z-index: -2;
    left: -30px;
    top: 10px;
    font-size: 170px;
    color: #efefef;
    font-family: 'Nunito Sans';
    text-transform: none;
}


.intro-contact h1:after {
    content: 'Kontakt';
    position: absolute;
    z-index: -2;
    left: -30px;
    top: 10px;
    font-size: 170px;
    color: #efefef;
    font-family: 'Nunito Sans';
    text-transform: none;
}

.activity-single-box {
    margin-bottom: 40px;
}

.activity-inner {
    margin-top: 40px;
}

h2.activity-title {
    text-align: center;
    margin: 60px 0 40px;
}

.nf-field-container .field-wrap .nf-element::placeholder {
    color: #a9a9a9 !important;
}

.copyright {
    color: #ffffff;
}

.gallery-image-repeater {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    margin-bottom: 30px;
}

section#gallery-subpage {
    padding: 50px 0;
}

.gallery-subpage-single {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.wert-wellness-tabelle {
    text-align: right;
}

.icon-image img {
    max-width: 100%;
}

section#booking {
    padding: 10px 0 100px;
}

.activity-image img {
    max-width: 100%;
}
/* ==========================================================================
   Responsive MAX
   ========================================================================== */

@media screen and (min-width: 1430px) {

  .container {
    max-width: 1400px;
  }

}

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

  button.hamburger {
      display: block;
  }

  .main-navbar {
      display: none;
  }

  .welcome-image {
    width: 350px;
  }

  .welcome-image:after {
      width: 300px;
  }

  .teaser-box {
      height: 380px;
  }

}

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

  h2 {
    font-size: 28px;
}

  .welcome-image {
    width: 100%;
}

.welcome-image:after {
    width: 500px;
}

.welcome-text {
    margin-top: 60px;
}

.teaser-box {
    height: 280px;
    text-align: center;
}

.teaser-box {
    height: 280px;
    text-align: center;
}

.teaser-text {
    padding: 0 50px;
}

.copyright {
    text-align: center;
}

.footer-menu ul {
    text-align: center;
    margin-top: 7px;
}

.gallery-hover-text {
    font-size: 12px;
}

.gallery-hover-text h4 {
    font-size: 16px;
    line-height: 1.3rem;
}

.icon-image {
    height: 80px;
    width: 80px;
}

.intro-wellness h1:after {
    font-size: 150px;
}

}

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

  section#not-found {
      padding-top: 120px;
      height: auto;
  }

  h1.title-error {
      font-size: 160px;
      margin-bottom: 60px;
  }

  h3.subtitle-error {
      font-size: 13px;
  }

  .error-inner {
      padding: 10px;
      height: 300px;
  }

  .rex {
      height: 100px;
      width: 120px;
      top: 55%;
  }

  .rex:before {
      height: 30px;
      width: 22px;
      left: 26px;
      bottom: -28px;
  }

  .rex:after {
      height: 30px;
      width: 26px;
      right: 50px;
      bottom: -30px;
  }

  h2 {
    margin: 5px 0 20px;
}

.gallery-text:after {
    font-size: 100px;
    top: -60px;
}

section#gallery {
    padding: 50px 0;
}

.icon-image {
    height: 50px;
    width: 50px;
}

.icon-text {
    font-size: 15px;
}

section#text-element {
    padding: 30px 0;
}

.text-box-text {
    column-count: 1;
}

.intro-subpage-box h1:after {
    font-size: 108px;
    top: -10px;
    left: 0;
}

h1 {
    font-size: 33px;
}

.intro-wellness h1:after {
    font-size: 63px;
    left: 10px;
    top: -20px;
}

.intro-bilder h1:after {
    font-size: 100px;
    top: -10px;
    left: 0;
}

.intro-contact h1:after {
    font-size: 80px;
    left: 0;
    top: -10px;
}

section#contact-form {
    margin: 40px 0;
}

}

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

  section#header-home {
    height: 250px;
}

.teaser-box {
    height: 330px;
    padding: 30px 0;
}

.gallery-hover-text {
    display: none;
}

.height-full {
    height: 300px;
}

.copyright {
    font-size: 12px;
}

section#footer {
    text-transform: none;
}

.icon-box {
    margin-bottom: 30px;
}

section#icon-element {
    padding: 30px 0 10px;
}

.icon-image {
    height: 80px;
    width: 80px;
}

section#tabelle {
    padding: 40px 0;
    margin-bottom: 20px;
}

.intro-subpage-box h1:after {
    font-size: 68px;
    top: -20px;
}

section#intro-subpage {
    padding: 60px 0 0 0;
}

section#welcome {
    padding: 17px 0 70px;
}

  .welcome-image {
    height: 180px;
}

.gallery-text:after {
    font-size: 87px;
    left: -10px;
    top: -70px;
}

section#gallery {
    padding: 20px 0 50px;
}

.welcome-image:after {
 display: none;
}

.welcome-text {
  margin-top: 20px;
}

.welcome-image {
    display: none;
}

h2.activity-title {
    margin: 30px 0 10px;
}

}
