/*
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 {
	--ta__font-main: 'roboto-condensed', Arial, sans-serif;
	--ta__font-main-var: 'roboto-condensed-flex', Arial, sans-serif;
	--ta__color-black: #000000;
	--ta__color-white: #ffffff;
	--ta__color-darkgrey: #080808;
	--ta__color-darkbluegrey: #020204;
	--ta__color-lightgrey: #555555;
	--ta__color-gold: #c3a742;
	--ta__color-red: #f55656;
	--ta__border-radius: 5px;
	--ta__border-radius-l: 12px;
}

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

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

/* Variable Fonts */
h1.av-special-heading-tag, h2.av-special-heading-tag, h3.av-special-heading-tag, h4.av-special-heading-tag, h5.av-special-heading-tag, h6.av-special-heading-tag, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading {
	font-family: var(--ta__font-main) !important;
	text-wrap: balance;
	font-weight: 800 !important;
}

.av-special-heading-h1 .av-subheading_above p, .av-special-heading-h2 .av-subheading_above p, .av-special-heading-h3 .av-subheading_above p, .iconbox .iconbox_content_container, .avia_ajax_form .button {
	font-family: var(--ta__font-main) !important;
}

.av_textblock_section {
	font-family: var(--ta__font-main) !important;
}

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

@supports (font-variation-settings: normal) {
	h1.av-special-heading-tag, h2.av-special-heading-tag, h3.av-special-heading-tag, h4.av-special-heading-tag, h5.av-special-heading-tag, h6.av-special-heading-tag, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading {
		font-family: var(--ta__font-main-var) !important;
	}
	
	.av-special-heading-h1 .av-subheading_above p, .av-special-heading-h2 .av-subheading_above p, .av-special-heading-h3 .av-subheading_above p, .iconbox .iconbox_content_container, .avia_ajax_form .button {
		font-family: var(--ta__font-main-var) !important;
	}
	
	.av_textblock_section {
		font-family: var(--ta__font-main-var) !important;
	}
}

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

h1.av-special-heading-tag, h1.wp-block-heading {
	font-size: 4em !important;
	
}

h2.av-special-heading-tag, h2.wp-block-heading {
	font-size: 3.4em !important;
}

h3.av-special-heading-tag, h3.wp-block-heading {
	font-size: 2.8em !important;
}

h4.av-special-heading-tag, h4.wp-block-heading {
	font-size: 2.4em !important;
}

h5.av-special-heading-tag, h5.wp-block-heading {
	font-size: 2em !important;
}

h6.av-special-heading-tag, h6.wp-block-heading {
	font-size: 1.6em !important;
}

.av-subheading {
	font-weight: 500 !important;
	text-transform: uppercase;
	color: var(--ta__color-gold);
	padding: 20px 0px;
}

.av-subheading.av-subheading_below {
	padding-bottom: 0px !important;
}

.av-special-heading-h1 .av-subheading {
	font-size: 1.6em !important;
}

.av-special-heading-h2 .av-subheading {
	font-size: 1.3em !important;
}

.ta__cat-kachel h3.av-special-heading-tag {
	font-size: 1.6em !important;
	text-transform: uppercase !important;
}

.ta__cat-kachel .ta__svg--ai {
	float: none !important;
	margin-left: 0 !important;
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block !important;
}

.avia-timeline-horizontal .av-milestone h4.av-milestone-title {
	font-size: 1.4em !important;
}

.ta__kachel-dunkel h3.av-special-heading-tag {
	font-size: 1.3em !important;
}

.ta__team-kachel h3.av-special-heading-tag {
	font-size: 2em !important;
}

.ta__team-kachel .av-subheading_below {
	font-size: 1.1em !important;
}

.ta__kachel-hell h3.av-special-heading-tag {
	text-transform: uppercase;
	font-size: 1.3em !important;
}

.ta__bildstoerer h2.av-special-heading-tag {
	font-size: 2.8em !important;
}

.logo {
	height: calc(140% + 20px) !important;
	transition: all .3s ease-in-out;
}

