/* Haus Hotel Berlin – eigenes Editorial-Skin, ohne DSM/Joomla-Monster */
html { scroll-behavior: smooth; }
body, body.toperotik-skin, body.dsm-eibcom {
	margin: 0 !important;
	background: #f6f1ea !important;
	color: #1c1612 !important;
	font-family: "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif !important;
	font-size: 18px;
	line-height: 1.55;
}
.eib-page-shell, .te-eib-header, .te-eib-hero, .te-eib-user, .dsmf-wrap { background: transparent !important; }
.te-eib-hero__img, .te-eib-hero__shade, .hhb-hero-slider,
.te-artolio, .te-artolio-teasers, .te-eib-user,
.ds-dm-overlay, .ds-dm-modal, .ds-dm-accountbar, .ds-dm-fab,
#wpadminbar, .dsm-sort, .dsm-toolbar { display: none !important; }

.hhb-top {
	background: #140e0c;
	color: #f6f1ea;
	padding: 10px 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.hhb-top a { color: #e8c9a8; text-decoration: none; }
.hhb-brandbar {
	background: #140e0c;
	color: #f6f1ea;
	padding: 22px 28px 8px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	flex-wrap: wrap;
}
.hhb-wordmark {
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 500;
	letter-spacing: .04em;
	color: #f6f1ea !important;
	text-decoration: none !important;
	line-height: 1.05;
	font-style: italic;
}
.hhb-wordmark span { color: #ec430f; font-style: normal; font-weight: 600; }
.hhb-tag {
	display: block;
	margin-top: 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #cbb7a4;
	font-style: normal;
}
.hhb-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ec430f;
	color: #fff !important;
	text-decoration: none !important;
	padding: 12px 18px;
	border-radius: 999px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
}
.hhb-phone:hover { background: #c8370c; color: #fff !important; }
.eib-nav, .hhb-nav {
	background: #140e0c !important;
	border-bottom: 1px solid rgba(255,255,255,.08) !important;
	padding: 0 28px 14px !important;
}
.eib-nav a, .hhb-nav a {
	color: #e8d5c4 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}
.eib-nav a:hover, .eib-nav .is-active a, .hhb-nav a:hover {
	color: #ec430f !important;
	border-color: #ec430f !important;
}
.eib-lang a { color: #cbb7a4 !important; }

.hhb-hero {
	background: linear-gradient(160deg, #1c1410 0%, #2a1c16 55%, #3b2418 100%);
	color: #f6f1ea;
	padding: 56px 28px 64px;
}
.hhb-hero__inner { max-width: 920px; margin: 0 auto; }
.hhb-hero h1 {
	font-size: clamp(32px, 5vw, 54px);
	line-height: 1.12;
	margin: 0 0 18px;
	font-weight: 500;
	font-style: italic;
	color: #f6f1ea !important;
}
.hhb-hero h1::after {
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	background: #ec430f;
	margin-top: 18px;
}
.hhb-hero p {
	font-size: 19px;
	color: #e4d4c4;
	max-width: 640px;
	margin: 0 0 28px;
}
.hhb-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hhb-btn {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 600;
}
.hhb-btn--ghost { border: 1px solid #e8c9a8; color: #f6f1ea !important; }

.hhb-home { max-width: 860px !important; margin: 0 auto !important; padding: 48px 22px 80px !important; }
.hhb-home__kicker {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #ec430f;
	margin: 0 0 8px;
}
.hhb-home__title { display: none !important; }

.hhb-list { display: flex; flex-direction: column; gap: 0; }
.hhb-row {
	display: block;
	padding: 28px 0;
	border-bottom: 1px solid #e4d8cc;
	text-decoration: none !important;
	color: inherit !important;
}
.hhb-row:hover .hhb-row__title { color: #ec430f !important; }
.hhb-row__title {
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 10px;
	color: #1c1612 !important;
	font-weight: 500;
}
.hhb-row__ex { margin: 0; color: #5c5148; font-size: 17px; }
.hhb-row__more {
	display: inline-block;
	margin-top: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #ec430f;
}

.hhb-grid { display: none !important; } /* altes Kartenraster */

article.toperotik-page, .eib-news-single, .hhb-article {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 22px 80px;
	background: transparent;
}
.eib-blog__media, .eib-news-single__hero { display: none !important; }
.hhb-back { margin: 0 0 18px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hhb-back a { color: #ec430f !important; text-decoration: none; }
.hhb-date { color: #8a7d72; font-size: 14px; margin: -12px 0 28px; }
.eib-blog, .eib-blog__wrap { max-width: 860px; margin: 0 auto; padding: 0 22px 80px; }
.eib-blog__cell { display: block; padding: 28px 0; border-bottom: 1px solid #e4d8cc; }
.eib-blog__title a { color: #1c1612 !important; text-decoration: none; font-size: 26px; }
.eib-blog__title a:hover { color: #ec430f !important; }
.eib-intro, .te-intro { max-width: 860px; margin: 8px auto 0; padding: 0 22px; color: #5c5148; }
.eib-dir-title { max-width: 860px; margin: 40px auto 0; padding: 0 22px; font-size: clamp(28px, 4vw, 44px); }
.hhb-article h1, .eib-news-single h1, article h1 {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.2;
	color: #1c1612 !important;
	margin: 0 0 24px;
}
.hhb-article p, .eib-news-single p, article p { color: #3a322c; }
.hhb-article a, .eib-news-single a { color: #ec430f; }

.te-kontakt { max-width: 640px; margin: 40px auto 80px; padding: 0 22px; }
.te-kontakt h1 { font-size: 40px; }
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #d9cbbd;
	background: #fff;
	font: inherit;
}
.wpcf7 input[type=submit] {
	background: #ec430f;
	color: #fff;
	border: 0;
	padding: 12px 24px;
	cursor: pointer;
	width: auto;
}

.eib-footer-links, .te-eib-legal, .eib-copy, footer, .hhb-footer {
	background: #140e0c !important;
	color: #cbb7a4 !important;
	text-align: center;
	padding: 36px 16px 28px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.eib-footer-links a, footer a, .hhb-footer a { color: #e8c9a8 !important; text-decoration: none; }
.hhb-footer__cta { font-size: 15px; letter-spacing: .04em; margin: 0 0 12px; }
.hhb-footer__cta a { color: #f6f1ea !important; }
.hhb-footer__legal, .hhb-footer__copy { margin: 8px 0 0; }
.te-eib-user { display: none !important; }

@media (max-width: 700px) {
	.hhb-brandbar, .hhb-top, .eib-nav { padding-left: 16px !important; padding-right: 16px !important; }
	.hhb-hero { padding: 36px 16px 44px; }
	.hhb-row__title { font-size: 22px; }
}
