/*
Theme Name: Frei & Zeit
Author: Frei & Zeit
Author URI: https://freiundzeit.it
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*Global CSS Rules*/

:root {
    font-size: 100%;
    --fuz-padding-side: 60px;
    --biblio-yellow: #FCBF00;
    --biblio-green: #ABAE00;
    --biblio-red: #E84F1C;
    --biblio-blue: #00568C;
    --biblio-azure: #007DBB;
    --biblio-black: #000;
    --biblio-white: #fff;
}

@media screen and (max-width: 1024px) {
    :root {
        --fuz-padding-side: 40px; 
    }
}

@media screen and (max-width: 767px) {
    :root {
        --fuz-padding-side: 24px;
    }
}



html,
body {
    margin: 0;
    padding: 0;
    font-family: "FFSizmoPro", sans-serif;
    letter-spacing: 0.1em;
}

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

body.fuz-nav-menu-open {
	overflow: hidden;
}


  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
        box-sizing: inherit;
  }
  
  @media screen and (max-width: 767px){
    body.fuz-nav-menu-open {
        height: 100vh;
        overflow-y: hidden;
    }
  }

p {
	   /* margin-block-start: unset;*/
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
div {
	font-family: "FFSizmoPro", sans-serif!important;
}

  a {
    color: inherit;
    text-decoration: none;
  }

  ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
  }
  
  .menu li {
    list-style: none;
  } 
  .menu a {
    text-decoration: none;
  }


.fuz-button-black .elementor-button-icon svg path {
    fill: white;
}

/*Skip to content Link*/

.skip-to-content-link {
  	background: #eee;
  	left: 0;
	top: 0;
  	padding: 12px 24px;
  	position: absolute;
  	transform: translateY(-100%);
  	transition: transform 0.3s;
  	z-index: 9999;
	color: #333;
	opacity: 0;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
	opacity: 1;
}


/*Header Styles*/

.fuz-header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    flex-direction: row;
    height: 120px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    background-color: white;
    box-shadow: none;
    transition: 0.3s ease-in-out;
}

.fuz-scrolled-body .fuz-header-navbar {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.fuz-nav-menu-open .fuz-header-navbar {
    box-shadow: unset;
}

.fuz-header-branding {
    height: 100%;
}
.fuz-header-branding img {
    height: 68px;
    width: auto;
}

.fuz-header-col {
    display: flex;
    align-items: center;
}

.fuz-header-col-second {
    flex-grow: 2;
    justify-content: flex-end;
    gap: 40px;
}

.fuz-fixed-navbar-ls li.menu-item-has-children {
	position: relative;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	font-size: 1.25rem;
	text-transform: uppercase;
	border: 2px solid black;	
}

.fuz-fixed-navbar-ls ul.sub-menu {
	position: absolute;
	left: 0;
	top: calc(100%);
	
	display: none;
	flex-direction: column;
	gap: 16px;
	padding: 0;
}

.fuz-fixed-navbar-ls li.menu-item-has-children:hover > ul.sub-menu,
.fuz-fixed-navbar-ls li.menu-item-has-children:focus-within > ul.sub-menu{
	display: flex;
	padding-top: 16px;
}

.fuz-fixed-navbar-ls ul.sub-menu li {
	height: 60px;
	width: 60px;
	display: flex;
	color: white;
	background-color: black;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	font-size: 1.25rem;
	text-transform: uppercase;
	border: 2px solid black;	
}

.fuz-header-newsletter-cta {
	display: none;
}

.fuz-header-newsletter-cta-button {
	display: flex;
	height: 60px;
	padding: 0 24px;
	justify-content: center;
	align-items: center;
	border: 2px solid black;
	border-radius: 500px;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 600;
}

.fuz-header-login-cta a,
button#fuzSearchPopupButton {
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	border: 2px solid black;
	border-radius: 500px;
}

button#fuzSearchPopupButton {
	padding: 0;
	cursor: pointer;
}

