/*
Theme Name: Enfold CT
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
:root {
	--ig__color-black: #000000;
	--ig__color-white: #ffffff;
	--ig__color-lightgrey: #f2f2f2;
	--ig__color-darkgrey: #1f454b;
	--ig__color-green: #a9c943;
	--ig__color-orange: #fbc12f;
	--ig__color-lightblue: #4fbbbd;
	--ig__color-rgba-darkgrey: rgba(31, 69, 75, 1);
	--ig__color-rgba0-darkgrey: rgba(31, 69, 75, 0);
	--ig__border-radius-big: 150px;
	--ig__border-radius-small: 24px;
	--ig__font-main: "inter-flex", Arial, sans-serif;
}


/* Usability-Enhancements*/
*:focus-visible, .avia-link-column:has(a.av-screen-reader-only:focus-visible) {
	outline: 3px solid var(--ig__color-orange) !important;
	outline-offset: 2px !important;
}

.av-special-heading-h1 h1, .av-special-heading-h2 h2, .av-special-heading-h3 h3 {
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphenate-limit-chars: 6 3 3 !important;
	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 3; /* For Safari */
	-ms-hyphenate-limit-chars: 6 3 3;
}

#header {
	margin-top: 30px;
	transition: all .3s ease-in-out;
}

#header.header-scrolled {
	margin-top: 0px;
}

.container_wrap_logo::before {
	content: "";
	width: calc((100% - 1920px) / 2 + 400px + 120px);
	position: absolute;
	left: 0px;
	top: -30px;
	height: calc(100% + 60px);
	visibility: visible;
	display: block;
	border-bottom-right-radius: var(--ig__border-radius-big);
	background-color: var(--ig__color-white);
	transition: all .3s ease-in-out;
}

.container_wrap_logo::after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0px;
	top: -30px;
	height: calc(100% + 60px);
	visibility: visible;
	display: block;
	background: linear-gradient(0deg, var(--ig__color-rgba0-darkgrey), var(--ig__color-rgba-darkgrey));
	z-index: -1;
	transition: all .3s ease-in-out;
}

#header.header-scrolled .container_wrap_logo::before {
	height: calc(100% + 30px);
	width: calc((100% - 1920px) / 2 + 260px + 120px);
}

.logo > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header.header-scrolled .header_bg {
	background-color: transparent !important;
}

.menu-item-top-level > a > .avia-menu-text {
	color: var(--ig__color-green);
	font-weight: 700;
	font-size: 1.6em;
}

.av-special-heading-h2 .av-special-heading-tag {
	font-size: 3em;
}

.av-special-heading-h3 .av-special-heading-tag {
	font-size: 2.5em;
}

.avia_textblock strong {
	color: var(--ig__color-lightblue);
}

.avia-image-container, .avia-image-container.avia-align-left {
	position: relative;
}

.avia-image-container .avia-image-container-inner img, .avia-image-container.avia-align-left .avia-image-container-inner img, .ig__gallery-left {
	border-radius: 0px !important;
	border-top-right-radius: var(--ig__border-radius-big) !important;
	width: 100%;
}

.avia-image-container.avia-align-left .avia-image-container-inner, .ig__gallery-left {
	width: 150%;
	max-width: 150%;
	left: -50%;
}

.avia-slideshow-arrows {
	position: absolute;
	bottom: 10px;
	right: 0%;
}

.avia-slideshow-arrows a {
	border-width: 0px !important;
	background-color: var(--ig__color-darkgrey) !important;
	border-radius: 100%;
	opacity: 1 !important;
	display: inline-block !important;
	float: none !important;
	clear: both;
	position: relative !important;
	transition: all .2s ease-in-out !important;
}

.avia-slideshow-arrows a:hover {
	background-color: var(--ig__color-orange) !important;
}

.avia-slideshow-arrows a.prev-slide {
	left: auto;
}

.avia-slideshow-arrows a svg {
	fill: var(--ig__color-white) !important;
}

.avia_textblock > p > a {
	color: var(--ig__color-lightblue);
	text-decoration: underline !important;
	transition: all .1s ease-in-out;
}

.avia_textblock > p > a:hover {
	color: var(--ig__color-orange);
}

