﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
	--font-family-base: "Poppins", sans-serif;
	--font-weight-regular: 400;
	--font-weight-bold: 600;
	--alpenrast-color-red: #790625;
	--alpenrast-color-brown: #A28F7F;
	--alpenrast-color-white: #FFFFFF;
	--txtintro-bg-default: var(--alpenrast-color-white);
	--txtintro-bg-brown: var(--alpenrast-color-brown);
	--txtintro-bg-white: var(--alpenrast-color-white);
	--txtintro-text-color: var(--alpenrast-color-red);
	--txtintro-mobile-bg-size: min(70vw, 350px);
	--txtintro-desktop-bg-size: min(34vw, 645px);
	--txtintro-content-max: 80ch;
	--txtintro-h1-size-mobile: 30px;
	--txtintro-h1-line-mobile: 46px;
	--txtintro-h1-letter-mobile: 1px;
	--txtintro-h1-size-tablet: 40px;
	--txtintro-h1-line-tablet: 60px;
	--txtintro-h1-letter-tablet: 1.5px;
	--txtintro-h1-size-desktop: 50px;
	--txtintro-h1-line-desktop: 75px;
	--txtintro-h1-letter-desktop: 2px;
	--txtintro-h2-size-mobile: 16px;
	--txtintro-h2-line-mobile: 28px;
	--txtintro-h2-letter-mobile: 2px;
	--txtintro-h2-size-mid: 16px;
	--txtintro-h2-line-mid: 28px;
	--txtintro-h2-letter-mid: 1.25px;
	--txtintro-h2-size-tablet: var(--txtintro-h2-size-mid);
	--txtintro-h2-line-tablet: var(--txtintro-h2-line-mid);
	--txtintro-h2-letter-tablet: var(--txtintro-h2-letter-mid);
	--txtintro-h2-size-desktop: 16px;
	--txtintro-h2-line-desktop: 28px;
	--txtintro-h2-letter-desktop: 2px;
	--footer-bg-color: #A28F7F;
	--footer-text-color: #790625;
	--footer-address-size: 14px;
	--footer-address-letter-spacing: 1px;
	--footer-address-line-height: 28px;
	--footer-contact-size: 24px;
	--footer-contact-letter-spacing: 3px;
	--footer-contact-line-height: 45px;
	--footer-social-icon-size: 27px;
	/* Globaler Richtwert fuer frame-space-before-extra-large */
	--space-before-xl-mobile: 80px;
	--space-before-xl-tablet: 120px;
	--space-before-xl-desktop: 200px;
	--space-before-xl-wide: 280px;
	/* Globaler Richtwert fuer frame-space-after-extra-large */
	--space-after-xl-mobile: 80px;
	--space-after-xl-tablet: 120px;
	--space-after-xl-desktop: 200px;
	--space-after-xl-wide: 280px;
	--frame-link-color: var(--alpenrast-color-red);
	--frame-link-hover-color: var(--alpenrast-color-red);
	--bs-secondary:#B9AB93;
	--bs-secondary-rgb:231,111,81;
}


/* header */
div#header		{ position:absolute; width:100%; text-align:center; 	z-index:997;	padding: 0; margin: 0px 0 20px 0 ; padding-top: 60px;	 }
div#header_wrap			{	position:relative; width:100%; max-width:100%; padding-left: 0;  margin:0 auto; display: flex;	justify-content: flex-start; z-index:1;		}
div#header.fixed { position:fixed;  background: #FFFFFF;  height: 70px;   padding-top: 0; box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.4);}
div#header.detail { background: #FFFFFF;  height: 70px;  padding-top: 5px; box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.4);}


@media screen and (min-width: 768px){
	div#header_wrap			{	 max-width:calc((100vw  / 16)*15); 	}

}


.frame-background-primary {	--frame-color: #B9AB93;	--frame-background: #F5F4EF;	--frame-link-color: var(--alpenrast-color-red);	--frame-link-hover-color: var(--alpenrast-color-red);}
.frame-background-dark {	--frame-color: #ffffff;	--frame-background: var(--txtintro-bg-brown);	--frame-link-color: #FFFFFF;	--frame-link-hover-color: #FFFFFF;}
.frame-background-secondary {	--frame-color: #ffffff;	--frame-background: #B9AB93;	--frame-link-color: #ffffff;	--frame-link-hover-color: #ffffff;}

/* Hintergrundfarbe â€žrasterâ€œ (Backend): Muster-Rand, weiÃŸer Inhalt in .frame-container */
.frame.frame-background-raster,
.frame-type-news_newsselectedlist .news.frame-background-raster {
	--frame-background: transparent;
	--frame-background-raster-bg-size: 30px 30px;
	--frame-background-raster-border: 14px;
	--frame-background-raster-inner-padding-y: 80px;
	background-color: transparent;
	background-image: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/raster.png");
	background-size: var(--frame-background-raster-bg-size);
	background-repeat: repeat;
	background-position: left top;
	padding: var(--frame-background-raster-border);
	overflow-x: clip;
}

.frame-background-raster .frame-container,
.frame-type-news_newsselectedlist .news.frame-background-raster .frame-container {
	background-color: #fff;
	padding: var(--frame-background-raster-inner-padding-y) 30px;
	max-width: 100%;
	
}

@media (min-width: 992px) {
	.frame.frame-background-raster,
	.frame-type-news_newsselectedlist .news.frame-background-raster {
		--frame-background-raster-border: 22px;
	}
}

@media (min-width: 1280px) {
	.frame.frame-background-raster,
	.frame-type-news_newsselectedlist .news.frame-background-raster {
		--frame-background-raster-border: 32px;
	}
}

@media (min-width: 1900px) {
	.frame.frame-background-raster,
	.frame-type-news_newsselectedlist .news.frame-background-raster {
		--frame-background-raster-bg-size: 60px 60px;
		--frame-background-raster-inner-padding-y: 218px;
		--frame-background-raster-border: 80px;
	}
	.frame-background-raster .frame-container,
	.frame-type-news_newsselectedlist .news.frame-background-raster .frame-container {
		padding: var(--frame-background-raster-border);
	}
}

/*
 * Bootstrap CE-Buttons (RTE / Content): gleiche Sprache wie Zimmerliste
 * btn-primary = Outline â€žAnfragenâ€œ, btn-secondary = Voll â€žBuchenâ€œ,
 * btn-default = Text-Link â€žDetailsâ€œ (Dreieck + Unterstreichung bei Hover)
 */
.btn.btn-primary,
.btn.btn-secondary {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1.25rem;
	--bs-btn-font-family: var(--font-family-base);
	--bs-btn-font-size: 0.8125rem;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1.2;
	--bs-btn-border-radius: 2px;
	--bs-btn-box-shadow: none;
	--bs-btn-active-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	-webkit-tap-highlight-color: transparent;
}

.btn.btn-primary {
	--bs-btn-color: var(--alpenrast-color-red);
	--bs-btn-bg: #fff;
	--bs-btn-border-color: var(--alpenrast-color-red);
	--bs-btn-hover-color: var(--alpenrast-color-red);
	--bs-btn-hover-bg: #faf9f7;
	--bs-btn-hover-border-color: var(--alpenrast-color-red);
	--bs-btn-focus-shadow-rgb: 121, 6, 37;
	--bs-btn-active-color: var(--alpenrast-color-red);
	--bs-btn-active-bg: #f0eeea;
	--bs-btn-active-border-color: var(--alpenrast-color-red);
	--bs-btn-disabled-color: var(--alpenrast-color-red);
	--bs-btn-disabled-bg: #fff;
	--bs-btn-disabled-border-color: var(--alpenrast-color-red);
}

a.btn.btn-primary,
a.btn.btn-primary:visited {
	color: var(--alpenrast-color-red);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	text-decoration: none;
}

.btn.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--alpenrast-color-red);
	--bs-btn-border-color: var(--alpenrast-color-red);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c0419;
	--bs-btn-hover-border-color: #5c0419;
	--bs-btn-focus-shadow-rgb: 121, 6, 37;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #5c0419;
	--bs-btn-active-border-color: #5c0419;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--alpenrast-color-red);
	--bs-btn-disabled-border-color: var(--alpenrast-color-red);
}

a.btn.btn-secondary,
a.btn.btn-secondary:visited {
	color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	text-decoration: none;
}

/*
 * btn-default = Text-Link â€žDetailsâ€œ (Zimmerliste zimmer-list-item__details)
 */
.btn.btn-default {
	--bs-btn-color: var(--alpenrast-color-red);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--alpenrast-color-red);
	--bs-btn-hover-bg: transparent;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-focus-shadow-rgb: 121, 6, 37;
	--bs-btn-active-color: var(--alpenrast-color-red);
	--bs-btn-active-bg: transparent;
	--bs-btn-active-border-color: transparent;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--alpenrast-color-red);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-padding-y: 0;
	--bs-btn-padding-x: 0;
	--bs-btn-font-family: var(--font-family-base);
	--bs-btn-font-size: 0.8125rem;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1.2;
	--bs-btn-border-width: 0;
	--bs-btn-border-radius: 0;
	--bs-btn-box-shadow: none;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 0;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.btn.btn-default::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.28em 0 0.28em 0.42em;
	border-color: transparent transparent transparent var(--alpenrast-color-red);
	flex-shrink: 0;
}

