/*

  --second-color:#f2966a;

:root {
  --accent-color:     #8A6642;
  --second-color:     #AFC6C6;
  --main-bg-color:    #8A6642;
  --menu-bg-color:    #4A7C59;
  --box-bg-color:     #E8E0D2;
  --footer-bg-color:  #C19A6B;
}*/




/* Fix-Label über dem Marker */
.gm-style .marker-label-above {
  /* Google setzt inline transform: translate(-50%, -50%).
     Wir übersteuern das komplett und verschieben höher. */
  transform: translate(-50%, -130%) !important; /* -130% ≈ deutlich über Marker */
  white-space: nowrap;
  text-align: center;
  pointer-events: none;     /* Klick geht an den Marker */
  /* Optionales Styling für bessere Lesbarkeit: */
  background: rgba(255,255,255,.85);
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  font-weight: 600;
}



:root {
  --accent-color:#8A6642;
  --second-color:#c8aa8f;
  --main-bg-color:#8A6642;
  --menu-bg-color:#848C72;
  --box-bg-color:#595959;
  --footer-bg-color:#c8aa8f;
}


@media only screen and (min-width: 1025px) {
  body{
    border-left: 50px solid  var(--main-bg-color);
    border-right: 50px solid var(--main-bg-color);
  }
}


* {
  hyphens: none;
}


html, body {
  font-size: 18px;
  letter-spacing: 1.2px;
}


/* ===== */
#footer {
  background-color: var(--footer-bg-color);
  color: #fff;
  font-size: 17px;
}

#footer a {width: 300px;}


h1,
h2,
h3,
#footer h1, 
#footer h2, 
#footer h3 {
  color: var(--main-bg-color); 
}




/* ===== */

.logo {
  float: none;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo a {
  background-position: 0px 60px;
}


.header .inside,
#bottom .inside {
  max-width: 100%;
}

.header .inside {
  padding:0px;
}

.header.original .logo,
.stickyheader .header.cloned .logo	 {
  height: 190px;
  width: 300px;
  background: #fff;
  border: 2px solid var(--main-bg-color);
}
.stickyheader .header.cloned          { padding: 0 50px;}


.mod_langswitcher     {font-size: 16px;}
.mod_langswitcher a   {color:#fff; margin-right:10px}
.mod_langswitcher .mod_langswitcher_inside::after {content: "";}



.ce_text_image_bar .inside {max-width:1400px}



.suiten {
  background: #f8f8f8;
}


.ce_player.block {
  margin-bottom: -10px;
}


/* ===== */
/* MENU */
/* ===== */
#mmenu { min-width: 500px;}

.mmenu_overlay { top: 90px; }
.fixed-header .mmenu_overlay {top:70px;}


.mmenu_trigger {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color:#fff;
}

.mmenu_trigger .label {
  display: inline;
  font-size: 25px;
  padding-left:15px;
}

.mmenu_trigger .burger {
  display: inline-block;
}
.mmenu_trigger .burger .burger_lines, 
.mmenu_trigger .burger .burger_lines::after, 
.mmenu_trigger .burger .burger_lines::before {
  background: #fff;
}

body.viewport_tablet .smartmenu-trigger,
body.viewport_desktop .smartmenu-trigger{display: none !important;}
body.viewport_tablet .mmenu_trigger, 
body.viewport_tablet #mmenu,
body.viewport_desktop .mmenu_trigger, 
body.viewport_desktop #mmenu {display: block !important;}

/*
.ce_text_imagebox_image {
  border: 2px solid var(--box-bg-color);
}

.main-bg .ce_bgimage-inside {
  background: var(--box-bg-color);
  max-width:1360px;
}
*/

.ce_grid_gallery_start.frame-gutter li.grid-item {
  box-shadow: 0 0 0 4px var(--footer-bg-color);
}
.grid-text {
  background: var(--footer-bg-color);
}
.grid-text .font_headline {color:#fff;}
.grid-text p {color:var(--main-bg-color);}


#footer .ce_image_extended .image_container img {
  width: 110px;
}
#footer .ce_image_extended  {
  margin-right:10px;
  display: inline-block;
}