.fuz-search-popup-form .fuz-header-search-bar {
	display: flex;
	flex-direction: column;
}

.fuz-header-primary-menu a {
    padding: 8px 16px;
    text-transform: uppercase;
}

button#fuzMenuToggle {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	background-color: transparent;
	border: unset;
	padding: 0;
	border-radius: 0;
}

button#fuzMenuToggle:focus {
	outline: none;
	border-width: 0!important;
}


button#fuzMenuToggle:focus-visible {
	outline: 2px solid blue;
}

.fuz-header-menu-toggle-bar,
.fuz-header-menu-toggle-bar:before,
.fuz-header-menu-toggle-bar:after
 {
    width: 40px;
    height: 3px;
    background-color: black;
    border-radius: 2px;
}

.fuz-header-menu-toggle-bar {
    position: relative;
}

.fuz-header-menu-toggle-bar:before,
.fuz-header-menu-toggle-bar:after {
    content: "";
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
}

.fuz-header-menu-toggle-bar:before {
    bottom: 10px;
}

.fuz-header-menu-toggle-bar:after {
    top: 10px;
}

.fuz-nav-menu-open .fuz-header-menu-toggle-bar:before {
    bottom: 0;
}

.fuz-nav-menu-open .fuz-header-menu-toggle-bar:after {
    top: 0;
}

.fuz-header-search-bar {
    padding: 20px var(--fuz-padding-side);
    background-color: var(--biblio-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-sizing: content-box;
    gap: 40px;
}

.fuz-header-search-bar form {
    background-color: #fff;
    height: 72px;
    padding: 16px 20px;
    border: none;
    border-radius: 500px;
    width: 327px;
}

.fuz-header-search-bar form div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.fuz-header-search-bar form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.fuz-header-search-bar form button[type=submit]:focus {
	border: none!important;
}

.fuz-searchbar-search-toggle {
    display: flex;
    align-items: flex-start;
    gap: 20px;
	border: none;
}

.fuz-header-search-bar label {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}
/*
#searchform_catalog {
    display: none;
}
*/

/* Sichtbarkeit pro Instanz steuern (funktioniert mit Prefixed-IDs) */
.fuz-header-search-bar .searchform { display: none; }
.fuz-header-search-bar .searchform.is-active { display: block; }

.fuz-header-search-bar input[type=text] {
	height: 100%;
}

.fuz-header-search-bar input[type=text],
.fuz-header-search-bar input[type=text]:focus {
    border: #000 solid;
    border-width: 0 0 0 2px;
	border-radius: 0;
    padding-left: 16px;
    font-family: 'FFSizmoPro', sans-serif;
    color: black;
	outline: none;
}

.fuz-header-search-bar input[type=text]:focus-visible {
	outline: 1px solid blue;
	
}

.fuz-searchbar-search-toggle input {
	width: 0;
	height: 0;
}
.fuz-searchbar-search-toggle label {
    display: flex;
    gap: 16px;
    align-items: center;
}


.fuz-searchbar-search-toggle input[type="radio"] {
	outline: none;
	border: none;
	overflow: hidden;
	opacity: 0;
}

.fuz-searchbar-search-toggle input[type="radio"]:focus {
	outline: none;
	border: none;
}

.fuz-searchbar-search-toggle input[type="radio"]:focus-visible+label {
  outline: solid 2px blue;
}

.fuz-searchbar-search-toggle .checkmark {
    width: 16px;
    height: 16px;
    border-radius: 500px;
    /*outline: 2px solid black;*/
	box-shadow: 0 0 0 2px black;
    border: 5px solid white;
    background-color: white;
    order: 0;
  }

  .fuz-searchbar-search-toggle input:checked + label .checkmark {
    width: 16px;
    height: 16px;
    border-radius: 500px;
    /*outline: 2px solid black;*/
    border: 5px solid white;
    background-color: var(--biblio-yellow)!important;
    order: 0;
  }


@media screen and (max-width: 1728px) {
	.fuz-header-navbar {
    	height: 80px;
	}
	.fuz-header-branding img {
    	height: 48px;
    	width: auto;
	}
	
	
	.fuz-fixed-navbar-ls li.menu-item-has-children,
	.fuz-fixed-navbar-ls ul.sub-menu li {
		height: 48px;
		width: 48px;
	}
	
	.fuz-header-login-cta a,
	button#fuzSearchPopupButton {
		height: 48px;
		width: 48px;
	}
	.fuz-header-newsletter-cta-button {
		height: 48px;
		padding: 0 24px;
		justify-content: center;
		align-items: center;
		border: 2px solid black;
		border-radius: 500px;
		font-size: 1rem;
		text-transform: uppercase;
		font-weight: 600;
}
}