.header-scrolled .logo {
	height: calc(100% + 20px) !important;
}

.logo .av-contains-svg {
	max-height: calc(100% + 20px) !important;
}

.logo .av-contains-svg svg {
	max-height: calc(100% + 20px) !important;
}

.avia-button {
	text-transform: uppercase;
	font-size: 1em !important;
	padding: 14px 26px !important;
	border-radius: var(--ta__border-radius) !important;
}

.avia-button:hover {
	opacity: 1 !important;
}

.avia-button.avia-color-theme-color {
	color: var(--ta__color-black) !important;
	border-width: 0px !important;
	font-weight: 500 !important;
	background-size: 100% 100%;
	background-position: 0px 0px,0px 0px,0px 0px,0px 0px;
	background-image: radial-gradient(49% 150% at 45% 47%, #D9BD53FF 0%, #FBEDBC00 100%),radial-gradient(113% 91% at 17% -2%, #8A752BFF 1%, #FF000000 99%),radial-gradient(142% 91% at 83% 7%, #9B7E13FF 1%, #FF000000 99%),radial-gradient(142% 91% at 111% 84%, #c3a742 0%, #c3a742 100%);
	transition: all .3s ease-in-out;
}

.avia-button.avia-color-theme-color:hover {
	background: var(--ta__color-white) !important;
}

.avia-button.avia-color-light {
	padding: 12px 24px !important;
	border-width: 2px !important;
}

.avia-button.avia-color-light:hover {
	background-color: var(--ta__color-white) !important;
	color: var(--ta__color-gold) !important;
}

.avia-button.avia-color-light .avia_button_icon svg {
	transition: all .3s ease-in-out !important;
}

.avia-button.avia-color-light:hover .avia_button_icon svg {
	fill: var(--ta__color-gold) !important;
}

.alternate_color .avia-button.avia-color-theme-color:hover {
	background: var(--ta__color-black) !important;
	color: var(--ta__color-white) !important;
}

.avia-menu .menu-item a .avia-menu-text {
	font-size: 1.2em !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	transition: all .3s ease-in-out;
}

.avia_textblock a[target=_blank], .menu-item a[target=_blank], .av-active-burger-items a[target=_blank] {
	padding-right: .8em;
}

.avia_textblock a[target=_blank]::after, .menu-item a[target=_blank]::after, .av-active-burger-items a[target=_blank]::after {
	content: "";
	font-family: 'entypo-fontello';
	display: inline-block;
	visibility: visible;
	position: relative;
	color: inherit;
	height: .8em;
	width: .1em;
	font-size: .8em;
	margin-left: .3em;
	top: -.05em !important;
	transition: all .3s ease-in-out;
}

#header_main .avia-menu.av-main-nav-wrap .current_page_item:not(.av-menu-button-colored) > a > .avia-menu-text {
	color: var(--ta__color-gold) !important;
}

.avia-menu .menu-item a:hover .avia-menu-text {
	color: var(--ta__color-gold) !important;
}

.avia-menu .menu-item.av-menu-button-colored a:hover {
	opacity: 1 !important;
}

.avia-menu .menu-item.av-menu-button-colored a .avia-menu-text {
	background-color: var(--ta__color-gold) !important;
	border-color: var(--ta__color-gold) !important;
	color: var(--ta__color-black) !important;
	border-radius: var(--ta__border-radius) !important;
	padding: 9px 14px !important;
	opacity: 1 !important;
	transition: background .3s ease-in-out, border .3s ease-in-out;
}

.avia-menu .menu-item.av-menu-button-colored a .avia-menu-text:hover {
	background-color: var(--ta__color-white) !important;
	border-color: var(--ta__color-white) !important;
}

.title_container {
	background-color: var(--ta__color-black) !important;
}

.breadcrumbs, .breadcrumbs a {
	color: var(--ta__color-white) !important;
}

.alternate_color .avia_textblock a {
	color: var(--ta__color-gold) !important;
}

.onetap-container-toggle .onetap-toggle img.design-size2 {
	border: 1px solid var(--ta__color-white) !important;
}