#scroll-top-link {
	border-width: 0px !important;
	border-radius: 100%;
	background-color: var(--ig__color-lightblue);
	opacity: 1 !important;
	color: var(--ig__color-white) !important;
	right: 25px;
	bottom: 100px;
}

#scroll-top-link:hover {
	background-color: var(--ig__color-orange);
}

#scroll-top-link * {
	fill: var(--ig__color-white) !important;
}

.copyright {
	font-size: 1.2em !important;
}

.sub_menu_socket a .avia-menu-text {
	font-size: 1.2em !important;
	color: var(--ig__color-lightblue);
	text-decoration: underline !important;
	transition: all .1s ease-in-out;
}

.sub_menu_socket a:hover .avia-menu-text {
	color: var(--ig__color-orange);
}

.special_amp {
	color: inherit !important;
	font: inherit !important;
	font-weight: inherit !important;
}

.breadcrumb-trail .trail-before {
	display: none !important;
}

.avia-button.avia-color-theme-color {
	border-radius: 100vh;
	font-size: 1em !important;
	border-width: 0px !important;
	padding: 12px 30px !important;
	transition: all .3s ease-in-out;
}

.avia-button.avia-color-theme-color:hover {
	opacity: 1 !important;
	background-color: var(--ig__color-lightblue) !important;
}

.ig__header .container .content {
	position: relative;
}

.ig__header .container .content .post-entry, .ig__header .container .content .entry-content-wrapper, .ig__header .container .content .flex_column {
	position: relative;
	height: 100%;
}

.ig__header .container .content .flex_column {
	display: flex;
	width: 100%;
	align-items: flex-end;
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin-left: 165px !important;
}

.ig__headline-header {
	position: relative;
	display: inline-block;
	bottom: -50px !important;
	width: auto;
	background-color: var(--ig__color-white);
	border-top-left-radius: var(--ig__border-radius-big);
	padding: 100px !important;
}

.ig__headline-header .av-special-heading-tag {
	/*font-size: 2.25em !important;*/
	font-size: 2.89em !important;
	font-weight: 700 !important;
	color: var(--ig__color-lightblue);
}

.ig__headline-header .av-subheading_above {
	font-size: 4.5em !important;
	font-weight: 700 !important;
	color: var(--ig__color-darkgrey);
	text-transform: uppercase;
	margin-bottom: 10px !important;
	line-height: 1em !important;
}

.ig__headline-header .av-subheading_above .ig__hl--the {
	font-size: .9em !important;
	line-height: 1em;
	font-weight: 700 !important;
	color: transparent;
	background-image: url(/wp-content/uploads/2025/09/Schreibschrift-Form-von-zum.svg);
	background-size: contain;
	background-position: bottom center;
	position: relative;
	display: inline-block;
	left: -38px;
	margin-right: -36px;
	overflow: visible;
	background-repeat: no-repeat;
}

.ig__section--dark {
	position: relative;
}

