

* {
    margin: 0;
    padding: 0;
    font-family: 'Figtree', Arial, sans-serif;
}

body {
	overflow-x: hidden;
	background-color: #F3F1EC;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #6E7688;
	font-size: 15px;
	line-height: 27px;
}

.kBtnMain a {
	display: inline-block;
	background-color: #2E4272;
	color: #F3F1EC;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.kBtnLight a {
	display: inline-block;
	background-color: #F3F1EC;
	color: #2E4272;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.kBtnGhost a {
	display: inline-block;
	background-color: transparent;
	color: #F3F1EC;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none;
	letter-spacing: 0.5px;
	border: 1px solid #F3F1EC;
}


.header {
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    background-color: #0A0D12;  
    text-align: center;
}

.kNavWrap .kLogo, .kNavWrap .navbar-nav>li>a {
    text-shadow: none;
}

.kLogo {
	font-family: 'Newsreader', Georgia, serif;
	font-size: 44px;
	color: #F3F1EC;
	font-style: italic;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #1E2C4C;
	position: relative;
	padding: 40px 0px;
	height: auto!important;
}

#topnav {
	padding: 15px 0px;
	float: right;
    position:relative;
    left:-50%;
    text-align: left;
}

.nav {
	list-style:none;
    position:relative;
    left:50%;
}

.navbar-nav li {
	margin: 0px 20px;
}

.navbar-nav li a {
	font-family: 'Figtree', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #F3F1EC!important;
	letter-spacing: 0.5px;
}

.header.active {
    background-color: #0A0D12;
}
.kNavWrap {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.kNavWrap .kBurger {
	margin-top: 22px;
    border-color: #2E4272;
    background-color: #2E4272;
}
.kNavWrap .kBurger:hover, .kNavWrap .kBurger:focus {
	background-color: #2E4272;
}
bootstrap.min.css:5
.kBurger {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.kHero {
	padding: 180px 0px;
	background-image: url(../Dw3nKpV/rWh9yPs.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.kHero h4 {
	margin-top: 0px;
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #F3F1EC;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.kHero h2 {
	font-family: 'Newsreader', Georgia, serif;
	font-size: 44px;
	font-weight: 600;
	color: #F3F1EC;
	text-transform: uppercase;
}

.kHero p {
	color: #F3F1EC;
	font-size: 14px;
}

.kHero .kBtnMain {
	margin-top: 30px;
}

section.kIntro {
	padding: 100px 0px;
}

.kIntro .kPicWide {
	margin-right: -30px;
	margin-top: 18%;
}

.kIntro .kPicWide img {
	width: 100%;
	overflow: hidden;
}

.kIntro .kPicAlt {
	margin-left: -30px;
	margin-top: 18%;
}

.kIntro .kPicAlt img {
	width: 100%;
	overflow: hidden;
}

.kIntro .kLead {
	background-color: #2E4272;
	text-align: center;
	padding: 30px;
}

.kIntro .kLead h4 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #F3F1EC;
}

.kLead .kPhone {
	background-color: #2E4272;
	padding: 20px 30px;
}

.kLead .kPhone span {
	font-size: 11px;
	text-transform: uppercase;
	color: #F3F1EC;
	letter-spacing: 1px;
	border: none;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.kLead .kPhone h6 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #F3F1EC;
	letter-spacing: 0.5px;
}

.kLead span {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: uppercase;
	color: #F3F1EC;
	letter-spacing: 1px;
	border: 1px solid #da6856;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	border-radius: 50%;
}




section.kTiles {
	padding-bottom: 100px;
}

.kTiles .kTileInner  a {
	text-decoration: none;
}

.kTiles .kTileInner {
	text-align: center;
}

.kTiles .kTileInner img {
	max-width: 100%;
	overflow: hidden;
	border: 10px solid #0A0D12;
	border-radius: 50%;
}

.kTiles .kTileInner h4 {
	margin-top: 20px;
	font-size: 22px;
	color: #F3F1EC;
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 600;
	margin-bottom: 0px;
}


section#sec-e {
	padding: 80px 0px;
	background-image: url(../Dw3nKpV/hTq4mWz.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#sec-e .kSecTitle h2 {
	margin-top: 0px;
	margin-bottom: 70px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #F3F1EC;
}

section#sec-e .kPic img {
	width: 100%;
	overflow: hidden;
}

.kFormBox {
	height: 282px;
	background-color: #F3F1EC;
	margin-left: -30px;
	padding: 30px;
}

.kFormBox h4 {
	margin-top: 0px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 28px;
}

.kFormBox select {
	border-right: none;
	border-left: none;
	border-top: none;
	width: 100%;
	outline: none;
	border-bottom: 1px solid #E9EAEE;	
	font-size: 14px;
	color: #6E7688;
	padding-left: 10px;
	height: 40px;
}

.kFormBox input {
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: none;
	outline: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #E9EAEE;
	font-size: 14px;
	color: #6E7688;
}

.kFormBox button {
	width: 100%;
	display: inline-block;
	background-color: #2E4272;
	color: #F3F1EC!important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none;
	letter-spacing: 0.5px;
}



section.B3Il7a4gV {
	background-color: #2E4272;
	text-align: center;
	padding: 60px 0px;
}

.B3Il7a4gV .kSecTitle h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #F3F1EC;
}




section.kSecA {
	padding: 100px 0px;
}

.kSecA .kSecTitle h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 80px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #F3F1EC;
}

