/*
Theme Name: Burghof
Author: Frei und Zeit
Version: 1.0
Theme URI: https://freiundzeit.it
Author URI: https://freiundzeit.it
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Custom Theme for Burghof, Italy
*/


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body.mobile-menu-open {
    height: 100vh;
    overflow-y: hidden;
}



/*General Font Styles*/

.fuz-footer-text {
    font-family: var(--e-global-typography-fb86a1a-font-family), Sans-serif;
    font-size: var(--e-global-typography-fb86a1a-font-size);
    font-weight: var(--e-global-typography-fb86a1a-font-weight);
    text-transform: var(--e-global-typography-fb86a1a-text-transform);
    line-height: var(--e-global-typography-fb86a1a-line-height);
    letter-spacing: var(--e-global-typography-fb86a1a-letter-spacing);
    word-spacing: var(--e-global-typography-fb86a1a-word-spacing);
}



/* Header Styles*/

header {
    position: relative;
    z-index: 999;
}

/*Static Header*/

.fuz-static-header {
    background-color: var(--e-global-color-primary);
    padding: 30px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fuz-static-header-logo-wrapper img {
    width: 300px;
    height: auto;
}

.fuz-static-header-primary-menu ul {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.fuz-static-header-primary-menu ul li {
    list-style: none;

}

.fuz-static-header-primary-menu ul li a {
    color: var(--e-global-color-3cd871a);
    font-family: var(--e-global-typography-c5a96b4-font-family), Sans-serif;
    font-size: var(--e-global-typography-c5a96b4-font-size);
    font-weight: var(--e-global-typography-c5a96b4-font-weight);
    line-height: var(--e-global-typography-c5a96b4-line-height);
    letter-spacing: var(--e-global-typography-c5a96b4-letter-spacing);
    word-spacing: var(--e-global-typography-c5a96b4-word-spacing);
    text-decoration: none;
}

.fuz-static-header-primary-menu ul li a svg {
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
}

.fuz-static-header-primary-menu ul li a svg:hover {
    background-color: white;
}



.fuz-static-header-primary-menu ul li a svg path {
    transition: all 0.5s ease-in-out;
    fill: white;
}

.fuz-static-header-primary-menu ul li a svg rect {
    stroke: white;
    transition: all 0.5s ease-in-out;
}

.fuz-static-header-primary-menu ul li svg:hover path {
    fill: var(--e-global-color-primary)
   
    
}




/*Fixed Header*/

.fuz-fixed-header {
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 40px;
    align-items: center;
    border-bottom: solid 2px var(--e-global-color-primary);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}

.home .fuz-fixed-header {
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
}

.home.fuz-window-scrolled .fuz-fixed-header {
    transform: translateY(0);
}


.fuz-fixed-header-logo-wrapper svg {
    height: 32px;
    width: auto;
    fill: var(--e-global-color-primary);
}

.fuz-fixed-header-primary-menu ul {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}


.fuz-fixed-header-primary-menu ul li {
    list-style: none;
}

.fuz-fixed-header-primary-menu ul li a {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-c5a96b4-font-family), Sans-serif;
    font-size: var(--e-global-typography-c5a96b4-font-size);
    font-weight: var(--e-global-typography-c5a96b4-font-weight);
    line-height: var(--e-global-typography-c5a96b4-line-height);
    letter-spacing: var(--e-global-typography-c5a96b4-letter-spacing);
    word-spacing: var(--e-global-typography-c5a96b4-word-spacing);
    text-decoration: none;
}

.fuz-fixed-header-primary-menu ul li a svg {
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
}

.fuz-fixed-header-primary-menu ul li a svg:hover {
    background-color: var(--e-global-color-primary);
}

.fuz-fixed-header-primary-menu ul li a svg path {
    transition: all 0.5s ease-in-out;
    fill: var(--e-global-color-primary);
  
   
    
}

.fuz-fixed-header-primary-menu ul li a svg rect {
    transition: all 0.5s ease-in-out;
    stroke: var(--e-global-color-primary);
   
}



.fuz-fixed-header-primary-menu ul li svg:hover path {
    fill: white;
   
    
}



/*Mobile Navbar Styling*/

.fuz-mobile-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: var(--e-global-color-primary);
    height: 32px;
    padding: 8px 18px;
    text-align: center;
    
}
.fuz-mobile-header-bar svg {
    height: 100%;
    width: auto;
}

.home .fuz-mobile-header-bar {
    display: none;
}





.fuz-mobile-navbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    
    background-color: white;
    
    z-index: 999;
    border-top: solid 2px var(--e-global-color-primary);
    display: flex;
    flex-direction: column;
    
}



.fuz-mobile-navbar-visible {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    padding: 12px 18px;
    background-color: white;
}

.mobile-navbar-logo,
.mobile-navbar-logo svg {
    height: 28px;
    width: auto;
}


