:root {
	--basecolor: #efeeea;
	--base-font: 1.25rem;
	--base-bigfont: 1.60rem;
	--base-font-family:'Dosis', sans-serif;
	--heading-font-family: 'Dosis', sans-serif;
	--heading-medium: 'Dosis';
	--heading-regular-font-family: 'Dosis', sans-serif;
	--base-font-color:#222222;
	--base-font-color2:#9C9C9C;
	--base-font-light:300;
	--theme-color: #cf6c4e;
    --theme-color-hover: #ce9b36;
	--heading-font-size1: 2.2rem;
	--subheading-font-size: 2.312rem;
	--dark-green: #322f02;
}
body {
	font-size:var(--base-font);
	font-family:var(--base-font-family);
	color:var(--base-font-color);
	background: url(../images/body-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
section {
    margin: 80px 0;
}
.main-sec {
    margin-top: 110px;
}
.tgreen_color {
	color:var(--theme-color);
}
.head_font_family {
	font-family: var(--heading-font-family);
}
.head_font_regular {
	font-family:var(--heading-regular-font-family);
}
.head_font_med {
	font-family:var(--heading-medium);
}
.head_font {
	font-size:var(--heading-font-size1);
}
.base-font {
	font-family: var(--base-font-family);
}
.base_color2 {
	color:var(--base-font-color2);
}
.light_font {
	font-weight:var(--base-font-light);
}
.head_subfont {
	font-size:var(--subheading-font-size);
	letter-spacing: 3.5px;
}
.big_font {
	font-size:var(--base-bigfont);
}
.unter_bgcolor {
	background: var(--basecolor);
}
.mx_wid {
    min-width: 226px;
}
.separator {
    width: 64px;
    height: 4px;
    background: var(--theme-color);
    margin: 0 auto;
}
.separator.aleft {
    margin-left: 0;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
/* -- Main wrapper -- */
.wrapper {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 5%;
}
/* -- Start main header css */
div#main-head {
    position: fixed;
    left: 5%;
    right: 5%;
    background: #fff;
    max-width: 1530px;
    margin: 0 auto;
    z-index: 1000;
    top: 0;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
ul.dropdown-menu li a {
    color: #222 !important;
    text-transform: capitalize;
}
ul.dropdown-menu li:last-child a {
    border-bottom: 0;
}
a.nav-link {
	color:var(--base-font-color);
	font-size: 17px;
}
li.nav-item.active a, li.nav-item a:hover {
    color: var(--theme-color);
}
/* .slider {
	background: #333;
	height: 400px;
	width: 100%;
} */
.navbar-toggler {
	margin-top: 15px;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/* -- Header Social -- */
.social_icons ul li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #efeeea;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
}
.social_icons li {
    margin-left: 10px;
}
header .navbar-nav .nav-item .dropdown-menu {
    top: 64%;
    padding: 12px 25px 20px;
}
/* -- End main header css */

/* -- banner section -- */
/* Slider */
section.unter_banner_sec:before {content: '';background: url(../images/bn-top.png);position: absolute;width: calc(100% + 1px);height: 147px;top: -40px;z-index: 9;background-repeat: no-repeat;background-size: 100%;}
section.unter_banner_sec {
    position: relative;
    overflow: hidden;
}
section.unter_banner_sec:after {
    content: '';
    background: url(../images/bn-btm.png);
    position: absolute;
    width: 100%;
    height: 85px;
    bottom: -30px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 100%;
}
.carousel-item {
  height: 587px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.carousel-caption img {width: 300px;}
div#carousel .carousel-caption {
    left: auto;
    right: auto;
    bottom: -110px;
    z-index: 0;
}
/* -- End banner section -- */

/* -- Start section2 -- */
.title_sec h2 {
    margin-bottom: 28px;
}
.title_sec {
    position: relative;
    z-index: 0;
}
.unter_mountain_text {
    max-width: 916px;
    margin: 45px auto 0;
}

/* -- End section2 -- */

/* -- Start Feature section -- */
.feat_sec img {
    transition: 0.3s ease-out;
    min-height: 350px;
    object-fit: cover;
}
.feat_sec:hover img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s ease-out;
}
.img_sec {
    overflow: hidden;
}
.feat_sec {
    position: relative;
    overflow: hidden;
}
p.feat_title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: var(--dark-green);
    padding: 1rem 1.9rem;
    outline: 2px dashed #6a6c5c;
    outline-offset: -10px;
    min-width: 195px;
    text-align: center;
}

/* -- End Feature section -- */

/* -- Start Das list -- */
.list_bg {
    background: url(../images/circle-bg.png);
    background-size: 175px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.list_bg img {
    width: 80px !important;
    margin: 0 auto;
}
.border-5 {
	border:5px solid #efeeea;
}
/* -- End Das list -- */

/* -- three block section -- */
.left_sec:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s ease-out;
}
.left_sec {
    overflow: hidden;
    transition: 0.3s ease-out;
    height: 100%;
}
.left_sec img {
    transition: 0.3s ease-out;
    min-height: 360px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mt-65 {
    margin-top: 30px;
}
@media only screen and (min-width:1500px) {
	p.med_size {
		font-size: 17px;
	}
}
/* -- End three block section -- */
/* -- Start offer section -- */
.offer_img {
    overflow: hidden;
    transition: 0.3s ease-out;
}
.offer_img img {
    height: 269px;
    object-fit: cover;
	transition: 0.3s ease-out;
}
.offer_img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s ease-out;
}

/* -- End offer section -- */


/* -- Start holidays block section -- */
.ft-42 {
	font-size:42px;
}
a.btn_theme {
    font-size: 24px;
    background: var(--theme-color);
    border-radius: 0;
    padding: 14px 36px;
    color: #fff;
}
a.btn_theme:hover {
    background: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.mt-80 {
    margin-top: 80px;
}
/* -- End three block section -- */

/* -- Start Gallery section -- */
.btn_transparent {
    background: transparent !important;
    color: var(--theme-color) !important;
    border: 1px solid var(--theme-color);
}
.btn_transparent:hover {background: var(--theme-color) !important;color: #fff !important;}
.mt-40 {
    margin-top: 40px;
}
.gallery-sec .thumb a {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-sec .thumb a:hover:before {content: '';position: absolute;width: 100%;height: 100%;background: rgb(255 255 255 / 35%);left: 0;right: 0;transition: 0.3s ease-out;z-index: 9;}
.gallery-sec .thumb a:hover:after {content: '\f00e';font-family: 'Font Awesome 5 Free';font-weight: 900;position: absolute;top: 50%;font-size: 25px;left: 0;right: 0;transform: translateY(-50%);color: #000000;}
.gallery-sec .thumb a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s ease-out;
}
.gallery-sec .thumb img {
    transition: 0.3s ease-out;
}
.gallery-sec .thumb {
    width: 25%;
    overflow: hidden;
}
.gallery {
    margin: 0;
}
.gallery-sec .thumb img {
    height: 226px;
    object-fit: cover;
    width: 100%;
}
.gallery-sec .thumb figure {
    margin-bottom: 0;
}
/* -- End Gallery section -- */

/* 2nd page css */
/* Accordian */
#main #faq .card {
  margin-bottom: 12px;
  border: 0;
  border-radius: 0;
}
#main #faq .card .card-header {
  border: 0;
  border-radius: 0;
  padding: 0;
}
#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: var(--basecolor);
  padding: 25px 30px;
  border-radius: 0;
  font-size: 20px;
  box-shadow: none;
}
#main #faq .card .card-header .btn-header-link:after {
	content: "";
	background: url(../images/arrow-up.png);
	float: right;
	width: 22px;
	height: 13px;
	margin: 6px 0;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "";
  background: url(../images/arrow-down.png);
}
#main #faq .card .collapse {
  border: 0;
}
#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
#faq .card-body {
    padding: 30px 30px 30px;
    max-width: 781px;
}
div#faq .card:last-child {
    margin-bottom: 0 !important;
}
div#faq .card-body p {
    line-height: 30px;
}
/* End Accordian */


