@charset "utf-8";
/* CSS Document */


body.mceContentBody { overflow: auto; background-color: #FFFFFF; padding-top:0; }

.content
{
    font: 1em/180% "PT Sans", "Trebuchet MS", Verdana, "Lucida Sans", "sans-serif";
    color:#65594C;
	padding: 85px 0 0 0;
	width:100%;
	position: relative;
	float:left;
}

.content ul
{
    margin: 0;
    padding: 0;
    display:table;
    list-style: none;
    position: relative;
}

.content li
{
    padding-left: 16px;
    padding-bottom: 3px;
    position: relative;
	box-sizing: border-box;
	float:left;
	width:100%;
}

.content ul li::before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '⬛';
	color: #524D46;
	font-size: 0.3em;
}
.content .EBCTG-details  ul li:before
{
	display:none;
}
.content a
{
    color: #9F7F46;
}

.content a:hover
{
    text-decoration:none;
}
.center
{
	text-align:center;
}
.intro .art_element_c
{
	text-align:center;
	max-width:1000px;
}
.art_element.no-space
{
	margin-bottom:0 !important;
}
h1
{
	font: 1.188em/120% "PT Sans", "Trebuchet MS", Verdana, "Lucida Sans", "sans-serif";
	margin:0;
	padding: 0 0 35px 0;
	position: relative;
	color:#9F7F46;
}
h1:before
{
	width: 52px;
	height: 2px;
	position: absolute;
	left: calc(50% - 26px);
	content: '';
	background: #9F8046;
	bottom:33px;
}
h2
{
	font: 400 2.125em/110% Lato, Arial, Helvetica, "sans-serif";
	text-transform: uppercase;
	margin:0;
	padding:0;
}
h3
{
	font: 400 1.250em/140% Lato, Arial, Helvetica, "sans-serif";
	margin:0;
	padding: 0;
	letter-spacing:1px;
}
h4
{
	font:600 1.125em/130% "PT Sans", "Trebuchet MS", Verdana, "Lucida Sans", "sans-serif";
	margin:0;
	padding:0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5
{
	font:600 1.250em/140% 'Open Sans', Arial, Helvetica, "sans-serif";
	letter-spacing: 1px;
	margin:0 0 -10px 0;
	padding:0;
	text-transform: uppercase;
}
h6
{
	font:600 1em/150% 'Open Sans', Arial, Helvetica, "sans-serif";
	color: #967F57;
	margin:0;
	padding:0;
}
a.iv, 
a.iv_sub
{
	position: relative;
	float:left;
}
.art_element.art_gallery a.iv
{
	width:25%;
}
.art_element.art_gallery img.galimg
{
	width:100%;
	height: auto;
}
.art_element.art_gallery.full_width img.galimg,
.full_width .art_element.art_gallery img.galimg
{
	padding:0;
}
a.iv:after, 
a.iv_sub:after
{
	content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
	height:100%;
    opacity: 0;
    background: radial-gradient(transparent, rgb(60, 60, 60));
    transition: opacity 0.4s ease 0s;
}
a.iv:hover:after, 
a.iv_subg:hover:after
{
	opacity:0.2;
}
.highlight
{
	background: #F1F0EF;
}

.art_element.art_button a,
.art_texti_btn a
{
	background:#AE8C4D;
	color:#fff;
	font:400 1.063em/110% Lato, Arial, Helvetica, "sans-serif";
	padding: 7px 25px;
	border: 2px solid #AE8C4D;
	transition: all 0.5s;
	text-decoration: none;
	border-radius: 20px;
}
.art_element.art_button a:hover,
.art_texti_btn a:hover
{
	background:none;
	color:#AE8C4D;
}
/*.art_element.art_button.outline a,
.outline .art_element.art_button a,
.outline .art_texti_btn a,
.highlight.lightgrey.outline .art_texti_btn a,
.highlight.lightgrey .outline .art_texti_btn a
{
	background: none;
	border: 2px solid #574C46;
	color:#574C46;
}
.art_element.art_button.outline a:hover,
.outline .art_element.art_button a:hover,
.outline .art_texti_btn a:hover,
.highlight.lightgrey.outline .art_texti_btn a:hover,
.highlight.lightgrey .outline .art_texti_btn a:hover
{
	background: #574C46;
	color:#fff;
}
.highlight.outline .art_texti_btn a,
.highlight .outline .art_texti_btn a,
.highlight.outline .art_element.art_button a,
.highlight .art_element.art_button.outline a
{
	border: 2px solid #A08B68;
	color:#A08B68;
	background:none;
}
.highlight.outline .art_texti_btn a:hover,
.highlight .outline .art_texti_btn a:hover,
.highlight.outline .art_element.art_button a:hover,
.highlight .art_element.art_button.outline a:hover
{
	color:#fff;
	background:#A08B68;
}*/
.art_element.art_texti.image_right
{
	text-align:right;
}
.art_element.art_quote
{
	color:#fff;
}
.art_element.art_quote h2
{
	padding-bottom:50px;
}
.art_element.art_quote h2:after
{
	width: 52px;
	height: 2px;
	position: absolute;
	left: calc(50% - 26px);
	content: '';
	background: #fff;
	bottom:33px;
}
.art_element.art_quote .art_element_c
{
    position: relative;
}
.art_element.art_quote .art_background
{
	width: 100%;
    position: absolute;
    height: 100%;
	background-attachment: fixed;
    background-size: cover;
	z-index:1;
}
.art_element.art_quote .art_quote_cont
{
	flex-wrap: wrap;
    display: flex;
    padding: 60px 0;
    height: 570px;
	box-sizing:border-box;
	justify-content: center;
	align-items: center;
}
.art_element.art_quote .art_background:before
{
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	background: rgba(0,0,0,0.1);
	left:0;
	top:0;
	content:'';
}
.art_element.art_quote .art_texti_btn a
{
	background:none;
	border-radius:2px;
	border: 2px solid #fff;
}
.art_element.art_quote .art_texti_btn a:hover
{
	color:#fff;
    border: 2px solid #AE8C4D;
	background: #AE8C4D;
}

.art_element.art_packages
{
	margin: 10px;
	padding-bottom:0;
	text-align:center;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.art_element.art_packages .art_element_c
{
	position: absolute;
	height:100%;
	bottom: calc(-100% + 85px);
    left: 0;
	z-index:10;
	padding: 30px;
	transition: all 1s;
	background: rgba(255,255,255,0.85);
}
.art_element.art_packages .art_pack_image
{
	position: relative;
	    float: left;
}
.art_element.art_packages  .art_element_c .art_inner
{
	opacity:0;
	transition: opacity 0.2s;
}
.art_element.art_packages h4:after
{
	width: 25px;
	height: 2px;
	position: absolute;
	left: calc(50% - 12.5px);
	content: '';
	background: #9F8046;
	bottom:10px;
}
.art_element.art_packages .art_pack_image img
{
	position: relative;
	z-index:1;
	float:left;
}
.art_element.art_packages:hover .art_element_c,
.art_element.art_packages:focus .art_element_c
{
	bottom:0;
	padding-top:100px;
}
.art_element.art_packages:hover  .art_element_c .art_inner,
.art_element.art_packages:focus  .art_element_c .art_inner
{
	opacity:1;
}
.art_element.art_packages:hover .art_pack_image:before,
.art_element.art_packages:focus .art_pack_image:before
{
	background: #F1F0EF;
	opacity:0.9;
}
.slick-list
{
	float: left;
    width: 100%;
    padding: 10px 0;
	overflow:hidden;
	position: relative;
}
ul.slick-dots
{
	display:none !important;
}
.slick-arrow
{
	position: absolute;
	top: calc(50% - 20px);
	padding: 0;
    border: 0;
    background:none;
	font-size:0;
    overflow: hidden;
	width:21px;
	height:40px;
}
.slick-arrow.slick-prev
{
	left:-50px;
}
.slick-arrow.slick-prev:before
{
	width:21px;
	height:40px;
	background: url(../img/icons/pfeil-links-braun.svg) no-repeat center center /100% auto;
	content:'';
	position: absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.slick-arrow.slick-next
{
	right:-50px;
}
.slick-arrow.slick-next:before
{
	width:21px;
	height:40px;
	background: url(../img/icons/pfeil-rechts-braun.svg) no-repeat center center /100% auto;
	content:'';
	position: absolute;
	top:0;
	left:0;
	cursor:pointer;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}
.art_element.prices .art_element_c
{
	padding-top: 30px;
}
.art_element.prices .art_element_c:before
{
	height: 4px;
	width:calc(100% - 100px);
	left: 50px;
	background: #706654;
	content:'';
	position: absolute;
	top:0;
}
.art_element.prices .art_headline h3
{
	margin-bottom:15px;
}
.art_element.prices .art_headline h3:after
{
	height:2px;
	width:51px;
	background: #968057;
	content: '';
	position: absolute;
	left:0;
	bottom: 25px;
}
.art_element.art_group.accitem > .art_element_c
{
	max-width:1100px;
}
.art_element.art_group.accitem > .art_element_c > .art_headline,
.art_element.art_group.accitem > .art_element_c > .art_inner
{
	background: #EBEBE9;
}
.art_element.art_group.accitem > .art_element_c > .art_headline
{
	padding-top:20px;
}
.preis-table-a
{
	font-size:0.938em;
	text-align:center;
	width:100%;
	border-spacing: 0;
}
.preis-table-a tr.preislistetop th,
.preis-table-a tr td.trtitle
{
	background: #E9E7E4;
	font-size:1.067em;
	padding: 12px 20px;
	font-weight: 400;
	color:#65594C;
}
.preis-table-a tr.preislistetop th:first-child
{
	text-align:left;
	background:#9F8046;
	font-style: normal;
	color:#fff;
}
.preis-table-a tr td,
.preis-table-a tr th
{
	padding: 12px 20px;
	background:#fff;
	border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
	font-weight: 400;
}
.preis-table-a tr td:first-child,
.preis-table-a tr th:first-child
{
	text-align:left;
	border-left: 1px solid #D6D6D6;
	font-weight:400;
	font-style: italic;
}
.art_element.art_box
{
	background:url(../img/bgs/bg_braun.jpg) repeat center center;
	color:#DDDDDB;
	padding-bottom:0;
	height: 340px;
	padding-top: 30px;
	margin-top:38px;
	margin-bottom:38px;
	overflow:visible;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.art_element.art_box a
{
	color:#DDDDDB;
}
.art_element.art_box h3
{
	letter-spacing:normal;
	font-weight: 700;
	font-size:1.188em;
}
.art_element.art_box.light
{
	background: url(../img/bgs/bg_beige.jpg) repeat center center;
	color:#4B463F;
}
.art_element.art_box.light:before
{
	width:120px;
	height:120px;
	position: absolute;
	top: -38px;
	right: 10px;
	content:'';
	background: url(../img/icons/bergen-nah.svg) no-repeat center center;
}
.art_element.art_box.light a
{
	color:#4B463F;
}
.art_element.art_box.cols_three
{
	width:calc(25% - 20px);
	margin-left: 10px;
	margin-right:10px;
	
}
.art_element.art_box .art_box_image_c img {
    width: 63px;
	height:auto;
	transition: transform 0.4s;
}
.art_element.art_box:hover .art_box_image_c img
{
	transform: scale(1.1);
}
.art_element.art_box.light .art_box_image_c img
{
	width:47px;
}
.art_element.art_box .art_box_btn
{
	font: 700 1.125em/170% Lato, Arial, Helvetica, "sans-serif";
	text-decoration: underline;
}
.art_element.highlight2 > .art_element_c
{
	display: flex;
    flex-wrap: wrap;
	padding-top: 35px;
    padding-bottom: 35px;
}
.art_element.highlight2 > .art_element_c:before
{
	position: absolute;
	width:calc(100% - 100px);
	height: 3px;
	top:0;
	left:50px;
	background: url(../img/bgs/dot_bg.png) repeat-x left top / 6px auto;
	content: '';
	opacity:0.8;
}
.art_element.highlight2 > .art_element_c:after
{
	position: absolute;
	width:calc(100% - 100px);
	height: 3px;
	bottom:0;
	left:50px;
	background: url(../img/bgs/dot_bg.png) repeat-x left top / 6px auto;
	content: '';
	opacity:0.8;
}
.content ul.EBCTG-flex-direction-nav
{
	display: block;
    position: static;
}
.content ul.EBCTG-slides li.EBCTG-img,
.content ul.EBCTG-flex-direction-nav li
{
	padding:0;
	list-style: none;
	position: static;
}
.content ul.EBCTG-slides li.EBCTG-img:before,
.content ul.EBCTG-flex-direction-nav li:before
{
	display:none;
}
/*-------box_links----------*/
.art_element.art_plain .box_links
{
    width: calc(100% + 10px);
    margin-left: -5px;
    position: relative;
}

.art_element.art_plain .box_links_c,
.art_element.art_plain .box_links_c .slick-track
{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content:center;
}

.art_element.art_plain .box_links a
{
    width: calc(17% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
/*    padding: 45px 35px 35px;
    background-color: #F8F8F8;
    border: 1px solid #DADADA;
    font: 400 1rem/150% Ubuntu, Tahoma, sans-serif;
    color: #C1AA6E;*/
    text-transform: uppercase;
    text-align: center;
    font-weight: bold
}

.art_element.art_plain .box_links a:hover,
.art_element.art_plain .box_links a:focus
{
    text-decoration: none;
}

.art_element.art_plain .box_links a > span
{
    display: inline-block;
    margin-top: 10px;
}

.art_element.art_plain .box_links .img_c
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.art_element.art_plain .box_links a img
{
    height: auto;
    transition: all ease .5s;
    max-width: 100%;
}

.art_element.art_plain .box_links a:hover img
{
    transform: scale(1.1);
}
.art_element.art_plain .box_links .slick-arrow
{
    background-color: #9F7F46;
    width:32px;
    height:67px;
    margin-top:-33px;
    cursor:pointer;
}
.art_element.art_plain .box_links .slick-arrow::after
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: '\f104';
    font-family: "FontAwesome";
    font-size: 30px;
    color: #fff;
}
.art_element.art_plain .box_links .slick-arrow::before
{
    content:none;
}

.art_element.art_plain .box_links .slick-arrow.slick-next::after
{
    content: '\f105';
}
/*-----------equipment------------------*/
.art_element.art_plain .equipment_c {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.art_element.art_plain .equipment_c .icon_c {
    width: 4.33%;
    padding-right: 20px;
    position: relative;
    margin-top: 20px;
    min-height: 50px;
    display: flex;
    align-items: center
}

.art_element.art_plain .equipment_c .icon_c::after {
    content: '';
    position: absolute;
    top: -3px;
    right: 10px;
    transform: rotate(16deg);
    width: 1px;
    height: 50px;
    border-left: 1px dotted #bdbfbf;
}
.art_element.art_plain .equipment_c img
{
    width:100%;
}

@media (max-width: 850px)
{
    .art_element.art_plain .equipment_c .icon_c
    {
        width: 5%;
        padding-right: 12px;
    }
    .art_element.art_plain .equipment_c .icon_c::after {
        top: 6px;
        right: 6px;
        height: 40px;
    }
}
@media (max-width: 650px)
{
    .art_element.art_plain .equipment_c .icon_c
    {
        width: 7.28%;
    }
}
@media (max-width: 500px)
{
    .art_element.art_plain .equipment_c .icon_c
    {
        width: 9.66%;
    }
}
@media (max-width: 400px)
{
    .art_element.art_plain .equipment_c .icon_c
    {
        width: 10%;
    }
}
/*
@media(max-width: 1300px)
{
    .art_element.art_plain .box_links a
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .art_element.art_plain .box_links a > span
    {
        margin-top: 30px;
    }
} */
@media(max-width: 1024px)
{
	.content
	{
		padding: 30px 0 0 0;
	}
	h1:before
	{
		width: 45px;
	}
	h1
	{
		font-size: 1em;
	}
	h2
	{
		font-size:1.813em;
	}
	.art_element .art_headline > * > span, .headline > span
	{
		margin-bottom: 7px;
	}
	.art_element.art_quote .art_background
	{
		background-attachment: inherit;
	}
	.art_element.art_packages .art_element_c
	{
		bottom: 0;
		padding-top: 100px;
	}
	.art_element.art_packages  .art_element_c .art_inner
	{
		opacity:1;
	}
	.art_element.art_packages .art_pack_image:before
	{
		background: #F1F0EF;
		opacity: 0.9;
	}
    /*---------box_list-------*/
    .art_element.art_plain .box_links_c
    {
        justify-content: center;
        align-items: flex-start;
    }

    .art_element.art_plain .box_links .slick-track
    {
        display: flex;
        align-items: stretch;
    }

    .art_element.art_plain .box_links .slick-list
    {
        width: 220px;
        margin-left: 5px;
        overflow: visible;
    }

    .art_element.art_plain .box_links a
    {
        width: 210px;
/*        font-size: 1rem;*/
    }

}
@media (max-width: 900px)
{
	.art_element.art_texti .art_element_c .dv_image_right,
	.art_element.art_texti .art_element_c .dv_image_left
	{
		order:1;
	}
	.art_element.art_texti.image_right .art_texti_cont, .art_element.art_texti.image_left .art_texti_cont
	{
		order:2;
	}
	.art_element.art_texti a.iv, a.iv_sub
	{
		position: static;
		float: none;
	}
	.art_element.highlight {
    padding-top: 12px;
    margin-bottom: 50px;
	}
	.art_element.prices .art_element_c:before
	{
		display:none;
	}
	.art_element.prices .art_element_c
	{
		padding-top:0;
	}
	.art_element.art_texti.image_right
	{
		text-align: left;
	}
	  
	.art_element.art_box
	{
		margin-top: 25px;
		margin-bottom:0;
	}
	.art_element.art_box.cols_three 
	{
		width: calc(50% - 25px);
		margin-left: 12.5px;
		margin-right: 12.5px;
	}
	.art_element.art_box.light
	{
		z-index:10;
	}
}
@media(max-width: 650px)
{
	a.iv, a.iv_sub
	{
		position: static;
		float: none;
	}
	h2
	{
		font-size:1.563em;
	}
	.art_element.prices .art_headline h3:after
	{
		left: 12px;
		bottom: 15px;
	}
	.art_element.art_group.accitem > .art_element_c > .art_headline 
	{
		padding-top: 15px;
		padding-bottom: 7px;
	}
	.art_element.art_box
	{
		height: 292px;
    	padding-top: 44px;
	}
	.art_element.art_box.cols_three 
	{
		width: calc(100% - 25px);
	
	}
	.art_element.pkgslider > .art_element_c
	{
		padding-left: 20px;
    	padding-right: 20px;
		max-width:450px;
	}
	.art_element.art_packages .art_element_c
	{
		padding-top: 85px;
	}
	.slick-arrow,
	.slick-arrow.slick-prev:before,
	.slick-arrow.slick-next:before
	{
		width:15px;
	}
	.slick-arrow.slick-prev
	{
		left: -15px;
	}
	.slick-arrow.slick-next
	{
		right: -15px;
	}
	.art_element.highlight2 > .art_element_c
	{
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.art_element.highlight2 > .art_element_c:before,
	.art_element.highlight2 > .art_element_c:after
	{
		width: calc(100% - 20px);
		left: 10px;
	}
	.art_element.art_quote
	{
		padding-bottom: 35px;
	}
	.art_element.art_quote .art_quote_cont
	{
		height: 290px;
	}
	.art_element.art_quote .art_background
	{
		background-position: center center;
	}
}
/*Wetter*/

.wetter_c {
    color: #525261;
    overflow: hidden;
    width: 96%;
	margin: 0 2%;
}
.wetter_c .wetter_day {
    float: left;
    margin: 35px 0 0;
    padding: 0 10% 0 0;
    width: 40%;
}
.wetter_c .wetter_desc {
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
.wetter_c p.wetter_title {
    color: #333333;
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 150%;
    text-transform: uppercase;
}
.wetter_c p.wetter_stitle {
    font-weight: bold;
    padding: 3px 0;
}
.wetter_c p.wetter_stitle.spacer {
    margin: 8px 0 0;
}
.wetter_c p.wetter_date {
}
.wetter_c .wetter_spacer {
    margin: 15px 0 0;
}
.wetter_c .wetter_day_data {
    float: left;
    margin: 10px 0 0;
    max-width: 460px;
    min-width: 280px;
}
.wetter_c .wetter_day_data .wetter_icon {
    padding: 0 10% 0 0;
    width: 30%;
}
.wetter_c .wetter_day_data .wetter_icon img {
    vertical-align: middle;
}
.wetter_c .wetter_day_data .wetter_label {
    font-weight: bold;
    padding: 0 5% 0 0;
    width: 35%;
}
.wetter_c .wetter_day_data .wetter_data {
    width: 20%;
}
.wetter_c .wetter_sepline {
    border-top: 1px solid #ccc;
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
@media only screen and (max-width: 1000px) {
	.wetter_c .wetter_day {
			width: 100%;
	}
	.wetter_c .wetter_day {
		width: 100%;
	}
	.wetter_c .wetter_day_data .wetter_label
	{
		font-size: 13px;
	}
	.wetter_c .wetter_icon img {
		width: 50px;
	}
	.wetter_c .wetter_day_data td {
		padding: 0;
	}
	.wetter_c .wetter_icon {
		padding: 0 5% 0 0;
		width: 25%;
	}
	.wetter_c .wetter_day_data .wetter_label {
		width: 45%;
	}
}
/*GOOGLE-MAPS*/

#maprahmen {
   border: 1px solid #fff;
   width: 100%;
   text-align: left;
}

#karte {
   width: 100%;
   height: 400px;
}

#input-hintergrund {
   background: #F0EEEE;
   padding: 5px;
   border: 1px solid #F0EEEE;
}

#inputaddress {
   width: 300px;
   padding: 1px;
   height: 30px;
   border: 1px solid #fff;
	background-color: #FFFFFF;
	font-family: "PT Sans", "Trebuchet MS", Verdana, "Lucida Sans", "sans-serif";
	font-size: 1em;
	color: #65594C;
	margin-right:15px;
}
#mapsButton {
   background: #AE8C4D;
   color: #fff;
   font: 400 1.063em/110% Lato, Arial, Helvetica, "sans-serif";
   padding: 7px 25px;
   border: 2px solid #AE8C4D;
   transition: all 0.5s;
   text-decoration: none;
   border-radius: 20px;
    cursor: pointer;
}
.mapposition {
    color: #65594C;
    font-size: 1em;
}
.marker {
    height: 120px;
    text-align: left;
    width: 300px;
}
/*easybooking*/
.EBCTG-eb-catlist-wrap .EBCTG-content h3 {
    font-size: 1.4em;
    color: #9F7F46 !important;
	 font-weight:600;
}
.EBPRC-wrapper .EBPRC-result .EBPRC-onecategory .EBPRC-category-title h3 {
    margin: 0;
    line-height: 36px;
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    color: #9F7F46 !important;
	 font-weight:600;
}
.EBCTG-btn-default, a.EBCTG-btn-default, a:link.EBCTG-btn-default {
    color: #333333;
    background-color: #c7c4bd !important;
    border-color: #cccccc;
}
.stepTwoRoomHeading h5 {
    display: inline-block;
    float: left;
	 font-family: "PT Sans", "Trebuchet MS", Verdana, "Lucida Sans", "sans-serif";
    font-size: 1.462em;
    font-weight: 600;
    color: #9F7F46 !important;
    margin-bottom: 6px;
}
.ciFont {
    color: #9F7F46 !important;
}
/* Easybooking Buchung*/

.content #ebbeContainer #ebbeAppWrapper ul li::before
{ content: none !important; }

#ebbeContainer #ebbeAppWrapper #ebbeHeader #ebbeUserNav
{ width: 100% !important;}

#ebbeContainer h1, h2, h3, h4, h5, h6
{float: none;}

#ebbeContainer #ebbeAppWrapper [data-toggle=collapse] .toggle-button
{    color: #9f8046;}

#ebbeContainer .select2-results__options .select2-results__option--highlighted, #ebbeContainer .select2-results__options .select2-results__option--highlighted[aria-selected] {
    background-color: #9f8046;
}

#ebbeContainer #ebbeAppWrapper #ebbeHeader #ebbeUserNav .navbar #topnav li .navigation_step {
    border: 2px solid #b8afa4;
}

#ebbeContainer #ebbeAppWrapper #ebbeContent #ebbeStepTwo #ebbeStepTwoRooms .stepTwoRoomChoose .stepTwoRoomOfferFilter
{    color: #9b8e8e;}


#ebbeContainer .slick-list
{ float: none;}