/* ==========================================================================
   Edelstahlabgassysteme Hartmut Fey – Template J6
   Basiert auf dem J3-Template "fey" von Werbeagentur Hoffmann
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Grundlegende Typografie & Variablen
   -------------------------------------------------------------------------- */

*, *::before, *::after {
	box-sizing: border-box;
}

body,
body.site {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #656565;
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #fff;
	max-width: none !important;
	width: 100% !important;
}

body * {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #656565;
	line-height: 24px;
	font-size: 14px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #374b78;
	padding-bottom: 0px;
	line-height: 34px;
	margin-top: 0;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	color: #575757;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 29px;
}

p {
	margin-bottom: 5px;
}

.inhalt ul, .inhalt ol {
	margin: 10px 0 15px 20px;
	padding: 0;
}

.inhalt ul li, .inhalt ol li {
	margin-bottom: 4px;
	line-height: 24px;
}

.inhalt em {
	font-style: italic;
}

a, a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #374b78;
}

img {
	max-width: 100%;
	height: auto;
}

/* --------------------------------------------------------------------------
   2. Wrapper & Layout
   -------------------------------------------------------------------------- */

.fey-wrapper {
	width: 100%;
	max-width: none;
	overflow-x: hidden;
	background: #ffffff;
}

/* Hilfsklasse: zentrierter, maximal 1200px breiter Block */
.fey-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* --------------------------------------------------------------------------
   3. Hamburger Button
   -------------------------------------------------------------------------- */