/* List block section */
a.cmn-btn {
    background: var(--theme-color);
    border-radius: 0;
    padding: 5px 27px;
    font-size: 20px;
    background-size: 100% 100%;
    transition: 0.3s ease-out;
}
a.cmn-btn:hover {
    transform: translateY(-8px);
    transition: 0.3s ease-out;
}
.lgreen_color {
    background: #91b04c !important;
}
.unter_tbtns {
    margin-top: 22px;
}
.block_sec {
    margin-bottom: 100px;
}
.three_block .block_sec:last-child {
    margin-bottom: 0;
}
.thead-dark th {
    background: #007a4e;
    color: #fff;
}
/* End List block section */

/* 2nd page css */

/* -- Start footer section -- */
footer.footer .footer_top {
	padding: 40px 0;
}
footer a {
	color:var(--base-font-color);
	text-decoration:none;
}
footer a:hover {
	text-decoration:none;
}
.unter_partner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_bottom {
    padding: 20px 0;
    background: #302d01;
}
.unter_partner ul li {
    padding: 0px 45px;
}
.unter_partner ul li:first-child {
    padding-left: 0;
}
.bottom_links li {
    display: inline-block;
    padding: 0 6px;
}
.bottom_links, .copyright {
    display: inline-block;
}
/* -- End footer section -- */

/* -- Start Back to top -- */
#scroll {
    position:fixed;
    right: 40px;
    bottom: 30px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: var(--theme-color);
    display:none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #F2F2D9;
    font-size: 30px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: var(--theme-color-hover);
    opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}
