/* ==========================================================
   ModerationsWerkstatt Stuttgart — Theme Styles
   Based on Foodfork-family template structure
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Open+Sans:wght@400;600&display=swap');

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	background: #fff;
	margin: 0;
	padding: 0;
}

a { color: #1A3C5E; text-decoration: none; -webkit-transition: color .3s; transition: color .3s; }
a:hover { color: #A71D22; }

img { max-width: 100%; height: auto; }

.upper { text-transform: uppercase; }
.serif { font-family: 'Playfair Display', Georgia, serif; }
.grey-text { color: #555; }
.mt-25 { margin-top: 25px; }
.p-0 { padding: 0; }
.ov-h { overflow: hidden; }
.txt-sm-center { text-align: center; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* === CONTAINER / GRID === */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1170px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:after, .row:before { display: table; content: " "; clear: both; }
[class*="col-"] { padding-left: 15px; padding-right: 15px; float: left; width: 100%; }
.col-md-3 { width: 25%; }
.col-md-4 { width: 33.333%; }
.col-md-5 { width: 41.666%; }
.col-md-6 { width: 50%; }
.col-md-7 { width: 58.333%; }
.col-md-8 { width: 66.666%; }
.col-md-12 { width: 100%; }
.col-sm-6 { width: 50%; }
.col-sm-4 { width: 33.333%; }
.col-md-offset-2 { margin-left: 16.666%; }
.md-pull-right { float: right; }

/* === TOPBAR STRIP === */
#promo-bar {
	background: #A71D22;
	color: #fff;
	text-align: center;
	padding: 9px 15px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#promo-bar a { color: #fff; text-decoration: underline; }
.gold-text { color: #C9A253; font-weight: 700; }

/* === HEADER / NAV === */
#topnav {
	background: #111;
	padding: 20px 0 70px;
	position: sticky;
	top: 0;
	z-index: 999;
}
#topnav .logo { float: left; }
#topnav .logo a { display: block; }
#topnav .logo svg { max-height: 52px; width: auto; display: block; }

#navigation { float: right; }
.navigation-menu {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.navigation-menu li { display: inline-block; margin: 0 10px; }
.navigation-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
}
.navigation-menu li a:hover { color: #C9A253; }
.navigation-menu li.active a { color: #C9A253; }

.menu-extras { float: right; display: none; }
.navbar-toggle { cursor: pointer; background: transparent; border: none; padding: 8px 0; }
.navbar-toggle .lines span {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	margin: 4px 0;
}

/* === PARALLAX / HERO === */
.parallax { position: relative; overflow: hidden; }
.parallax-bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.parallax-overlay {
	position: relative;
	background: rgba(0,0,0,0.58);
	z-index: 1;
	padding: 120px 0;
}
.parallax-overlay.dark { background: rgba(0,0,0,0.72); }

#home { min-height: 600px; width: 100%; }
#home .slide-wrap {
	position: relative;
	padding: 150px 0 120px;
	z-index: 2;
	text-align: center;
	color: #fff;
}
#home h1 {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin: 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
#home h5 {
	font-size: 13px;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
#home .btn-wrap { margin-top: 30px; }
#home .btn-wrap .btn { margin: 0 8px; }

/* text rotator */
#text-rotator { background: transparent; border: 0; box-shadow: none; margin: 0; min-height: 80px; }
#text-rotator .slides { list-style: none; padding: 0; margin: 0; }
#text-rotator .slide { display: none; }
#text-rotator .slide.active { display: block; }
#text-rotator .slide h1 { color: #fff; margin: 0; }

/* === PAGE TITLE SECTIONS === */
.page-title { position: relative; min-height: 320px; width: 100%; }
.page-title .parallax-overlay { padding: 120px 0; }
.page-title .title { color: #fff; }
.page-title .title.right { text-align: right; }
.page-title .title.center { text-align: center; }
.page-title h1 {
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.page-title h4 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.page-title hr {
	width: 60px;
	border: 0;
	border-top: 2px solid #C9A253;
	margin: 20px 0;
	display: inline-block;
}

/* === BUTTONS === */
.btn {
	display: inline-block;
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
}
.btn-color {
	background: #A71D22;
	color: #fff !important;
	border-color: #A71D22;
}
.btn-color:hover {
	background: #8e181c;
	border-color: #8e181c;
	color: #fff;
}
.btn-light-out {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-light-out:hover { background: #fff; color: #111; }
.btn-dark-out {
	background: transparent;
	color: #1A3C5E;
	border: 2px solid #1A3C5E;
}
.btn-dark-out:hover { background: #1A3C5E; color: #fff; }
.btn-md { padding: 12px 28px; font-size: 13px; }
.btn-lg { padding: 14px 32px; font-size: 14px; }
.btn-full { min-width: 160px; text-align: center; }

/* === INTRO / BEIGE PANEL === */
#intro-panel {
	background: #EFE7D9;
	padding: 80px 0;
}
#intro-panel .title h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 32px;
	color: #222;
	margin: 0 0 20px;
}
#intro-panel .section-content p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
}
#intro-panel hr {
	border: 0;
	border-top: 1px solid #cbb99a;
	margin: 20px 0;
}
.intro-photo { max-width: 100%; display: block; }
.intro-photo-frame {
	border: 6px solid #d4c5a9;
	padding: 6px;
	background: #fff;
}

/* === COURSES PARALLAX STRIP === */
#courses-strip {
	background: #1A1A1A;
}
#courses-strip .parallax-overlay {
	padding: 80px 0;
}
#courses-strip h2 {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
#courses-strip p {
	color: rgba(255,255,255,0.8);
	font-size: 15px;
	margin: 0 0 25px;
}
#courses-strip hr {
	width: 60px;
	border: 0;
	border-top: 2px solid #C9A253;
	margin: 20px auto;
}

