:root {
	--basecolor: #e7f0eb;
	--base-font: 1rem;
	--base-bigfont: 1.25rem;
	--base-font-family: "Montserrat", sans-serif;
	--heading-font-family: "Noto Serif", sans-serif;
	--heading-regular-font-family: "Noto Serif", sans-serif;
	--base-font-color: #707070;
	--base-font-color2: #9c9c9c;
	--base-font-light: 300;
	--tgreen-color: #156b3e;
	--section-padding: 40px 0;
	--section-padding2: 80px 0;
	--heading-font-size1: 3.75rem;
	--subheading-font-size: 2.312rem;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
	}

	100% {
		box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
	}
}

html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-size: var(--base-font);
	font-family: var(--base-font-family);
	color: var(--base-font-color);
	padding-right: 0 !important;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

body.fixed {
	position: fixed;
	overflow: hidden;
}

body.bodyLoggedIn {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
}

a {
	color: var(--tgreen-color);
}

a,
button {
	font-family: var(--base-font-family);
}

iframe {
	border: none;
}

.tgreen_color {
	color: var(--tgreen-color);
}

.head_font_family {
	font-family: var(--heading-font-family);
	font-weight: 700;
}

.head_font_regular {
	font-family: var(--heading-regular-font-family);
}

.alpen_section {
	padding: var(--section-padding);
}

.alpen_section2 {
	padding: var(--section-padding2);
}

.head_font {
	font-size: var(--heading-font-size1);
	font-weight: 700;
}

.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);
}

.mx_wid {
	min-width: 226px;
}

/* -- Side fix buttons -- */
.alpen_side-btns {
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	transition: 0.5s ease-out;
}

.alpen_side-btns ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.alpen_side-btns ul li a {
	background: #f8bd76;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
	padding: 14px 20px;
	text-align: left;
}

.alpen_side-btns li {
	margin-bottom: 5px;
}

.alpen_side-btns li:last-child {
	margin-bottom: 0;
}

.alpen_side-btns a.buchen {
	background: #417a52;
}

.alpen_side-btns a.standort span.img_icon {
	padding-left: 5px;
}

span.img_icon {
	width: 50px;
	display: inline-block;
}

.alpen_side-btns a.mx_wid {
	margin-right: -166px;
	transition: 0.5s ease-out;
	padding: 14px 15px;
}

.alpen_side-btns.rpos a.mx_wid {
	margin-right: 0;
	transition: 0.5s ease-out;
}

.alpen_side-btns:hover a.mx_wid {
	margin-right: 0;
}

/* -- End Side fix buttons -- */
/* -- Top Header -- */
#main-head {
	background: #fff;
	padding-right: 0 !important;
	z-index: 99;
}

body.bodyLoggedIn #main-head {
	top: 48px;
}

.alpen_top_header {
	background: var(--basecolor);
	height: 47px;
	line-height: 47px;
}

.alpen_top_header a {
	color: var(--base-font-color);
	text-decoration: none;
	font-weight: 300;
}

.top_right img {
	margin-right: 24px;
}

span.icon {
	margin-left: 8px;
}

.language {
	position: relative;
	display: flex;
	align-items: center;
}

.language img {
	width: 25px;
	margin-right: 1rem;
}

.language a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 400;
}

.language .language-drop {
	position: absolute;
	left: -1rem;
	top: 100%;
	z-index: 1;
}

.language .language-drop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: var(--basecolor);
}

.language .language-drop ul li a {
	padding: 0.5rem 1rem;
}

/* .language {
	min-width: 200px;
	z-index: 99;
}

.language img,
.language-drop img {
	width: 30px;
}

.language-drop ul {
	list-style: none;
	margin: 0;
	padding: 10px 15px;
	background: var(--basecolor);
}

.language-drop ul li {
	line-height: 36px;
} */