.kSecA .kCard {
	background-color: #EDEFF4;
	padding: 30px;
}

.kCard h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 28px;
	width: 100%;
	border-bottom: 1px solid #D3D8E2;
	color: #F3F1EC;
}

.kCard img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.kCard .STc2PI2 {
	font-size: 17px;
	color: #2E4272;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 8px 14px;
	position: absolute;
	right: 45px;
	margin-top: -40px;
	background-color: rgba(250, 250, 250, 0.9);
}

.kCard .kCardBody {
	background-color: #F3F1EC;
	padding: 20px 20px 10px 20px;
}

.kCard h4 {
	margin-top: 0px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 18px;
	color: #F3F1EC;
}



section.kSecB {
	background-color: #EDEFF4;
	padding: 100px 0px 70px 0px;
}

.kSecB .kSecTitle h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 80px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #F3F1EC;
}

.kCardAlt img {
	width: 50%;
	overflow: hidden;
}

.kCardAlt {
	margin-bottom: 30px;
	display: inline-block;
}

.kCardAlt .kCardText {
	background-color: #F3F1EC;
	width: 50%;
	float: right;
	padding: 20px;
}

.kCardAlt .kCardText h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 21px;
	color: #F3F1EC;
}

.kCardAlt .kCardText span {
	font-size: 13px;
	color: #7C8496;
	display: inline-block;
	margin-bottom: 18px;
}

.kCardAlt .kCardText .rchtyDgG a {
	font-size: 13px;
	font-weight: 500;
	color: #2E4272;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 12px;
	display: inline-block;
}

.kCardAlt .date {
	font-size: 17px;
	color: #2E4272;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 8px 14px;
	position: absolute;
	left: 15px;
	top: 0px;
	background-color: rgba(250, 250, 250, 0.9);
}




section.kContactSec {
	padding: 80px 0px;
	background-image: url(../Dw3nKpV/nSd8vYq.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}


.kContactSec .kSecTitle h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #F3F1EC;
}

.kContactSec button {
	margin-left: -30px;
	display: inline-block;
	background-color: transparent;
	color: #F3F1EC!important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none;
	letter-spacing: 0.5px;
	border: 1px solid #F3F1EC;
}