.fey-hamburger {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px 6px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.fey-hamburger span {
	display: block;
	width: 25px;
	height: 3px;
	background: #575757;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.fey-hamburger.open span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.fey-hamburger.open span:nth-child(2) {
	opacity: 0;
}
.fey-hamburger.open span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   4. Mobile Navigation (ausgeklappt per Hamburger)
   -------------------------------------------------------------------------- */

.fey-mobile-nav {
	display: none;
	background: #d8d8d8;
	width: 100%;
	z-index: 1000;
}

.fey-mobile-nav.open {
	display: block;
}

.fey-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fey-mobile-nav ul li {
	border-bottom: 1px solid #c0c0c0;
}

.fey-mobile-nav ul li a {
	display: block;
	padding: 12px 20px;
	color: #575757;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.fey-mobile-nav ul li a:hover {
	background: #c0c0c0;
}

.fey-mobile-nav ul li ul,
.fey-mobile-nav ul li .mod-menu__sub {
	display: block !important;
	background: #c8c8c8;
}

.fey-mobile-nav ul li ul li a {
	padding-left: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* --------------------------------------------------------------------------
   5. Header (Logo + Adresse) – immer sichtbar
   -------------------------------------------------------------------------- */

.headerbg {
	background-color: #ffffff;
	width: 100%;
}

.headerlogos {
	padding-bottom: 20px;
	align-items: flex-start;
}

.logo_header {
	flex: 0 0 16.666%;
	max-width: 16.666%;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.logo_header img {
	width: 100%;
	max-width: 117px;
}

.adresse_header {
	flex: 0 0 83.333%;
	max-width: 83.333%;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.adresse_header h1 {
	font-size: 22px;
	font-weight: 800;
	color: #374b78;
	padding-bottom: 0;
	margin-bottom: 0;
	letter-spacing: 0;
}

.adresse_header p {
	font-size: 14px !important;
	color: #000000;
	margin-bottom: 0;
}

.adresse_header a, .adresse_header a:link, .adresse_header a:active, .adresse_header a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	cursor: default;
}

/* --------------------------------------------------------------------------
   6. Desktop Navigation
   -------------------------------------------------------------------------- */

.navifullwidthcolor {
	background: #d8d8d8;
	width: 100%;
	margin-bottom: 2px;
}

.fey-nav-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

/* Desktop-Nav-Bereich: nimmt den verfügbaren Platz ein */
.fey-nav-desktop {
	flex: 1;
}

/* Hamburger-Bereich: standardmäßig versteckt, nur auf Mobil */
.fey-nav-mobile-btn {
	display: none;
}

/* Joomla Standard Menü-Modul – Desktop Horizontal */
.navifullwidthcolor ul,
.fey-nav-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 49px;
	background: #d8d8d8;
	font-family: Georgia, Helvetica, sans-serif;
}

.navifullwidthcolor ul li,
.fey-nav-inner ul li {
	position: relative;
}

.navifullwidthcolor ul li a,
.fey-nav-inner ul li a {
	display: flex;
	align-items: center;
	height: 49px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
	background: transparent;
	border-top: 5px solid #d8d8d8;
	transition: all 0.2s ease-out;
	white-space: nowrap;
}

.navifullwidthcolor ul li a:hover,
.navifullwidthcolor ul li.active > a,
.navifullwidthcolor ul li.current > a,
.fey-nav-inner ul li a:hover,
.fey-nav-inner ul li.active > a,
.fey-nav-inner ul li.current > a {
	border-top: 5px solid #374b78;
	color: #575757;
	background: transparent;
}

/* Dropdown-Untermenü */
.navifullwidthcolor ul li ul,
.fey-nav-inner ul li ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	background: #777777;
	min-width: 220px;
	z-index: 500;
	height: auto;
	flex-direction: column;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.navifullwidthcolor ul li:hover > ul,
.fey-nav-inner ul li:hover > ul {
	display: flex;
}

.navifullwidthcolor ul li ul li,
.fey-nav-inner ul li ul li {
	width: 100%;
	border-top: 1px solid #676767;
}

.navifullwidthcolor ul li ul li:first-child,
.fey-nav-inner ul li ul li:first-child {
	border-top: none;
}

.navifullwidthcolor ul li ul li a,
.fey-nav-inner ul li ul li a {
	display: block;
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	border-top: none;
	border-left: none;
	line-height: 20px;
}

.navifullwidthcolor ul li ul li a:hover,
.fey-nav-inner ul li ul li a:hover {
	background: #999999;
	border-top: none;
	color: #ffffff;
}

.navifullwidthcolor ul li ul li.active > a,
.navifullwidthcolor ul li ul li.current > a,
.fey-nav-inner ul li ul li.active > a,
.fey-nav-inner ul li ul li.current > a {
	border-top: none;
	color: #ffffff;
	background: #999999;
}

/* Pfeil für Punkte mit Untermenü */
.navifullwidthcolor ul li.parent > a::after,
.fey-nav-inner ul li.parent > a::after,
.navifullwidthcolor ul li.deeper > a::after,
.fey-nav-inner ul li.deeper > a::after {
	content: ' ▾';
	font-size: 12px;
	margin-left: 4px;
}

/* --------------------------------------------------------------------------
   7. Slider / Headerbild
   -------------------------------------------------------------------------- */

.headerbild-wrapper {
	width: 100%;
	overflow: hidden;
}

/* Slider Container */
.fey-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #e0e0e0;
	line-height: 0; /* removes gap below inline images */
}

/* Slides Wrapper – erste Folie gibt die Höhe vor */
.fey-slides {
	position: relative;
	width: 100%;
}

/* Alle Slides standardmäßig ausgeblendet (absolut überlagert) */
.fey-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	pointer-events: none;
	z-index: 1;
}

/* Erste Folie bleibt im Fluss, damit der Container die Bildhöhe bekommt */
.fey-slide:first-child {
	position: relative;
}

/* Aktive Folie einblenden */
.fey-slide.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

.fey-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* ---------- Textbox Overlay ---------- */
.fey-slide-caption {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.88);
	padding: 28px 32px;
	max-width: 38%;
	min-width: 240px;
	z-index: 5;
	line-height: 1;
}

.fey-caption-title {
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #374b78 !important;
	margin: 0 0 4px 0 !important;
	line-height: 1.35 !important;
}

.fey-caption-bold {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #374b78 !important;
	margin: 0 0 14px 0 !important;
	line-height: 1.35 !important;
}