.alpen_social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.alpen_social ul li {
	margin-right: 20px;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

/* -- End Top Header -- */
/* -- Start main header css */
.navbar-toggler {
	margin-top: 15px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light a.dropdown-item {
	color: var(--base-font-color);
	font-weight: 300;
}

.top_right {
	margin-left: 150px;
	height: 100%;
}

.top_left {
	margin-right: 150px;
	height: 100%;
}

div#logo {
	top: 0;
	width: 250px;
	padding: 25px 20px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#logo img {
	margin-top: -10px;
	height: 170px;
}

@media screen and (max-width: 1400px) {
	div#logo img {
		margin-top: -60px;
		height: 130px;
	}
}

@media only screen and (max-width:1200px) {
	div#logo img {
		margin-top: -35px;
		height: 125px;
	}
}

.navbar-light .dropdown-menu {
	margin: 0;
}

.navbar-light .dropdown:hover>.dropdown-menu {
	display: block;
}

.navbar-light .dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

@media screen and (min-width: 992px) {
	.navbar {
		height: 98px;
		padding-left: 0;
		padding-right: 0;
	}

	#logo {
		position: relative;
	}

	.navbar-light .navbar-nav .nav-link {
		padding-right: 30px;
		line-height: 78px;
	}

	ul.nav.navbar-nav li:first-child a:not(.dropdown-item) {
		padding-left: 0;
	}
}

@media only screen and (min-width: 1600px) {
	.navbar-light .navbar-nav .nav-link {
		padding-right: 45px;
	}
}

/* -- End main header css */

/* -- banner section -- */
/* Slider */
.carousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.carousel-item {
	opacity: 0;
	transition: opacity 0.8s ease-out;
	transition-property: opacity;
}

.carousel-item.active,
.carousel-item-left.carousel-item-next,
.carousel-item-right.carousel-item-prev {
	opacity: 1;
}

.carousel-caption img {
	width: 190px;
}

div#carousel .carousel-caption,
.banner_cst .carousel-caption {
	left: auto;
	right: 15px;
	bottom: 0;
}

/* -- End banner section -- */

/* -- Start section2 -- */
.title_sec h2 {
	margin-bottom: 0;
}

.title_sec {
	position: relative;
	z-index: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../images/fish.svg");
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: center center;
}

.title_sec.hideImage {
	padding-bottom: 0;
	background-image: none !important;
}

h4.head_subfont {
	margin-top: 10px;
}

.alpen_mountain_text {
	max-width: 1070px;
	margin: 100px auto 0;
}

.alpen_mountain_text.noTitle {
	margin-top: 0;
}

.alpen_mountain_text.noTextMargin {
	margin-top: 100px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: none;
}

/* -- End section2 -- */

/* -- Start Video section -- */
.video_sec {
	max-width: 850px;
	margin: 0 auto;
}

/* -- End Video section -- */

/* -- 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;
}

.left_sec img {
	transition: 0.3s ease-out;
}

.mt-65 {
	margin-top: 40px;
}

@media only screen and (min-width: 1500px) {
	p.med_size {
		font-size: 17px;
	}
}

/* -- End three block section -- */

/* -- Start holidays block section -- */
.ft-42 {
	font-size: 42px;
}

.btn {
	white-space: normal;
}

a.btn_theme,
button.btn_theme {
	font-size: 24px;
	background: var(--tgreen-color);
	border-radius: 0;
	padding: 14px 36px;
	color: #fff;
}

a.btn_theme:hover,
button.btn_theme:hover {
	background: transparent;
	color: var(--tgreen-color);
	border: 1px solid var(--tgreen-color);
}

.mt-80 {
	margin-top: 80px;
}

/* -- End three block section -- */

/* -- Start Gallery section -- */
.btn_transparent {
	background: transparent !important;
	color: var(--tgreen-color) !important;
	border: 1px solid var(--tgreen-color);
}

.btn_transparent:hover {
	background: var(--tgreen-color) !important;
	color: #ffffff !important;
}

.btn_transparent.lgreen_color {
	background: transparent !important;
	color: #f8bd76 !important;
	border: 1px solid #f8bd76;
}