.ig__section--dark::before, .ig__section--dark::after {
	content: "";
	position: absolute;
	display: block;
	visibility: visible;
	width: 100%;
	height: 7px;
	background: linear-gradient(90deg, #FDC330 -0.38%, #FCC130 15.62%, #F1C038 18.62%, #D3BF51 24.62%, #A4BE78 30.62%, #62BCAD 39.62%, #50BCBD 41.62%, #50BCBD 56.62%, #AACA41 80.62%, #AACA41 99.62%) !important;
}

.ig__section--dark::before {
	top: 0px;
}

.ig__section--dark::after {
	bottom: 0px;
}

.ig__keyfacts--header > p {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.7em;
	line-height: 1.2em;
}

.ig__keyfacts--sibline > p {
	font-weight: 400;
	font-size: .8em;
	font-weight: 400;
}

.ig__keyfacts--header > p strong {
	font-weight: 700;
}

.ig__keyfacts--icon .av-icon-char {
}

.ig__iconlist.ig__iconlist--bold .av_iconlist_title {
	font-weight: 700;
}

.ig__iconlist > ul > li {
	line-height: 2.4em !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.ig__iconlist .iconlist_icon {
	height: auto !important;
	width: 2em !important;
	margin-right: 15px !important;
}

.ig__iconlist .av-icon-char {
	height: auto !important;
	line-height: 1em !important;
	display: inline-block;
}

.ig__iconlist .iconlist_icon svg {
	height: 2em !important;
	width: 2em !important;
	fill: var(--ig__color-orange) !important;
}

.ig__iconlist--2 {
	column-count: 2;
}

.ig__iconlist--bold .iconlist_title_small {
	font-size: 1.25em !important;
}

.ig__iconlist.ig__iconlist--icon-top > ul > li {
	align-items: flex-start !important;
}

.ig__iconlist--icon-top .av_iconlist_title, .ig__iconlist--icon-top .iconlist_content_wrap strong {
	color: var(--ig__color-lightblue);
}

.ig__iconlist--icon-top .iconlist_content, .ig__iconlist--icon-top .av_iconlist_title {
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphenate-limit-chars: 6 3 3 !important;
	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 3; /* For Safari */
	-ms-hyphenate-limit-chars: 6 3 3;
}

.ig__iconlist--icon-top .iconlist_content ul {
	margin-left: 18px !important;
}

.ig__pseudo-headline {
	font-size: 3em !important;
	font-weight: 700;
}

.ig__footer-sm-icon {
	background-color: var(--ig__color-darkgrey);
	border-radius: 100%;
	width: 44px;
	height: 44px;
	margin-right: 10px;
	text-align: center;
	color: var(--ig__color-white);
	line-height: 44px;
	transition: all .3s ease-in-out !important;
}

.ig__footer-sm-icon:hover {
	background-color: var(--ig__color-lightblue);
}

.ig__footer-sm-icon a {
	line-height: 44px !important;
}

.ig__verein {
	background-color: var(--ig__color-lightgrey);
	border-radius: var(--ig__border-radius-small);
	padding: 30px 30px 0px 30px;
}

.ig__verein--logo.avia-image-container .avia-image-container-inner img, .ig__image-no-radius.avia-image-container .avia-image-container-inner img, .ig__verein--foto.avia-image-container .avia-image-container-inner img {
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

.ig__verein--foto.avia-image-container .avia-image-container-inner img {
	border-radius: var(--ig__border-radius-small) !important;
}

.avia-fold-unfold-section .av-fold-unfold-container:has(.ig__verein--text )::after {
	display: none !important;
}

.ig__verein--headline h3.av-special-heading-tag {
	font-weight: bold;
	font-size: 2em;
}

.ig__menu-logo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.ig__menu-logo .avia-menu-text {
	color: transparent !important;
	font-size: 1em !important;
	overflow: hidden !important;
}

.ig__menu-grebenau {
	background-image: url(/wp-content/uploads/2025/05/Logo-Stadt-Grebenau-weiss.png);
	min-width: 250px;
}

.ig__menu-gms {
	background-image: url(/wp-content/uploads/2025/05/GMS-Logo.svg);
	min-width: 250px;
}

.ig__menu-pbs {
	background-image: url(/wp-content/uploads/2025/05/PBS-Schreiner-Logo-helle-Subline.svg);
	min-width: 160px;
}

.ig__menu-vereine {
	max-width: 200px;
}

.ig__menu-vereine a {
	line-height: 1.2em !important;
	display: flex !important;
	align-items: center !important;
}

.ig__menu-vereine.menu-item-top-level > a > .avia-menu-text {
	line-height: 1.2em !important;
}

.ig__menu-spacer-left {
	margin-left: 60px;
}

.ig__menu-spacer-left::before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 2px;
	background-color: var(--ig__color-white);
	left: -29px;
	top: 0;
}

.ig__footer-text--vereine {
	font-size: 1.4em;
	color: #666666;
	font-weight: 700;
}

.ig__image-zoom-in {
	
}

.ig__gallery .avia-gallery-thumb a img {
	border-width: 0px !important;
}

.mfp-figure .mfp-bottom-bar {
	display: none !important;
}

.ig__google-map {
	border-radius: var(--ig__border-radius-small) !important;
	overflow: hidden;
}

.ig__legende p {
	font-size: 1.1em !important;
}

.ig__legende p > img {
	position: relative;
	top: 3px;
}

.av_gmaps_sc_main_wrap * {
	font-family: var(--ig__font-main) !important;
}

.gm-style-iw {
	border-radius: 0px !important;
	box-shadow: 0px 0px 20px rgba(0,0,0,.1) !important;
	padding-right: 52px !important;
	padding-top: 12px !important;
}

.gm-style-iw-ch {
	display: none !important;
}

.gm-style-iw-chr {
	position: absolute;
	right: 0px;
	top: 0px;
}

.gm-style-iw-d div p {
	font-weight: 700 !important;
	color: var(--ig__color-darkgrey) !important;
	font-size: 1.3em !important;
}

.title_container {
	margin-top: 60px !important;
	border-top-width: 0px !important;
}

.ig__stoerer-hellblau .iconbox, .ig__stoerer-hellblau .avia-button-wrap {
	width: 49% !important;
	display: inline-block !important;
}

.ig__stoerer-hellblau .iconbox_icon {
	display: inline-block !important;
	height: 100%;
	width: 200px;
	text-align: center;
	top: 0px !important;
	left: 0px !important;
}

.ig__stoerer-hellblau .iconbox_icon svg {
	width: 3em !important;
	height: 3em !important;
}

.ig__stoerer-hellblau .iconbox_content_title {
	text-transform: none !important;
	margin-bottom: 0px !important;
}

.ig__stoerer-hellblau .entry-content-header {
	display: flex;
	align-items: center;
}

.ig__stoerer-hellblau .avia-button-wrap .avia-button {
	background-color: var(--ig__color-white);
	color: var(--ig__color-lightblue);
}

.ig__stoerer-hellblau .avia-button-wrap .avia-button {
	background-color: var(--ig__color-white);
	color: var(--ig__color-lightblue) !important;
	font-weight: bold !important;
}

.ig__stoerer-hellblau .avia-button-wrap .avia-button:hover {
	background-color: var(--ig__color-darkgrey) !important;
	color: var(--ig__color-white) !important;
}

.ig__stoerer-hellblau .avia-button-wrap .avia-button:hover .avia_button_background {
	display: none !important;
}

.ig__stoerer-hellblau {
	display: flex;
	align-items: center;
}

.wg__icon-no-stroke svg {
	stroke: transparent !important;
}

.ig__headline-header--after-event.ig__headline-header .av-special-heading-tag {
	font-size: 4.5em !important;
	font-weight: 700 !important;
	color: var(--ig__color-darkgrey) !important;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	line-height: 1em !important;
}

.ig__headline-header--after-event .av-subheading_below {
	margin-top: 0px !important;
	font-size: 2.89em !important;
	font-weight: 700 !important;
	line-height: 1em !important;
	color: var(--ig__color-lightblue) !important;
}

@media only screen and (max-width: 1920px) {
	.container_wrap_logo::before {
		width: calc(400px + 120px);
	}
	
	#header.header-scrolled .container_wrap_logo::before {
		width: calc(260px + 120px);
	}
	
	.ig__header .container .content .flex_column {
		margin-left: 0px !important;
	}
	
	.ig__header .container {
		padding-right: 0px !important;
	}
}

@media only screen and (max-width: 1620px) {
	#top #header .av-main-nav > li.menu-item  {
		display: none!important;
	}
	#top #header .av-burger-menu-main {
		cursor: pointer;
		display: block!important;
	}
	
	.av-hamburger-box {
		width: 48px;
		opacity: 1;
	}
	
	.ig__menu-vereine {
		max-width: 100% !important;
	}
	
	.ig__menu-logo {
		background-size: auto 50%;
		background-position: 50px center;
	}
	
	.ig__menu-logo a {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.ig__menu-logo a:hover {
		opacity: 0 !important;
	}
	
	.ig__menu-spacer-left {
		border-left-width: 0px;
		margin-top: 20px !important;
	}
	
	.ig__menu-spacer-left::before {
		content: "";
		width: 80%;
		height: 1px;
		left: 10%;
		background-color: var(--ig__color-black);
		top: -15px;
	}
	
	.ig__menu-vereine .avia-menu-text {
		color: var(--ig__color-orange);
		font-weight: 700;
	}
	
	.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
		border-radius: 0px !important;
		height: 2px;
	}
	
	.ig__keyfacts--header p {
		font-size: 1.4em;
	}
	
	.ig__headline-header {
		padding: 80px !important;
	}
	
	.ig__menu-grebenau {
		background-image: url(/wp-content/uploads/2025/05/Logo-Stadt-Grebenau.png);
	}
	
	.ig__menu-gms {
		background-image: url(/wp-content/uploads/2025/05/GMS-Logo-dunkel.svg);
	}
	
	.ig__menu-pbs {
		background-image: url(/wp-content/uploads/2025/05/PBS-Schreiner-Logo.svg);
	}
}