.kContactSec input {
	margin-right: -30px;
	height: 44px;
	border: 3px;
	background-color: rgba(250, 250, 250, 0.9);
	color: #5a5a5a!important;
	box-shadow: none!important;
	outline: none!important;
}



footer {
	background-color: #F3F1EC;
	line-height: 130px;
	text-align: center;
}

footer p {
	line-height: 120px;
	color: #F3F1EC;
	margin-top: 5px;
}

footer p em {
	font-style: normal;
	color: #2E4272;
	font-weight: 500;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	display: inline-block;
	margin: 0px 5px;
}

footer ul li i {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px!important;
	background-color: #F3F1EC;
	border-radius: 50%;
	color: #F3F1EC;
	transition: all 0.5s;
}

footer ul li i:hover {
	background-color: #2E4272;	
}




section.kMisc1 {
	padding: 80px 0px;
	background-image: url(../Dw3nKpV/lPw9tXf.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center; 
}

.kMisc1 h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #F3F1EC;
}

.kMisc1 p {
	color: #F3F1EC;
	font-size: 14px;
	padding: 0px 25%;
	margin-bottom: 0px;
}




section.bALhJlrG {
	margin-top: 100px;
}

section.bALhJlrG .STc2PI2 {
	right: 15px;
}

.QuUlTikoKRy {
	background-color: #EDEFF4;
	padding: 30px 0px 30px 30px;
}

.QuUlTikoKRy .kPic img {
	width: 100%;
	overflow: hidden;
}

.QuUlTikoKRy .kPic {
	margin: -30px 0px -30px -30px;
}

.QuUlTikoKRy #owl-breakfast {
	margin-left: -15px;
}

.QuUlTikoKRy h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 28px;
	width: 94.5%;
	border-bottom: 1px solid #D3D8E2;
	color: #F3F1EC;
}



section.xSW8sA {
	margin-top: 100px;
}

section.xSW8sA .STc2PI2 {
	right: 15px;
}

.kNjDUf9Pc93 {
	background-color: #EDEFF4;
	padding: 30px 0px 30px 30px;
}

.kNjDUf9Pc93 .kPic img {
	width: 100%;
	overflow: hidden;
}

.kNjDUf9Pc93 .kPic {
	margin: -30px 0px -30px -30px;
}

.kNjDUf9Pc93 #owl-lunch {
	margin-left: -15px;
}

.kNjDUf9Pc93 h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 28px;
	width: 94.5%;
	border-bottom: 1px solid #D3D8E2;
	color: #F3F1EC;
}



section.lrwkaEkGOfi {
	margin-top: 100px;
	margin-bottom: 100px;
}

section.lrwkaEkGOfi .STc2PI2 {
	right: 15px;
}

.WKdMPabb9 {
	background-color: #EDEFF4;
	padding: 30px 0px 30px 30px;
}

.WKdMPabb9 .kPic img {
	width: 100%;
	overflow: hidden;
}

.WKdMPabb9 .kPic {
	margin: -30px 0px -30px -30px;
}

.WKdMPabb9 #owl-dinner {
	margin-left: -15px;
}

.WKdMPabb9 h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 28px;
	width: 94.5%;
	border-bottom: 1px solid #D3D8E2;
	color: #F3F1EC;
}



.owl-pagination {
  margin-top: 39px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #2E4272;
}




section.B5lZncH0 {
	margin-top: 100px;
}

section.B5lZncH0 .kVWeBjN {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 100px;
	list-style: none;
	text-align: center;
	width: 100%;
}

section.B5lZncH0 .kVWeBjN li {
	display: inline-block;
	margin: 0 3px;
}

section.B5lZncH0 .kVWeBjN li.active a {
	background-color: #2E4272;
	color: #F3F1EC;
}

section.B5lZncH0 .kVWeBjN li a {
	transition: all 0.5s;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background-color: #EDEFF4;
	font-size: 15px;
	color: #343434;
	font-weight: 700;
	text-decoration: none;
}