#scroll-top-link {
	bottom: 130px !important;
}

.ta__svg img {
	width: 999px;
	max-width: 100%;
} 

.ta__svg--200 img {
	width: 200px;
}

.ta__svg--ai img {
	width: 100px;
}

.ta__header {
	position: relative;
	background-size: 75% auto !important;
	background-position: 100% 50% !important;
}

.ta__header::after {
	content: "";
	position: absolute;
	display: block;
	visibility: visible;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 75%, rgba(0,0,0,0));
}

.ta__header .ta__svg--ai {
	bottom: 30px !important;
	right: 0px;
	position: absolute;
}

.ta__header-quickfacts-leiste {
	border-width: 0px !important;
	border-top-width: 2px !important;
	border-bottom-width: 2px !important;
	border-style: solid !important;
	border-image: linear-gradient(90deg, #ffffff00 0%, #ffffff33 50%, #ffffff00 100%) 1 !important;
}

.ta__header-quickfacts-leiste .iconbox_content_title {
	margin-bottom: 0px !important;
}

.ta__header .avia_textblock {
	max-width: 600px;
}

.ta__cat-kachel {
	position: relative;
	padding: 120px 30px 30px 30px !important;
	border-radius: var(--ta__border-radius-l) !important;
}

.ta__cat-kachel::before {
	content: "";
	display: block;
	position: absolute;
	visibility: visible;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: var(--ta__border-radius-l);
	border-bottom-right-radius: var(--ta__border-radius-l);
	background: linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0));
	z-index: -1;
}

.ta__cat-kachel .av-special-heading {
	margin-top: 30px;
}

.avia-timeline-horizontal .av-milestone {

}

.avia-timeline-horizontal .av-milestone .av-milestone-icon-wrap {

}

.avia-timeline-horizontal .av-milestone .av-milestone-date {

	display: none !important;
	color: var(--ta__color-white) !important;
}

.avia-timeline-horizontal .av-milestone .av-milestone-content-wrap {
	padding: 10px !important;
	text-align: center !important;
}

.main_color .av-milestone-icon-wrap::after {
	border-color: var(--ta__color-gold) !important;
}

.avia-timeline-horizontal .av-milestone-icon-wrap .av-milestone-icon {
	left: 50%;
	transform: translateX(-50%);
}

.avia-timeline-horizontal .av-milestone:first-of-type .av-milestone-icon-wrap::after {
	width: 60%;
	left: 40%;
}

.avia-timeline-horizontal .av-milestone:last-of-type .av-milestone-icon-wrap::after {
	width: 60%;
	right: 40%;
}

.avia-timeline-horizontal .av-milestone .milestone-char, .avia-timeline-horizontal .av-milestone .milestone-char svg {
	color: var(--ta__color-gold) !important;
	fill: var(--ta__color-gold) !important;
}

.avia-timeline-horizontal .av-milestone-icon-wrap .av-milestone-icon .av-milestone-icon-inner {
	font-size: 1.6em !important;
}

.avia-timeline-horizontal .av-milestone-icon-wrap .av-milestone-icon .av-milestone-icon-inner .milestone-char {
	position: relative;
	top: -.3em !important;
}

.avia-timeline-horizontal .av-milestone .av-milestone-title {
	text-transform: uppercase;
}

.av-timeline-nav a.av-nav-btn.avia-svg-icon {
	background: var(--ta__color-white) !important;
	color: var(--ta__color-black) !important;
	opacity: 1;
}

.av-timeline-nav a.av-nav-btn.avia-svg-icon svg {
	fill: var(--ta__color-black) !important;
}

.av-timeline-nav {
	top: -60px !important;
}

.ta__kachel-dunkel {
	border: 1px solid var(--ta__color-lightgrey) !important;
	padding: 20px;
	border-radius: var(--ta__border-radius-l) !important;
	overflow: hidden !important;
	position: relative !important;
}

.ta__kachel-dunkel .av-special-heading {
	margin-top: 25px !important;
	padding-bottom: 0px !important;
}