.btn_transparent.lgreen_color:hover {
	background: #f8bd76 !important;
	color: #ffffff !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%);
}

.gallery-sec .thumb a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.3s ease-out;
}

.gallery-sec .thumb figure {
	overflow: hidden;
}

.gallery-sec .thumb img {
	transition: 0.3s ease-out;
	height: 250px;
	object-fit: cover;
}

/* -- 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: #fff;
	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 > div {
	border: 0;
	line-height: 30px;
	color: #222;
}

#main #faq .card .collapse.show {
	background: #fff;
}

#faq .card-body {
	padding: 0 30px 30px;
	max-width: 100%;
}

div#faq .card:last-child {
	margin-bottom: 0 !important;
}

div#faq .card-body p {
	line-height: 26px;
}

/* End Accordian */

/* List block section */
a.cmn-btn {
	background: #417a52;
	border-radius: 0;
	padding: 15px 40px;
	font-size: 20px;
	white-space: normal;
}

.lgreen_color {
	background: #f8bd76 !important;
}

.alpen_tbtns {
	margin-top: 22px;
}

.alpen_tbtns a.cmn-btn {
	margin-right: 1rem;
}

.alpen_tbtns a.cmn-btn:last-child {
	margin-right: 0;
}

.block_sec {
	margin-bottom: 100px;
}

.three_block .block_sec:last-child {
	margin-bottom: 0;
}

.thead-dark th {
	background: #417a52;
	color: #fff;
}

/* End List block section */

/* gall sec */
h4.gall-title {
	background: var(--tgreen-color);
	color: #fff;
	padding: 18px 15px;
}

h4.gall-title a {
	color: #fff;
	text-decoration: none;
}

/* End gall sec */
/* 2nd page css */

/* -- Start footer section -- */
footer.footer .footer_top {
	padding: 60px 0;
	background: var(--basecolor);
}

footer a {
	color: var(--base-font-color);
	text-decoration: none;
}

footer a:hover {
	text-decoration: none;
}

footer p,
footer a {
	font-weight: 300;
}

footer .footer_title {
	text-transform: uppercase;
}

.ftr_links ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.ftr_links ul li a:before {
	content: "";
	padding-right: 30px;
	background: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.ftr_links ul li {
	padding-bottom: 12px;
}

.ftr_links ul li:last-child {
	padding-bottom: 0;
}

.alpen_partner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.footer_bottom {
	padding: 25px 0;
}

.alpen_partner ul li {
	padding: 0px 38px;
}

.alpen_partner ul li:first-child {
	padding-left: 0;
}

.alpen_partner ul li img {
	filter: grayscale(1);
	opacity: 0.6;
}

/* -- End footer section -- */

.galleryImages .galleryImage a svg path {
	fill: #fff;
}

.footer-widget img {
	height: 130px;
	width: auto;
}

/* -- Start Back to top -- */
#scroll {
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #417a52;
	display: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	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: #f8bd76;
	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: 87px;
		height: 87px;
		background-color: #417a52;
		display: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: center;
		line-height: 87px;
		color: #f2f2d9;
		font-size: 50px;
	}
}

/* -- End Back to top -- */

/* -- Formbuilder Fix -- */
input[type="checkbox"],
input[type="radio"] {
	width: auto !important;
	margin: 0 10px 0 0;
}

/* -- Banner --*/
.banner_cst {
	width: 100%;
	height: 85vh;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}

.banner_cst.banner_cst_small {
	height: 40vh;
}

.banner_cst .carousel {
	height: 100%;
}

.banner_cst .carousel-inner {
	height: 100%;
}

.banner_cst .carousel-inner>.carousel-item {
	text-align: center;
	height: 100%;
}

.banner_cst .carousel-inner>.carousel-item .bootstrapVideoButton {
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	z-index: 3;
	width: 140px;
	height: 140px;
	text-align: center;
}