.fuz-mobile-navbar-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 990;
    background-color: white;
    padding: 40px 18px 110px 18px;
   
   
}

.fuz-mobile-navbar-offcanvas-inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fuz-off-canvas-logo img {
    max-width: 100%;
}




.fuz-mobile-navbar-primary-menu ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 64px;
}

.fuz-mobile-navbar-primary-menu ul li {
    list-style: none;
    text-align: center;
    
}

.fuz-mobile-navbar-primary-menu ul li a {
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-size: 2rem;
}

.fuz-mobile-navbar-primary-menu ul li a svg path {
    transition: all 0.5s ease-in-out;
    fill: var(--e-global-color-primary);
  
   
    
}

.fuz-mobile-navbar-primary-menu ul li a svg rect {
    transition: all 0.5s ease-in-out;
    stroke: var(--e-global-color-primary);
   
}








/*Nav Menu Toggle*/

.fuz-hamburger-container {
    display: flex;
    justify-content: flex-end;
  }
  
  div.fuz-hamburger {
    height: 22px;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    border: none;
    
  }
  
  .fuz-hamburger-bar,
  .fuz-hamburger-bar:before,
  .fuz-hamburger-bar:after {
    height: 4px;
    background-color: var(--e-global-color-primary);
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(.56,0,.36,1) ;
    
  }
  
  
  .fuz-hamburger-bar {
    position: relative;
    width: 40px;
    
  }
  
  .fuz-hamburger-bar:before {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    
    bottom: 12px;
    
  }
  
  .fuz-hamburger-bar:after {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
   
    top: 12px;
   
  }
  
  .fuz-is-active .fuz-hamburger-bar {
    width: 40px;
  }
  
  .fuz-is-active .fuz-hamburger-bar:before {
    bottom: 0;
  }
  
  
  .fuz-is-active .fuz-hamburger-bar:after {
    top: 0;
    width: 40px;
  }

/*Footer Styling*/

.fuz-footer-content-row {
    padding: 120px 40px;
}

@media  screen and (max-width: 767px) {
    .fuz-footer-content-row {
        padding: 40px 18px;
    }
}

.fuz-footer-content-row-inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}


.fuz-footer-content-row-column {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .fuz-footer-content-row-column {
        width: 100%;
    }
}


.fuz-footer-content-row-column-first .burghof-footer-logo-negativ {
    width: 280px;
    max-width: 100%;
}

.burghof-footer-adress-text {
    margin-top: 40px;
}

.burghof-footer-adress-text p {
    font-family: var(--e-global-typography-fb86a1a-font-family), Sans-serif;
    font-size: var(--e-global-typography-fb86a1a-font-size);
    text-transform: var(--e-global-typography-fb86a1a-text-transform);
    line-height: 1.5em;
    letter-spacing: var(--e-global-typography-fb86a1a-letter-spacing);
    word-spacing: var(--e-global-typography-fb86a1a-word-spacing);
    color: var(--e-global-color-primary);
    font-weight: var(--e-global-typography-fb86a1a-font-weight);
}

.burghof-footer-adress-text p a {
    color: var(--e-global-color-primary);
}



.fuz-footer-content-row-column-second {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fuz-footer-navigation ul {
    display: flex;
    flex-direction: column;
}

.fuz-footer-navigation ul li {
    list-style: none;
    text-align: right;
}

.fuz-footer-navigation ul li a,
.fuz-footer-copyright-text {
    font-family: var(--e-global-typography-fb86a1a-font-family), Sans-serif;
    font-size: var(--e-global-typography-fb86a1a-font-size);
    text-transform: var(--e-global-typography-fb86a1a-text-transform);
    line-height: 1.5em;
    letter-spacing: var(--e-global-typography-fb86a1a-letter-spacing);
    word-spacing: var(--e-global-typography-fb86a1a-word-spacing);
    color: var(--e-global-color-primary);
    font-weight: var(--e-global-typography-fb86a1a-font-weight);
    text-decoration: none;
}

.burghof-footer-adress-text p a {
    color: var(--e-global-color-primary);
}



.fuz-footer-copyright-text {
    text-align: center;
    padding: 8px 0;
}

@media screen and (max-width: 767px) 
{
    .fuz-footer-navigation {
        margin-top: 40px;
    }


    .fuz-footer-navigation ul li {
        list-style: none;
        text-align: left;
    }
    .fuz-footer-copyright-text {
        text-align: left;
        padding: 8px 18px;
        margin-bottom: 72px;
    }
}



/*Hide Elements depending on Screensize*/

@media screen and (max-width: 767px) {
    .fuz-hide-on-mobile {
        display: none;
    }
}


@media screen and (min-width: 1025px){
	.fuz-hide-on-desktop {
		display: none;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	.fuz-hide-on-tablet {
		display: none;
	}
}