.ta__kachel-dunkel h3.av-special-heading-tag {
	color: var(--ta__color-gold);
	text-transform: uppercase;
}

.ta__kachel-dunkel .avia_textblock p:last-of-type, .ta__kachel-hell .avia_textblock p:last-of-type {
	margin-bottom: 0px !important;
}

.ta__kachel-dunkel .avia-image-container:not(.ta__svg--ai) {
	position: relative;
	left: -20px;
	top: -20px;
	width: calc(100% + 40px);
	max-width: calc(100% + 40px);
	margin-bottom: -20px !important;
}

.ta__kachel-dunkel .ta__svg--ai, .ta__team-kachel .ta__svg--ai {
	position: absolute;
	top: 6px !important;
	right: 8px !important;
	left: auto !important;
	float: none !important;
	display: inline-block;
	margin-left: 0px;
}

.ta__kachel-hell {
	position: relative;
}

.flex_column_table:has(.ta__kachel-hell) .av-flex-placeholder {
	position: relative !important;
}

.flex_column_table:has(.ta__kachel-hell) .av-flex-placeholder::after {
	content: "";
	position: absolute;
	display: block;
	visibility: visible;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0px;
	border-right: 1px solid var(--ta__color-lightgrey) !important;
}

.ta__kachel-hell:last-of-type::after, .ta__kachel-hell--no-border::after {
	display: none !important;
}

.ta__kachel-hell .av-special-heading {
	margin-top: 25px;
	padding-bottom: 0px;
}

.avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a {
	opacity: 1 !important;
	top: 50% !important;
	transform: translateY(-50%);
}

#top .avia-testimonial-wrapper.av-control-minimal .avia-slideshow-arrows a::before, #top .avia-testimonial-wrapper.av-control-minimal .avia-slideshow-arrows a.avia-svg-icon {
	border: 0px solid transparent !important;
	
}

.avia-testimonial_inner {
	border: 1px solid var(--ta__color-lightgrey) !important;
	padding: 20px;
	padding-left: 60px;
}

.avia-testimonial_inner .avia-testimonial-content {
	text-align: left !important;
	overflow: visible !important;
}

.avia-testimonial_inner .avia-testimonial-meta {
	width: 100% !important;
	text-align: left !important;
	display: flex !important;
	flex-direction: column !important;
	margin-top: 10px !important;
	font-size: 1em !important;
}

.avia-testimonial_inner .avia-testimonial-meta .avia-testimonial-meta-mini {
	width: 100%;
	order: 1;
}

.avia-testimonial_inner .avia-testimonial-meta .avia-testimonial-image {
	width: 100%;
	order: 2;
}

.avia-testimonial-markup-entry-content {
	position: relative;
	overflow: visible !important;
}

.avia-testimonial-markup-entry-content::before {
	content: "“";
	position: absolute;
	left: -40px;
	top: 10px;
	font-size: 3em;
	color: var(--ta__color-gold);
}

.avia-testimonial-name {
	display: inline-block;
	padding-right: 8px;
	font-size: 1em !important;
}

.avia-testimonial-name::after {
	content: " – ";
}

.avia-testimonial-subtitle {
	font-size: 1em !important;
}

.ta__bildstoerer .av-subheading {
	text-transform: none !important;
	color: var(--ta__color-white) !important;
}

.avia_textblock a {
	text-decoration: underline !important;
	color: var(--ta__color-white) !important;
	transition: all .3s ease-in-out;
}

.avia_textblock a:hover {
	color: var(--ta__color-gold) !important;
}

.iconbox .iconbox_icon {
	font-size: 45px !important;
	width: 45px !important;
	height: 45px !important;
	margin-right: 8px;
}

#socket {
	font-size: 1em !important;
}

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

.iconbox_left .entry-content-header {
	display: flex;
	flex-direction: revert;
	flex-wrap: nowrap;
}

#scroll-top-link {
	border-color: var(--ta__color-white) !important;
}

.avia_ajax_form .text_input, .avia_ajax_form .select, .avia_ajax_form .text_area {
	border: 1px solid var(--ta__color-white) !important;
}