section.B5lZncH0 .kVWeBjN li a:hover {
	background-color: #2E4272;
	color: #F3F1EC;
}

.H3dpkZ img {
	width: 100%;
	overflow: hidden;
}

.H3dpkZ {
	margin-bottom: 30px;
}

.H3dpkZ .Q1l10cNg {
	background-color: #EDEFF4;
	padding: 20px 30px;
}

.H3dpkZ .Q1l10cNg h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 21px;
	color: #F3F1EC;
}

.H3dpkZ .Q1l10cNg span {
	font-size: 13px;
	color: #7C8496;
	display: inline-block;
	margin-bottom: 18px;
}

.H3dpkZ .Q1l10cNg .rchtyDgG a {
	font-size: 13px;
	font-weight: 500;
	color: #2E4272;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 12px;
	display: inline-block;
}

.H3dpkZ .date {
	font-size: 17px;
	color: #2E4272;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 8px 14px;
	position: absolute;
	left: 15px;
	top: 0px;
	background-color: rgba(250, 250, 250, 0.9);
}


section.gctzCw {
	margin-top: 100px;
	margin-bottom: 60px;
}

.gctzCw .f3LK7Ad3d0t h2 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 60px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #F3F1EC;
}

.gctzCw p {
	margin-top: -5px;
}

.gctzCw em {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #aaa;
}

.gctzCw input {
  border-radius: 999px;
  padding-left: 15px;
  font-size: 13px;
  color: #39404E;
  background-color: #F0F1F3;
  outline: none!important;
  border: none;
  box-shadow: none;
  line-height: 44px;
  height: 44px;
  width: 100%;
  margin-bottom: 30px;
}