.banner_cst .carousel-inner>.carousel-item .bootstrapVideoButton a {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 150px;
	background-color: #cd201f;
	margin-top: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.banner_cst .carousel-inner>.carousel-item .bootstrapVideoButton a:hover {
	background-color: #bb1d1c;
	width: 140px;
	height: 140px;
	margin-top: 0;
	background-size: 50px auto;
}

.banner_cst .carousel-inner>.carousel-item>img,
.banner_cst .carousel-inner>.carousel-item>a>img {
	display: inline;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_cst .carousel-indicators {
	height: 6px;
	z-index: 2 !important;
	margin-bottom: 30px;
}

.banner_cst .carousel-indicators li {
	background-color: #fff;
	height: 6px;
	width: 45px;
	border: none;
	margin: 0 3px;
	transition: all 0.3s ease 0s;
}

.banner_cst .carousel-indicators li.active,
.banner_cst .carousel-indicators li:hover {
	background-color: #417a52;
	transition: all 0.3s ease 0s;
}

.banner_cst .carousel-indicators-thumbs {
	height: 50px;
}

.banner_cst .carousel-indicators-thumbs li {
	background: none;
	width: 50px;
	height: 50px;
	position: relative;
	text-indent: 0;
}

.banner_cst .carousel-indicators-thumbs li img {
	width: 100%;
	height: auto;
}

.banner_cst .carousel-indicators-thumbs li .carousel-indicators-thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	transition: background 0.3s ease 0s;
}

.banner_cst .carousel-indicators-thumbs li.active,
.banner_cst .carousel-indicators-thumbs li:hover {
	background: none;
}

.banner_cst .carousel-indicators-thumbs li.active .carousel-indicators-thumb-overlay,
.banner_cst .carousel-indicators-thumbs li:hover .carousel-indicators-thumb-overlay {
	background-color: rgba(255, 255, 255, 0.4);
	transition: background 0.3s ease 0s;
}

.banner_cst .carousel-indicators-thumbs li .carousel-indicators-thumb-title {
	display: none;
}

.banner_cst .carousel .carousel-control,
.banner_cst .carousel .carousel-indicators {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0s;
}

.banner_cst .carousel:hover .carousel-control,
.banner_cst .carousel:hover .carousel-indicators {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.banner_cst .carousel-control.left,
.banner_cst .carousel-control.right {
	text-indent: -99999px;
	width: 70px;
	height: 70px;
	background-color: #417a52;
	position: absolute;
	top: calc(50% - 35px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	transition: all 0.3s ease 0s !important;
}

.banner_cst .carousel-control.left:hover,
.banner_cst .carousel-control.right:hover {
	background-color: #006641;
	transition: all 0.3s ease 0s !important;
}

.banner_cst .carousel-control.left {
	left: 0;
}

.banner_cst .carousel-control.right {
	right: 0;
}

.banner_cst .carouselText_wrapper {
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 3rem;
	line-height: 1em;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.banner_cst .banner_cst_overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 190px;
}

.nugget-inner {
	overflow: hidden;
}


main.type-notfound #notfound {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6rem 0 !important;
}

main.type-notfound #notfound::before {
	content: "404";
	font-weight: bold;
	font-size: 5em;
	line-height: 1;
	color: var(--tgreen-color);
}

main.type-notfound #notfound p:nth-child(2) {
	display: none;
}

main.type-notfound #custmenue-sitemap {
	display: none;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 1200px) {

	.banner_cst,
	.banner_cst_small {
		height: auto !important;
	}

	.banner_cst .carousel-inner>.carousel-item {
		height: auto;
	}
}

@media (max-width: 767px) {
	.banner_cst .carousel-indicators {
		display: none;
	}

	.banner_cst .carousel-inner>.carousel-item .bootstrapVideoButton {
		width: 100%;
		height: 100%;
		margin: 0;
		top: 0;
		left: 0;
	}

	.banner_cst .carousel-inner>.carousel-item .bootstrapVideoButton a {
		width: 70px !important;
		height: 70px !important;
		background-size: 25px auto !important;
		margin: 0;
		position: absolute;
		top: calc(50% - 35px);
		left: calc(50% - 35px);
	}

	.banner_cst_overlay {
		display: none;
	}
}