.fey-caption-text {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #444444 !important;
	margin: 0 !important;
	line-height: 1.6 !important;
}

/* ---------- Dots / Navigation Punkte ---------- */
.fey-slider-dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.fey-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border: none;
	padding: 0;
	transition: background 0.3s;
}

.fey-dot.active {
	background: #ffffff;
}

/* ---------- Pfeil-Buttons ---------- */
.fey-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.30);
	color: #fff;
	border: none;
	font-size: 22px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
	line-height: 1;
}

.fey-arrow:hover {
	background: rgba(0, 0, 0, 0.55);
}

.fey-arrow-prev { left: 12px; }
.fey-arrow-next { right: 12px; }

/* ---------- Responsive Textbox ---------- */

/* Tablet */
@media screen and (max-width: 991px) {
	.fey-slide-caption {
		max-width: 48%;
		padding: 20px 22px;
	}
	.fey-caption-title,
	.fey-caption-bold {
		font-size: 17px !important;
	}
}

/* Mobil: Textbox unter das Bild setzen */
@media screen and (max-width: 600px) {
	.fey-slide {
		position: relative;
		opacity: 1;
		display: none;
		pointer-events: auto;
		z-index: auto;
		transition: none;
	}

	.fey-slide:first-child {
		position: relative;
	}

	.fey-slide.active {
		display: block;
		opacity: 1;
	}

	.fey-slide-caption {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		max-width: 100%;
		min-width: 0;
		width: 100%;
		padding: 16px 18px;
		background: rgba(245, 245, 245, 0.98);
	}

	.fey-caption-title,
	.fey-caption-bold {
		font-size: 16px !important;
	}

	.fey-caption-text {
		font-size: 13px !important;
	}

	/* Pfeile auf Mobil etwas kleiner */
	.fey-arrow {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
}

/* --------------------------------------------------------------------------
   8. Hauptinhalt (Beitrag / Component)
   -------------------------------------------------------------------------- */

.fey-content-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.inhalt {
	padding-top: 45px;
	padding-bottom: 30px;
	width: 100%;
}

/* Quix / Page Builder Klassen (aus J3-Template übernommen) */
.qx-section {
	padding-bottom: 55px;
}

.qx-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.qx-row + .qx-row {
	margin-bottom: 35px;
}

.qx-column {
	padding: 0 15px;
}

.qx-col-lg-12 { flex: 0 0 100%; max-width: 100%; }
.qx-col-lg-8  { flex: 0 0 66.666%; max-width: 66.666%; }
.qx-col-lg-4  { flex: 0 0 33.333%; max-width: 33.333%; }
.qx-col-lg-6  { flex: 0 0 50%; max-width: 50%; }

.qx-element-heading .section-title h1 {
	text-align: left;
}

.qx-element-text {
	text-align: left;
}

.qx-element-image {
	text-align: center;
}

.qx-element-image img {
	max-width: 100%;
	height: auto;
}

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

/* Inhaltsbild-Beschriftung */
.fey-img-caption {
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
	color: #656565;
}

/* Startseite Inhalt-Layout */
.fey-start-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 35px;
}

.fey-start-text {
	flex: 0 0 66.666%;
	max-width: 66.666%;
	padding: 0 15px;
}

.fey-start-img {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 15px;
	text-align: center;
}

.fey-start-img img {
	width: 100%;
	height: auto;
}

.fey-start-img p {
	margin-top: 15px;
	text-align: left;
}

/* Produkte – 2 Spalten (je 33 %, dritte Spalte leer wie im Original) */
.fey-produkte-row {
	display: flex;
	flex-wrap: wrap;
	margin: 15px -15px 0;
}

.fey-produkte-col {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 15px;
}

.fey-produkte-col p {
	margin-bottom: 4px;
}

.fey-produkte-col ul {
	margin: 2px 0 10px 18px;
	padding: 0;
}

.fey-produkte-col ul li {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0;
}