@media only screen and (max-width: 1080px) {
	.ig__pseudo-headline {
		font-size: 2em !important;
	}
	
	#footer-page h3.av-special-heading-tag {
		font-size: 2em !important;
	}
}

@media only screen and (max-width: 880px) {
	.ig__headline-header .av-subheading_above, .ig__headline-header--after-event.ig__headline-header .av-special-heading-tag {
		font-size: 3.6em !important;
	}
	
	.ig__headline-header h1.av-special-heading-tag, .ig__headline-header--after-event .av-subheading_below {
		font-size: 2em !important;
	}
	
	.flex_column_table:has(.ig__verein) {
		display: flex !important;
		flex-wrap: wrap !important;
		flex-direction: row !important;
		align-content: flex-start !important;
		align-items: stretch !important;
		justify-content: space-between;
		margin-top: 0px !important;
	}
	
	.flex_column_table .ig__verein {
		width: 48% !important;
		display: block !important;
	}
	
	.flex_column_table:has(.ig__verein) .av-flex-placeholder {
		display: none !important;
	}
}

@media only screen and (max-width: 880px) {
	.responsive #top #wrap_all #header {
        position: fixed;
    }
    .responsive #top #main {
        margin-top: 0px;
    }
	
	#top #wrap_all .av_header_transparency {
		background-color: transparent !important;
	}
}