@media only screen and (min-width:1600px) {
	#scroll {
		position: fixed;
		right: 0;
		bottom: 0;
		cursor: pointer;
		width: 100px;
		height: 100px;
		background-color: var(--theme-color);
		display: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: center;
		line-height: 100px;
		color: #F2F2D9;
		font-size: 50px;
	}
}
/* -- End Back to top -- */

/* -- Tables styles -- */
.tablestyle {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #5e5e5e;
    margin-bottom: 15px;
}
.tablestyle tr {
    background-color: #fff;
    color: #5e5e5e;
}
.tablestyle tr td {
    padding: 6px 10px;
}
.tablestyle tr:nth-child(even) {
    background-color: #e8e8e8;
    color: #5e5e5e;
}
.tablestyle tr:first-child td {
    background-color: #cf6c4e;
    color: #fff;
    font-weight: 700;
}

.tablestyleOhneKopfzeile {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #5e5e5e;
    margin-bottom: 15px;
}
.tablestyleOhneKopfzeile tr {
    background-color: #fff;
    color: #5e5e5e;
}
.tablestyleOhneKopfzeile tr td {
    padding: 6px 10px;
}
.tablestyleOhneKopfzeile tr:nth-child(odd) {
    background-color: #e8e8e8;
    color: #5e5e5e;
}

.tablestyleMitSpalteLinks {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #5e5e5e;
    margin-bottom: 15px;
}
.tablestyleMitSpalteLinks tr td {
    background-color: #fff;
    color: #5e5e5e;
    padding: 6px 10px;
}
.tablestyleMitSpalteLinks tr td:first-child {
    background-color: #cf6c4e !important;
    font-weight: 700;
    color: #fff !important;
    font-size: 0.9em;
}
.tablestyleMitSpalteLinks tr:nth-child(even) td {
    background-color: #e8e8e8;
    color: #5e5e5e;
}
.tablestyleMitSpalteLinks tr:nth-child(odd) td {
    background-color: #fff;
}
.tablestyleMitSpalteLinks tr:nth-child(odd) td:first-child {
    background-color: rgba(207, 108, 78, 0.7) !important;
}
.tablestyleMitSpalteLinks tr:first-child td {
    color: #fff;
    background-color: #cf6c4e !important;
    font-weight: 700;
    font-size: 0.9em;
}
.tablestyleMitSpalteLinks tr:first-child td:nth-child(even) {
    background-color: #cf6c4e !important;
}
.tablestyleMitSpalteLinks tr:first-child td:first-child {
    background: none !important;
}
/* -- Owl default --*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width: 14px;height: 14px;margin: 0px 7px;background: transparent;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px;border: 2px solid var(--theme-color);}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: var(--theme-color);}

/* PEL Admin fixes */
body.bodyLoggedIn .header_whole {
    top: 48px !important;
}

/* Language selector */
.navbar-language {
    cursor: pointer;
    position: relative;
    line-height: 20px;
    /* width of icon + spacing */
    padding: 10px calc(20px + 10px) 10px 0;
    display: flex;
    margin: 0 10px;
}

.navbar-language::after {
    content: '';
    width: 0.8em;
    height: 0.8em;
    background-image: url("../img/arrow_down_dark.svg");
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.navbar-language span {
    text-transform: uppercase;
    color: #5e5e5e;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
}

.navbar-language .navbar-language_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    display: none;
}

.navbar-language .navbar-language_dropdown a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid var(--theme-color);
    color: var(--theme-color);
    background-color: #fff;
}

.navbar-language .navbar-language_dropdown a:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    text-decoration: none;
}

.navbar-language .navbar-language_dropdown a:last-child {
    border-bottom: none;
}

.navbar-language:hover .navbar-language_dropdown {
    display: block;
}
@media only screen and (min-width:991px)  {
    .navbar-language {
        order: 2;
    }
    .social_icons {
        order: 3;
    }
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    .navbar-language {
        margin-right: 40px;
    }
}
@media only screen and (max-width:768px) {
    .navbar-language span {
        margin-top: 4px;
    }
    .navbar-language {
        margin-right: 20px;
    }
}

/* Unsere Fixes */
.wrapper_inner {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-sec {
    flex-grow: 1;
}
.main-sec > *:not(section):not(style) {
    margin: 0 80px;
}

.main-sec > *:not(section):not(style):first-child {
    margin-top: 50px;
}
.pageElemAdmin_cst .dropdown-menu {
    padding: 0 !important;
}
.item_img_wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_bg img {
    width: 100% !important;
    height: auto !important;
}
#backButton {
    margin-top: 0;
}
.main-sec section:last-of-type {
    margin-bottom: 0;
}
.main-sec .slider-section:first-child {
    margin-top: -48px;
}

@media only screen and (max-width:768px) {
    .wrapper {
        padding: 0;
    }
    #main-head {
        left: 0 !important;
        right: 0 !important;
    }
}