/* --------------------------------------------------------------------------
   9. Footer
   -------------------------------------------------------------------------- */

.footer_bg {
	padding-top: 30px;
	background-color: #F0EBEB;
	font-size: 14px;
	/* Chronoforms erzeugt unausgeglichene divs, wodurch der Footer
	   ungewollt in fey-content-wrap (max-width: 1200px) landet.
	   Dieser Trick bricht den Footer immer auf volle Viewport-Breite aus: */
	width: 100vw;
	position: relative;
	margin-left: calc(50% - 50vw);
}

.fey-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px 20px;
}

/* Footer 3-Spalten-Layout */
.fey-footer-cols {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.fey-footer-col {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 15px;
}

.fey-footer-col p {
	color: #575757;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0;
}

.fey-footer-col strong {
	color: #374b78;
	font-size: 16px;
}

.fey-footer-col a,
.fey-footer-col a:link,
.fey-footer-col a:active,
.fey-footer-col a:visited {
	color: #575757;
	text-decoration: underline;
	font-size: 14px;
	line-height: 19px;
	cursor: default;
}

.fey-footer-col a:hover {
	color: #575757;
	text-decoration: none;
}

/* Falls der Footer über das Quix-System aufgebaut ist */
.footer_bg .qx-element a {
	color: #575757;
	text-decoration: underline;
	font-size: 14px;
	line-height: 19px;
}

.footer_bg .qx-element strong {
	color: #374b78;
	font-size: 16px;
}

.footer_bg .qx-element p {
	color: #575757;
	font-size: 14px;
	line-height: 19px;
}

.footer_bg .qx-element a:hover {
	color: #575757;
	text-decoration: none;
}

/* Footer-Modul (Custom HTML / Eigenes HTML) – generische Stile */
.footer_bg .fey-footer-inner > div,
.footer_bg .fey-footer-inner > .custom {
	width: 100%;
}

/* Footer Bottom (Links + Copyright) */
.fey-footer-bottom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px 15px;
	border-top: 1px solid #ddd;
}

.footerlinks {
	text-align: center;
	font-size: 13px;
	color: #656565;
	display: block;
	padding-top: 10px;
}

.footerlinks a {
	font-size: 13px;
	color: #656565;
	text-decoration: none;
	display: inline;
}

.footerlinks a:hover {
	text-decoration: underline;
}