#notfound {
	margin: 4rem auto;
}

#custmenue-sitemap {
	margin: 0 auto;
}

@media (max-width: 576px) {
	#main-head {
		width: 100vw;
	}
}

@media (min-width: 576px) {

	#notfound,
	#custmenue-sitemap {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {

	#notfound,
	#custmenue-sitemap {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {

	#notfound,
	#custmenue-sitemap {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {

	#notfound,
	#custmenue-sitemap {
		padding-right: 60px;
		padding-left: 60px;
	}
}

@media (min-width: 576px) {

	#notfound,
	#custmenue-sitemap {
		width: 540px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {

	#notfound,
	#custmenue-sitemap {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {

	#notfound,
	#custmenue-sitemap {
		width: 960px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {

	#notfound,
	#custmenue-sitemap {
		width: 1600px;
		max-width: 100%;
	}
}

#formbuilder {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
	padding-right: 15px;
	padding-left: 15px;
}

#formbuilder h1,
#formbuilder h2,
#formbuilder h3,
#formbuilder h4,
#formbuilder h5,
#formbuilder h6 {
	font-family: var(--heading-font-family);
	margin-bottom: 1rem;
}

#formbuilder label {
	margin-top: 0.2rem;
	font-family: var(--heading-regular-font-family);
}

#formbuilder label.error {
	color: #c71f1f;
	font-size: 0.8em;
}

#formbuilder .rendered-form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#formbuilder .form-group {
	width: 100%;
}

#formbuilder input {
	max-width: 100%;
	border: transparent;
	border-radius: 0;
}

#formbuilder textarea,
#formbuilder select {
	border: transparent;
	border-radius: 0;
}

#formbuilder button[type="submit"] {
	font-family: var(--heading-regular-font-family);
	text-transform: uppercase;
	color: #ffffff;
	background: #417a52;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 15px 40px;
	font-size: 20px;
	transition: all 0.3s;
	margin-top: 1rem;
}

#formbuilder button[type="submit"]:hover {
	background: transparent;
	border-color: #417a52;
	color: #417a52;
}

@media (min-width: 768px) {
	#formbuilder .rendered-form {
		max-width: 600px;
	}
}

.text-center ul {
	list-style-position: inside;
}

@media (max-width: 991px) {
	.alpen_side-btns {
		transform: none;
		top: unset;
		bottom: 0;
		right: unset;
		width: 100vw;
	}

	.alpen_side-btns ul {
		display: flex;
	}

	.alpen_side-btns ul li {
		flex: 1 0 33.3333%;
		margin: 0;
		width: 33.3333%;
	}

	.alpen_side-btns ul li a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0 !important;
		text-align: center;
		min-width: unset !important;
	}

	.alpen_side-btns ul li a span.img_icon {
		margin-right: 0.5rem;
		height: 35px;
	}

	.alpen_side-btns ul li a span.img_icon img,
	.alpen_side-btns ul li a span.img_icon svg {
		width: auto;
		height: 100%;
	}

	.top_right {
		display: none !important;
	}

	#scroll {
		bottom: 65px !important;
		left: 50%;
		transform: translateX(-50%);
	}

	footer.footer {
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.alpen_side-btns ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}

	.alpen_side-btns ul li a span.img_icon {
		margin-right: 0;
		margin-bottom: 0.5rem;
		height: 20px;
	}

	#scroll {
		bottom: 78px !important;
	}
}

@media (max-width: 600px) {
	.alpen_side-btns ul li a {
		font-size: 14px;
	}

	#scroll {
		bottom: 75px !important;
	}
}

.banner_cst_logo {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: var(--basecolor);
	margin: 2.5rem;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.3s;
}

.banner_cst_logo:hover,
.banner_cst_logo:focus {
	transform: scale(1.1);
}