/* === FACTS COUNTERS === */
#facts .parallax-overlay { padding: 60px 0; }
#facts .counter { text-align: center; padding: 20px 0; color: #fff; }
#facts .counter-icon i { font-size: 40px; color: #C9A253; }
#facts .counter-content h3 {
	display: block;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	margin: 12px 0 5px;
	font-family: 'Roboto Condensed', sans-serif;
}
#facts .counter-content span {
	display: block;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
}

/* === PRICING SECTION === */
#pricing {
	background: #f4f1eb;
	padding: 80px 0;
}
#pricing .section-title {
	text-align: center;
	margin-bottom: 50px;
}
#pricing .section-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
	margin: 0 0 15px;
}
#pricing .section-title p { color: #777; font-size: 15px; }
#pricing .section-title hr {
	width: 60px;
	border: 0;
	border-top: 2px solid #C9A253;
	margin: 20px auto;
}

.price-card {
	background: #fff;
	border-top: 4px solid #C9A253;
	padding: 35px 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.07);
	box-shadow: 0 2px 15px rgba(0,0,0,0.07);
}
.price-card.featured {
	border-top-color: #A71D22;
	background: #1A3C5E;
	color: #fff;
}
.price-card h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 10px;
	color: #333;
}
.price-card.featured h4 { color: #C9A253; }
.price-card .price-amount {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 52px;
	font-weight: 700;
	color: #A71D22;
	line-height: 1;
	margin: 15px 0 5px;
}
.price-card.featured .price-amount { color: #C9A253; }
.price-card .price-period { font-size: 13px; color: #999; margin-bottom: 20px; }
.price-card.featured .price-period { color: rgba(255,255,255,0.6); }
.price-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}
.price-card ul li {
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	color: #555;
}
.price-card.featured ul li { border-bottom-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); }
.price-card ul li i { color: #A71D22; margin-right: 8px; }
.price-card.featured ul li i { color: #C9A253; }

/* === REVIEWS === */
#reviews { padding: 80px 0 70px; background: #fff; }
#reviews .section-title {
	text-align: center;
	margin-bottom: 50px;
}
#reviews .section-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
	margin: 0 0 15px;
}
#reviews .section-title hr {
	width: 60px;
	border: 0;
	border-top: 2px solid #C9A253;
	margin: 20px auto;
}
.review-slide { display: none; }
.review-slide.active { display: block; }
#testimonials-slider blockquote {
	border: 0;
	text-align: center;
	font-style: italic;
	color: #555;
	font-size: 17px;
	line-height: 1.7;
	padding: 0 40px;
	margin: 0;
}
#testimonials-slider blockquote footer {
	margin-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	font-style: normal;
}
.stars { color: #C9A253; letter-spacing: 3px; font-size: 16px; margin-bottom: 15px; }
.slider-nav { text-align: center; margin-top: 30px; }
.slider-nav button {
	background: transparent;
	border: 2px solid #ccc;
	width: 36px; height: 36px;
	cursor: pointer;
	font-size: 16px;
	color: #999;
	margin: 0 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.slider-nav button:hover { border-color: #A71D22; color: #A71D22; }

/* === CONTACT DARK STRIP === */
#contact-strip {
	background: #1A1A1A;
}
#contact-strip .parallax-overlay { padding: 80px 0; }
#contact-strip h2 {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
#contact-strip p { color: rgba(255,255,255,0.75); font-size: 15px; }
#contact-strip hr {
	width: 60px;
	border: 0;
	border-top: 2px solid #C9A253;
	margin: 20px 0;
}

/* === CONTACT FORM === */
.contact-form .form-group { margin-bottom: 18px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	padding: 12px 15px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	-webkit-transition: border .3s;
	transition: border .3s;
	border-radius: 0;
}
.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #C9A253;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { color: rgba(255,255,255,0.45); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .required-note { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 15px; }

/* === FOOTER WIDGETS === */
#footer-widgets {
	background: #F7F7F7;
	padding: 60px 0 30px;
	color: #777;
	font-size: 13px;
}
#footer-widgets .widget h6 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
#footer-widgets ul { list-style: none; padding: 0; margin: 0; }
#footer-widgets ul li { margin-bottom: 8px; }
#footer-widgets ul li a { color: #777; text-decoration: none; }
#footer-widgets ul li a:hover { color: #A71D22; }
#footer-widgets p { margin: 0 0 8px; }
#footer-widgets p i { color: #A71D22; margin-right: 6px; }
.footer-logo svg { max-height: 40px; width: auto; }