@media only screen and (max-width: 768px) {
	.ig__mobile-text-left * {
		text-align: left !important;
	}
	
	#footer-page .ig__image-no-radius.avia-image-container.avia-align-center {
		text-align: left !important;
	}
	
	#footer-page .ig__image-no-radius img {
		max-width: 400px;
	}
	
	.container_wrap_logo::before {
		width: calc(400px + 80px);
		height: calc(100% + 30px);
	}
	
	.ig__iconlist--2 {
		column-count: 1;
	}
	
	.header_bg {
		display: none !important;
	}
	
	.av-burger-menu-main {
		margin-top: 5px !important;
	}
	
	.gm-style-iw-d div p {
		hyphens: auto !important;
	}
	
	.ig__stoerer-hellblau {
		display: block;
	}
	
	.ig__stoerer-hellblau .iconbox, .ig__stoerer-hellblau .avia-button-wrap {
		width: 100% !important;
		display: block !important;
	}
	
	.ig__stoerer-hellblau .iconbox_content_title {
		padding-left: 10px !important;
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width: 586px) {
	.av-special-heading-h2 .av-special-heading-tag {
		font-size: 2.6em;
	}
	
	.av-special-heading-h3 .av-special-heading-tag {
		font-size: 2em;
	}
	
	.flex_column_table .ig__verein {
		width: 100% !important;
	}
	
	.container_wrap_logo::before {
		width: calc(100% + var(--ig__border-radius-big)/2);
		height: calc(100% + 30px);
	}
	
	.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
		background-color: var(--ig__color-black) !important;
	}
	
	.ig__headline-header .av-subheading_above, .ig__headline-header--after-event.ig__headline-header .av-special-heading-tag {
		font-size: 2.6em !important;
	}
	
	.ig__headline-header h1.av-special-heading-tag, .ig__headline-header--after-event .av-subheading_below {
		font-size: 1.52em !important;
	}
	
	.ig__headline-header {
		padding: 60px !important;
		width: calc(100% + 7.5vw);
		max-width: calc(100% + 7.5vw);
		right: -7.5vw !important;
	}
	
	.ig__hl--the {
		font-size: 1em !important;
		/*left: -35px !important;
		margin-right: -65px !important;*/
		left: 0px !important;
		margin-right: 0px !important;
		top: -8px;
	}
	
	.ig__header .container .template-page {
		padding-bottom: 0px !important;
	}
	
	.ig__headline-header {
		bottom: 0px !important;
	}
}

@media only screen and (max-width: 480px) {
	.ig__keyfacts--icon .av-icon-char {
		font-size: 80px !important;
	}
}