.banner_cst_logo span {
	padding-left: 2rem;
	font-size: 1.2rem;
}

.banner_cst_logo img {
	height: 200px;
	padding-right: 0.5rem;
}

.banner_cst_logo a,
.banner_cst_logo a:hover,
.banner_cst_logo a:focus {
	color: var(--base-font-color);
	text-decoration: none;
}

@media (max-width: 1440px) {
	.banner_cst_logo {
		height: 125px;
	}

	.banner_cst_logo img {
		height: 150px;
	}
}

@media (max-width: 991px) {
	.banner_cst_logo {
		position: relative;
		width: 100%;
		margin: 0;
		height: 125px;
	}

	.banner_cst_logo img {
		height: 150px;
	}
}

@media (max-width: 767px) {
	.banner_cst_logo {
		height: 80px;
	}

	.banner_cst_logo span {
		font-size: 1rem;
	}

	.banner_cst_logo img {
		height: 100px;
	}
}

@keyframes scroll-left {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.newsticker {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 47px;
	color: var(--base-font-color);
	text-decoration: none;
	font-weight: 300;
}

.newsticker div {
	width: 100%;
	display: block;
	overflow: visible;
	white-space: nowrap;
	position: absolute;
	transform: translateX(100%);
	animation: scroll-left 10s linear infinite;
}

.info-crsl.carousel .carousel-item {
	height: auto;
}

.info-crsl.carousel .carousel-item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (min-width: 768px) {
	.order-first {
		order: -1;
	}

	.order-last {
		order: 13;
	}
}

.video-header {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--basecolor);
	overflow: hidden;
	opacity: 1;
}

.video-header video {
	object-fit: cover;
	width: 100vw;
	height: 40vw;
	z-index: ;
}

.video-header_overlay {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 40vw;
	background: var(--basecolor);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 0.3s ease-in, visibility 0.5s linear;
	z-index: 2;
}

.video-header_overlay.mobile {
	display: none;
}

.video-header_overlay.fadeOut {
	opacity: 0;
	visibility: hidden;
}

.video-header_play {
	display: flex;
	outline: none;
	border: 0;
	border-radius: 100%;
	background: url("../images/play-button.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	transition: transform 0.3s;
	filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.8));
	animation: pulse 2s infinite;
	opacity: 0;
}

.video-header_play:hover,
.video-header_play:focus,
.video-header_play:active {
	transform: scale(1.2);
}

@media (min-width: 768px) {
	.video-header_play {
		width: 100px;
		height: 100px;
	}
}

.video-header_play.visible {
	opacity: 1;
}

main {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 145px;
}

@media (min-width: 1200px) {
	main {
		margin-top: 117px;
	}
}

@media (min-width: 992px) {
	main {
		margin-top: 126px;
	}
}

@media (max-width:600px) {
	main {
		margin-top: 119px;
	}
}

main section.background-primary {
	background: var(--basecolor);
}

main section.background-secondary {
	background: var(--tgreen-color);
}

body>header,
body>footer {
	flex-shrink: 0;
}

@media (max-width: 767px) {
	main.home>.first {
		order: -1;
	}

	main.home>.video-header {
		order: -2;
	}
}

.adminbar_cst {
	z-index: 100;
}

.elem-admin-item-buttons {
	z-index: 98 !important;
}

.elem-admin-item {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.elem-admin-item button,
.elem-admin-item a,
.pageElemAdmin_cst_entry button,
.pageElemAdmin_cst_entry a {
	font-family: RobotoCondensedRegular !important;
}

.pageElemAdmin_cst_entry textarea {
	min-height: 400px;
}

#ElemDropZone .pelElem {
	overflow: hidden;
	width: 100%;
}

#ElemDropZone .dropdown-menu li a,
.pageElemAdmin_cst_entry .dropdown-menu li a {
	font-family: RobotoCondensedRegular !important;
}

.klaro b,
.klaro strong {
	font-family: var(--base-font-family);

}

#google_translate_element {
	display: none !important;
}