@media screen and (max-width: 1024px) {
	.fuz-searchbar-search-toggle {
		flex-direction: column;
		gap: 8px;
	}
	
}

@media screen and (max-width: 767px) {
    .fuz-header-navbar {
        height: 70px;
    }

    .fuz-header-col {
        height: 100%;
    }
	
	.fuz-header-col-second {
		gap: 20px;
	}

    .fuz-header-branding {
        height: 100%;
    }

    .fuz-header-branding img {
        height: 100%;
        width: auto;
    }
	
	.fuz-header-login-cta a,
	button#fuzSearchPopupButton {
		display: flex;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
		border: 2px solid black;
		border-radius: 500px;
		padding: 10px;
	}

    .fuz-header-search-bar {
        display: flex;
        flex-direction: column;
        padding: 28px 24px 40px 24px;
		gap: 20px;
        
    }

    .fuz-header-search-bar form {
       width: 100%;
       height: 72px;
    }

    .fuz-header-search-bar form div {
        height: 40px;
     }

    .fuz-searchbar-search-toggle {
        flex-direction: column;
		width: 100%;
		gap: 8px;
    }
}

/*Fullscreen Menu*/
.fuz-fullscreen-menu {
    position: fixed;
	background-color: white;
    height: 100vh;
    z-index: 5;
    right: 0;
    top: 0;
    width: 0;
    overflow-y: scroll;
    box-shadow: -5px 0 5px rgba(50, 50, 50, 0.2);
    display: none;
}

.fuz-fullscreen-menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
	height: auto;
    background-color: white;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
	padding-top: 160px;
	padding-bottom: 160px;
    display: flex;
    flex-direction: column;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.fuz-fullscreen-menu-inner-content {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 80px;
}


/*
.fuz-fullscreen-menu-inner ul {
    flex-direction: column;
    gap: 16px;
}

.fuz-fullscreen-menu-inner a {
    padding: 8px 0;
}

.fuz-fullscreen-menu-primary-menu a {
    font-size: 2rem;
}
*/

.fuz-fullscreen-menu-primary-menu-ls {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.fuz-fullscreen-menu-primary-menu ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex-wrap: wrap;
}

.fuz-fullscreen-menu-primary-menu ul a {
	font-family: 'FFSizmoPro', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 1.6em;
}


.fuz-fullscreen-menu {
	min-width: 100vw;
}

.fuz-fullscreen-menu-meta-menu ul {
	display: flex;
	gap: 40px;
}

.fuz-fullscreen-menu-meta-menu ul a {
	text-decoration: underline;
	text-transform: uppercase;
}

.fuz-fullscreen-menu-shortcuts {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: space-between;
}


.fuz-fullscreen-menu-shortcuts-col-1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.fuz-fullscreenmenu-ls .wpml-ls-statics-shortcode_actions {
	padding: 0;
}

.fuz-fullscreenmenu-ls ul {
	display: flex;
	gap: 40px;
}