.go-top {
	position: absolute;
	right: 30px;
	top: -20px;
}
.go-top a {
	display: inline-block;
	width: 40px; height: 40px;
	background: #A71D22;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.go-top a:hover { background: #8e181c; color: #fff; }

/* === FOOTER COPYRIGHT === */
#footer {
	background: #fff;
	padding: 25px 0;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	color: #999;
	position: relative;
}
.footer-links { list-style: none; margin: 0; padding: 0; text-align: center; }
.footer-links li { display: inline-block; margin: 0 10px; }
.footer-links li a { color: #555; font-size: 12px; }
.footer-links li a:hover { color: #A71D22; }
.footer-copy { margin: 8px 0 0; text-align: center; }
.footer-social { list-style: none; margin: 0; padding: 0; text-align: right; }
.footer-social li { display: inline-block; margin-left: 10px; }
.footer-social li a { color: #777; font-size: 16px; }
.footer-social li a:hover { color: #A71D22; }

/* === SECTION DIVIDERS / SHARED === */
.section-divider {
	width: 60px;
	border: 0;
	border-top: 2px solid #C9A253;
	margin: 20px 0;
	display: block;
}
.section-divider.center { margin: 20px auto; }

/* === ABOUT PAGE SPECIFIC === */
#about-intro { background: #fff; padding: 80px 0; }
#about-intro h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
	margin: 0 0 20px;
}
#about-intro p { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 20px; }
.team-member { text-align: center; margin-bottom: 30px; }
.team-member img { width: 100%; display: block; margin-bottom: 15px; }
.team-member h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 5px;
	color: #222;
}
.team-member p { font-size: 13px; color: #888; }

/* === FIND US PAGE === */
#find-us-section { background: #fff; padding: 80px 0; }
#find-us-section h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
	margin: 0 0 20px;
}
#find-us-section p { font-size: 15px; color: #555; line-height: 1.8; }
#find-us-section .address-block { margin-bottom: 30px; }
#find-us-section .address-block h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #A71D22;
	margin: 0 0 8px;
}
#find-us-section .address-block p { margin: 0 0 6px; color: #555; }
#find-us-section .address-block i { color: #A71D22; margin-right: 6px; }
.map-container { width: 100%; height: 400px; background: #e9e9e9; margin-top: 30px; }
.map-container iframe { width: 100%; height: 400px; border: 0; display: block; }

/* === KNOWLEDGE BASE === */
#kb-section { background: #fff; padding: 80px 0; }
#kb-section h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
	margin: 0 0 20px;
}
.kb-card {
	background: #f9f7f3;
	border-left: 4px solid #C9A253;
	padding: 25px 25px 20px;
	margin-bottom: 25px;
}
.kb-card h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1A3C5E;
	margin: 0 0 10px;
}
.kb-card p { font-size: 14px; color: #555; margin: 0; line-height: 1.7; }
.faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.faq-item h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #222;
	margin: 0 0 8px;
	cursor: pointer;
}
.faq-item h4 i { color: #A71D22; margin-right: 8px; }
.faq-item p { font-size: 14px; color: #666; margin: 0; line-height: 1.7; }

/* === POLICY PAGES === */
#policy-section { background: #fff; padding: 80px 0; }
#policy-section h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
	margin: 0 0 20px;
}
#policy-section h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1A3C5E;
	margin: 30px 0 12px;
}
#policy-section p, #policy-section li { font-size: 15px; color: #555; line-height: 1.8; }
#policy-section ul { padding-left: 20px; }
#policy-section ul li { margin-bottom: 8px; }
#policy-section .last-updated { font-size: 13px; color: #999; margin-bottom: 30px; }