/*-----------------------------*/
/* ---- Tabs Appartements ---- */
/*-----------------------------*/
.suiten 				{padding: 40px 80px !important;}
.suiten .ce_tabs		{margin-top: -57px; background:#ffffff;}

/* ---- Titelzeile ----- */
.zimmer .titel_wrapper {
  background: #382110;
  height: 84px;
  width: 80%;
  float: left;
  color:#fff;
}

.zimmer .titel_wrapper .titel {
  display: inline-block;
  font-size: 30px;
  margin: 20px;
  text-transform: uppercase;
  font-weight:600;
}

.zimmer .preis {
  position: relative;
  height: 140px;
  width: 20%;
  float: right;
}

.zimmer .preis .ce_hyperlink {height: 60px;}

.zimmer .preis .inside {
  padding-top: 10px;
  text-align: center;
  background: #382110;;
  color: #ffffff;
  height: 84px;
  border-left: 2px solid #fff;
}

				
.zimmer .preis .zahl {font-size: 25px; font-weight:bold;}

.zimmer .preis .ce_hyperlink .ce_url	{height: 47px;}
.zimmer .preis .ce_hyperlink a			{
  height: 100%;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  border-left: 2px solid #fff;
}

/* ---- TABS ----- */
.ce_tabs .tabs.classic ul li:first-child	{  }


.ce_tabs .tabs.classic ul li.active, 
.ce_tabs .tabs.classic ul li:hover	{ 
	border-right:1px solid #382110; 
	border-left:2px solid #382110; 
	border-top:1px solid #382110;
	background:#382110 !important;
	color:#ffffff; 
}



.ce_tabs .tabs.classic ul li {
    background: none !important;
    color:#382110;
	text-transform: uppercase;
	font-weight: 600;
    margin:0;
    padding:12px 30px;
    border-right: 1px solid #ACA493;
}

.ce_tabs .panes.classic 				 { padding: 0px; }
.ce_tabs .panes.classic .section		 { padding: 25px;}




/* ---- Zimmerpreise ----- */

.preise .ce_table table td p { display: inline;}

.preise h6 {display: none;}
.preise table {border: none;}

.preise table td, .preise table th {
  height: 50px;
  border-bottom: 2px solid #ffffff;
}

.preise table .col_first {padding-left: 20px;}
.preise table .col_0 {font-weight: bold;  text-align: center;}

.preise table .head_1, 
.preise table .head_2, 
.preise table .head_3,
.preise table .head_4, 
.preise table .col_1, 
.preise table .col_2,
.preise table .col_3,
.preise table .col_4{
  text-align: center;
  border-left: 2px solid #ffffff;
}

.preise table thead tr {
  background: #e6e1dd;
  color: #53524a;
}

.preise table tbody tr:nth-child(even) {background: #e6e1dd;}
.preise table tbody tr:nth-child(odd) {background: #f2f0ee;}


#mmenu_bottom { height: 50px; }
#mmenu_bottom .mod_langswitcher a { color: #000; }
#mmenu_bottom .mod_langswitcher {
  left: 10px !important;
  text-align: left;
}



.kinder td {
  border-bottom: none !important;
  padding: 0 !important;
  height: 0px !important;
}

.kinder tr {
  background: unset !important;
}

.kinder .betrag {
	text-align:right !important;
	padding-right:20px !important;
}




/* ---- Mobile ----- */
@media screen and (max-width: 768px) {
	body {
	  font-size: 14px;
	  letter-spacing: 1px;
	}
	p {line-height: 22px;}
	
	.header.original .logo, 
	.stickyheader .header.cloned .logo {
		height: 80px;
		width: 200px;
		background: #fff;
		border: 2px solid var(--main-bg-color);
	}
	.logo a { background-position: 0px 15px; }
	.logo   { top: 20px; }
	.mmenu_trigger { left: 20px; top: 25px; }
	
	.mmenu_trigger .label {
	    display: block;
	    font-size: 14px;
	    padding-left: 6px;
	}
		
	.mod_navigation.mobile_vertical { margin-top: 50px; }

	.mmenu_trigger .burger.open .burger_lines, 
	.mmenu_trigger .burger.open .burger_lines::after, 
	.mmenu_trigger .burger.open .burger_lines::before { background: var(--main-bg-color); }
	
	
	h1 {font-size:36px; line-height:50px;}
	#footer h3 {text-align: left !important;}
	
	.ce_grid_gallery_start li.grid-item { width: 100% !important;	}
	
	
	
	.noimage .burger_lines,
	.noimage .burger_lines::before,
	.noimage .burger_lines::after{
		background:  var(--main-bg-color) !important;
	}
	
	.noimage .mmenu_trigger {
		color:  var(--main-bg-color);
	}
	
	
	
  .suiten 				{padding: 10px !important;}
	
  .zimmer .titel_wrapper {width: 100%;   border-radius: 0 45px 0 0;}
  
  .zimmer .titel_wrapper .titel { font-size: 18px;}
  .zimmer .titel_wrapper .zusatz { font-size: 12px;}

  .zimmer .preis {
    height: 100px;
    margin-bottom: 100px;
    width: 100%;
  }

  .zimmer .preis .ce_hyperlink, 
  .zimmer .preis .ce_hyperlink .attribute {
    height: 60px;
    display:block;
  }
  
  .zimmer .preis .inside {
    border-radius: 0;
  }
  
  .preise table .col_first {padding: 0px;}
  .preise .ce_table table td {padding: 0px;}
  
}


/*-----------------------------*/
/*-----------------------------*/