.fuz-fullscreenmenu-ls li.wpml-ls-item {
	width: 48px;
	height: 48px;
	background-color: black;
	border-radius: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fuz-fullscreenmenu-ls li a {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 600;
	color: white;
	/* padding-top: 10px; */
}

.fuz-fullscreenmenu-ls li.wpml-ls-current-language {
	background-color: white;
	border: 2px solid black;
}

.fuz-fullscreenmenu-ls li.wpml-ls-current-language a {
	color: black;
}

.fuz-fullscreenmenu-ls li a.wpml-ls-link {
	padding: 5px;
}
.fuz-fullscreenmenu-ls li a.wpml-ls-link span {
	/*line-height: 1em;*/
	font-family: 'FFSizmoPro', sans-serif;
}

.fuz-fullscreen-menu-account-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	border: 2px solid black;
	gap: 16px;
	border-radius: 500px;
}

.fuz-fullscreen-menu-account-link-icon {
	line-height: 0;
}

.fuz-fullscreen-menu-account-link-text {
	font-size: 1.25rem;
	font-weight: 600;
	/*padding-top: 4px;*/
	text-transform: uppercase;
}

.fuz-fullscreen-menu-shortcuts-global-info {
	font-weight: 600;
}

.fuz-fullscreen-menu-shortcuts-global-info div {
	margin-bottom: 16px;
}

.fuz-fullscreen-menu-shortcuts-social {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.fuz-fullscreen-menu-shortcuts-social-icon {
	width: 40px;
	height: 40px;
	border: solid black 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
}

.fuz-fullscreen-menu-shortcuts-gemeinde-brixen-logo img {
	width: 100%;
	max-width: 320px;
	height: auto;
}

@media screen and (max-width: 1728px) {
	.fuz-fullscreen-menu {
   		 top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.fuz-fullscreen-menu-inner {
		padding-top: 160px;
		padding-bottom: 160px;
		gap: 80px;
	}
	.fuz-fullscreen-menu-inner ul#menu-main-menu {
    	flex-direction: column;
   	 	gap: 40px;
	}
	
	.fuz-fullscreen-menu-primary-menu ul a {
		font-size: 1.5rem;
	}
	
	.fuz-fullscreen-menu-meta-menu ul {
		flex-direction: column;
	} 
	
	.fuz-fullscreen-menu-shortcuts {
		flex-direction: column;
		align-items: flex-start;
		gap: 80px;
	} 
	
	.fuz-fullscreen-menu-shortcuts-social {
		flex-direction: row;
	}
}
@media screen and (max-width: 767px) {
	.fuz-fullscreen-menu {
		height: 100vh;
		top: 0;
	}
	
	.fuz-fullscreen-menu-inner ul#menu-main-menu {
    	flex-direction: column;
   	 	gap: 32px;
	}

	#menu-meta-menu {
		gap: 16px;
	}
	.fuz-fullscreen-menu-meta-menu ul {
		flex-direction: column;
	} 
	
	.fuz-fullscreen-menu-shortcuts {
		flex-direction: column;
		align-items: flex-start;
		gap: 80px;
	} 
	
	.fuz-fullscreen-menu-shortcuts-social {
		flex-direction: row;
	}
}

/*Search Popup*/

.fuz-search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999999;
	display: none;
}

.fuz-search-popup-inner {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.fuz-search-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
}

.fuz-search-popup-form-container {
	z-index: 999999999;
	padding: 80px 40px;
	width: auto;
	max-width: 75vw;
	background-color: var(--e-global-color-accent);
	position: relative;
}