.gctzCw textarea {
  border-radius: 999px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #39404E;
  background-color: #F0F1F3;
  outline: none;
  border: none;
  box-shadow: none;
  height: 122px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

.gctzCw button {
	width: 100%;
	display: inline-block;
	background-color: #2E4272;
	color: #F3F1EC!important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 999px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

section.map {
	margin-bottom: 150px;
}

section.map #map {
	height: 450px;
}




@media (max-width: 991px) {
	.YjvqUi {
		margin-top: 80px;
	}
	.kIntro .kPicWide {
		margin-right: 0px;
		margin-top: 0%;
		padding: 0px 10%;
	}
	.kIntro .kPicAlt {
		margin-left: 0px;
		margin-top: 0%;
		padding: 0px 10%;
	}
	.kTiles .kTileInner {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.kFormBox {
		height: auto;
		background-color: #F3F1EC;
		margin-left: 0px;
		padding: 30px;
	}
	.kFormBox button {
		margin-top: 30px;
	}
	.kCardAlt img {
		width: 100%;
		overflow: hidden;
	}
	.kCardAlt {
		margin-bottom: 30px;
	}
	.kCardAlt .kCardText {
		background-color: #F3F1EC;
		width: 100%;
		float: none;
		padding: 20px;
	}
	.kContactSec button {
		margin-left: 0px;
		margin-top: 20px;
	}
	footer {
		background-color: #F3F1EC;
		line-height: 40px;
		text-align: center;
	}

	footer p {
		line-height: 60px;
		color: #F3F1EC;
		margin-top: 5px;
	}
	.QuUlTikoKRy .kPic {
		margin: -30px 0px 30px -30px;
	}
	.kNjDUf9Pc93 .kPic {
		margin: -30px 0px -30px -30px;
	}
	.kNjDUf9Pc93 .owl-pagination {
	  padding-bottom: 60px;
	}
	.WKdMPabb9 .kPic {
		margin: -30px 0px 30px -30px;
	}
	.kMisc1 p {
		padding: 0px 5%;

	}
}

@media (max-width: 768px) {
	.kBurger {
	    position: relative;
	    float: none;
	    padding: 9px 10px;
	    margin-top: 20px!important;
	    margin-right: 0px;
	    margin-bottom: 20px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
    #topnav {
		padding: 0px 0px;
		float: none;
	    position: relative;
	    left: 0%;
	    text-align: center;
	    overflow: hidden;
	    background-color: rgba(250, 250, 250, 0.5);
	    margin: 0px -15px;
	    border-top: none;
	}
	.nav {
		list-style:none;
	    position:relative;
	    left: 0%;
	    overflow: hidden;
	}
	.navbar-nav li {
		border-bottom: 1px solid #1E2C4C;
		padding: 15px 0px;
	}
	.navbar-nav li:last-child {
		border-bottom: none;
	}
	.kIntro .kPicWide {
		margin-right: 0px;
		margin-top: 0%;
		padding: 0px 10%;
	}
	.kIntro .kPicAlt {
		margin-left: 0px;
		margin-top: 0%;
		padding: 0px 10%;
	}
	.kTiles .kTileInner {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.kFormBox {
		height: auto;
		background-color: #F3F1EC;
		margin-left: 0px;
		padding: 30px;
	}
	.kFormBox select {
		margin-top: 30px;
	}
	.kFormBox select.PXnq53g {
		margin-top: 0px;
	}
	.kFormBox button {
		margin-top: 30px;
	}
	.kCardAlt img {
		width: 100%;
		overflow: hidden;
	}

	.kCardAlt {
		margin-bottom: 30px;
	}

	.kCardAlt .kCardText {
		background-color: #F3F1EC;
		width: 100%;
		float: none;
		padding: 20px;
	}
	.kContactSec button {
		margin-left: 0px;
		margin-top: 20px;
	}
	footer {
		background-color: #F3F1EC;
		line-height: 40px;
		text-align: center;
	}

	footer p {
		line-height: 60px;
		color: #F3F1EC;
		margin-top: 5px;
	}
	.QuUlTikoKRy .kPic {
		margin: -30px 0px 30px -30px;
	}
	.kNjDUf9Pc93 .kPic {
		margin: -30px 0px -30px -30px;
	}
	.WKdMPabb9 .kPic {
		margin: -30px 0px 30px -30px;
	}
	.kMisc1 p {
		padding: 0px 5%;

	}
	.YjvqUi {
		margin-top: 80px;
	}
}
@media (max-width: 480px) {

}

/* Fyrmeloraq conversion layer: preserves original layout classes while adapting color, content blocks, FAQ and cookie UI. */
:root{--obsidian:#79a0ac;--gold:#4A639C;--green:#0f2a20;--burgundy:#5b1725;--ivory:#F3F1EC;--copper:#b87333;--muted:#6E7688;}
body{background:var(--obsidian);color:var(--ivory);}
p{color:var(--muted);font-size:14px;}
a{color:var(--gold);} a:hover{color:var(--copper);text-decoration:none;}
.header,.header.active{background:linear-gradient(180deg,#0E1119 0%,#1B2334 100%);border-bottom:1px solid rgba(143,167,222,.35);}
.kLogo{color:var(--gold)!important;border-bottom:1px solid rgba(143,167,222,.25);letter-spacing:1px;}
.navbar-nav li a{color:var(--ivory)!important;}
.navbar-nav li.active a,.navbar-nav li a:hover{color:var(--gold)!important;}
.kNavWrap .kBurger,.kNavWrap .kBurger:hover,.kNavWrap .kBurger:focus{border-color:var(--gold);background-color:var(--burgundy);}
.kBtnMain a,.kBtnMain button,.kFormBox button.btn{background:var(--gold);color:#101318;border:0;}
.kBtnLight a{background:var(--ivory);color:var(--burgundy);}
.kBtnGhost{display:inline-block;margin-left:12px}.kBtnGhost a{border-color:var(--gold);color:var(--ivory);}
.kBtnRow .kBtnMain{display:inline-block}.kHeroBg{background-image:linear-gradient(rgba(8,11,10,.72),rgba(8,11,10,.72)),url(../Dw3nKpV/vAm3cTw.jpg);}
.kHero h2,.kHero h4,.kHero p{color:var(--ivory)}.kHero h2{letter-spacing:2px;color:var(--gold)}
section.kIntro,.kSecA,.kSecB,.kFaqSec,.kMisc6,.kMisc3,.kMisc4{background:var(--obsidian);}
.kIntro .kLead{background:linear-gradient(145deg,#1E2C4C,#121A2C);border:1px solid rgba(143,167,222,.35);}
.kIntro .kLead h4,.kIntro .kLead h6{color:var(--gold)}
.kIntro .kLead span,.kIntro .kLead .kPhone span{color:var(--ivory)}
.kTiles{background:#161A23}.kTileInner h4{color:var(--ivory)}.kTileInner a:hover h4{color:var(--gold)}
.kSecTitle h2{color:var(--gold);font-family:'Newsreader',Georgia,serif;letter-spacing:.8px;}
.kCard,.kCardAlt,.kFormBox,.faq-item{background:#101318!important;border:1px solid rgba(143,167,222,.22);box-shadow:0 15px 35px rgba(0,0,0,.25);}
.kCard h2,.kCard h4,.kCardAlt h4,.kFormBox h4{color:var(--gold)!important;}
.kCard .kCardBody,.kCardAlt .kCardText{background:#101318;}
#sec-e{background-image:linear-gradient(rgba(8,11,10,.76),rgba(8,11,10,.76)),url(../Dw3nKpV/hTq4mWz.jpg);}
#sec-e .kFormBox select,#sec-e .kFormBox input{background:#F3F1EC;color:#101318;border:1px solid var(--gold);}
.kContactSec{background-image:linear-gradient(rgba(16,22,40,.9),rgba(16,22,40,.9)),url(../Dw3nKpV/nSd8vYq.jpg);}
.kMisc1{padding:110px 0;text-align:center;background-image:linear-gradient(rgba(8,11,10,.75),rgba(8,11,10,.75)),url(../Dw3nKpV/lPw9tXf.jpg);background-size:cover;background-position:center;}
.kMisc5{background-image:linear-gradient(rgba(8,11,10,.75),rgba(8,11,10,.75)),url(../Dw3nKpV/xCp9eVy.jpg);}
.kMisc1 h1{font-family:'Newsreader',Georgia,serif;color:var(--gold);font-size:42px;text-transform:uppercase;}.kMisc1 p{color:var(--ivory);}
.kMisc4{text-align:center;padding:45px 0;border-top:1px solid rgba(143,167,222,.25);border-bottom:1px solid rgba(143,167,222,.25);}.kMisc4 h2{font-size:54px;color:var(--gold);font-weight:700;}
.kMisc3,.kMisc6{padding:70px 0}.kMisc6 h2{font-family:'Newsreader',Georgia,serif;color:var(--gold);margin-top:28px;}.kMisc6 p{font-size:15px;}
.kFaqSec{padding:70px 0}.faq-question{width:100%;background:#171C26;color:var(--ivory);border:0;border-bottom:1px solid rgba(143,167,222,.2);text-align:left;padding:18px 22px;font-weight:600;}.faq-question:after{content:'+';float:right;color:var(--gold);}.faq-item.open .faq-question:after{content:'−';}.kAnswer{display:none;padding:0 22px 18px;}.faq-item.open .kAnswer{display:block;}
footer{background:#080b0a;border-top:1px solid rgba(143,167,222,.3);padding:55px 0 25px;}footer p,footer a{color:var(--muted);}footer a:hover{color:var(--gold)}.kFootName{font-family:'Newsreader',Georgia,serif;color:var(--gold);font-size:28px!important}.kFootNav li{margin-bottom:8px}.kNote{border-left:3px solid var(--gold);padding-left:12px}.kCopy{text-align:center;margin-top:25px;color:var(--gold)}
.kCookie{position:fixed;left:20px;right:20px;bottom:20px;z-index:99999;background:#101318;border:1px solid var(--gold);padding:16px 18px;display:none;max-width:860px;margin:auto;box-shadow:0 12px 35px rgba(0,0,0,.5)}.kCookie p{display:inline-block;margin:0 15px 0 0}.kCookie button{background:var(--gold);border:0;color:#101318;padding:9px 16px;text-transform:uppercase;font-weight:700;}
@media (max-width: 768px){.kLogo{font-size:34px;padding:26px 0}.kBtnGhost{margin-left:0;margin-top:12px}.kHero{padding:120px 0}.kMisc1 h1{font-size:32px}.kCookie p{display:block;margin-bottom:12px}}


/* ===== FOOTER ===== */

footer {
    background: #080b0a;
    border-top: 1px solid rgba(143,167,222,.25);
    padding: 60px 0 25px;
}

.kFootRow {
    display: flex;
    align-items: flex-start;
}

.kFootName {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 34px;
    color: #4A639C;
    margin-bottom: 25px;
    line-height: 1.2;
}

footer p,
footer a {
    color: #6E7688;
    font-size: 15px;
    line-height: 1.8;
    text-decoration: none;
}

footer a:hover {
    color: #4A639C;
}

.kFootNav {
    padding: 0;
    margin: 0;
}

.kFootNav li {
    margin-bottom: 14px;
}

.kFootNav a {
    position: relative;
    transition: .3s;
}

.kFootNav a:hover {
    padding-left: 8px;
}

.kNote {
    margin-top: 25px;
    padding: 15px 20px;
    border-left: 3px solid #4A639C;
    background: rgba(143,167,222,.05);
    line-height: 1.7;
}

.kCopy {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(143,167,222,.15);
    color: #4A639C;
    font-size: 14px;
}

/* Mobile */

@media (max-width: 768px) {

    footer {
        text-align: center;
    }

    .kFootRow > div {
        margin-bottom: 35px;
    }

    .kNote {
        text-align: left;
    }
}

/* ============================================================
   ARYKOIUMBUCP — eigene Ebene (Frankfurt am Main)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600&family=Figtree:wght@300;400;500;600;700&display=swap');

body { background-color: #F3F1EC; }
h1, h2, h3, h4, h5 { font-family: 'Newsreader', Georgia, serif; letter-spacing: -0.2px; }
p { color: #6E7688; }

.kLogo { letter-spacing: 4px; text-transform: uppercase; font-size: 18px; }
.kHero .kColWide h2 { letter-spacing: 1px; }

/* Karten und Kanten */
.kCard, .kCardAlt, .kTileInner, .kFormBox, .kPic img, .kPicAlt img,
.kPicWide img, .kCard img, .kCardAlt img { border-radius: 20px; }
.kBtnMain a, .kBtnGhost a, .kBtnLight a, .btn { border-radius: 999px;
  letter-spacing: 2.2px; padding: 14px 30px; }

/* Fakten-Streifen */
.kFacts { display: flex; flex-wrap: wrap; border-top: 1px solid #D3D8E2;
  border-bottom: 1px solid #D3D8E2; margin: 26px 0; }
.kFacts .kFact { flex: 1 1 25%; padding: 18px 20px; border-left: 1px solid #D3D8E2; }
.kFacts .kFact:first-child { border-left: 0; padding-left: 0; }
.kFacts .kFact b { display: block; font-family: 'Newsreader', serif; font-size: 26px;
  color: #2E4272; line-height: 1.1; }
.kFacts .kFact span { display: block; margin-top: 2px; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: #8B93A3; }

/* Öffnungszeiten */
.kHours { margin-top: 14px; }
.kHours div { display: flex; justify-content: space-between; padding: 10px 2px;
  border-bottom: 1px solid #D3D8E2; font-size: 14px; color: #4C5464; }
.kHours div b { color: #101318; }

/* Hinweisfeld */
.kAlert { background: #E7EAF2; border-left: 4px solid #2E4272; border-radius: 0 14px 14px 0;
  padding: 16px 20px; color: #26314A; font-size: 14px; margin: 20px 0; }

/* Liste mit Strichen */
.kDash { list-style: none; padding: 0; margin: 14px 0 0; }
.kDash li { position: relative; padding-left: 20px; margin-bottom: 9px; color: #4C5464;
  font-size: 14px; }
.kDash li:before { content: '—'; position: absolute; left: 0; color: #2E4272; }


/* ============================================================
   ARYKOIUMBUCP — Farbkorrektur: heller Stein, marineblaue Karten
   ============================================================ */
:root{
  --obsidian:#E9E5DD;   /* Seitenhintergrund */
  --gold:#8FA7DE;       /* Akzent auf dunklen Flächen */
  --ivory:#F7F5F1;
  --burgundy:#1E2C4C;
  --copper:#C4D0EE;
  --muted:#5D6577;
}
body{ color:#2A3038; }
h1,h2,h3,h4,h5{ font-family:'Newsreader',Georgia,serif; }

/* Überschriften auf hellem Grund */
.kSecTitle h2, .kMisc4 h2, .kMisc6 h2 { color:#2A3C68 !important; }
.kMisc6 p, .kMisc2 p { color:#4E5668; }

/* Text auf dunklen Flächen */
.kCard p, .kCardAlt p, .kFormBox p, .kHero p, .kMisc1 p,
.kCookie p, footer p, .kAnswer p, .kIntro .kLead p { color:#B9C1D2; }
.kCard span, .kCardAlt span { color:#98A2B8; }

/* eigene Bausteine auf dunklen Karten */
.kFacts{ border-color:rgba(143,167,222,.28); }
.kFacts .kFact{ border-left-color:rgba(143,167,222,.28); }
.kFacts .kFact b{ color:#8FA7DE; }
.kFacts .kFact span{ color:#8992A6; }
.kHours div{ border-bottom-color:rgba(143,167,222,.22); color:#B9C1D2; }
.kHours div b{ color:#E7EBF5; }
.kAlert{ background:rgba(143,167,222,.10); border-left-color:#8FA7DE; color:#D6DCEA; }
.kDash li{ color:#B9C1D2; }
.kDash li:before{ color:#8FA7DE; }

/* Formularfelder */
#sec-e .kFormBox select, #sec-e .kFormBox input{
  background:#F7F5F1; color:#1B2230; border:1px solid rgba(143,167,222,.65); border-radius:999px;
  padding:10px 16px; }
#sec-e .kFormBox button.btn{ border-radius:999px; }

/* Kanten */
.kCard, .kCardAlt, .kFormBox, .faq-item, .kTileInner{ border-radius:18px; overflow:hidden; }
.kCookie{ border-radius:16px; }

.kIntro .kLead{ border-color:rgba(143,167,222,.35); border-radius:20px; }
.kPhone{ background:rgba(143,167,222,.14) !important; border-radius:14px; }
.kPhone h6{ color:#E7EBF5 !important; }

/* Layout-Stabilisierung */
img{max-width:100%;height:auto;}
.kFootRow{display:flex;flex-wrap:wrap;align-items:flex-start;}
.kMisc6 p,.kMisc6 li{font-size:16px;line-height:1.75;}
@media (max-width:768px){
  .kTiles .kTile{flex:1 1 100%;max-width:100%;}
  .kFacts .kFact{flex:1 1 50%;padding:15px 12px;border-left:0;}
  .kHero,.kMisc1{padding-top:96px;padding-bottom:72px;}
  .kMisc6{padding-top:56px;padding-bottom:56px;}
}