.avia_ajax_form .button {
	color: var(--ta__color-black) !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	padding: 12px 16px 10px 16px !important;
	border-radius: var(--ta__border-radius) !important;
}

.avia_ajax_form .button:hover {
	background-color: var(--ta__color-white) !important;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	color: var(--ta__color-black) !important;
}

.form_element.error label {
	color: var(--ta__color-red) !important;
}

.form_element.error input {
	border-color: var(--ta__color-red) !important;
}

.av-fields-with-error {
	background-color: var(--ta__color-red) !important;
	color: var(--ta__color-white) !important;
	border-width: 0px !important;
	font-size: 1em !important;
}

.value_verifier_label {
	font-size: 1em !important;
	bottom: 14px;
}

.text_input.captcha {
	padding-left: 90px !important;
}

.ta__sm-icons {
	margin-right: 24px;
	margin-bottom: 12px;
}

.ta__sm-icons:last-of-type {
	margin-right: 0px;
}

.ta__svg--ai-unter-bild {
	transform: translateY(-100%);
	width: 120px;
	top: -30px;
	right: 20px;
}

#top label {
	font-size: 1em;
}

.ta__team-kachel {
	padding: 30px !important;
	border: 1px solid var(--ta__color-lightgrey) !important;
	border-radius: var(--ta__border-radius-l) !important;
	overflow: hidden !important;
}

.ta__team-kachel .avia-image-container:first-of-type {
	width: calc(100% + 60px) !important;
	max-width: calc(100% + 60px) !important;
	left: -30px;
	top: -30px;
	margin-bottom: -30px;
	position: relative;
}

.ta__team-kachel--moderator {
	border: 1px solid var(--ta__color-gold) !important;
	box-shadow: 0 0 24px rgba(195, 167, 66, .5) !important;
}

.av_toggle_section {
	border: 1px solid var(--ta__color-white) !important;
	margin-bottom: 8px;
}

.av_toggle_section .single_toggle {
	margin-bottom: 0 !important;
	font-size: 1.1em !important;
	font-weight: bold;
}

.av_toggle_section .single_toggle .toggler {
	padding-right: 10px;
	line-height: 1.1em !important;
}

.av_toggle_section .single_toggle .toggle_icon span {
	border-color: var(--ta__color-white) !important;
}

.av_toggle_section .single_toggle .toggle_content {
	font-size: 1em !important;
	font-weight: normal !important;
}

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

.ta__zeitleiste-vertikal .av-milestone-title {
	font-size: 1.3em !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: var(--ta__color-gold) !important;
}

.floating-menu.fm-ready {
	bottom: 51px !important;
	right: 120px !important;
}

.fm-link {
	width: auto !important;
	transform: none !important;
}