.fuz-search-popup-form-container button.fuz-search-form-popup-close-button {
	background-color: transparent;
	border: none;
	padding: 0;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.fuz-search-popup-form-container button.fuz-search-form-popup-close-button svg {
	width: 32px;
	height: 32px;
}

.fuz-search-popup-form-container .searchform {
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.fuz-search-popup-form-container {
		z-index: 999999999;
		padding: 40px 0;
		width: auto;
		max-width: 95vw;
		background-color: var(--e-global-color-accent);
	}
}

/*Main Styles*/


/*Search Page Search Bar*/

.fuz-search-page-search-bar .fuz-header-search-bar {
	background-color: white;
	flex-direction: column;
}

.fuz-search-page-search-bar .fuz-header-search-bar .fuz-searchbar-search-toggle {
	flex-direction: column;
}

.fuz-search-page-search-bar .fuz-header-search-bar form {
	border-bottom: 2px solid black;
	border-radius: 0;
}

.fuz-search-page-search-bar .fuz-header-search-bar input[type=text] {
	border: none;
}

/*Frontpage*/

.fuz-frontpage-hero-section {
    height: 50vh;
}

.fuz-frontpage-welcome-text-section {
    padding: 60px var(--fuz-padding-side);
}

.fuz-frontpage-welcome-text-wrapper {
    max-width: 450px;
    margin: auto;
    font-weight: 700;
}

.fuz-login-section {
    padding: 0 var(--fuz-padding-side);
}

.fuz-login-wrapper {
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px var(--fuz-padding-side);
}

.fuz-login-wrapper-button {
    display: flex;
    background-color: white;
    align-items: center;
    padding: 16px 24px;
    gap: 24px;
}


/*About Page*/

.fuz-about-grid .fuz-about-grid-item {
	width: calc(100% / 3 - 50px );
}

@media screen and (max-width: 1280px) {
	.fuz-about-grid .fuz-about-grid-item {
		width: calc(100% / 2 - 40px );
	}
}

@media screen and (max-width: 1024px) {
	.fuz-about-grid .fuz-about-grid-item {
		width: calc(100% / 2 - 40px );
	}
}


@media screen and (max-width: 767px) {
	.fuz-about-grid .fuz-about-grid-item {
		width: 100%;
	}
}


/*Event Loop*/

.fuz-loop-item-date-start,
.fuz-loop-item-date-end,
.fuz-loop-item-time {
	color: white;
}


.fuz-first-event-item-date-time .fuz-single-event-date-time {
	color: white;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
}

.fuz-event-loop-date-time {
	color: white;
	text-align: right;
	font-weight: 600;
	text-transform: uppercase;
}


.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+1) .fuz-loop-item-content {
	background-color: var(--e-global-color-accent);
}

.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+1) .fuz-loop-item-content .fuz-event-loop-date-time,
.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+1) .fuz-loop-item-content .elementor-heading-title,
.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+1) .fuz-loop-item-content p {
	color: black;
}

.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+2) .fuz-loop-item-content {
	background-color: var(--e-global-color-12d918c);
}

.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+3) .fuz-loop-item-content {
	background-color: var(--e-global-color-38dda60);
}

.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+4) .fuz-loop-item-content {
	background-color: var(--e-global-color-02bf41a);
}

.fuz-event-page-loop .elementor-widget-container .elementor-loop-container .e-loop-item:nth-of-type(6n+5) .fuz-loop-item-content {
	background-color: var(--e-global-color-secondary);
}


/*Single Event*/
.fuz-single-event-date-time {
	text-align: right;
}

.fuz-event-registration-link {
	background-color: black;
	padding: 16px 24px;
	border-radius: 500px;
	text-align: center;
	color: white;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.6em;
}

/*Downloads Page*/

.fuz-downloads-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.fuz-downloads-list li a {
	text-decoration: underline;
}
.fuz-downloads-list li a:hover { 
	color: var(--e-global-color-secondary);
}

/*Footer Styles*/

.fuz-footer {
    border-top: 2px solid black;
    width: 100vw;
    display: flex;
    flex-direction: column;
}


.fuz-footer-row {
    display: flex;
    justify-content: space-between;
    padding: 80px var(--fuz-padding-side);
}

.fuz-footer-row-inner {
    width: 100%;
    display: flex;
    max-width: 1156px;
    margin: auto;
}

.fuz-footer-row-first {
    background-color: #000;
    color: white;
    font-size: 0.75rem;
    
}

.fuz-footer-row-first .fuz-footer-row-inner {
    flex-direction: column;
    gap: 80px;
}

.fuz-footer-main-branding-logo svg {
    width: 333px;
    max-width: 100%;
    height: auto;
}

.fuz-footer-row-first-col-container {
    display: flex;
    align-items: stretch;
}

