html,body {}
body{font-family: "OpenSans-Regular";font-size: 16px;line-height: 24px;color:#382208;letter-spacing:1px;}
h1,h2,h3,h4,h5,.navbar-brand { font-family: "PlayfairDisplay-Medium"; font-weight:600; }
.navbar-brand {color: #382208;}
.navbar-nav,.copyright { font-family: "PlayfairDisplay-Medium"; }
.navbar-nav a.active {font-weight:bold;}
.bg-body-tertiary {padding:0;}
#navbarNavDropdown {background: #382208 !important;color:#fff;text-transform: uppercase;padding: 15px;}
.navbar-expand-lg .navbar-nav .nav-link {color:#fff;}
.navbar-nav .nav-link.active {color:#f4e17b;}
.navbar-toggler {margin-right: 15px}
.clear-fix {clear:both;width:100%;height:1px;}

img.navbar-brand-logo {width:100px;}
img.navbar-brand-inside-content {width:200px;height:auto;margin: 0 auto;}
img.image-embed-item {width:100%;height:auto;}
.news-list-item p {margin:0;}
h3 a {text-decoration:none;color:#382208;}
a.scroll-to-top {position: fixed;right: 2%;bottom: 10%;text-align: center;cursor: pointer;color: #333;text-decoration: none;}
.social-link {display:inline-flex;}
#banner {overflow:hidden;}
#footer  {background-color: #e9ecef;}
#footer .copyright {padding-top:5px;border-top:1px solid #fff;}
a {color:#382208;}
a:hover {text-decoration:underline;}

.ce-headline-center {text-align:center;}
.frame-space-before-extra-small {margin-top:5px;}
.frame-space-before-small {margin-top:15px;}
.frame-space-before-medium {margin-top:30px;}
.frame-space-before-large {margin-top:45px;}
.frame-space-before-extra-large {margin-top:60px;}
.frame-space-after-extra-small {margin-bottom:5px;}
.frame-space-after-small {margin-bottom:15px;}
.frame-space-after-medium {margin-bottom:30px;}
.frame-space-after-large {margin-bottom:45px;}
.frame-space-after-extra-large {margin-bottom:60px;}

/* Shine */
.news-img-wrap,.news-img-wrap a {display:block;overflow:hidden;}
.news-img-wrap a {position: relative;}
.news-img-wrap a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.news-img-wrap a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.teaser-text {}
.teaser-text p {margin:0;}
.news-single .header h1,.news-single .teaser-text p {color: #f15a24;}
.social-media a,.callus {
	display: inline-table;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0;
	color: white;
	border-radius: 5px;
	margin-bottom: 15px;
}
.social-media a img,.callus img {
	width:30px;height:auto;	
}
.social-media a.facebook {
    background: #314a7e;	
}
.social-media a.lineat {
    background: #06c755;	
}
.social-media a.youtube {
    background: #e52d27;	
}
.callus{
    background: #382208;
}
.booknow{
    padding: 10px 35px;
    margin: 50px auto;
    display: table;
    border: 1px solid;
    border-radius: 25px;
    text-decoration: none;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

ul.news-tags {display: flex;flex-flow: wrap;margin: 0;list-style: none;padding: 0;row-gap: 10px;column-gap: 10px;column-gap: 1; justify-content: center;}
ul.news-tags li{padding: 5px 10px;border:1px solid #eee;border-radius: 5px;background-color: blanchedalmond;}
ul.news-tags li a {color: #1F1F27;text-decoration:none;}
ul.news-tags li a:hover {color: blue;text-decoration:underline;}
#c16 ul.news-tags {justify-content: left;}


/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-row { display:flex;  justify-content: flex-start; align-items: flex-start; gap: 10px;}
    .ce-column { margin:0; width:33.33%; }
	.ce-column img {width:100%;height:auto;margin:0 auto;padding:0;}

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

@media (min-width: 1024px){
	.h3, h3 { font-size: 1.25rem;}
	h4{font-size:1.1rem;}
	h5{font-size:1.1rem;}
	#news-container-6 .topnews,
	#news-container-12 .topnews {padding:15px;border: 5px solid #fff;border-radius: 10px;background: blanchedalmond;}
	.news-related ul {display: flex;flex-flow: wrap;margin: 0;list-style: none;padding: 0;row-gap: 1%;column-gap: 1%;column-gap: 1;font-size: 90%;}
	.news-related ul li{padding: 1.5%;border:1px solid #eee;width: 19%;margin-bottom: 1%;}
	.navbar-brand {
		display: block;
		margin: 0 auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 30px;
	}	
}
@media (max-width: 1023px){
	body{font-size: 14px;line-height: 18px;}
	h1{font-size:1.5rem;}
	h2{font-size:1.45rem;}
	h3{font-size:1.25rem;}
	h4{font-size:1.1rem;}
	h5{font-size:1.1rem;}
	.news-related ul {list-style:none;}
	.news-related ul li{display:block;margin-bottom:5px;}
}
@media (max-width: 400px){
}