.made {
	height: auto;
	text-align: center;
	line-height: 44px;
	color: #374b78;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}

.made a,
.made a:link,
.made a:active,
.made a:visited {
	color: #374b78 !important;
	text-decoration: none !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

/* --------------------------------------------------------------------------
   10. Kontaktformular
   -------------------------------------------------------------------------- */

input.btn-primary {
	padding: 15px;
	font-weight: bold;
}

input.btn-primary.button {
	background-color: #374b78;
}

input::-webkit-input-placeholder { color: #575757 !important; }
input:-moz-placeholder           { color: #575757 !important; }
input::-moz-placeholder          { color: #575757 !important; }
input:-ms-input-placeholder      { color: #575757 !important; }

textarea::-webkit-input-placeholder { color: #575757 !important; }
textarea:-moz-placeholder           { color: #575757 !important; }
textarea::-moz-placeholder          { color: #575757 !important; }
textarea:-ms-input-placeholder      { color: #575757 !important; }

/* --------------------------------------------------------------------------
   11. Zurück-nach-oben Button (aus style.css)
   -------------------------------------------------------------------------- */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(41, 125, 204, 1) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999;
	border-radius: 4px;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 0.8;
}

/* --------------------------------------------------------------------------
   12. Responsive – Tablet (max 991px)
   -------------------------------------------------------------------------- */

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

	.logo_header {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.adresse_header {
		flex: 0 0 75%;
		max-width: 75%;
		padding-top: 30px;
	}

	.fey-start-text {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.fey-start-img {
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 30px;
	}

	.fey-footer-col {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}

	/* Produkte: 2 Spalten auf Tablet */
	.fey-produkte-col {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}

}

/* --------------------------------------------------------------------------
   13. Responsive – Mobil (max 767px)
   -------------------------------------------------------------------------- */

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

	/* Header: Logo und Adresse zentriert, untereinander */
	.headerlogos {
		flex-direction: column;
		align-items: center;
		padding-bottom: 15px;
	}

	.logo_header {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.logo_header img {
		max-width: 117px;
	}

	.adresse_header {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
		text-align: center;
	}

	.adresse_header h1 {
		font-size: 22px;
		text-align: center;
		padding-bottom: 8px;
	}

	.adresse_header p {
		font-size: 16px !important;
		text-align: center;
	}

	.adresse_header a, .adresse_header a:link,
	.adresse_header a:active, .adresse_header a:visited {
		font-size: 16px;
	}

	/* Navigation: Desktop-Menü ausblenden, Hamburger zeigen */
	.fey-nav-desktop {
		display: none;
	}

	.fey-nav-mobile-btn {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		padding: 4px 0;
	}

	/* Content-Padding anpassen */
	.inhalt {
		padding-top: 25px;
	}

	/* Startseite: Text + Bild untereinander */
	.fey-start-text,
	.fey-start-img {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.fey-start-img {
		margin-top: 30px;
	}

	/* Quix Columns */
	.qx-col-lg-8,
	.qx-col-lg-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* Produkte: eine Spalte auf Mobil */
	.fey-produkte-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	/* Footer: eine Spalte */
	.fey-footer-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	/* Footerlinks */
	.fey-footer-bottom {
		text-align: center;
	}

}

/* --------------------------------------------------------------------------
   14. Produkt-Unterseiten Layout
   -------------------------------------------------------------------------- */

/* Bild links (33%) + Text rechts (66%) */
.fey-produkt-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.fey-produkt-img {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-right: 25px;
}

.fey-produkt-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.fey-produkt-text {
	flex: 0 0 66.666%;
	max-width: 66.666%;
}

/* Zwei gleiche Spalten (je 50%) */
.fey-2col-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.fey-2col-item {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 25px;
}

.fey-2col-item:last-child {
	padding-right: 0;
	padding-left: 25px;
}

.fey-2col-item img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
	max-width: 310px;
	max-height: 440px;
}

/* Google Maps */
.fey-maps-wrap {
	margin-top: 30px;
	width: 100%;
}

.fey-maps-wrap iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
}

/* Downloads */
.fey-downloads {
	margin-top: 20px;
}

.fey-downloads p {
	margin-bottom: 8px;
}

.fey-downloads a {
	color: #374b78;
	text-decoration: underline;
}

.fey-downloads a:hover {
	color: #e8392e;
}

/* Tablet: Produkt-Unterseiten */
@media screen and (max-width: 991px) {

	.fey-2col-item,
	.fey-2col-item:last-child {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 30px;
	}

}

/* Mobil: Produkt-Unterseiten */
@media screen and (max-width: 767px) {

	.fey-produkt-img,
	.fey-produkt-text {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.fey-produkt-img {
		margin-bottom: 20px;
	}

	.fey-produkt-img img {
		max-width: 100%;
	}

	.fey-2col-item:last-child {
		padding-left: 0;
	}

}

/* --------------------------------------------------------------------------
   15. Joomla-spezifische Overrides (Artikel, Breadcrumb etc.)
   -------------------------------------------------------------------------- */

/* Joomla Artikel */
.item-page h1.page-header {
	font-size: 28px;
	font-weight: bold;
	color: #374b78;
	border-bottom: none;
	padding-bottom: 0;
}

/* Joomla Pagination */
.pagination {
	text-align: center;
}

/* Joomla Suchformular */
.search input {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

/* Entfernt den Standard-Joomla-Wrapper-Stil */
.page-item-page,
.blog {
	padding: 0;
}

.page-header {
  display: none;
}

.mod-menu__toggle-sub {
	display: none;
}

.chronocredits {
  display: none;
}