.fuz-footer-row-first-col:not(:last-child) {
    padding-right: 20px;
}

.fuz-footer-row-first-col-1,
.fuz-footer-row-first-col-6 {
    width: 20%;
}

.fuz-footer-row-first-col-2,
.fuz-footer-row-first-col-3,
.fuz-footer-row-first-col-4,
.fuz-footer-row-first-col-5 {
    width: 15%;
}

.fuz-footer-row-first-col-1,
.fuz-footer-row-first-col-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fuz-footer-row-first-col-1 address {
    font-style: normal;
}

.fuz-footer-aussenstellen-link {
	margin-top: 20px;
}

.fuz-footer-aussenstellen-link a {
	text-decoration: underline;
}

.fuz-footer-row-first-menu ul {
flex-direction: column;
gap: 20px;
}

.fuz-footer-row-first-menu a {
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1.6em;
}

button#fuz-privacy-settings-button {
	padding: 0;
	border: none;
	border-radius: 0;
	color: white;
	background-color: transparent;
	text-decoration: underline;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
	line-height: 1.6em;
	cursor: pointer;
}

button#fuz-privacy-settings-button:focus {
	border: none!important;
	border-width: 0;
	outline: none!important;
}


button#fuz-privacy-settings-button:focus-visible {
	border: 1px solid blue!important;
	outline: white;
}


.fuz-footer-row-first-col-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}

.fuz-footer-row-first-gemeinde-logo svg {
    width: 100%;
    height: auto;
}

/*Second Footer Row*/

.fuz-footer-row-second {
    color: black;
    font-size: 0.75rem;
}

.fuz-footer-row-second .fuz-footer-row-inner {
    display: flex;
}
.fuz-footer-row-second-col-1 {
    width: 40%;
    padding-right: 20px;
}

.fuz-footer-row-second-col-2 {
    width: 60%;
}

.fuz-footer-row-second-gemeinde-logo {
    padding-right: 80px;
}

.fuz-footer-row-second-gemeinde-logo img {
    width: 333px;
    max-width: 100%;
    height: auto;
}

.fuz-footer-row-second-col-2 {
    display: flex;
}

.fuz-footer-row-second-inner-col {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fuz-footer-row-second-inner-col:not(:last-child) {
    padding-right: 20px;
}

.fuz-footer-row-second-heading {
    text-transform: uppercase;
}

.fuz-footer-row-second-inner-col-3 ul {
    flex-direction: column;
    gap: 20px;
}

.fuz-footer-row-second-inner-col-3 ul a {
    text-transform: uppercase;
    text-decoration: underline;
}


@media screen and (max-width: 1024px) {
	
	.fuz-footer-row-first-col-container {
		flex-wrap: wrap;
		row-gap: 80px;
	}
	.fuz-footer-row-first-col {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
   
    .fuz-footer-row {
        flex-direction: column;
        gap: 40px;
    }

    .fuz-footer-row-first .fuz-footer-row-first-col-container {
        flex-direction: column;
        gap: 60px;
    }

    .fuz-footer-row-first-col {
        width: 100%;
    }

    .fuz-footer-row-first-col-2 {
        flex-direction: row;
    }

    .fuz-footer-row-second .fuz-footer-row-inner {
        flex-direction: column;
        gap: 60px;
    }

    .fuz-footer-row-second-col {
        width: 100%;
        padding: 0;
    }

    .fuz-footer-row-second-col-2 {
        flex-direction: column;
        gap: 60px;
    }

    .fuz-footer-row-second-inner-col {
        width: 100%;
        padding: 0;
    }

    .fuz-footer-row-second-gemeinde-logo {
        padding: 0;
    }


}

/* One Tap Toggle z-index */

footer.fuz-footer section.onetap-container-toggle button.onetap-toggle {
	z-index: 2!important;
} 


/*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;
    }
}


@media screen and (max-width: 767px){
body.request-form-visible {
	height: 100vh;
	overflow-y: hidden;
	}
}