.fm-icon {
	border-radius: 100vh !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.fm-label {
	opacity: 1 !important;
	position: relative !important;
	border-radius: 100vh !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	font-size: 1em !important;
	padding-left: 24px !important;
}

.floating-menu.-label-connect.-right a.fm-link:hover .fm-label {
	padding-inline: 12px !important;
	padding-left: 24px !important;
}

.fm-item .fm-icon, .fm-item:hover .fm-icon {
	width: 48px !important;
	height: 48px !important;
}

.brlbs-cmpnt-label > .brlbs-inline-block {
	color: var(--ta__color-white) !important;
}

@media only screen and (max-width: 1550px) {
	.ta__header {
		background-size: auto 100% !important;
		background-position: 100% 50% !important;
	}
}

@media only screen and (max-width: 989px) {
	.ta__header {
		background-size: auto 100% !important;
		background-position: 0% 50% !important;
	}
	
	.ta__header-quickfacts-leiste .av_one_fifth {
		width: 29% !important;
		margin-bottom: 30px;
	}
	
	.ta__header-quickfacts-leiste .av_one_fifth:nth-of-type(4n) {
		margin-left: 0px !important;
	}
	
	.ta__hide-on-tablet {
		display: none !important;
	}
	
	.ta__mobile-no-margin {
		margin-left: 0px !important;
	}
	
	.ta__kachel-hell-tablet {
		margin-left: 0px !important;
		width: 45% !important;
		display: inline-block !important;
		clear: none !important;
		margin-top: 50px !important;
	}
	
	.av-burger-overlay-scroll {
		border-left: 1px solid var(--ta__color-white) !important;
	}
	
	.current_page_item .avia-menu-text {
		color: var(--ta__color-gold) !important;
	}
	
	.responsive #top #main {
		/* Margin top value should be equal to header height*/
		margin-top: 80px;
	}
	
	.responsive #top #wrap_all #header {
		position: fixed;
	}
	
	.av-menu-button-colored .avia-menu-text {
		background-color: var(--ta__color-gold) !important;
		color: var(--ta__color-black) !important;
		border-color: var(--ta__color-gold) !important;
	}
	
	.ta__zeitleiste-vertikal .av-milestone-date {
		display: none !important;
	}
	
	.ta__zeitleiste-vertikal .av-milestone-content-wrap {
		padding-top: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	h1.av-special-heading-tag, h1.wp-block-heading {
		font-size: 3.4em !important;
	}

	h2.av-special-heading-tag, h2.wp-block-heading {
		font-size: 3em !important;
	}

	h3.av-special-heading-tag, h3.wp-block-heading {
		font-size: 2.6em !important;
	}

	h4.av-special-heading-tag, h4.wp-block-heading {
		font-size: 2.2em !important;
	}

	h5.av-special-heading-tag, h5.wp-block-heading {
		font-size: 1.8em !important;
	}

	h6.av-special-heading-tag, h6.wp-block-heading {
		font-size: 1.4em !important;
	}
	
	.av-special-heading-h1 .av-subheading {
		font-size: 1.4em !important;
	}

	.av-special-heading-h2 .av-subheading {
		font-size: 1.2em !important;
	}

	.ta__cat-kachel h3.av-special-heading-tag {
		font-size: 1.4em !important;
		text-transform: uppercase !important;
	}

	.avia-timeline-horizontal .av-milestone h4.av-milestone-title {
		font-size: 1.2em !important;
	}

	.ta__kachel-dunkel h3.av-special-heading-tag {
		font-size: 1.1em !important;
	}
	
	.ta__team-kachel h3.av-special-heading-tag {
		font-size: 1.5em !important;
	}
	
	.ta__team-kachel .av-subheading_below {
		font-size: 1em !important;
	}

	.ta__kachel-hell h3.av-special-heading-tag {
		text-transform: uppercase;
		font-size: 1.1em !important;
	}

	.ta__bildstoerer h2.av-special-heading-tag {
		font-size: 2.0em !important;
	}
	
	.ta__header {
		background-size: auto 600px !important;
		background-position: 50% 100% !important;
		padding-bottom: 500px !important;
	}
	
	.ta__header::after {
		width: 100% !important;
		height: 300px !important;
		top: calc(100% - 650px) !important;
		background: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,1) 75%) !important;
	}
	
	.ta__header .ta__svg--ai {
		bottom: -470px !important;
	}
	
	.ta__header-quickfacts-leiste .av_one_fifth {
		width: 48% !important;
		padding-bottom: 20px;
	}
	
	.ta__header-quickfacts-leiste .av_one_fifth:nth-child(odd) {
		padding-right: 20px !important;
	}
	
	.ta__header-quickfacts-leiste .av_one_fifth:last-child {
		padding-bottom: 0px !important;
	}
	
	.ta__cat-kachel {
		display: block !important;
		vertical-align: bottom !important;
		min-height: none !important;
		height: auto !important;
		padding-top: 300px !important;
		padding-bottom: 30px !important;
	}
	
	.flex_column_table:has(.ta__cat-kachel), .flex_column_table:has(.ta__kachel-dunkel) {
		margin-top: 0px !important;
	}
	
	.avia-timeline-horizontal .av-milestone-icon-wrap .av-milestone-icon .av-milestone-icon-inner .milestone-char {
		top: 0 !important;
	}
	
	.avia-slideshow-carousel ul {
		padding-top: 60px !important;
	}
	
	.av-timeline-nav {
		top: -40px !important;
	}
	
	.ta__kachel-hell {
		margin-bottom: 50px !important;
	}
	
	.ta__kachel-hell::after {
		display: none !important;
	}
	
	.ta__kachel-hell::last-of-type {
		margin-bottom: 0px !important;
	}
	
	.ta__kachel-hell-tablet {
		width: 100% !important;
		margin-top: 0px !important;
	}
	
	.avia-testimonial-meta-mini {
		font-size: 1.2em !important;
	}
	
	.ta__mobile-centered {
		width: 100% !important;
		margin-right: 0px;
		text-align: center !important;
		max-width: 100%;
	}
	
	.ta__mobile-centered .avia_image {
		width: 200px !important;
		display: inline-block !important;
	}
	
	.ta__mobile-centered .avia-image-overlay-wrap {
		text-align: center !important;
	}
	
	.logo {
		margin-bottom: -30px !important;
	}
	
	.logo .av-contains-svg svg {
		max-width: 100px !important;
	}
	
	.iconbox .iconbox_content .iconbox_content_title {
		font-size: 1em !important;
	}
	
	.title_container .breadcrumb {
		font-size: .7em !important;
		margin-top: 0;
		width: 100% !important;
	}
	
	.title_container .breadcrumb .breadcrumb-trail {
		text-align: right !important;
	}
	
	.title_container .breadcrumb .breadcrumb-trail a {
		text-decoration: underline !important;
	}
	
	.breadcrumb-trail .bbp-breadcrumb-current, .breadcrumb-trail .sep, .breadcrumb-trail .trail-end, .breadcrumb-trail a {
		display: inline !important;
		float: none !important;
	}
	
	.ta__header__autoheight .container {
		height: auto !important;
	}
	
	.sub_menu_socket {
		padding-top: 20px;
	}
	
	.floating-menu.fm-ready {
		bottom: 20px !important;
		right: 20px !important;
	}
}