/* === COOKIES GDPR BANNER === */
#cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #111;
	color: #fff;
	padding: 18px 20px;
	z-index: 9999;
	display: none;
	border-top: 3px solid #A71D22;
}
#cookie-banner.visible { display: block; }
#cookie-banner p {
	margin: 0 0 12px;
	font-size: 13px;
	color: rgba(255,255,255,0.85);
}
#cookie-banner a { color: #C9A253; text-decoration: underline; }
#cookie-banner .cookie-actions { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#cookie-banner button {
	padding: 8px 20px;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
}
#btn-accept-all { background: #A71D22; color: #fff; }
#btn-accept-all:hover { background: #8e181c; }
#btn-accept-necessary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3) !important; }
#btn-accept-necessary:hover { background: rgba(255,255,255,0.1); }

/* === MEDIA QUERIES === */
@media (max-width: 991px) {
	[class*="col-md-"] { width: 100%; float: none; }
	.col-sm-6 { width: 50%; float: left; }
	.col-sm-4 { width: 33.333%; float: left; }
	.col-md-offset-2 { margin-left: 0; }
	.md-pull-right { float: none; }
	#home h1 { font-size: 36px; }
	.page-title h1 { font-size: 32px; }
	.navigation-menu li { margin: 0 6px; }
	.menu-extras { display: block; }
	#navigation { display: none; float: none; clear: both; }
	#navigation.open { display: block; }
	.navigation-menu li { display: block; margin: 10px 0; }
	#topnav .logo { float: none; text-align: center; margin-bottom: 10px; }
	.footer-social { text-align: center; margin-top: 10px; }
}
@media (max-width: 768px) {
	.col-sm-6, .col-sm-4 { width: 100%; float: none; }
	#home h1 { font-size: 26px; letter-spacing: 1px; }
	.page-title h1 { font-size: 24px; }
	.page-title .title.right { text-align: center; }
	.go-top { right: 15px; }
	#testimonials-slider blockquote { padding: 0 10px; font-size: 15px; }
	.price-card { margin-bottom: 20px; }
	#contact-strip .parallax-overlay { padding: 50px 0; }
}
@media (max-width: 480px) {
	.btn-md { padding: 10px 18px; font-size: 12px; }
	.btn-full { min-width: 0; display: block; margin: 5px 0; }
	#facts .counter-content h3 { font-size: 32px; }
}