a.btn.btn-default,
a.btn.btn-default:visited {
	color: var(--alpenrast-color-red);
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	color: var(--alpenrast-color-red);
	text-decoration: underline;
}

/* Modals: SchlieÃŸen-Button ohne Details-Dreieck */
.btn.btn-default[data-bs-dismiss]::before {
	display: none;
}

.btn.btn-default[data-bs-dismiss] {
	gap: 0;
}

/* Utility: optional vor jedem CE per frame-space-before-extra-large */
.frame-space-before-extra-large {
	margin-top: var(--space-before-xl-mobile);
}
@media (min-width: 992px) {
	.frame-space-before-extra-large {
		margin-top: var(--space-before-xl-tablet);
	}
}
@media (min-width: 1900px) {
	.frame-space-before-extra-large {
		margin-top: var(--space-before-xl-desktop);
	}
}
@media (min-width: 2200px) {
	.frame-space-before-extra-large {
		margin-top: var(--space-before-xl-wide);
	}
}

/* Utility: optional nach jedem CE per frame-space-after-extra-large */
.frame-space-after-extra-large {
	margin-bottom: var(--space-after-xl-mobile);
}
@media (min-width: 992px) {
	.frame-space-after-extra-large {
		margin-bottom: var(--space-after-xl-tablet);
	}
}
@media (min-width: 1900px) {
	.frame-space-after-extra-large {
		margin-bottom: var(--space-after-xl-desktop);
	}
}
@media (min-width: 2200px) {
	.frame-space-after-extra-large {
		margin-bottom: var(--space-after-xl-wide);
	}
}


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:var(--font-family-base);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{appearance:button;-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{appearance:textfield;-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


*{ margin:0;	padding:0;	border:0;	}
input, textarea, select {  border-radius: 2px; -webkit-border-radius:2px; }
* { -webkit-tap-highlight-color:transparent; }

/* Bootstrap row-Gutter global neutralisieren */
.row {
	--bs-gutter-x: 0;
	margin-right: 0;
	margin-left: 0;
}

::selection {    background: #CCCCCC;    color: #FFFFFF; }
::-moz-selection {    background: #CCCCCC;    color: #FFFFFF;}

html {	  -ms-text-size-adjust: 100%;    -webkit-text-size-adjust: 100%;}
body 	{  -ms-text-size-adjust: 100%;    -webkit-text-size-adjust: 100%; font-family: var(--font-family-base); font-weight: var(--font-weight-regular); line-height: 26px;    }
div#wrap	{ position: relative;  width:100%; margin:0 auto; padding:0;  text-align:center; }

/* sprache */
div#sprache			{ position:fixed; display: none;   margin: 0; padding:20px 0 0 0;  right:0; 	top: 0;    z-index:20;   transition: 1s ease-in-out;}
div#sprache .menu-language a	{ color: white; font-size:16px;  font-weight:700; padding: 5px 5px 5px 5px; text-decoration:none; text-transform: unset;
	letter-spacing:0;  display: inline;	transition: 0.2s ease-in-out;}

@media screen and (min-width: 768px){
	div#sprache		{  right:10px;   }
	div#sprache .menu-language a	{ font-size:18px;  	}
}
@media screen and (min-width: 992px){
	div#sprache		{  right: 100px;	   display: block; padding-top: 40px; }
}
@media screen and (min-width: 1200px){
	div#sprache		{  right: 140px;	  }
}

main, #main	{position:relative; width: 100%;  float:left;  z-index:0;     }
.frame-type-text .frame-container {	padding-right: 10px;	padding-left: 20px; max-width: 100%; }
.modal .frame-type-text .frame-container { 	 max-width: 100%; padding: 0; }
.frame-type-div .frame-container { padding-right: 10px;	padding-left: 10px; max-width: 100%; }
.frame-type-mask_bildergallerie .frame-container {	padding-right: 40px;	padding-left: 40px; max-width: 100%; }
.frame-type-accordion .frame-container { padding-right: 40px;	padding-left: 40px; max-width: 100%;}

@media (min-width: 768px){
	.frame-type-html .frame-container { width: 100%;	max-width: calc((100% - 80px) / 4 * 4);padding: 0; }
	.frame-type-text .frame-container { width: 100%;	padding:0 60px;  }
	.modal .frame-type-text .frame-container { 	 max-width: 100%; padding: 0; }
	.frame-type-tab .frame-container { padding-bottom: 50px; }
}

@media (min-width: 992px){
	.frame-type-html .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 6 * 6);padding: 0; }
	.frame-type-text .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 6 * 6);padding: 0; }
	.modal .frame-type-text .frame-container { 	 max-width: 100%; padding: 0; }
	.frame-type-mask_bildergallerie .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 6 * 6);padding: 0; }
	.frame-type-textpic .frame-container { width: 100%;  padding: 0 20px;  }
	.frame-type-div .frame-container { width: 100%; padding: 0; }
	.frame-type-tab .frame-container{ width: 100%; max-width: 100%; padding-left: 0; padding-right: 0 ; 	}
	.frame-type-html .frame-container { width: 100%;	 max-width: calc((100% - 80px) / 6 * 6);padding: 0; }
	.frame-type-accordion .frame-container { width: 100%;	 padding: 0;  max-width: calc((100% - 280px) / 6 * 6);}


}

@media (min-width: 1600px){
	.frame-type-html .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 12 * 6); padding: 0 37px; }
	.frame-type-text .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 12 * 6); padding: 0 37px; }
	.modal .frame-type-text .frame-container { 	 max-width: 100%; padding: 0; }
	.frame-type-mask_bildergallerie .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 12 * 11); padding: 0 37px; }
	.frame-type-tab .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 12 * 9); }
	.frame-type-html .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 12 * 12);padding: 0; }
	.frame-type-accordion .frame-container { width: 100%;	 max-width: calc((100% - 280px) / 12 *8); padding: 0;}

}

@media (min-width: 2200px){
	.frame-type-html .frame-container { width: 100%;	 max-width: calc((100% - 480px) / 12 * 12);padding: 0; }
	.frame-type-div .frame-container { width: 100%; padding: 0; }
}