@media only screen and (max-width: 568px) {
	h1.av-special-heading-tag, h1.wp-block-heading {
		font-size: 2.4em !important;
	}

	h2.av-special-heading-tag, h2.wp-block-heading {
		font-size: 2.2em !important;
	}

	h3.av-special-heading-tag, h3.wp-block-heading {
		font-size: 2.0em !important;
	}

	h4.av-special-heading-tag, h4.wp-block-heading {
		font-size: 1.8em !important;
	}

	h5.av-special-heading-tag, h5.wp-block-heading {
		font-size: 1.6em !important;
	}

	h6.av-special-heading-tag, h6.wp-block-heading {
		font-size: 1.2em !important;
	}
	
	.av-special-heading-h1 .av-subheading {
		font-size: 1.2em !important;
	}

	.av-special-heading-h2 .av-subheading {
		font-size: 1.1em !important;
	}

	.ta__cat-kachel h3.av-special-heading-tag {
		font-size: 1.2em !important;
		text-transform: uppercase !important;
	}

	.avia-timeline-horizontal .av-milestone h4.av-milestone-title {
		font-size: 1.1em !important;
	}

	.ta__kachel-dunkel h3.av-special-heading-tag {
		font-size: 1.1em !important;
	}

	.ta__kachel-hell h3.av-special-heading-tag {
		text-transform: uppercase;
		font-size: 1.1em !important;
	}

	.ta__bildstoerer h2.av-special-heading-tag {
		font-size: 2.0em !important;
	}
	
	.ta__header-quickfacts-leiste .av_one_fifth {
		width: 100% !important;
	}
	
	.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
		padding: 0 30px;
	}
	
	.av-large-testimonial-slider .avia-slideshow-arrows a {
		margin: -30px -16px !important;
	}
	
	#socket .sub_menu_socket li {
		line-height: 1.3em !important;
	}
	
	.ta__svg--ai-unter-bild {
		right: 0 !important;
		margin-left: 20px !important;
	}
	
	.ta__zeitleiste-vertikal .av-milestone-content-wrap {
		padding-top: 20px !important;
	}
}