/* Verschachtelte Inhalte in Spalten-Containern: volle Spaltenbreite, kein eigenes Padding */
[class*="frame-type-container_"] .row > [class*="col-"] .frame .frame-group-container,
[class*="frame-type-container_"] .row > [class*="col-"] .frame .frame-container {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Maximale Inhaltsbreite */
.frame-container {
	max-width: 1340px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

/* Seitenabstand Textpic + 2-Spalten-Container (mobile-first, min-width) */
/* Textpic: 20px Seitenabstand mobil / Tablet / Desktop S / Desktop L */
.frame-type-textpic > .frame-container,
.frame-type-textpic > .frame-group-container > .frame-group-inner > .frame-container {
	padding-left: 20px;
	padding-right: 20px;
}

.frame-type-container_2_columns > .frame-container {
	padding-left: 20px;
	padding-right: 20px;
}

/* Ab 1600px: kein Seiten-Padding mehr am 2-Spalten-Container */
@media screen and (min-width: 1600px) {
	.frame-type-container_2_columns > .frame-container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* 2-Spalten-Container: 60px Abstand zwischen den Spalten */
.frame-type-container_2_columns .row {
	margin-left: 0;
	margin-right: 0;
}

.frame-type-container_2_columns .row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 767px) {
	.frame-type-container_2_columns .row > [class*="col-"]:first-child:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media screen and (min-width: 768px) {
	.frame-type-container_2_columns .row > [class*="col-"]:last-child {
		margin-left: 60px;
		flex: 0 0 calc(50% - 60px);
		max-width: calc(50% - 60px);
	}
}

h1, p.h1 {    position: relative;  	line-height: 36px;    letter-spacing: 3px;   font-weight: var(--font-weight-regular); padding: 0 0 15px 0; margin-bottom: 20px; font-size: 30px; color: var(--alpenrast-color-red); font-family: var(--font-family-base); }
.frame-type-gridelements_pi1  h1 {	 padding-bottom: 0; }

h2, p.h2 {   font-size: 16px; 	line-height: 24px;   letter-spacing: 2px;  font-weight: 600;	}
h2.element-header {padding: 0;}
h3, p.h3 { font-size: 20px; color:#A79C84; margin-bottom: 1rem;}

h4, p.h4 {  font-weight: 400;  font-size: 28px;  text-transform: uppercase;  margin-top: 0; letter-spacing: 1px; padding-bottom: 0;  }
p {  font-weight: var(--font-weight-regular);   line-height: 24px; font-size: 0.8em; color: var(--alpenrast-color-red); font-family: var(--font-family-base);     }
ul {  font-weight:400;   line-height: 26px; font-size: 0.8em;   }
p.bigfont {text-align: right; text-transform: lowercase; font-size: 50px; line-height: 50px; font-style: italic; font-family: var(--font-family-base); font-weight: 500;}
.frame-type-text p {margin-bottom: 20px;}
.frame-type-text ul,
.frame-type-text ol,
.frame-type-text li {
	color: var(--alpenrast-color-red);
}
.frame-type-text ul:not(.list-normal),
.frame-type-text ol {
	list-style-position: outside;
	padding-left: 1.25em;
	margin: 0 0 1em 0;
}
.frame-type-text ul:not(.list-normal) {
	list-style-type: disc;
}
.frame-type-text ol {
	list-style-type: decimal;
}
.frame-type-text ul:not(.list-normal) li,
.frame-type-text ol li {
	list-style-position: outside;
}
.frame-type-text ul:not(.list-normal) li {
	list-style-type: disc;
}
.frame-type-text ol li {
	list-style-type: decimal;
}
.frame-type-text ul:not(.list-normal) li::marker,
.frame-type-text ol li::marker {
	color: var(--alpenrast-color-red);
}
.text-beigephilos {color: #A79C84; font-family: var(--font-family-base); text-decoration: none;}
ul.list-normal li {list-style: none; background-image: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/list.svg"); background-repeat: no-repeat; background-position: left 12px; padding-left: 15px; background-size: 6px 6px;}
ol, ul {	 padding-left: 0rem;}

span.headline{	font-family: var(--font-family-base); font-size: 70px;
	margin: 0; padding: 0; text-transform: lowercase; line-height: 70px; color: white !important;	text-shadow:-1px -1px 0 rgba(112,112,112,0.5),  1px -1px 0 rgba(112,112,112,0.5),  -1px  1px 0 rgba(112,112,112,0.5), 1px  1px 0 rgba(112,112,112,0.5);	}


@media (min-width: 768px) {
	p {   font-size: 16px;  line-height: 24px; font-weight: var(--font-weight-regular);  }
	li	{    font-size: 16px;  line-height: 24px; font-weight: 300; }
	ul {   font-size: 16px;  font-weight: 300; }
	ol {  font-size: 16px;  font-weight: 300;}
}

@media screen and (min-width: 992px) {
	h2, p.h2 {     font-size: 16px;	line-height: 28px;		}
	h3, p.h3 {  color:#A79C84; font-size: 24px}
	p {   font-size: 16px; line-height: 28px;  }
	li {  font-size: 16px; line-height: 28px;  }
	h1 {	font-size: 50px;	line-height:75px;	 	}
	span.headline{	 font-size: 120px; 	 line-height: 100px; 	}
}

@media screen and (min-width: 1600px) {
	span.headline{	 font-size: 306px; 	 line-height: 100px; 	}
}


td {  font-weight:500;   line-height: 26px; font-size: 0.8em; margin-bottom: 0;   }
a {     text-decoration: none;  }
hr {margin-top: 20px;    margin-bottom: 20px;    border: 0;    border-top: 2px solid;   display:block;  height:25px; border-color:#CABEB4;  }
a.internal-link, a.mail, a.download  {  padding: 0 5px;       text-transform:uppercase;     display: inline-block;    cursor: pointer;    outline: 0;        text-decoration: none;    text-shadow: none !important;    text-align: center;      width: 50%;    position: relative;    margin: 24px 25%;	 -moz-box-shadow: none;   -webkit-box-shadow: none;    box-shadow: none;    appearance: none;    -moz-appearance: none;    -webkit-appearance: none;   	 	 -moz-transition-duration: 0.5s;    -o-transition-duration: 0.5s;    -webkit-transition-duration: 0.5s;    transition-duration: 0.5s;    -moz-transform: translateZ(0);    -webkit-transform: translateZ(0);    transform: translateZ(0); }
a.link, a.internal_link {
	text-decoration:none;	 -moz-box-shadow: none;   -webkit-box-shadow: none;    box-shadow: none;    appearance: none;    -moz-appearance: none;    -webkit-appearance: none;
	-moz-transition-duration: 0.5s;    -o-transition-duration: 0.5s;    -webkit-transition-duration: 0.5s;    transition-duration: 0.5s;    -moz-transform: translateZ(0);    -webkit-transform: translateZ(0);    transform: translateZ(0);

}
a.external-link-new-window{  text-decoration:none;  color: #B9AB93;	 font-weight: bold;}
a.internal-link:hover,  a.link:hover,  a.internal_link:hover { text-decoration: none; }
a[href^="tel:"] {    text-decoration: none;}
a.social-icon{ padding: 0 10px;}

.gray {	display: inline-block; filter:grayscale(100%) }
.gray:hover { filter:grayscale(0) }





/* Textpic / Textmedia: Bilder im Bootstrap-Layout */
.frame-type-textpic .textpic-gallery .gallery-row,
.frame-type-textmedia .textmedia-gallery .gallery-row {
	margin: 0;
	padding: 0;
}

.frame-type-textpic .textpic-gallery .gallery-item img,
.frame-type-textmedia .textmedia-gallery .gallery-item img {
	width: auto;
	height: auto;
	max-height: 800px;
	max-width: 150px;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.frame-type-textpic .textpic-gallery .gallery-item img,
	.frame-type-textmedia .textmedia-gallery .gallery-item img {
		max-width: 100%;
	}
}

#main .frame-type-textpic .textpic-gallery .gallery-item,
#main .frame-type-textmedia .textmedia-gallery .gallery-item {
	width: 80%;
	max-width: 316px;
}

.frame-type-textpic .textpic-gallery .gallery-item.gallery-item-size-2,
.frame-type-textmedia .textmedia-gallery .gallery-item.gallery-item-size-2 {
	padding-bottom: 14px;
}

.frame-type-textpic .textpic-gallery .gallery-item.gallery-item-size-2 img,
.frame-type-textmedia .textmedia-gallery .gallery-item.gallery-item-size-2 img {
	transform: scale(1);
	transition: 0.9s ease-in-out;
}

.frame-type-textpic .textpic-gallery .gallery-item.gallery-item-size-2 img:hover,
.frame-type-textmedia .textmedia-gallery .gallery-item.gallery-item-size-2 img:hover {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	#main .frame-type-textpic .textpic-gallery .gallery-item,
	#main .frame-type-textmedia .textmedia-gallery .gallery-item {
		padding-bottom: 20px;
	}
}



/*ZimmerSlider und Angebotslider*/
.owl-carousel .owl-stage-outer {	z-index: 1;	margin: 0 10px;}
.owl-carousel .owl-item {padding: 0; }
.owl-carousel .owl-item img {	display: block;	width: 100%; 	height: auto; opacity: 0.7;  background-color: black;}
.owl-carousel .owl-nav {	width: 100%;		position: absolute;	left: 0;	top: 40%;	display: none;	justify-content: space-between; z-index: 0;}
.owl-carousel .nav-btn{		width: 10px;	height: 18px;	cursor: pointer;	top: 0 !important;}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled{	pointer-events: none;	opacity: 0.2;}
.owl-carousel .prev-slide{	background: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/arrow-o-prev.svg") no-repeat scroll 0 0; background-size: 10px 18px;	right: 0; margin: 10px 0;}
.owl-carousel .next-slide{	background: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/arrow-o-next.svg") no-repeat scroll 0px 0px; background-size: 10px 18px;	right: 0; margin: 10px 0;}

/* punkte ausgeblendet */
.carousel-indicators {	display: none;}

/* Kreisform fÃ¼r die Punkte */
.owl-theme .owl-dots .owl-dot span {		background: #B9AB93;	display: block;}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--alpenrast-color-red);
}
.owl-theme .owl-nav [class*=owl-]:hover {	background: transparent;	color: #FFF;	text-decoration: none;}
@media screen and (min-width: 768px){
	.owl-carousel .owl-nav {		display: flex;}
	.owl-carousel .nav-btn{		width: 20px;	height: 35px;	cursor: pointer;	top: 0 !important;}
	.owl-carousel .prev-slide{	 background-size: 20px 35px;	}
	.owl-carousel .next-slide{	 background-size: 20px 35px;	}
	.owl-carousel .owl-item {padding: 20px 0;}
}
@media screen and (min-width: 992px){
	.owl-carousel .owl-stage-outer {	z-index: 1;	margin: 0 0px;}
	.owl-carousel .owl-item {padding: 0px 0;}
}

@media screen and (min-width: 1600px){
	.owl-carousel .owl-stage-outer {	z-index: 1;	margin: 0 0px;}
	.owl-carousel .owl-item {padding: 0px 0;}
}


/*
------------------------------------------------------------------------------------------------------
Scroll to top button
------------------------------------------------------------------------------------------------------
*/
#totop	{ position: fixed;  width: 40px; background-color: #FFFFFF;  right: 0; border-radius: 0;	height: auto;	padding: 0;	margin: 0;	margin-right: 15px; bottom: 80px; z-index: 200;	}
#totop:hover { background-color: #FFFFFF;  }
.cd-top {   padding: 10px; height: 40px;  width: 40px;   border-radius: 0;	overflow: hidden;  text-indent: 100%;  white-space: nowrap; content:url(/fileadmin/user_upload/Hotel-Alpenrast/Icon/arrow-up.svg);	display: none;  opacity: 1;  -webkit-transition: opacity .3s 0s, visibility 0s .3s;  -moz-transition: opacity .3s 0s, visibility 0s .3s;  transition: opacity .3s 0s, visibility 0s .3s;  z-index:100000;	}
.cd-top svg {  fill: #000000; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {  -webkit-transition: opacity .3s 0s, visibility 0s 0s;  -moz-transition: opacity .3s 0s, visibility 0s 0s;  transition: opacity .3s 0s, visibility 0s 0s; display: block;}
.cd-top.cd-is-visible {  opacity: 1; }
.cd-top.cd-fade-out {  	opacity: 1;}
.no-touch .cd-top:hover {  opacity: 1; }

@media only screen and (min-width: 768px) {
	.cd-top {    right: 20px;    bottom: 20px;  }
}


/*Frame-type-accordion*/

/* .frame-type-accordion intentionally omitted: no base overrides needed here */
.accordion-item:first-of-type {	border-top-left-radius: 0;	border-top-right-radius: 0;}
.accordion-item:first-of-type .accordion-button {	border-top-left-radius: 0;	border-top-right-radius: 0; color: var(--alpenrast-color-red);}
.accordion-button:not(.collapsed) {	color: var(--alpenrast-color-red);	background-color: transparent; box-shadow: inset 0 calc(-1 * 1px) 0 var(--alpenrast-color-red);}
.accordion-item {	color: var(--alpenrast-color-red);	background-color: transparent;	border-bottom: 1px solid var(--alpenrast-color-red); border-left: 0; border-right: 0; border-top:0;}
.accordion-button {	font-size:  20px;	color: var(--alpenrast-color-red);	text-align: left; font-weight: 500; text-transform: uppercase; letter-spacing: 0;	background-color: transparent; padding: 10px 0;}
.accordion-item:last-of-type {	border-bottom-right-radius: 0;	border-bottom-left-radius: 0;}
.accordion-item:last-of-type .accordion-button.collapsed {	border-bottom-right-radius: 0;	border-bottom-left-radius: 0;}
.frame-type-accordion .accordion-content-text ul {	padding-left: 0px;}

.frame-type-accordion .accordion-content-item.accordion-content-text ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.25em;
	margin: 0 0 1em 0;
}

.frame-type-accordion .accordion-content-item.accordion-content-text ul li {
	list-style-type: disc;
	list-style-position: outside;
}

.frame-type-accordion .accordion-content-item.accordion-content-text ul li::marker {
	color: var(--alpenrast-color-red);
}
.accordion-button::after {
	background-image: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/plus.svg");
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	transform: none !important;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/minus.svg");
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	transform: none !important;
}
.accordion-body {	padding-right: 0;	padding-left: 0;}

@media screen and (min-width: 1200px){
	.accordion-button {	font-size:  20px;}
	.accordion-button::after,
	.accordion-button:not(.collapsed)::after {
		background-size: 33px 33px;
		width: 33px;
		height: 33px;
	}
}

/* News-Plugin (news_pi1): siehe news-pi1.css (nach style.css eingebunden) */

/* Alle owl-one / owl-zwei / owl-drei-Carousels: Pfeile wie Highlights (linkicon.svg), Counter „1 | n“ zwischen Pfeilen (owl-one), unten rechts */
.owl-carousel.owl-one,
.owl-carousel.owl-zwei,
.owl-carousel.owl-drei {
	position: relative;
	z-index: 1;
}
.owl-carousel.owl-one .owl-item {
	padding-bottom: 0;
}
.owl-carousel.owl-one .owl-nav,
.owl-carousel.owl-zwei .owl-nav,
.owl-carousel.owl-drei .owl-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	left: auto;
	right: clamp(1rem, 3vw, 2rem);
	bottom: clamp(1rem, 3vw, 2rem);
	top: auto;
	transform: none;
	pointer-events: none;
	z-index: 5;
}
.owl-carousel.owl-one .owl-nav button,
.owl-carousel.owl-zwei .owl-nav button,
.owl-carousel.owl-drei .owl-nav button {
	pointer-events: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
	background: transparent !important;
	border: 0;
}
.owl-carousel.owl-one .owl-prev .nav-btn,
.owl-carousel.owl-one .owl-next .nav-btn,
.owl-carousel.owl-zwei .owl-prev .nav-btn,
.owl-carousel.owl-zwei .owl-next .nav-btn,
.owl-carousel.owl-drei .owl-prev .nav-btn,
.owl-carousel.owl-drei .owl-next .nav-btn {
	width: 16px;
	height: 16px;
	background: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/linkicon.svg") no-repeat center center !important;
	background-size: contain !important;
	transition: opacity 0.2s ease;
}
.owl-carousel.owl-one .owl-prev .nav-btn,
.owl-carousel.owl-zwei .owl-prev .nav-btn,
.owl-carousel.owl-drei .owl-prev .nav-btn {
	transform: rotate(180deg);
}
.owl-carousel.owl-one .owl-prev:hover .nav-btn,
.owl-carousel.owl-one .owl-next:hover .nav-btn,
.owl-carousel.owl-zwei .owl-prev:hover .nav-btn,
.owl-carousel.owl-zwei .owl-next:hover .nav-btn,
.owl-carousel.owl-drei .owl-prev:hover .nav-btn,
.owl-carousel.owl-drei .owl-next:hover .nav-btn {
	opacity: 0.85;
}
.owl-carousel.owl-one .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	width: auto;
	min-width: 2.75rem;
	height: auto;
	margin: 0;
	padding: 0 0.2rem;
	background: none !important;
	transform: none;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	pointer-events: none;
	font-family: var(--font-family-base);
	font-size: 0.875rem;
	font-weight: var(--font-weight-regular);
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--alpenrast-color-red);
	white-space: nowrap;
}
.owl-carousel.owl-one .owl-dots .owl-dot {
	display: none;
}
.owl-carousel.owl-one .owl-prev.disabled,
.owl-carousel.owl-one .owl-next.disabled,
.owl-carousel.owl-zwei .owl-prev.disabled,
.owl-carousel.owl-zwei .owl-next.disabled,
.owl-carousel.owl-drei .owl-prev.disabled,
.owl-carousel.owl-drei .owl-next.disabled {
	opacity: 0.35;
}

@media screen and (min-width: 992px) {
	.owl-carousel.owl-one .owl-nav,
	.owl-carousel.owl-zwei .owl-nav,
	.owl-carousel.owl-drei .owl-nav {
		left: auto;
		transform: none;
	}
	.owl-carousel.owl-one .owl-dots {
		left: auto;
		transform: none;
	}
}

@media screen and (min-width: 1600px) {
	.owl-carousel.owl-one .owl-nav,
	.owl-carousel.owl-zwei .owl-nav,
	.owl-carousel.owl-drei .owl-nav {
		transform: none;
		right: clamp(1rem, 3vw, 2rem);
	}
	.owl-carousel.owl-one .owl-dots {
		transform: none;
	}
}


/* news_newsliststicky: nur Frame-/Container-Breite; Zimmerliste -> news-pi1.css (.zimmer-list) */
.frame-type-news_newsliststicky {
	padding: 0;
}
.frame-type-news_newsliststicky .frame-container {
	max-width: calc((100% - 80px));
	margin-left: 40px;
	padding: 0;
	margin-right: 0;
	--bs-gutter-x: 0px;
}

@media screen and (min-width: 992px) {
	.frame-type-news_newsliststicky .frame-container h1 {
		font-size: 40px;
	}
}

@media screen and (min-width: 1600px) {
	.frame-type-news_newsliststicky .frame-container {
		max-width: calc((100% - 280px) / 12* 12);
		margin-left: 140px;
	}
}

@media screen and (min-width: 2200px) {
	.frame-type-news_newsliststicky .frame-container {
		max-width: calc((100% - 480px) / 12* 12);
		margin-left: 140px;
	}
}

/* sidebar */
#sidebar { position:fixed; right:0;  bottom: 0; width:100%;  z-index:200; transition: all 0.3s ease-in-out; height: auto; background-color: #B9AB93; }
#sidebar.fixed { display: block;}
#sidebar.fixed2 { position:fixed;	display: block; opacity: 1;}
#sidebar_wrap {display: flex; height: 50px;     align-items: center;    justify-content: space-around;}
#sidebar_wrap p {	margin: 0 0 0 15px;	padding: 0;	line-height: 18px;	position: relative;	width:50%; float: left; font-size: 18px; }
#sidebar_wrap p a.btn-default { border-radius: 10px 0 0 10px; position: relative;  color: white;    background-color: #B9AB93;  padding: 0; margin: 0; line-height: 30px; width: auto; transition: 0.3s; font-size: 16px; border: 0; text-align: left;  box-shadow: none;  }
#sidebar_wrap p a.btn-default img {  height: 20px; width: auto;  padding: 0 10px 0 5px;}
#sidebar_wrap p a.btn-default:hover {	right: 0; text-decoration: none; }
#sidebar_wrap p span {font-family: var(--font-family-base); }


	#sidebar	{ position:fixed; bottom:50%; width: 100px;
		display: block;}
	#sidebar_wrap {display: unset; height: unset;     align-items: center;    justify-content: center;}
	#sidebar_wrap p {	margin: 0; right: -40px;}
	#sidebar_wrap p a.btn-default {	position: absolute;  width: 190px; min-width: 80px;  right: -150px; 	padding: 0 0 0 10px;  margin-bottom: 0; line-height: 50px;      				text-align: left; border: 0; box-shadow: none; border-left: 0 solid white;}
	#sidebar_wrap p:nth-child(1) a.btn-default {	 right: -150px; padding: 0 0 0 10px;}
	#sidebar_wrap p:nth-child(2) a.btn-default {	 top: 65px; 	}
	#sidebar_wrap p a.btn-default:hover {	right: 0; }


/* TXTINTRO (Mask Element) */
.frame-type-mask_txtintro {
	--txtintro-bg-active: var(--txtintro-bg-default);
	--txtintro-bg-image: url("/fileadmin/user_upload/Hotel-Alpenrast/wanderer.svg");
	/* unten: Platz fuer Wanderer-Grafik */
	--txtintro-pad-bottom-mobile: clamp(11rem, 25vw, 16rem);
	--txtintro-pad-bottom-md: clamp(7rem, 15vw, 10rem);
	--txtintro-pad-bottom-lg: clamp(5rem, 12vw, 8rem);
	--txtintro-pad-bottom-xl: clamp(4rem, 8vw, 7rem);
}

.frame-type-mask_txtintro.frame-layout-txtintro-plain {
	--txtintro-bg-image: none;
	/* ohne Grafik: weniger Abstand unten (mobil zuerst) */
	--txtintro-pad-bottom-mobile: clamp(2.25rem, 5vw, 3.5rem);
	--txtintro-pad-bottom-md: clamp(2.25rem, 4vw, 3rem);
	--txtintro-pad-bottom-lg: clamp(2.5rem, 4vw, 3.5rem);
	--txtintro-pad-bottom-xl: clamp(3rem, 5vw, 5rem);
}

.frame-type-mask_txtintro.frame-background-dark {
	--txtintro-bg-active: var(--txtintro-bg-brown);
}

.frame-type-mask_txtintro.frame-background-primary {
	--txtintro-bg-active: var(--txtintro-bg-white);
}

.frame-type-mask_txtintro.frame-background-dark,
.frame-type-mask_txtintro.frame-background-primary {
	--frame-color: var(--txtintro-text-color);
	--frame-background: var(--txtintro-bg-active);
	--frame-link-color: var(--txtintro-text-color);
	--frame-link-hover-color: var(--txtintro-text-color);
}

.frame-type-mask_txtintro .row { --bs-gutter-x: 0; --bs-gutter-y: 0; }

.frame-type-mask_txtintro .frame-container {
	max-width: 100%;
	padding: 0;
}

.frame-type-mask_txtintro .gridContainer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	width: calc(100% - 72px);
	margin: 0 auto;
	padding: clamp(2.25rem, 5vw, 4rem) 0 var(--txtintro-pad-bottom-mobile);
	background-color: var(--txtintro-bg-active);
	background-image: var(--txtintro-bg-image);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: var(--txtintro-mobile-bg-size);
}

.frame-type-mask_txtintro .contentLayer {
	grid-column: 1 / 5;
	text-align: right;
	color: var(--txtintro-text-color);
	font-family: var(--font-family-base);
	max-width: var(--txtintro-content-max);
	justify-self: end;
}

.frame-type-mask_txtintro .contentLayer h1,
.frame-type-mask_txtintro .contentLayer h2,
.frame-type-mask_txtintro .contentLayer h3,
.frame-type-mask_txtintro .contentLayer h4,
.frame-type-mask_txtintro .contentLayer h5,
.frame-type-mask_txtintro .contentLayer h6,
.frame-type-mask_txtintro .contentLayer p {
	color: var(--txtintro-text-color);
	font-family: var(--font-family-base);
}

.frame-type-mask_txtintro .contentLayer h1 {
	font-size: var(--txtintro-h1-size-mobile);
	line-height: var(--txtintro-h1-line-mobile);
	letter-spacing: var(--txtintro-h1-letter-mobile);
	font-weight: var(--font-weight-regular);
	text-transform: uppercase;
}

.frame-type-mask_txtintro .contentLayer h2 {
	font-size: var(--txtintro-h2-size-mobile);
	line-height: var(--txtintro-h2-line-mobile);
	letter-spacing: var(--txtintro-h2-letter-mobile);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.frame-type-mask_txtintro .gridContainer {
		grid-template-columns: repeat(4, 1fr);
		gap: 12px;
		width: calc(100% - 80px);
		padding: clamp(2.25rem, 4vw, 3rem) 0 var(--txtintro-pad-bottom-md);
		background-size: min(calc(50% - 6px), 320px);
	}

	.frame-type-mask_txtintro .contentLayer {
		grid-column: 3 / 5;
		max-width: none;
	}

	.frame-type-mask_txtintro .contentLayer h1 {
		font-size: 34px;
		line-height: 52px;
		letter-spacing: 1.25px;
	}

	.frame-type-mask_txtintro .contentLayer h2 {
		font-size: var(--txtintro-h2-size-mid);
		line-height: var(--txtintro-h2-line-mid);
		letter-spacing: var(--txtintro-h2-letter-mid);
	}
}

@media (min-width: 992px)  {
	.frame-type-mask_txtintro .gridContainer {
		grid-template-columns: repeat(6, 1fr);
		gap: 16px;
		width: calc(100% - 120px);
		padding: clamp(2.5rem, 4vw, 3.5rem) 0 var(--txtintro-pad-bottom-lg);
		background-size: min(calc(50% - 8px), 520px);
	}

	.frame-type-mask_txtintro .contentLayer {
		grid-column: 4 / 7;
		max-width: none;
	}

	.frame-type-mask_txtintro .contentLayer h1 {
		font-size: var(--txtintro-h1-size-tablet);
		line-height: var(--txtintro-h1-line-tablet);
		letter-spacing: var(--txtintro-h1-letter-tablet);
	}

	.frame-type-mask_txtintro .contentLayer h2 {
		font-size: var(--txtintro-h2-size-tablet);
		line-height: var(--txtintro-h2-line-tablet);
		letter-spacing: var(--txtintro-h2-letter-tablet);
	}
}

@media (min-width: 1900px) {
	.frame-type-mask_txtintro .gridContainer {
		grid-template-columns: repeat(12, 1fr);
		gap: 16px;
		width: calc(100% - 280px);
		padding: clamp(3rem, 5vw, 6rem) 0 var(--txtintro-pad-bottom-xl);
		background-size: var(--txtintro-desktop-bg-size);
	}

	.frame-type-mask_txtintro .contentLayer {
		grid-column: 7 / 13;
		max-width: none;
	}

	.frame-type-mask_txtintro .contentLayer h1 {
		font-size: var(--txtintro-h1-size-desktop);
		line-height: var(--txtintro-h1-line-desktop);
		letter-spacing: var(--txtintro-h1-letter-desktop);
	}

	.frame-type-mask_txtintro .contentLayer h2 {
		font-size: var(--txtintro-h2-size-desktop);
		line-height: var(--txtintro-h2-line-desktop);
		letter-spacing: var(--txtintro-h2-letter-desktop);
	}
}

@media (min-width: 2200px) {
	.frame-type-mask_txtintro .gridContainer {
		width: calc(100% - 480px);
	}
}


/* Highlights Slider (Mask Element) */
.frame-type-mask_highlights_tabs {
	--highlights-text-color: var(--alpenrast-color-red);
	--highlights-title-size-mobile: 30px;
	--highlights-title-line-mobile: 30px;
	--highlights-title-letter-mobile: 3px;
	--highlights-title-size-tablet: 110px;
	--highlights-title-line-tablet: 110px;
	--highlights-title-letter-tablet: 12px;
	--highlights-title-size-desktop: 150px;
	--highlights-title-line-desktop: 150px;
	--highlights-title-letter-desktop: 25px;
	--highlights-inner-padding-y: 80px;
}

/* Raster nur bei frame-background-raster; sonst kein Muster-Rand am CE */
.frame-type-mask_highlights_tabs .highlights-slider-wrap {
	background: #FFFFFF;
	padding: var(--highlights-inner-padding-y) 0;
	overflow-x: clip;
}

.frame-background-raster.frame-type-mask_highlights_tabs .highlights-slider-wrap {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.frame-type-mask_highlights_tabs .owl-highlights {
	width: calc(100% - 20px);
	margin: 0 auto;
	position: relative;
	padding-top: 44px;
}

.frame-type-mask_highlights_tabs .highlights-slide {
	color: var(--highlights-text-color);
	font-family: var(--font-family-base);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.frame-type-mask_highlights_tabs .highlights-title {
	color: var(--highlights-text-color);
	font-family: var(--font-family-base);
	font-weight: var(--font-weight-regular);
	font-size: var(--highlights-title-size-mobile);
	line-height: var(--highlights-title-line-mobile);
	letter-spacing: var(--highlights-title-letter-mobile);
	text-transform: uppercase;
	margin: 0;
	grid-column: 1 / -1;
	grid-row: 1;
	text-align: center;
	justify-self:	 center;
	align-self: center;
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.frame-type-mask_highlights_tabs .highlights-image-wrap {
	grid-column: 1 / 5;
	grid-row: 1;
	position: relative;
	z-index: 1;
	margin: 0 20px;
}

.frame-type-mask_highlights_tabs .highlights-image-wrap picture {
	display: block;
	width: 100%;
	max-width: 1300px;
}

.frame-type-mask_highlights_tabs .highlights-image-wrap img {
	width: 100%;
	max-width: 1300px;
	object-fit: cover;
	display: block;
}

.frame-type-mask_highlights_tabs .highlights-text,
.frame-type-mask_highlights_tabs .highlights-text p,
.frame-type-mask_highlights_tabs .highlights-text h2 {
	color: var(--highlights-text-color);
	font-family: var(--font-family-base);
}

.frame-type-mask_highlights_tabs .highlights-text h2 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.frame-type-mask_highlights_tabs .highlights-text {
	grid-column: 1 / 5;
	grid-row: 2;
	margin: 1.25rem 20px 0 20px;
	
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	pointer-events: none;
	z-index: 3;
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-nav button {
	pointer-events: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
	background: transparent;
	border: 0;
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-prev .nav-btn,
.frame-type-mask_highlights_tabs .owl-highlights .owl-next .nav-btn {
	width: 16px;
	height: 16px;
	background: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/linkicon.svg") no-repeat center center;
	background-size: contain;
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-prev .nav-btn {
	transform: rotate(180deg);
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 0;
	padding: 0 24px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
	max-width: calc(100% - 16px);
	z-index: 4;
	pointer-events: auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-dot {
	pointer-events: auto;
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-dot {
	color: var(--highlights-text-color);
	font-family: var(--font-family-base);
	font-size: 15px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0.25rem 0;
}

@media (min-width: 992px) {
	.frame-type-mask_highlights_tabs .owl-highlights .owl-dot {
		font-size: 17px;
	}
}

.frame-type-mask_highlights_tabs .owl-highlights .owl-dot.active {
	border-bottom-color: var(--highlights-text-color);
	font-weight: var(--font-weight-bold);
}

.frame-type-mask_highlights_tabs .owl-theme .owl-dots .owl-dot span {
	display: none;
}

@media (max-width: 767.98px) {
	.frame-type-mask_highlights_tabs .owl-highlights .owl-dots {
		gap: 0;
	}

	.frame-type-mask_highlights_tabs .owl-highlights .owl-dot {
		display: none;
	}

	.frame-type-mask_highlights_tabs .owl-highlights .owl-dot.active {
		display: inline-flex;
	}
}

@media (min-width: 992px) {
	.frame-type-mask_highlights_tabs .owl-highlights {
		width: calc(100% - 120px);
	}

	.frame-type-mask_highlights_tabs .highlights-slide {
		grid-template-columns: repeat(6, 1fr);
		gap: 16px;
	}

	.frame-type-mask_highlights_tabs .highlights-title {
		grid-column: 1 / -1;
	}

	.frame-type-mask_highlights_tabs .highlights-image-wrap,
	.frame-type-mask_highlights_tabs .highlights-text {
		grid-column: 2 / 6;
	}

	.frame-type-mask_highlights_tabs .highlights-title {
		font-size: var(--highlights-title-size-tablet);
		line-height: var(--highlights-title-line-tablet);
		letter-spacing: var(--highlights-title-letter-tablet);
	}
}

@media (min-width: 1280px) {
	.frame-type-mask_highlights_tabs .owl-highlights {
		width: calc(100% - 280px);
	}

	.frame-type-mask_highlights_tabs .highlights-slide {
		grid-template-columns: repeat(12, 1fr);
		gap: 16px;
	}

	.frame-type-mask_highlights_tabs .highlights-title {
		grid-column: 1 / -1;
	}

	.frame-type-mask_highlights_tabs .highlights-image-wrap,
	.frame-type-mask_highlights_tabs .highlights-text {
		grid-column: 3 / 11;
	}
}

@media (min-width: 1900px) {
	.frame-type-mask_highlights_tabs .owl-highlights {
		width: calc(100% - 280px);
	}

	.frame-type-mask_highlights_tabs .highlights-title {
		font-size: var(--highlights-title-size-desktop);
		line-height: var(--highlights-title-line-desktop);
		letter-spacing: var(--highlights-title-letter-desktop);
	}
}

@media (min-width: 2200px) {
	.frame-type-mask_highlights_tabs .owl-highlights {
		width: calc(100% - 480px);
	}
}

/* Accordion (bootstrap_package) */
.frame-type-accordion {
	--accordion-raster-border: 14px;
	--accordion-inner-padding-y: 80px;
	--accordion-raster-bg-size: 30px 30px;
	--accordion-text-color: var(--alpenrast-color-red);
	--accordion-line-color: var(--alpenrast-color-red);
	background-image: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/raster.png");
	background-size: var(--accordion-raster-bg-size);
	background-repeat: repeat;
	background-position: left top;
	padding: var(--accordion-raster-border);
	overflow-x: clip;
}

.frame-type-accordion .frame-container {
	background: #FFFFFF;
	padding: var(--accordion-inner-padding-y) 30px;
	width: 100%;
	max-width: 100%;
}

.frame-type-accordion .frame-container .frame-inner {
	width: 100%;
	margin: 0 auto;
}

.frame-type-accordion .accordion {
	background-color: #FFFFFF;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 40px;
}

.frame-type-accordion .accordion-item {
	background-color: #FFFFFF;
}

.frame-type-accordion .accordion-header {
	margin: 0;
}

/* Item-Header mobil */
.frame-type-accordion .accordion-button {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 2px;
	min-height: 64px;
	padding: 12px 0;
	display: flex;
	align-items: center;
}

.frame-type-accordion .accordion-item:first-of-type .accordion-button {
	color: var(--accordion-line-color);
}

.frame-type-accordion .accordion-button:not(.collapsed) {
	color: var(--accordion-line-color);
	box-shadow: inset 0 calc(-1 * 1px) 0 var(--accordion-line-color);
}

.frame-type-accordion .accordion-item {
	color: var(--accordion-line-color);
	border-bottom: 1px solid var(--accordion-line-color);
}

.frame-type-accordion .accordion-button {
	color: var(--accordion-line-color);
}

.frame-type-accordion .accordion > header h1,
.frame-type-accordion .accordion > header .h1,
.frame-type-accordion .accordion > header h1 a,
.frame-type-accordion .accordion > header h3,
.frame-type-accordion .accordion > header .h3,
.frame-type-accordion .accordion > header h3 a {
	font-family: var(--font-family-base);
	font-size: var(--txtintro-h1-size-mobile);
	font-weight: var(--font-weight-regular);
	letter-spacing: var(--txtintro-h1-letter-mobile);
	line-height: var(--txtintro-h1-line-mobile);
	padding-bottom: 20px;
	margin: 0;
	color: var(--accordion-text-color);
	text-transform: uppercase;
}
.frame-type-accordion .accordion > header h2,
.frame-type-accordion .accordion > header .h2,
.frame-type-accordion .accordion > header h2 a {
	font-size: var(--txtintro-h2-size-mobile);
	line-height: var(--txtintro-h2-line-mobile);
	letter-spacing: var(--txtintro-h2-letter-mobile);
	color: var(--alpenrast-color-red);
}

.frame-type-accordion .accordion-button,
.frame-type-accordion .accordion-button:not(.collapsed),
.frame-type-accordion .accordion-body,
.frame-type-accordion .accordion-body p,
.frame-type-accordion .accordion-body li {
	color: var(--accordion-text-color);
}



@media (min-width: 992px) {
	.frame-type-accordion {
		--accordion-raster-border: 22px;
	}

	.frame-type-accordion .frame-container .frame-inner {
		width: calc((100% - 120px) / 6 * 5);
	}


	/* Tablet-Zwischengroesse */
	.frame-type-accordion .accordion > header h1,
	.frame-type-accordion .accordion > header .h1,
	.frame-type-accordion .accordion > header h1 a,
	.frame-type-accordion .accordion > header h3,
	.frame-type-accordion .accordion > header .h3,
	.frame-type-accordion .accordion > header h3 a {
		font-size: var(--txtintro-h1-size-tablet);
		letter-spacing: var(--txtintro-h1-letter-tablet);
		line-height: var(--txtintro-h1-line-tablet);
		padding-bottom: 30px;
	}
	.frame-type-accordion .accordion > header h2,
	.frame-type-accordion .accordion > header .h2,
	.frame-type-accordion .accordion > header h2 a {
		font-size: var(--txtintro-h2-size-tablet);
		line-height: var(--txtintro-h2-line-tablet);
		letter-spacing: var(--txtintro-h2-letter-tablet);
	}
	.frame-type-accordion .accordion-button {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: 3px;
		min-height: 82px;
		padding: 16px 0;
	}
}

@media (min-width: 1280px) {
	.frame-type-accordion {
		--accordion-raster-border: 32px;
	}
}

@media (min-width: 1900px) {
	.frame-type-accordion {
		--accordion-raster-bg-size: 60px 60px;
		--accordion-inner-padding-y: 218px;
		--accordion-raster-border: 80px;
	}

	.frame-type-accordion .frame-container .frame-inner {
		width: calc((100% - 280px) / 12 * 8);
	}

	.frame-type-accordion .accordion > header h1,
	.frame-type-accordion .accordion > header .h1,
	.frame-type-accordion .accordion > header h1 a,
	.frame-type-accordion .accordion > header h3,
	.frame-type-accordion .accordion > header .h3,
	.frame-type-accordion .accordion > header h3 a {
		font-size: var(--txtintro-h1-size-desktop);
		letter-spacing: var(--txtintro-h1-letter-desktop);
		line-height: var(--txtintro-h1-line-desktop);
		padding-bottom: 40px;
	}
	.frame-type-accordion .accordion > header h2,
	.frame-type-accordion .accordion > header .h2,
	.frame-type-accordion .accordion > header h2 a {
		font-size: var(--txtintro-h2-size-desktop);
		line-height: var(--txtintro-h2-line-desktop);
		letter-spacing: var(--txtintro-h2-letter-desktop);
	}
	/* Desktop: 100px hoch bei einzeiligem Header */
	.frame-type-accordion .accordion-button {
		font-size: 27px;
		font-weight: 600;
		line-height: 36px;
		letter-spacing: 4px;
		min-height: 100px;
		padding: 16px 0;
	}
}

@media (min-width: 2200px) {
	.frame-type-accordion .frame-container .frame-inner {
		width: calc((100% - 480px) / 12 * 8);
	}
}

/* Accordion in Spalten-Containern: kein Raster-Rand, volle Spaltenbreite wie Text */
[class*="frame-type-container_"] .row > [class*="col-"] .frame.frame-type-accordion,
[class*="frame-type-container_"] .row > [class*="col-"] .frame.frame-type-accordion.frame-background-raster {
	background-image: none;
	background-color: transparent;
	padding: 0;
	overflow-x: visible;
}

[class*="frame-type-container_"] .row > [class*="col-"] .frame.frame-type-accordion .frame-container {
	background: transparent;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

[class*="frame-type-container_"] .row > [class*="col-"] .frame.frame-type-accordion .frame-container .frame-inner,
[class*="frame-type-container_"] .row > [class*="col-"] .frame.frame-type-accordion .accordion {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}


/* Bootstrap-ContentElements: zentrale Text-/Button-Formatierung */
.frame-type-text,
.frame-type-html,
.frame-type-textmedia,
.frame-type-textpic,
.frame-type-textteaser,
.frame-type-quote,
.frame-type-panel {
	--ce-text-color: var(--alpenrast-color-red);
}

.frame-type-text h1,
.frame-type-text h2,
.frame-type-text h3,
.frame-type-text p,
.frame-type-html h1,
.frame-type-html h2,
.frame-type-html h3,
.frame-type-html p,
.frame-type-textmedia h1,
.frame-type-textmedia h2,
.frame-type-textmedia h3,
.frame-type-textmedia p,
.frame-type-textpic h1,
.frame-type-textpic h2,
.frame-type-textpic h3,
.frame-type-textpic p,
.frame-type-textteaser h1,
.frame-type-textteaser h2,
.frame-type-textteaser h3,
.frame-type-textteaser p,
.frame-type-quote h1,
.frame-type-quote h2,
.frame-type-quote h3,
.frame-type-quote p,
.frame-type-panel h1,
.frame-type-panel h2,
.frame-type-panel h3,
.frame-type-panel p {
	color: var(--ce-text-color);
	font-family: var(--font-family-base);
}

.frame-type-text h1,
.frame-type-text h2,
.frame-type-text h3,
.frame-type-html h1,
.frame-type-html h2,
.frame-type-html h3,
.frame-type-textmedia h1,
.frame-type-textmedia h2,
.frame-type-textmedia h3,
.frame-type-textpic h1,
.frame-type-textpic h2,
.frame-type-textpic h3,
.frame-type-textteaser h1,
.frame-type-textteaser h2,
.frame-type-textteaser h3,
.frame-type-quote h1,
.frame-type-quote h2,
.frame-type-quote h3,
.frame-type-panel h1,
.frame-type-panel h2,
.frame-type-panel h3 {
	text-transform: uppercase;
}

/* Html-CE: Grid wie Mask Txt (12er-Ausnahme: 10 Spalten breit) */
.frame-type-html .html-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0;
}
.frame-type-html .html-text {
	grid-column: 1 / 5;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.frame-type-html .html-text {
		grid-column: 1 / 4;
	}
}
@media (min-width: 992px) {
	.frame-type-html .html-grid {
		grid-template-columns: repeat(6, 1fr);
		gap: 16px;
		width: calc(100% - 120px);
	}
	.frame-type-html .html-text {
		grid-column: 1 / 7;
	}
}
@media (min-width: 1900px) {
	.frame-type-html .html-grid {
		grid-template-columns: repeat(12, 1fr);
		gap: 16px;
		width: calc(100% - 80px);
	}
	.frame-type-html .html-text {
		grid-column: 2 / 12;
	}
}
@media (min-width: 2200px) {
	.frame-type-html .html-grid {
		width: calc(100% - 480px);
	}
}



.frame .contentItem1 a[class=""], .frame .contentItem1 a:not([class]) {	transition: all 0.4s ease;}
.frame .contentItem1 a:hover[class=""], .frame .contentItem1 a:hover:not([class]) {	padding-left: 15px;}



/* Content Alpenrast  Gallerie*/
.frame-type-mask_bildergallerie {
	--gallery-layer-bg: #A28F7F;
	--gallery-layer-height: 260px;
	--gallery-overlap-offset: 260px;
	--gallery-filter-gap: 2.75rem;
}
.gallery-intro-layer {
	background-color: var(--gallery-layer-bg, #A28F7F);
	height: var(--gallery-layer-height, 220px);
}
.frame-type-mask_bildergallerie.gallery-overlap-frame {
	transform: translateY(calc(-1 * var(--gallery-overlap-offset)));
	margin-bottom: calc(-1 * var(--gallery-overlap-offset));
}
.frame-type-mask_bildergallerie .gallery-grid-wrap {
	padding: 0;
	margin: 0;
}
.frame-type-mask_bildergallerie .grid {	display: flex;	flex-wrap: wrap;	width: 100%;	max-width: 100%;	padding: 0;	margin: 0;	position: relative;}
.frame-type-mask_bildergallerie .grid-item .lightbox,
.frame-type-mask_bildergallerie .grid-item picture {
	display: block;
	background-color: #FFFFFF;
}
.frame-type-mask_bildergallerie .grid-item img{ max-width: 100%;	height: auto; opacity: 0.7; transition: all 0.4s ease; display: block; }
.frame-type-mask_bildergallerie .grid-item img:hover{  opacity: 1;}
.frame-type-mask_bildergallerie .grid-item { padding: 5px 0 5px 0; }
.frame-type-mask_bildergallerie  h5{ font-size: 20px; text-transform: uppercase; letter-spacing: 2px;}
.frame-type-mask_bildergallerie #filters {
	margin-bottom: var(--gallery-filter-gap);
	position: relative;
	z-index: 2;
}
.frame-type-mask_bildergallerie #filters ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.frame-type-mask_bildergallerie #filters ul li {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.45rem 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 1;
	font-family: "Poppins", var(--font-family-base), sans-serif;
	font-weight: 500;
	color: var(--alpenrast-color-red);
	background: transparent;
	border: 1px solid var(--alpenrast-color-red);
	transition: all 0.25s ease;
}
.frame-type-mask_bildergallerie #filters ul li:hover {
	color: #FFFFFF;
	background: var(--alpenrast-color-red);
}
.frame-type-mask_bildergallerie #filters ul li.is-checked {
	color: #FFFFFF;
	background: var(--alpenrast-color-red);
}
.frame-type-mask_bildergallerie .gallery-actions {
	display: flex;
	justify-content: flex-start;
	padding-top: 1.25rem;
}
.frame-type-mask_bildergallerie .gallery-load-more {
	font-family: "Poppins", var(--font-family-base), sans-serif;
	letter-spacing: 0.5px;
}


@media screen and (min-width: 1200px) {
	.gallery-intro-layer {
		--gallery-layer-height: 280px;
	}
	.frame-type-mask_bildergallerie {
		--gallery-filter-gap: 3rem;
	}
	.frame-type-mask_bildergallerie.gallery-overlap-frame {
		--gallery-overlap-offset: 280px;
	}
	.frame-type-mask_bildergallerie #filters ul {
		gap: 0.9rem;
	}
	.frame-type-mask_bildergallerie #filters ul li {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1.5px;
	}
	.frame-type-mask_bildergallerie .grid-item { padding: 5px 10px 5px 0;}
	.frame-type-container_2_columns_left .col-lg-7{  padding-right: 30px;}
	.frame-type-container_2_columns_left .col-lg-5{ padding-left:0px; padding-right: 0px;}
}

@media screen and (min-width: 1600px) {
	.frame-type-container_2_columns_left .col-lg-5{ padding-left:75px; padding-right: 10px;}
}

/* clear fix */
.hidden {	display: none;}
.hidden{	visibility:hidden;	width:0px!important;	height:0px!important;	margin:0px!important;	padding:0px!important;}

.modal-backdrop.show {
	z-index: 999;
}
.modal  {z-index: 1000}
.modal .frame {padding: 0; margin:0;}
.modal .frame  h1 {margin-top: 0}
.modal .frame  h2 {margin-top: 0}
.modal .modal-header p {padding-bottom: 0; margin-bottom: 0;}

/* ---------- Footer (Schachtelung: Block â†’ Wrap â†’ Spalten / Inhalt) ---------- */
.footerlogos { filter: grayscale(100%); }

/* Block */
.footer {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 40px 0;
    margin: 0;
    float: left;
    z-index: 0;
    font-family: var(--font-family-base);
    color: var(--footer-text-color);
    background: var(--footer-bg-color);
}

/* Ebene 1: Innenrahmen (wie pretopmenu-RÃ¤nder) */
.footer .footer-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

/* Ebene 1: Spalte Logo */
.footer .footer-col-logo { text-align: left; }

/* Ebene 2: Logo */
.footer .footer-logo-main {
    max-width: 164px;
    width: 100%;
    height: auto;
}

/* Ebene 2: FlieÃŸtext Adresse + Legal (Basis gleich) */
.footer .footer-address,
.footer .footer-legal {
    font-size: var(--footer-address-size);
    letter-spacing: var(--footer-address-letter-spacing);
    line-height: var(--footer-address-line-height);
}

/* Ebene 2: Kontakt */
.footer .footer-contact {
    font-size: var(--footer-contact-size);
    letter-spacing: var(--footer-contact-letter-spacing);
    line-height: var(--footer-contact-line-height);
}

/* Ebene 2: Social */
.footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 1rem;
}

.footer .footer-social-link {
    display: inline-flex;
    line-height: 0;
}

.footer .footer-social-link img {
    width: var(--footer-social-icon-size);
    height: var(--footer-social-icon-size);
    object-fit: contain;
}

.footer a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: var(--footer-text-color);
    display: inline-block;
}

.footer .image a:hover { text-decoration: none; background-color: transparent; }

.footer a:hover { transform: scale(1.1); }

.footer a[href^="mailto:"] {
    color: var(--footer-text-color);
    text-decoration: underline;
}

.footer button {
    background-color: transparent;
    color: var(--footer-text-color);
    box-shadow: none;
}

/* ----- Footer Breakpoints ----- */
@media screen and (min-width: 992px) {
    .footer .footer-wrap { padding: 0 30px; }

	.footer .footer-social {
		padding-left: 50px;
	}
}

@media screen and (min-width: 1900px) {

    .footer .footer-wrap { padding: 0 140px; }

    .footer { 
		--footer-social-icon-size: 40px; 
		padding: 65px 0;
	}

    .footer .footer-logo-main { max-width: 304px; }

    .footer .footer-address {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 85px;
    }

    .footer .footer-contact {
        font-size: 34px;
        line-height: 70px;
        margin-bottom: 60px;
    }

    .footer .footer-legal {
        font-size: 14px;
        line-height: 27px;
        text-transform: uppercase;
    }

	.footer .footer-social {
		padding-left: 150px;
	}
}

/* ==========================================================================
   Besonderheiten: Booking-Südtirol-Widget (#c5)
   ========================================================================== */
@media (min-width: 1900px) {
	#c5.frame-type-html .frame-container {
		width: 100%;
		max-width: 1800px;
		padding: 0;
	}

	#c5.frame-type-html .html-grid {
		grid-template-columns: repeat(12, 1fr);
		gap: 16px;
		width: 100%;
	}

	#c5.frame-type-html .html-text {
		grid-column: 1 / -1;
	}
}

/* ==========================================================================
   Klaro Cookie Consent
   ========================================================================== */
.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
	font-size: 0.8em;
	line-height: 1.2em;
}
