/** Styleguide **/

/* Variables */

:root {
	--mw-layout-margin-top: 60px;
	--mw-layout-margin-bottom: 60px;
	--mw-layout-maxwidth: 1732px;
	--mw-layout-maxwidth2: 932px;
	--mw-layout-maxwidth3: 1000px;
	--mw-layout-padding-left: 16px;
	--mw-layout-padding-right: 16px;
}

/* Global */

::selection {
	background: var(--mw-core-color-action-primary);
	color: #ffffff;
}
.disable-selection {
	user-select: none;
	-webkit-user-select: none;
}
*:not(.no-custom-scrollbar) {
	scrollbar-color: var(--mw-core-color-brand1) transparent;
	scrollbar-width: thin;
}
*:not(.no-custom-scrollbar)::-webkit-scrollbar {
	width: 10px;
}
*:not(.no-custom-scrollbar)::-webkit-scrollbar-track {
	background: transparent;
}
*:not(.no-custom-scrollbar)::-webkit-scrollbar-thumb {
	background-color: var(--mw-core-color-brand1);
	border: 0 solid transparent;
	border-radius: 0;
}

/* Fonts */

.headline1 {
	color: var(--mw-core-color-heading1);
	font-family: "Bree Serif";
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
}
.headline2 {
	color: var(--mw-core-color-body-text-dark);
	font-family: "Manrope";
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	/* color: var(--mw-core-color-heading2);
	font-family: "Bree Serif";
	font-size: 32px;
	font-weight: 400;
	line-height: 40px; */
}
.headline1 + .headline2 {
	margin-top: calc(var(--mw-layout-margin-top) * -1 + 16px);
}
.headline2 + .headline3 {
	margin-top: calc(var(--mw-layout-margin-top) * -1 + 8px);
}
/* .headline1 + .headline2, */
.headline3 {
	color: var(--mw-core-color-heading3);
	font-family: "Manrope";
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 24px;
	text-transform: uppercase;
}
.headline2 + .headline3 {
	font-size: 20px;
	font-weight: 600;
}
body:not(.mt) .headline1 + mw-core-text,
body:not(.mt) .headline2 + mw-core-text,
body:not(.mt) .headline3 + mw-core-text {
	margin-top: calc(var(--mw-layout-margin-top) * -1 + 16px);
}
.animation-text-1 {
	display: table;
	font-family: "Bree Serif";
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	transform: translate(-100%, 0);
	transition: 0.6s cubic-bezier(0.53, 1.1, 0.61, 1.11) transform, 0.6s ease opacity !important;
}
.entry-current .animation-text-1 {
	transform: translate(0, 0);
}
.animation-text-2 {
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 24px;
	margin-top: 10px !important;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	transform: translate(0, 40px);
	transition: 0.6s cubic-bezier(0.53, 1.1, 0.61, 1.11) transform, 0.6s ease opacity !important;
}
.entry-current .animation-text-2 {
	transform: translate(0, 0);
}
.large-text {
	font-family: "Manrope";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}
.large-text-bold {
	color: var(--mw-core-color-largetextbold);
	font-family: "Manrope";
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 2.8px;
	line-height: 1.2;
	text-transform: uppercase;
}

@media all and (min-width: 500px){

	.headline1 {
		font-size: 37px;
		line-height: 45px;
	}
	.headline1.wedding {
		font-size: 40px !important;
		line-height: 48px !important;
	}
	.headline2 {
		font-size: 28px;
		line-height: 32px;
	}
	.animation-text-1 {
		font-size: 50px;
		line-height: 55px;
	}
	.animation-text-2 {
		font-size: 17px;
		line-height: 26px;
	}
	.large-text {
		font-size: 24px;
		line-height: 1.2;
	}
	.large-text-bold {
		font-size: 24px;
		line-height: 1.2;
	}

}

@media all and (min-width: 769px){

	.headline1.wedding {
		font-size: 48px !important;
		line-height: 56px !important;
	}
	.large-text {
		font-size: 28px;
	}
	.large-text-bold {
		font-size: 28px;
	}

}
@media all and (max-width: 370px){

	.large-text {
		font-size: 20px;
	}
	.large-text-bold {
		font-size: 20px;
	}

}
.caption-text {
	font-family: "Manrope";
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 26px;
	text-transform: uppercase;
}
.caption-text-bold {
	font-family: "Manrope";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 26px;
	text-transform: uppercase;
}
.normal-text {
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.normal-text-bold {
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}
.small-text {
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.small-text-bold {
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
}
.menu-first-layer {
	font-family: "Manrope";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2.55px;
	line-height: 24px;
	text-transform: uppercase;
}
.menu-second-layer,
.menu-third-layer {
	font-family: "Manrope";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-transform: uppercase;
}
.primary-link {
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	text-transform: uppercase;
}
.secondary-link {
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 20px;
	text-transform: uppercase;
}
.tertiary-link {
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 21px;
	text-transform: uppercase;
}
.form-value {
	/* check weight */
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 17px;
}
.form-label {
	color: var(--mw-core-color-brand5);
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 17px;
	text-transform: uppercase;
}
.iconfont-xxlarge {
	font-size: 72px;
}
.iconfont-xlarge {
	font-size: 48px;
}
.iconfont-large {
	font-size: 32px; /* ok, z.B. phone */
}
.iconfont-medium {
	font-size: 24px;
}
.iconfont-small {
	font-size: 18px;
}
.iconfont-xsmall {
	font-size: 14px;
}
.iconfont-xxsmall {
	font-size: 10px;
}

/* Layout */

.layout-width {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--mw-layout-maxwidth);
}
.layout-width2 {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--mw-layout-maxwidth2);
}
.layout-width3 {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--mw-layout-maxwidth3);
}
.layout-margin {
	margin-bottom: var(--mw-layout-margin-bottom);
	margin-top: var(--mw-layout-margin-top);
}
.layout-padding {
	padding-left: var(--mw-layout-padding-left);
	padding-right: var(--mw-layout-padding-right);
}

/* Effects */

.effect-box-shadow {
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.4);
}
.effect-bg-blur {
	backdrop-filter: blur(7px);
}
.effect-border-radius {
	border-radius: 4px;
}

/* Dialog */

.root-mw-core-dialog .dialog-close {
	background: var(--mw-core-color-action-primary) !important;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.root-mw-core-dialog .dialog-close mw-core-icon {
	color: #FFFFFF !important;
}

/* Tourism - List */

:host([animationclass="mt-provider-list"]) .root-mw-ssport-header header {
	position: relative;
}
.root-mt-layout-infrastructure-list .filterbox,
.root-mt-layout-tours-list .filterbox,
.root-mt-layout-event-list .filterbox,
.root-mt-layout-service-list .filterbox {
	border-bottom: 1px solid #ffffff;
	top: 30px;
}
.root-mt-layout-provider-list .filterbox {
	border-bottom: 1px solid #ffffff;
}
.root-mt-layout-infrastructure-list .filterbox > div,
.root-mt-layout-tours-list .filterbox > div,
.root-mt-layout-service-list .filterbox > div,
.root-mt-layout-event-list .filterbox > div {
	padding-top: 40px;
}
.root-mt-layout-infrastructure-list .filterbox .filters,
.root-mt-layout-tours-list .filterbox .filters,
.root-mt-layout-event-list .filterbox .filters {
	margin: 20px 0 0 0;
}
.root-mt-layout-provider-list .countlabel,
.root-mt-layout-infrastructure-list .countlabel,
.root-mt-layout-tours-list .countlabel,
.root-mt-layout-service-list .countlabel,
.root-mt-layout-event-list .countlabel {
	color: var(--mw-core-color-body-text-dark);
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: unset;
	text-transform: unset;
}
.root-mt-layout-provider-list .container-bookingbar {
	margin-top: 20px;
}
.root-mw-core-bookingbar .buttons {
	justify-content: center;
}

/* Tourism - Detail */

:host([animationclass="mt-tour-detail"]) {
	height: auto !important;
}
mt-layout-provider > mw-core-form,
mt-layout-package > mw-core-form {
	background: none;
}
:host([animationclass="mt-provider-detail"]) .iconbar,
:host([animationclass="mt-event-detail"]) .iconbar,
:host([animationclass="mt-infrastructure-detail"]) .iconbar,
:host([animationclass="mt-tour-detail"]) .iconbar,
:host([animationclass="mt-service-detail"]) .iconbar,
:host([animationclass="mt-package-detail"]) .iconbar {
	display: none;
}
:host([tourism]) .header-menu {
	opacity: 0;
	pointer-events: none;
}
:host([animationclass="mt-tour-detail"]) .animation {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
:host([animationclass="mt-provider-detail"]) .animation,
:host([animationclass="mt-event-detail"]) .animation,
:host([animationclass="mt-infrastructure-detail"]) .animation,
:host([animationclass="mt-service-detail"]) .animation,
:host([animationclass="mt-package-detail"]) .animation {
	padding-bottom: 0;
	padding-right: 0;
}
:host([class="mt-provider-detail blur"]) .root-mw-core-animation .entry img,
:host([class="mt-event-detail blur"]) .root-mw-core-animation .entry img,
:host([class="mt-infrastructure-detail blur"]) .root-mw-core-animation .entry img,
:host([class="mt-package-detail blur"]) .root-mw-core-animation .entry img,
:host([class="mt-service-detail blur"]) .root-mw-core-animation .entry img,
:host([class="mt-tour-detail blur"]) .root-mw-core-animation .entry img {
	filter: blur(20px);
    transform: scale(1.2);
}
:host([class="mt-provider-detail blur"]) .root-mw-core-animation .entry .wrapper-text,
:host([class="mt-event-detail blur"]) .root-mw-core-animation .entry .wrapper-text,
:host([class="mt-infrastructure-detail blur"]) .root-mw-core-animation .entry .wrapper-text,
:host([class="mt-package-detail blur"]) .root-mw-core-animation .entry .wrapper-text,
:host([class="mt-service-detail blur"]) .root-mw-core-animation .entry .wrapper-text,
:host([class="mt-tour-detail blur"]) .root-mw-core-animation .entry .wrapper-text {
	display: none;
}
:host([noanimation][animationclass="mt-provider-list"]) .animation,
:host([noanimation][animationclass="mt-event-list"]) .animation,
:host([noanimation][animationclass="mt-infrastructure-list"]) .animation,
:host([noanimation][animationclass="mt-tour-list"]) .animation,
:host([noanimation][animationclass="mt-tour-detail"]) .animation {
	display: none;
}
:host([animationclass="mt-provider-detail"]) .animation .provider-data,
:host([animationclass="mt-package-detail"]) .animation .package-data,
:host([animationclass="mt-event-detail"]) .animation .event-data,
:host([animationclass="mt-service-detail"]) .animation .product-data,
:host([animationclass="mt-infrastructure-detail"]) .animation .infrastructure-data {
	align-items: flex-start;
	margin: 0;
	padding: 100px 30px 0;
}
:host([animationclass="mt-tour-detail"]) .animation .tours-data {
	display: block;
	margin: 0 auto;
	padding: 32px 16px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: center;
}
:host([animationclass="mt-provider-detail"]) .animation .provider-data h1,
:host([animationclass="mt-package-detail"]) .animation .package-data h1,
:host([animationclass="mt-event-detail"]) .animation .event-data h1,
:host([animationclass="mt-service-detail"]) .animation .product-data h1,
:host([animationclass="mt-infrastructure-detail"]) .animation .infrastructure-data h1 {
	font-size: 37px;
	line-height: 45px;
	text-align: left;
	text-shadow: 0px 0px 20px #0000004d;
	transform: none;
}
:host([animationclass="mt-tour-detail"]) .animation .tours-data h1 {
	color: var(--mw-core-color-heading1);
	font-size: 37px;
	line-height: 45px;
	margin: 0 auto;
	text-align: center;
	transform: none;
}
:host([animationclass="mt-provider-detail"]) .animation .provider-data h2,
:host([animationclass="mt-package-detail"]) .animation .package-data h2,
:host([animationclass="mt-event-detail"]) .animation .event-data h2,
:host([animationclass="mt-service-detail"]) .animation .product-data h2,
:host([animationclass="mt-infrastructure-detail"]) .animation .infrastructure-data h2 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 5.1px;
	margin-top: 0 !important;
	max-width: 700px;
	text-align: left;
	text-shadow: 0px 0px 10px #00000099;
	transform: none;
}
:host([animationclass="mt-tour-detail"]) .animation .tours-data h2 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 5.1px;
	margin: 8px auto 0 !important;
	text-align: center;
	text-shadow: none;
	transform: none;
}
:host([animationclass="mt-provider-detail"]) .animation .provider-data .classification,
:host([animationclass="mt-package-detail"]) .animation .package-data .classification,
:host([animationclass="mt-event-detail"]) .animation .event-data .classification {
	align-items: center;
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(1px);
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0;
    padding: 5px 15px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
	text-shadow: 0px 0px 20px #0000004d;
}
.root-mt-layout-provider .breadcrumb,
.root-mt-layout-event .breadcrumb,
.root-mt-layout-infrastructure .breadcrumb,
.root-mt-layout-package .breadcrumb,
.root-mt-layout-tours .breadcrumb {
	display: none;
}
.root-mw-core-bookingbar .wrapper {
	padding: 0 0 16px 0;
}
.root-mt-layout-provider .infobar {
	border-bottom: 0.5px solid #ffffff;
	top: 23px;
}
.root-mt-layout-event .infobar {
	border-bottom: 0.5px solid #ffffff;
	top: 15px;
}
.root-mt-layout-service .infobar {
	border-bottom: 0.5px solid #ffffff;
}
.root-mt-layout-infrastructure .infobar {
	border-bottom: 0.5px solid #ffffff;
	top: 43px;
}
.root-mt-layout-provider .infobar:before,
.root-mt-layout-package .infobar:before {
	display: none;
}
.root-mt-layout-provider .infobar .rating,
.root-mt-layout-package .infobar .rating {
	grid-column-gap: 5px;
	position: relative;
}
.root-mt-layout-provider .infobar .rating:before,
.root-mt-layout-package .infobar .rating:before {
	background: white;
	content: "";
	height: 100%;
	display: none;
	position: absolute;
	right: -20px;
	top: 0;
	width: 1px;
}
.root-mt-layout-provider .infobar .rating .value,
.root-mt-layout-package .infobar .rating .value,
.root-mt-layout-service .infobar .price,
.root-mt-layout-event .infobar .date .date-value {
	font-family: "Bree Serif";
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}
.root-mt-layout-provider .infobar .rating p:not(.value),
.root-mt-layout-package .infobar .rating p:not(.value) {
	font-size: 12px;
}
.root-mt-layout-event .infobar .date .weekday > p {
	font-size: 16px;
	line-height: normal;
}
.root-mt-layout-provider .infobar .button,
.root-mt-layout-package .infobar .button {
	margin-left: 10px;
}
.root-mt-layout-provider .infobar .anker-menu a,
.root-mt-layout-package .infobar .anker-menu a,
.root-mt-layout-event .infobar .anker-menu a,
.root-mt-layout-service .infobar .anker-menu a,
.root-mt-layout-infrastructure .infobar .anker-menu a {
	color: var(--mw-core-color-brand1);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1.9px;
	margin-right: 20px;
	text-transform: uppercase;
}
.root-mt-layout-provider .infobar .anker-menu a:hover,
.root-mt-layout-package .infobar .anker-menu a:hover,
.root-mt-layout-event .infobar .anker-menu a:hover,
.root-mt-layout-service .infobar .anker-menu a:hover,
.root-mt-layout-infrastructure .infobar .anker-menu a:hover,
.root-mt-layout-provider .infobar .anker-menu a.selected,
.root-mt-layout-package .infobar .anker-menu a.selected,
.root-mt-layout-event .infobar .anker-menu a.selected,
.root-mt-layout-service .infobar .anker-menu a.selected,
.root-mt-layout-infrastructure .infobar .anker-menu a.selected {
	color: var(--mw-core-color-action-primary);
}
.root-mt-layout-provider > div > h3,
.root-mt-layout-package > div > h3,
.root-mt-layout-event > div > h3,
.root-mt-layout-event .container-teasergroup > h3,
.root-mt-layout-service > div > h3,
.root-mt-layout-service .container-teasergroup > h3,
.root-mt-layout-infrastructure > div > h3,
.root-mt-layout-infrastructure .container-teasergroup > h3 {
	color: var(--mw-core-color-brand4);
	font-family: "Bree Serif";
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1.11px;
	line-height: 45px;
	margin-top: 0;
}
.root-mt-layout-provider > div > .top-wrapper .headline-room-offers,
.root-mt-layout-package > div > .top-wrapper .headline-room-offers {
	color: var(--mw-core-color-body-text-dark);
	font-size: 26px;
    font-weight: normal;
	letter-spacing: 0;
	text-transform: unset;
}
:host(.room-availability) .root-mw-core-button button,
:host(.request) .root-mw-core-button button {
	border-radius: 30px !important;
	height: 48px !important;
}
:host(.details) .root-mw-core-button button,
:host(.reset) .root-mw-core-button button,
:host([tertiary]) .root-mw-core-button button,
:host(.show-more-attributes) .root-mw-core-button button {
	height: 48px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
:host(.check-provider-availability) .root-mw-core-button button {
	padding-left: 16px !important;
	padding-right: 16px !important;
	letter-spacing: 0;
	line-height: normal;
}
.root-mt-addition-product .container .tag {
	letter-spacing: 0px;
}
.root-mt-addition-product .container .image span {
	font-family: "Bree Serif";
}
.root-mt-addition-product .container .title {
	color: var(--mw-core-color-largetextbold);
	font-family: "Manrope";
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 27px;
}
.root-mt-addition-product .container .sub-title {
	margin-bottom: 5px;
}
.root-mt-addition-product .container .price-value {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-transform: none;
	letter-spacing: 0px;
	padding: 0;
}
.root-mt-addition-product .container .price-value.show-price-info {
	padding: 0 16px 0 0;
}
.root-mt-addition-product .container .description > p {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-transform: none;
	letter-spacing: 0px;
}
:host([objecttype="provider"]) .root-mw-core-teaser .rating-value {
	letter-spacing: normal;
    font-weight: bold;
}
:host([objecttype="provider"]) .root-mw-core-teaser .price-value .price-info {
	margin-left: 2px;
}
.root-mt-addition-product .container .price-value .price-info > mw-core-icon,
.root-mt-addition-cart-product .container .price mw-core-icon,
:host([objecttype="provider"]) .root-mw-core-teaser .price-value .price-info > mw-core-icon {
	display: none;
}
.root-mt-addition-product .container .price-value .price-info:before,
.root-mt-addition-cart-product .container .price.has-info:before,
:host([objecttype="provider"]) .root-mw-core-teaser .price-value .price-info:before {
	content: "i";
	height: 14px;
	width: 14px;
	display: flex;
	font-size: 12px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
	background: var(--mw-core-color-action-primary);
	border-radius: 50%;
	color: #fff;
}
:host([objecttype="provider"]) .root-mw-core-teaser .price-value .price-info:before,
.root-mt-addition-cart-product .container .price.has-info:before {
    background: var(--mw-core-color-brand1);
}
.root-mt-addition-cart-product .container > .large-text-bold {
	font-size: 20px;
	line-height: 24px;
}
.root-mt-addition-cart-product .container > .category {
	font-size: 12px;
}		
.root-mt-addition-cart-product .container > .duration,
.root-mt-addition-cart-product .container > .room {
	font-size: 16px;
	line-height: normal;
}
.root-mt-addition-cart-product .container > .price {
	font-size: 19px;
}
.root-mt-addition-cart-product .container > .large-text-bold,
.root-mt-addition-cost-report .container .large-text-bold {
	font-weight: 700;
	letter-spacing: 0;
}
.root-mt-addition-product .container .price-label.free-cancellation {
	margin-top: 5px;
}
.root-mt-addition-cart-product .additional-services .headline.large-text-bold {
	font-weight: 700;
	letter-spacing: 0;
	font-size: 20px;
  line-height: 24px;
}
.root-mt-addition-product .container > mw-core-button,
.root-mt-addition-product .container .buttons {
	margin-top: 10px;
}
.root-mt-layout-provider #attributes,
.root-mt-layout-package #attributes,
.root-mt-layout-infrastructure #attributes,
.root-mt-layout-service #attributes,
.root-mt-layout-event #attributes {
	padding-bottom: 1px;
	position: relative;
}
.root-mt-layout-provider #attributes:after,
.root-mt-layout-package #attributes:after,
.root-mt-layout-infrastructure #attributes:after,
.root-mt-layout-service #attributes:after,
.root-mt-layout-event #attributes:after {
	background: var(--mw-core-color-background-bright);
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.root-mt-layout-provider #attributes .wrapper,
.root-mt-layout-package #attributes .wrapper,
.root-mt-layout-infrastructure #attributes .wrapper,
.root-mt-layout-service #attributes .wrapper,
.root-mt-layout-event #attributes .wrapper {
	padding-top: 60px;
}
.root-mt-layout-provider #attributes h3,
.root-mt-layout-package #attributes h3,
.root-mt-layout-infrastructure #attributes h3,
.root-mt-layout-service #attributes h3,
.root-mt-layout-event #attributes h3 {
	color: var(--mw-core-color-brand4);
	font-family: "Bree Serif";
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 1.11px;
	line-height: 45px;
}
.root-mt-layout-provider #attributes .group > p,
.root-mt-layout-package #attributes .group > p,
.root-mt-layout-infrastructure #attributes .group > p,
.root-mt-layout-service #attributes .group > p,
.root-mt-layout-event #attributes .group > p {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1.9px;
}
.root-mt-layout-infrastructure .further-infra,
.root-mt-layout-service .container-teasergroup.container-teasergroup-slider,
.root-mt-layout-event .container-teasergroup.container-teasergroup-slider {
	overflow: hidden;
}
.root-mt-layout-provider #arrivalcontact p.large-text-bold,
.root-mt-layout-package #arrivalcontact p.large-text-bold,
.root-mt-layout-infrastructure #periods p.large-text-bold,
.root-mt-layout-service #periods p.large-text-bold,
.root-mt-layout-event #periods p.large-text-bold {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1.9px;
}
.root-mt-layout-provider #packages {
	overflow: hidden;
}
.root-mt-layout-event mw-core-teasergroup,
.root-mt-layout-service mw-core-teasergroup,
.root-mt-layout-provider mw-core-teasergroup,
.root-mt-layout-infrastructure mw-core-teasergroup,
.root-mt-layout-package mw-core-teasergroup,
.root-mt-layout-tours mw-core-teasergroup {
	background: var(--mw-core-color-background-bright);
	padding: 30px;
}
.root-mt-layout-event .container-teasergroup-slider,
.root-mt-layout-provider .container-teasergroup-slider,
.root-mt-layout-service .container-teasergroup-slider,
.root-mt-layout-infrastructure .container-teasergroup-slider,
.root-mt-layout-package .container-teasergroup-slider,
.root-mt-layout-tours .container-teasergroup-slider {
	margin-left: 30px;
}
:host([tourism]) .root-mw-core-teasergroup .container .swiper-container {
	padding-bottom: 20px !important;
}
:host([tourism])  .root-mw-core-teasergroup .container .swiper-container .swiper-pagination {
	bottom: -12px !important;
}
.mt .info-bookable {
	color: var(--mw-core-color-action-primary);
	font-family: "Bree Serif";
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
		
/* Micado Ski */

.root-mski-core-webcams .content p.large-text-bold {
	font-family: "Bree Serif";
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 27px;
}
.root-mski-core-webcams .content span.location {
	font-size: 14px;
	letter-spacing: 3px;
  line-height: 20px;
}
.root-mski-core-snowreport .entry {
    background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.root-mski-core-snowreport .entry .title {
	color: #FFFFFF;
	font-family: "Bree Serif";
    font-weight: 400;
	letter-spacing: 0;
}
.root-mski-core-snowreport .entry mw-core-icon {
	color: #FFFFFF;
	margin-left: -5px;
}
.root-mski-core-snowreport .entry p.label {
	font-size: 16px;
}
.root-mski-core-snowreport .entry p.value {
	font-size: 20px;
}

/* Search Layout */

.root-mw-layout-search .filterbox {
	border-bottom: 1px solid #ffffff;
	top: 100px;
}
.root-mw-layout-search .countlabel,
.root-mw-layout-search .countlabel span {
	color: var(--mw-core-color-body-text-dark);
	font-weight: bold;
	letter-spacing: unset;
	text-transform: unset;
}
:host([searchteaser]) .root-mw-core-teaser .image {
	max-height: 415px;
}

/* Custom component styles */

/* Text */

mw-core-text .hidden {
	display: none;
}
mw-core-text[visible] .hidden {
	display: block;
}
mw-core-text .global-text:not(.center):not(.fullwidth) {
	max-width: 900px;
}
mw-core-text .global-text.center {
	text-align: center;
}
*:not(.container-intro-combi) > h1 + h2 + mw-core-text {
	padding-bottom: 45px;
}
*:not(.container-intro-combi) > h1 + h2 + mw-core-text:before {
	bottom: 0;
	position: absolute;
	top: -100vh;
	background: var(--mw-core-color-background-bright);
	content: "";
	left: -4000px;
	transform: translateZ(0);
	will-change: transform;
	width: 8000px;
	z-index: -1;
}
.global-text ul {
	list-style: none;
	padding: 0;
}
.global-text ul li {
	margin-bottom: 5px;
	padding-left: 50px !important;
	position: relative;
}
.global-text ul li:before {
	background: var(--mw-core-color-body-text-dark);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 10px;
}
.global-text a {
	color: var(--mw-core-color-action-primary);
	font-weight: bold;
}
.global-text a:hover {
	color: var(--mw-core-color-action-primary-variant);
}
body.wedding-layout .global-text a {
	color: var(--mw-core-color-wedding-dark);
} 
body.wedding-layout .global-text a:hover {
	color: #4b3a2d;
}

/* Intro Kombi */

.container-intro-combi {
	margin-top: 20px;
	overflow: hidden;
	padding-left: var(--mw-layout-padding-left);
	padding-right: var(--mw-layout-padding-right);
	position: relative;
}
.container-intro-combi h1 {
	font-family: "Bree Serif";
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}
.container-intro-combi .headline1 + .headline2 {
	margin-top: calc(var(--mw-layout-margin-top) * -1 + 32px);
}
.container-intro-combi mw-core-text {
	margin-bottom: 24px;
}
.container-intro-combi mw-core-text a {
	color: var(--mw-core-color-action-primary);
	font-weight: bold;
}

/* List */

.root-mw-core-list .large-text-bold {
	color: var(--mw-core-color-brand5);
	font-weight: 700;
	margin: 0 0 30px 0;
}
.root-mw-core-list mw-core-icon {
	display: none;
}
.root-mw-core-list li:before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyODYgNDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+PGc+PHBhdGggZD0iTTIwNS4wNzcsMjE5LjkyYzEyLjY4NCwtNi45MjYgNTMuNTc2LC0yMy45MDEgNzQuNjA1LC0yMy41NzhsLTE1LjEyOSw4Ljg5OGMtNDguMjcyLDI5LjM0NCAtMTA2LjEzNywxMzAuODUgLTEzNi4zMDUsMjAwLjE5MWMtMy40NTcsLTgxLjQwOCAtNjMuMDAxLC0zMjIuMjUyIC0xMjEuNywtMzk4Ljc2MWM2Ni4wMDEsNDMuMTMzIDk3LjgyNCwxMTYuODkyIDEzNi41MjgsMTk5LjM5YzEzLjY2NSwyOS4wMjIgMzQuNTEyLDI4Ljg5MyA2Mi4wMDEsMTMuODZaIiBzdHlsZT0iZmlsbDojY2QxYzI0O2ZpbGwtcnVsZTpub256ZXJvOyIvPjxwYXRoIGQ9Ik0yNzkuNjgyLDE5Ni4zNDJjLTIxLjAyOSwtMC4zMjMgLTYxLjkyMSwxNi42NTIgLTc0LjYwNSwyMy41NzhjLTIwLjA0NSwxMC45NjIgLTM2LjU1OCwxMy45OTkgLTQ5LjMzLDMuNTg4Yy00Ljc0MywtMy44NjcgLTguOTcsLTkuNTg4IC0xMi42NzEsLTE3LjQ0OGMtMzguNzA0LC04Mi40OTggLTcwLjUyNywtMTU2LjI1NyAtMTM2LjUyOCwtMTk5LjM5YzU4LjY5OSw3Ni41MDkgMTE4LjI0MywzMTcuMzUzIDEyMS43LDM5OC43NjFjMzAuMTY4LC02OS4zNDEgODguMDMzLC0xNzAuODQ3IDEzNi4zMDUsLTIwMC4xOTFsMTUuMTI5LC04Ljg5OFoiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNjNzJlMWQ7c3Ryb2tlLXdpZHRoOjNweDsiLz48L2c+PC9zdmc+");
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 12px;
}
.root-mw-core-list li {
	margin-bottom: 5px;
	padding-left: 32px !important;
	position: relative;
}

/* Singleimage */

:host([textposition="inside"]) .root-mw-core-singleimage p {
	background: none;
	bottom: 16px;
	color: var(--mw-core-color-brand8);
	font-size: 29px;
	font-weight: 700;
	left: 30px;
	letter-spacing: 1.62px;
	line-height: 1;
	margin-left: 0;
	text-align: left;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}
:host([original]) .root-mw-core-singleimage img {
	height: auto;
	object-fit: contain;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}

/* Table */

:host([display="desktop"]) .table-default .row {
	border-bottom: 1px solid var(--mw-ssport-color-table-border) !important;
}
:host([display="desktop"]) .table-default .row:nth-child(1) .column {
	background: none !important;
	color: var(--mw-core-color-brand4);
	letter-spacing: 2.55px;
	text-transform: uppercase;
}
:host([display="desktop"]) .table-default .row .column:nth-child(4n + 2) {
	background: var(--mw-ssport-color-table-column2);
}
:host([display="desktop"]) .table-default .row .column:nth-child(4n + 3) {
	background: var(--mw-ssport-color-table-column3);
}
:host([display="desktop"]) .table-default .row .column:nth-child(4n + 4) {
	background: var(--mw-ssport-color-table-column4);
}
:host([display="desktop"]) .table-default .row:hover .column {
	background: var(--mw-ssport-color-table-border) !important;
}
.root-mw-core-table a {
	color: var(--mw-core-color-action-primary);
	font-weight: bold;
}

/* Links */

.root-mw-core-links .large-text-bold {
	color: var(--mw-core-color-brand5);
	font-weight: 700;
	margin: 0 0 30px 0;
}
.root-mw-core-links li {
	margin-bottom: 10px;
}
.root-mw-core-links li a:before {
	/*background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNi43NjQiIGhlaWdodD0iMjYuNzU5IiB2aWV3Qm94PSIwIDAgMjYuNzY0IDI2Ljc1OSI+DQogIDxnIGlkPSJHcm91cF8zODMiIGRhdGEtbmFtZT0iR3JvdXAgMzgzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMC41KSI+DQogICAgPGcgaWQ9Imh5cGVybGluay0zIj4NCiAgICAgIDxwYXRoIGlkPSJTaGFwZV8xOTE0IiBkYXRhLW5hbWU9IlNoYXBlIDE5MTQiIGQ9Ik00MzUuOTA5LDM3NjEuMjU4bC00LjczNSw0LjczNWE0LjQ2Niw0LjQ2NiwwLDAsMS02LjMxNSwwbC0xLjA1Mi0xLjA1MmE0LjQ2Myw0LjQ2MywwLDAsMSwwLTYuMzEybDYuODQtNi44NDFhNC40NjYsNC40NjYsMCwwLDEsNi4zMTUsMGwxLjA1MiwxLjA1MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyMi41IC0zNzQxLjU0MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2M3MmUxZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICAgIDxwYXRoIGlkPSJTaGFwZV8xOTE1IiBkYXRhLW5hbWU9IlNoYXBlIDE5MTUiIGQ9Ik00MzMuNzU2LDM3NDguNTQzbDQuNzM1LTQuNzM0YTQuNDY0LDQuNDY0LDAsMCwxLDYuMzE1LDBsMS4wNTIsMS4wNTFhNC40NjQsNC40NjQsMCwwLDEsMCw2LjMxM2wtNi44NCw2Ljg0MWE0LjQ2NCw0LjQ2NCwwLDAsMS02LjMxNSwwbC0xLjA1Mi0xLjA1MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyMS40IC0zNzQyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNjNzJlMWQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
	background-position: left top;
	background-repeat: no-repeat;*/
	content: "3";
	font-family: "Micado-Web";
	left: 0;
	position: absolute;
	font-size: 32px;
	top: 1px;
	font-weight: normal;
}
.root-mw-core-links li a {
	color: var(--mw-core-color-action-primary);
	display: table;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 26px;
	padding-left: 44px;
	position: relative;
	text-transform: uppercase;
}
.root-mw-core-links li a:hover {
	text-decoration: underline;
}
.root-mw-core-links mw-core-icon {
	display: none;
}
:host([blog]) .root-mw-core-links .headline {
	color: var(--mw-core-color-heading2);
	font-family: "Bree Serif";
	font-size: 37px;
	font-weight: 400;
	line-height: 45px;
	margin-bottom: 56px;
	text-align: center;
	text-transform: unset;
}
:host([blog]) .root-mw-core-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
:host([blog]) .root-mw-core-links ul li {
	margin: 0;
}
:host([blog]) .root-mw-core-links a {
	align-items: center;
	border: 1px solid var(--mw-core-color-body-text-dark);
	border-radius: 30px;
	color: var(--mw-core-color-body-text-dark);
	display: flex;
	font-size: 16px;
	font-weight: 400;
	height: 48px;
	justify-content: center;
	letter-spacing: unset;
	margin: 0;
	padding: 8px 24px;
	text-transform: unset;
	transition: border-color 250ms ease, color 250ms ease, background 250ms ease;
}
:host([blog]) .root-mw-core-links a:hover {
	border-color: var(--mw-core-color-action-primary);
	background: var(--mw-core-color-action-primary);
	color: #FFFFFF;
	text-decoration: unset;
}
:host([blog]) .root-mw-core-links a:before {
	display: none;
}

/* E-Book */

.root-mw-core-ebook .title {
	color: var(--mw-core-color-body-text-dark);
    font-size: 20px;
    font-weight: 700; 
    letter-spacing: 0;
    line-height: 25px;
    text-transform: unset;	
}
.root-mw-core-ebook .image {
	border-bottom: 1px solid #FFFFFF;
}
.root-mw-core-ebook .image .bg {
	background: var(--mw-core-color-background-bright);
}
.root-mw-core-ebook .image .bg > picture img {
	display: none;
}

/* Form */

.root-mw-core-datefield input,
.root-mw-core-textfield input,
.root-mw-core-selectfield select,
.root-mw-core-textarea textarea {
	-moz-appearance: none;
    -webkit-appearance: none;
	appearance: none;
}
.root-mw-core-datefield input {
	padding-left: 50px;
	padding-right: 50px;
}
:host([iconprefix]) .root-mw-core-textfield input {
	padding-left: 50px;
	padding-right: 50px;
}
.root-mw-core-selectfield select {
	padding-right: 50px;
}
.root-mw-core-textfield .effect-border-radius,
.root-mw-core-datefield .effect-border-radius,
.root-mw-core-selectfield .effect-border-radius {
	border-radius: 25px;
}
.root-mw-core-textarea .effect-border-radius {
	border-radius: 0;
}
.root-mw-core-formheadline .large-text-bold {
	color: var(--mw-core-color-brand4);
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1.9px;
}
.root-mw-core-form .row-buttons {
	justify-content: center;
}
mw-core-form .root-mw-core-button button {
	border-radius: 35px !important;
	height: 70px !important;
	padding: 0 60px !important;
}
.root-mw-core-datefield mw-core-icon.prefix,
.root-mw-core-textfield mw-core-icon.prefix {
	color: var(--mw-core-color-brand5);
	opacity: 1;
}
.root-mw-core-textfield .form-value-container .wrapper:after,
.root-mw-core-selectfield .form-value-container:after,
.root-mw-core-datefield .form-value-container:after,
.root-mw-core-textarea .form-value-container:after {
	background: var(--mw-core-color-background-bright);
}
.root-mw-core-form .recaptcha-text {
	margin-top: 32px;
}

/* Video */

:host(.no-text) .root-mw-core-video .container .content {
	display: none;
}
.root-mw-core-video .label {
	font-family: "Bree Serif";
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 1.11px;
	line-height: 42px;
}
.root-mw-core-video .text {
	font-size: 14px;
	line-height: 34px;
}

/* Accordion */

:host([background]) .root-mw-core-accordion .container {
	border-bottom: var(--mw-core-color-form-field-stroke);
	border-top: var(--mw-core-color-form-field-stroke);
}
:host([background]) .root-mw-core-accordion .toggle {
	background: none !important;
	border-radius: 0 !important;
	padding-left: 0;
	padding-right: 0;
}
:host([background]) .root-mw-core-accordion .toggle * {
	color: var(--mw-core-color-brand4);
}
:host([background]) .root-mw-core-accordion .large-text {
	font-family: "Manrope";
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

/* Download */

.root-mw-core-download .label {
	font-family: "Manrope";
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

/* ImageText */

.root-mw-core-imagetext .content:before {
	background: var(--mw-core-color-background-bright);
	bottom: 0;
	content: "";
	display: block;
	left: -20px;
	position: absolute;
	right: -15px;
	top: -40px;
	z-index: -1;
}
.root-mw-core-imagetext .content {
	background: none;
}
.root-mw-core-imagetext .content .headline {
	color: var(--mw-core-color-largetextbold);
}
.root-mw-core-imagetext .content .imagetitle {
	display: none;
	bottom: auto !important;
	left: auto !important;
	margin-top: 20px !important;
	right: auto !important;
	position: relative !important;
}
.root-mw-core-imagetext .image img {
	max-height: 500px;
}
.root-mw-core-imagetext .content ul {
	list-style: none;
	padding: 0;
}
.root-mw-core-imagetext .content ul li {
	margin-bottom: 5px;
	padding-left: 50px !important;
	position: relative;
}
.root-mw-core-imagetext .content ul li:before {
	background: var(--mw-core-color-body-text-dark);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 10px;
}
:host([blog]) .root-mw-core-imagetext .content::before {
	display: none !important;
}

/* Singleteaser */

:host([variant="imageleft"]) .root-mw-core-singleteaser .singleteaser,
:host([variant="imageright"]) .root-mw-core-singleteaser .singleteaser {
	background: none;
}
:host([variant="imageleft"]) .root-mw-core-singleteaser .content,
:host([variant="imageright"]) .root-mw-core-singleteaser .content {
	z-index: auto;
}
:host([variant="imageleft"]) .root-mw-core-singleteaser .content:before,
:host([variant="imageright"]) .root-mw-core-singleteaser .content:before {
	background: var(--mw-core-color-background-bright);
	bottom: 0;
	content: "";
	display: block;
	left: -20px;
	position: absolute;
	right: -15px;
	top: -40px;
	z-index: -1;
}
:host([variant="imageright"]) .root-mw-core-singleteaser .content:before {
	left: -15px;
	right: -20px;
}
:host([variant="imageleft"]) .root-mw-core-singleteaser .title,
:host([variant="imageright"]) .root-mw-core-singleteaser .title {
	color: var(--mw-core-color-brand3);
	font-family: "Bree Serif";
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
}
.root-mw-core-singleteaser .text > a {
	color: var(--mw-core-color-action-primary);
	font-weight: bold;
}

/* Teasergroup */

.container-teasergroup-slider {
	margin-left: 16px;
	margin-right: 16px;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	z-index: 1;
}
.container-teasergroup-slider h2 {
	padding: 0 16px;
  text-align: center !important;
  margin: 0 0 30px;
}
.container-teasergroup h2 {
	text-align: left;
}
.container-teasergroup .global-text {
	margin-bottom: 35px;
}
.container-teasergroup .button {
	display: table;
	margin: 45px auto;
}
.container-teasergroup.container-teasergroup-slider .button {
	margin: 0 auto 45px;
}
.root-mw-core-teasergroup .teaser-container {
	padding: 0;
}
.root-mw-core-teasergroup .container .swiper-container .swiper-pagination {
	align-items: center;
	display: none;
	justify-content: center;
}
.root-mw-core-teasergroup .container .swiper-button-prev,
.root-mw-core-teasergroup .container .swiper-button-next {
	background: var(--mw-core-color-brand3) !important;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	height: 45px;
	margin-top: -20px;
	left: -8px;
	width: 45px;
}
.root-mw-core-teasergroup .container .swiper-button-next {
	left: auto;
	right: -8px;
}
.root-mw-core-teasergroup .container .swiper-button-prev:after,
.root-mw-core-teasergroup .container .swiper-button-next:after {
	content: "chevronleft";
	font-family: "Micado-Web";
	font-size: 36px;
	line-height: 1;
}
.root-mw-core-teasergroup .container .swiper-button-next:after {
	content: "chevronright";
}
.root-mw-core-teasergroup .container .swiper-button-prev:hover,
.root-mw-core-teasergroup .container .swiper-button-next:hover {
	background: none;
}
.root-mw-core-teasergroup .container .swiper-button-prev mw-core-icon,
.root-mw-core-teasergroup .container .swiper-button-next mw-core-icon {
	display: none;
}

/* Teaser */

.root-mw-core-teaser .title {
	color: var(--mw-core-color-brand4);
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	word-break: break-word;
	text-transform: unset;
}
:host([slider]) .root-mw-core-teaser .main {
	padding-left: 0;
	padding-right: 0;
}
.root-mw-core-teaser .tag {
	background: var(--mw-core-color-action-primary);
	letter-spacing: unset;
}
:host([as="singleteaser"]) .root-mw-core-teaser .tag {
	left: 16px;
	right: auto;
	top: 16px;
}
.root-mw-core-teaser .phone {
	letter-spacing: unset;
}
.root-mw-core-teaser .provider-price .price-value,
.root-mw-core-teaser .event-price .price-value {
	color: var(--mw-core-color-brand1);
	font-weight: bold;
	letter-spacing: unset;
	text-transform: none;
}
:host([variant="compact"]) .root-mw-core-teaser .image {
	overflow: hidden;
}
:host([variant="compact"]) .root-mw-core-teaser .image img {
	transition: transform 1000ms ease;
}
:host([variant="compact"]) .root-mw-core-teaser:hover .image img {
	transform: scale(1.05);
}
:host([variant="compact"]) .root-mw-core-teaser .main .title {
	font-size: 20px;
	line-height: normal;
}

/* Tourism Teaser */

:host([objecttype="event"]) .root-mw-core-teaser .date {
	color: var(--mw-core-color-brand5);
	font-size: 17px;
}
:host([list]) mw-core-teaser {
	margin-bottom: 2px !important;
}
:host([objecttype="event"]) .root-mw-core-teaser .image img,
:host([objecttype="provider"]) .root-mw-core-teaser .image img,
:host([objecttype="tour"]) .root-mw-core-teaser .image img,
:host([objecttype="infrastructure"]) .root-mw-core-teaser .image img,
:host([objecttype="package"]) .root-mw-core-teaser .image img {
	max-height: 375px;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .main {
	padding: 16px;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .content {
	margin: 0;
	padding-right: 40px;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .image,
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .teasertext {
	display: none;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .title {
	font-family: "Manrope";
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 20px;
	text-transform: unset;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .text {
	margin-bottom: 8px;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .phone {
	font-size: 15px;
	padding-left: 28px;
	position: relative;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .phone mw-core-icon {
	display: none;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .phone:before {
	content: "p";
	font-family: "Micado-Web";
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .opening-days {
	margin: 0 0 10px 0;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .opening-days .current {
	height: 32px;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .bottom .left {
	margin: 0;
}
:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .bottom .right {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Special Teasergroup */

.root-mw-ssport-teasergroup .details {
	color: var(--mw-core-color-background-bright);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.8px;
	line-height: 20px;
	text-transform: uppercase;
	transition: transform 500ms ease;
}

/* Animation */

.root-mw-core-animation .wrapper-text {
	left: 24px;
	right: 24px;
	text-align: left;
}
.root-mw-core-animation .bullets {
	bottom: 90px;
	justify-content: normal;
	padding: 0 24px;
	transition: none;
}
.root-mw-core-animation .bullets .bullet {
	border-radius: 50%;
	margin: 0 25px 0 0;
}
.root-mw-core-animation .bullets .bullet.selected {
	background: var(--mw-core-color-brand4);
}
.root-mw-core-animation .entry-current:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	bottom: 0;
	content: "";
	height: 90%;
	position: absolute;
	width: 100%;
}
:host(.mt-provider-detail) .root-mw-core-animation .entry-current:after,
:host(.mt-package-detail) .root-mw-core-animation .entry-current:after,
:host(.mt-event-detail) .root-mw-core-animation .entry-current:after,
:host(.mt-infrastructure-detail) .root-mw-core-animation .entry-current:after {
	height: 100% !important;
}
.root-mw-core-animation .arrows {
	display: none;
}

/* Icons & Button */

:host([name="1"]) .iconfont-small {
	font-size: 30px;
}
:host([name="-"]) span,
:host([name="+"]) span {
	font-size: 30px;
}
.root-mw-core-button button {
	border-radius: 30px !important;
	font-weight: 600 !important;
	height: 60px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	transition: opacity 100ms ease !important;
}
:host([primary]) .root-mw-core-button button {
	transition: opacity 100ms ease !important;
}
:host([primary]) .root-mw-core-button button:hover {
	opacity: 0.9;
}
:host(.snackbar-close) .root-mw-core-button mw-core-icon {
	color: #FFFFFF;
}
:host([small]) .root-mw-core-button button, 
mw-core-button[small] {
    height: 60px !important;
}
:host([small].ok) .root-mw-core-button button,
:host([small].reset) .root-mw-core-button button,
:host([small].delete-date) .root-mw-core-button button, 
mw-core-button[small].ok,
mw-core-button[small].reset,
mw-core-button[small].delete-date {
    height: 44px !important;
}

/* Blog Author */

.root-mw-addition-blog-author .share mw-core-icon {
	border-radius: 10px;
	color: var(--mw-core-color-action-primary);
	transition: all 500ms ease;
}
.root-mw-addition-blog-author .share a:hover mw-core-icon {
	background: var(--mw-core-color-action-primary);
	color: var(--mw-core-color-body-text-bright);
}

/* Breadcrumb */

body.intro .container-breadcrumb {
	display: none;
}
.root-mw-core-breadcrumb > .breadcrumb {
	height: auto;
}
.root-mw-core-breadcrumb ul li:first-child {
	display: none;
}

/* Pagination */

.root-mt-layout-provider-list mw-core-pagination,
.root-mt-layout-infrastructure-list mw-core-pagination,
.root-mt-layout-tours-list mw-core-pagination,
.root-mt-layout-service-list mw-core-pagination,
.root-mt-layout-event-list mw-core-pagination {
	margin-bottom: 60px;
}
:host(.prev) .root-mw-core-button mw-core-icon,
:host(.next) .root-mw-core-button mw-core-icon {
	display: none;
}
:host(.prev) .root-mw-core-button,
:host(.next) .root-mw-core-button {
	position: relative;
}
:host(.prev) .root-mw-core-button:before,
:host(.next) .root-mw-core-button:before {
	align-items: center;
	content: "<";
	color: var(--mw-core-color-action-primary);
	display: flex;
	font-family: "Micado-Web";
	font-size: 60px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
:host(.prev) .root-mw-core-button:before {
	content: ">";
}
:host(.prev) .root-mw-core-button button,
:host(.next) .root-mw-core-button button {
	padding: 0 !important;
	width: 70px !important;
}
:host(.prev) .root-mw-core-button button:hover,
:host(.next) .root-mw-core-button button:hover {
	border: none;
}
.root-mw-core-pagination .pages {
	min-width: 175px;
}
.root-mw-core-pagination .pages .entry {
	background: none;
	color: var(--mw-core-color-brand5);
	font-family: "Bree Serif";
	font-size: 18px;
	min-width: auto;
}
.root-mw-core-pagination .pages .entry.selected {
	background: none;
	color: var(--mw-core-color-action-primary);
	font-size: 32px;
	width: auto;
}

/* Number Picker */

.root-mw-core-numberpicker .container-value .value {
	color: var(--mw-core-color-action-primary);
	font-size: 37px;
	font-family: "Bree Serif";
	font-weight: 400;
}

/* Actionsheet */

mw-core-actionsheet p.large-text-bold {
	margin-top: 0;
	padding-right: 8px;
}

/* Lang Selection */

.root-mw-addition-lang-selection p.large-text-bold {
	text-align: center;
}

/* Rangeslider */

.root-mw-core-rangeslider > p.label {
	display: none;
}
		
/* Quickbooker */

.container-bookingbar-small {
	display: none;
}
		
/* Tabs */

.root-mw-core-tabs .entry.selected {
	color: var(--mw-core-color-action-primary);
}
.root-mw-core-tabs .entry.selected:after {
    background: var(--mw-core-color-action-primary);
}
		
/* Overlay Events - Header */

:host([overlay]) .root-mw-core-teaser {
	border-top: 1px solid var(--mw-core-color-brand6);
}
:host([as="singleteaser"][overlay]) .root-mw-core-teaser:before {
   display: none !important;
}
:host([overlay]) .root-mw-core-teaser .main {
	margin-top: 0 !important;
	padding: 24px 0;
}
:host([overlay]) .root-mw-core-teaser .image {
	margin-top: 40px;
}
:host([overlay]) .root-mw-core-teaser .image img {
	max-height: 175px;
}
:host([overlay]) .root-mw-core-teaser .main .bottom {
	min-height: 40px;
}
:host([overlay]) .root-mw-core-teaser .right .button {
	display: flex;
	position: relative;
}
:host([overlay]) .root-mw-core-teaser .right .button:after {
	color: var(--mw-core-color-action-primary);
	content: "<";
	font-family: "Micado-Web";
	font-size: 60px;
	position: absolute;
	bottom: 0;
	display: flex;
	height: 40px;
	align-items: center;
	right: 0;
}
:host([overlay]) .root-mw-core-teaser .right .button mw-core-button {
	display: none;
}
:host([overlay]) .root-mw-core-button button {
	background: none;
	border-radius: 0 !important;
	color: var(--mw-core-color-action-primary);
	height: auto !important;
	padding: 0 !important;
}
:host([overlay]) .root-mw-core-button button:hover {
	background: none;
}

/* Weather */

.container-weather > h2 {
	margin-bottom: 32px;
}	
.root-mw-addition-weather .middle mw-core-icon {
	color: var(--mw-core-color-body-text-dark);
}
.root-mw-addition-weather .temperatures .value {
	color: var(--mw-core-color-body-text-dark);
	letter-spacing: 0;
}
.root-mw-addition-weather .top {
	align-items: flex-start;
}	
.root-mw-addition-weather .top .state-label {
	padding: 0 0 0 32px;
	line-height: normal;
	font-size: 16px;
}	
.root-mw-addition-weather .wrapper-date .label {
	font-family: 'Bree Serif';
	letter-spacing: 0;
	font-size: 18px;
	line-height: normal;
}	
.root-mw-addition-weather .values .row {
    border-top: 1px solid var(--mw-core-color-brand2);
}

/* Booking success */

.root-mt-addition-bookingsuccess .content {
	background: var(--mw-core-color-background-bright);
    padding: 20px;
    max-width: 900px;
	text-align: left;
}
.root-mt-addition-bookingsuccess .content .large-text-bold {
	font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
	line-height: normal;
}
		
/* Snackbar */

.root-mw-core-snackbar mw-core-icon {
	color: #FFFFFF;
}

/* Angebot */

.container-landingpage-offer {
	margin-bottom: 120px;
	margin-top: 120px;
}
.container-landingpage-offer + .container-landingpage-offer {
	margin-top: -30px;
}
:host([variant="imageleft"]) .root-mw-landingpage-offer .landingpage-offer,
:host([variant="imageright"]) .root-mw-landingpage-offer .landingpage-offer {
	background: none;
}
:host([variant="imageleft"]) .root-mw-landingpage-offer .content,
:host([variant="imageright"]) .root-mw-landingpage-offer .content {
	z-index: auto;
}
:host([variant="imageleft"]) .root-mw-landingpage-offer .content:before,
:host([variant="imageright"]) .root-mw-landingpage-offer .content:before {
	background: var(--mw-core-color-background-bright);
	bottom: 0;
	content: "";
	display: block;
	left: -20px;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: -1;
}
:host([variant="imageright"]) .root-mw-landingpage-offer .content:before {
	left: 0;
	right: -20px;
}
:host([variant="imageleft"]) .root-mw-landingpage-offer .title,
:host([variant="imageright"]) .root-mw-landingpage-offer .title {
	color: var(--mw-core-color-brand3);
	font-family: "Bree Serif";
	font-size: 37px;
	font-weight: 400;
	line-height: 45px;
}
.root-mw-landingpage-offer .offer__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}
.root-mw-landingpage-offer .offer__price {
	color: var(--mw-core-color-brand1);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: unset;
	line-height: 1;
	margin: 0;
	text-transform: none;
}
.root-mw-landingpage-offer .text > a {
	color: var(--mw-core-color-action-primary);
	font-weight: 700;
}
	
/* Formular - Angebote */
		
.root-mw-landingpage-form-offers .offers {
	background: var(--mw-core-color-background-bright);
	margin: 10px 0;
	padding: 16px;
}
.root-mw-landingpage-form-offers .offer__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}
.root-mw-landingpage-form-offers .offer__price {
	color: var(--mw-core-color-brand1);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: unset;
	line-height: 1;
	margin: 0;
	text-transform: none;
}
			
/* Bookmark */
	
.mw-landingpage-bookmark {
	bottom: 16px;
	position: fixed;
	right: 16px;
	z-index: 10;
}
:host([nolabel]) button, mw-core-button[nolabel] button {
	width: 60px !important;
}
.mw-landingpage-bookmark svg {
	stroke: var(--mw-core-color-body-text-bright);
}
.mw-landingpage-bookmark__counter {
	background: var(--mw-core-color-body-text-bright);
    border-radius: 50%;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
	color: var(--mw-core-color-action-primary);
	font-weight: 700;
	line-height: 24px;
    min-width: 24px;
	padding: 0 5px;
	position: absolute;
    right: -6px;
	text-align: center;
    top: -6px;
}

/* Overlay - Form */

:host([overlay]) .root-mw-core-form .overlay {
	display: none;
}
:host([overlay]) .root-mw-core-form .overlay.show {
	display: flex;
}
:host([overlay]) .root-mw-core-form .overlay .filter {
	padding-top: 0;
}

/* Datepicker */

.root-mw-core-datepicker .entries > div.range-between:not(.lastMonth), 
.root-mw-core-datepicker .entries > div.range-between-tmp:not(.lastMonth) {
  background: rgba(199,46,29,0.5);
}

/* Map */

/* Filter */

.mw-ssport__filter h2 {
	color: var(--mw-core-color-heading1);
	font-family: "Bree Serif";
	font-size: 34px;
	line-height: 1;
}
.mw-ssport__filter-reset {
	color: var(--mw-core-color-action-primary);
	font-family: "Manrope";
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.4;
	text-transform: uppercase;
}
:host(.mt-addition-filter) {
	margin: 8px 0 0;
}
:host(.mt-addition-filter) .field {
	border-radius: 24px;
}
:host(.mt-addition-filter) .field .label {
	color: var(--mw-core-color-heading3);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 17px;
	text-transform: uppercase;
}

/* Popup */

 .mw-map__popup {
	background: var(--mw-core-color-background-bright);
	display: flex;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
	padding: 4px;
	position: relative;
}
.mw-map__popup::before {
	border-left: 8px solid transparent;
	border-top: 12px solid var(--mw-core-color-background-bright);
	border-right: 8px solid transparent;
	bottom: -12px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
}
.mw-map__popup-image {
	display: flex;
}
.mw-map__popup-image img {
	height: 112px;
	object-fit: cover;
	width: 80px;
}
.mw-map__popup-image[data-image='undefined'] {
	display: none;
}
.mw-map__popup-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px;
}
.mw-map__popup-info a {
	color: var(--mw-core-color-action-primary-variant) !important;
	display: -webkit-box;
	font-family: "Bree Serif";
	font-size: 20px;
	line-height: 1.1;
	overflow: hidden;
	text-decoration: none;
	transition: color 300ms ease;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}
.mw-map__popup-info a:hover {
	color: var(--mw-core-color-action-primary) !important;
}
.mw-map__popup-info p {
	color: var(--mw-core-color-brand1);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 !important;
}
.mw-map__popup-link {
	align-items: flex-end;
	display: flex;
	margin: 0 0 0 auto;
	padding: 0 8px 8px 0;
}

@media all and (min-width: 769px) {
	.mw-map__popup::before {
		left: 35px;
		transform: none;
	}
}

/* Cluster Icon */

.mw-map__cluster-icon {
	height: 40px;
	position: relative;
	width: 40px;
}
.mw-map__cluster-icon img {
	position: relative;
	width: 100%;
	z-index: 1;
}
.mw-map__cluster-icon p {
	color: var(--mw-core-color-body-text-bright);
	left: 0;
	line-height: 40px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
}

/* Copyrights - Outdoor Active */

.oa-copyrights {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	color: var(--mw-core-color-brand3);
}

/* Wedding */

.headline1.wedding {
	color: var(--mw-core-color-wedding-dark);
	font-family: "ZT Mota";
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 40px;
	max-width: 1462px;
}
.headline1.wedding + .headline2 {
	max-width: 1462px;
}
.headline1.wedding + .headline2 + mw-core-text {
	max-width: 1462px;
}
body.wedding-layout *:not(.container-intro-combi) > h1 + h2 + mw-core-text:before {
	bottom: 0;
	position: absolute;
	top: -100vh;
	background: var(--mw-core-color-wedding-light);
	content: "";
	left: -4000px;
	width: 8000px;
	z-index: -1;
}
body.wedding-layout *:not(.container-intro-combi) > h1 + h2 + mw-core-text:after {
	bottom: 0;
	position: absolute;
	background-image: url('/img/layout/wedding-decoration.svg');
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 342px;
	pointer-events: none;
	left: 28px;
	transform: translate(-100%, 0);
	width: 378px;
	z-index: 1;
}
:host([wedding]) .root-mw-core-singleteaser .content::before {
	background: var(--mw-core-color-wedding-light);
}
:host([wedding]) .root-mw-core-singleteaser .content .title {
	color: var(--mw-core-color-wedding-dark);
	font-family: "ZT Mota";
	letter-spacing: 1px;
	text-transform: unset;
}
:host([wedding]) .root-mw-core-button button {
	/*background: var(--mw-core-color-wedding-dark);*/
	background: #4b3a2d;
}
:host([wedding]) .root-mw-core-button button:not([disabled]):hover {
  /*background: var(--mw-core-color-wedding-dark);*/
	background: #4b3a2d;
}
:host([wedding]) .root-mw-ssport-teasergroup .teaser .title {
  font-family: "ZT Mota";
	letter-spacing: 1px;
	text-transform: unset;
}
:host([wedding]) .root-mw-core-breadcrumb li:not(:last-child) a {
  color: var(--mw-core-color-wedding-dark);
}
:host([wedding]) .root-mw-ssport-header .toggle-menu .bg-wrapper {
	background: #4b3a2d;
}
:host([wedding][menuvisible]) .root-mw-ssport-header .toggle-menu .bg-wrapper {
	background: none;
}
:host([wedding]) .root-mw-ssport-header .toggle-menu .label {
	color: #4b3a2d;
}
:host([wedding][menuvisible]) .root-mw-ssport-header .toggle-menu .label {
	color: #ffffff;
}
:host([wedding]) .root-mw-ssport-header .icons-left svg path, :host([wedding]) .root-mw-ssport-header .icons-right svg path {
	fill: #4b3a2d;
}
:host([wedding]) .root-mw-ssport-header .icons-right .weather mw-core-icon {
	color: #4b3a2d;
}
:host([wedding]) .root-mw-ssport-header .header-menu > ul > li a:hover {
	color: var(--mw-core-color-wedding-dark);
}
:host([wedding]) .root-mw-ssport-footer .box {
	background: #4b3a2d;
}
:host([wedding]) .root-mw-core-button button {
	background: var(--mw-core-color-wedding-dark);
}
:host([wedding]) .root-mw-core-links p {
	color: var(--mw-core-color-body-text-dark);
}
:host([wedding]) .root-mw-core-links li a {
	color: var(--mw-core-color-wedding-dark);
}
.container-links-wedding {
	background: var(--mw-core-color-wedding-light);
}
.container-table-wedding .headline3 {
	color: var(--mw-core-color-body-text-dark);
}
:host([wedding][display="desktop"]) .table-default .row:nth-child(1) .column {
	color: var(--mw-core-color-wedding-dark);
}
:host([wedding]) .root-mw-core-accordion button > p.large-text,
:host([wedding]) .root-mw-core-accordion button > mw-core-icon {
	color: var(--mw-core-color-wedding-dark) !important;
}

/* Ende Wedding */


@media all and (min-width: 374px) {
	.root-mw-core-pagination .pages {
		min-width: 190px;
	}
}

@media all and (min-width: 414px) {
	.root-mw-core-pagination .pages {
		min-width: 224px;
	}
}

@media all and (min-width: 501px) {
	
	.root-mw-core-button button {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	:host([background]) .root-mw-core-accordion .large-text {
		font-size: 20px;
		line-height: 26px;
	}

	/* Teasergroup */

	.container-teasergroup-slider {
		margin-left: 75px;
		margin-right: 50px;
	}

	/* Tourism - Detail */

	:host([animationclass="mt-provider-detail"]) .animation,
	:host([animationclass="mt-package-detail"]) .animation,
	:host([animationclass="mt-event-detail"]) .animation,
		:host([animationclass="mt-service-detail"]) .animation,
	:host([animationclass="mt-infrastructure-detail"]) .animation {
		padding-right: var(--mw-layout-padding-right);
	}
	:host([animationclass="mt-provider-detail"]) .animation .provider-data,
	:host([animationclass="mt-package-detail"]) .animation .package-data,
	:host([animationclass="mt-event-detail"]) .animation .event-data,
	:host([animationclass="mt-service-detail"]) .animation .product-data,
	:host([animationclass="mt-infrastructure-detail"]) .animation .infrastructure-data {
		padding: 100px 45px 0;
	}
	.root-mt-layout-provider .infobar .rating p:not(.value),
	.root-mt-layout-package .infobar .rating p:not(.value) {
		font-size: 14px;
	}
	.root-mt-layout-provider .infobar .rating,
	.root-mt-layout-package .infobar .rating {
		grid-column-gap: 12px;
	}
	.root-mt-layout-event .infobar .date .weekday > p {
		font-size: 19px;
	}
	:host(.check-provider-availability) .root-mw-core-button button {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.root-mt-addition-product:before {
		background: var(--mw-core-color-background-bright);
		bottom: 0;
		content: "";
		top: 25px;
		left: 60px;
		position: absolute;
		right: 0;
		z-index: -1;
	}
	.root-mt-addition-product .container {
		background: none;
	}
	.root-mt-addition-product .container .image {
		margin-bottom: 25px;
	}
	.root-mt-addition-product .container .image a {
		display: block;
		width: 100%;
	}
	.root-mt-addition-product .container .image img {
		box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
	}
	.root-mt-addition-product .container .content {
		margin-top: 25px;
	}

	/* Search Layout */

	:host([searchteaser]) .root-mw-core-teaser .main {
		min-height: 210px;
	}
	:host([searchteaser]) .root-mw-core-teaser .image img {
		position: absolute;
		top: 0;
		left: 0;
	}

	/* ImageText */

	:host([blog]) .root-mw-core-imagetext .wrapper {
		display: block !important;
	}
	:host([blog]) .root-mw-core-imagetext .image {
		float: left;
		margin-bottom: 8px;
		margin-right: 20px;
		width: 40% !important;
	}
	:host([blog][orientation="right"]) .root-mw-core-imagetext .image {
		float: right;
		margin-left: 20px;
		margin-right: 0;
	}
	:host([blog]) .root-mw-core-imagetext .content {
		padding: 0 !important
	}
	:host([blog]) .root-mw-core-imagetext .content .text {
		margin-top: -8px !important;
	}

}

@media all and (min-width: 0px) and (max-width: 768px) {
	/* Form */

	:host([multicolumn]) .root-mw-core-form mw-core-textfield,
	:host([multicolumn]) .root-mw-core-form mw-core-selectfield,
	:host([multicolumn]) .root-mw-core-form mw-core-datefield {
		flex: 0 0 100%;
	}
}

@media all and (min-width: 769px) {
	:root {
		--mw-layout-padding-left: 70px;
		--mw-layout-padding-right: 70px;
	}
	.animation-text-1 {
		transition-duration: 1s !important;
	}
	.animation-text-2 {
		transition-duration: 1s !important;
	}
	.menu-first-layer {
		font-size: 21px;
		letter-spacing: 3.15px;
		line-height: 24px;
	}
	.menu-second-layer {
		font-family: "Bree Serif";
		font-size: 34px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 34px;
	}
	.normal-text {
		font-size: 17px;
	}

	/* Custom component styles */

	/* Header Iconbar */

	:host([hide-iconbar]) .root-mw-ssport-header .iconbar {
		transform: translate(100px, -50%) !important;
	}

	/* Dialog */

	.root-mw-core-dialog .dialog-close {
		height: 60px;
		width: 60px;
	}

	/* List */

	root-mw-core-list .large-text-bold {
		margin-bottom: 55px;
	}

	/* Download */

	.root-mw-core-download .label {
		font-size: 20px;
	}

	/* Singleimage */

	.root-mw-core-singleimage .image {
		padding: 0;
	}
	:host([textposition="inside"]) .root-mw-core-singleimage p {
		bottom: 45px;
		left: 45px;
		right: auto;
	}
	.root-mw-core-singleimage img {
		max-height: 80vh;
	}
	:host([original]) .root-mw-core-singleimage img {
		max-height: none !important;
	}

	/* Singleteaser */

	:host([variant="imageleft"]) .root-mw-core-singleteaser,
	:host([variant="imageright"]) .root-mw-core-singleteaser {
		padding-bottom: 50px;
	}
	:host([variant="imageleft"]) .root-mw-core-singleteaser .content:before,
	:host([variant="imageright"]) .root-mw-core-singleteaser .content:before {
		bottom: -50px;
		left: -50%;
		right: 0;
		top: 50px;
	}
	:host([variant="imageright"]) .root-mw-core-singleteaser .content:before {
		left: 0;
		right: -50%;
	}
	:host([variant="imageleft"]) .root-mw-core-singleteaser .content,
	:host([variant="imageright"]) .root-mw-core-singleteaser .content {
		padding-top: 100px;
	}
	:host([variant="imageleft"]) .root-mw-core-singleteaser .title,
	:host([variant="imageright"]) .root-mw-core-singleteaser .title {
		font-size: 37px;
		line-height: 45px;
	}

	/* Teasergroup */

	.container-teasergroup-slider {
		margin-left: auto;
		margin-right: auto;
	}
	.container-teasergroup-slider mw-core-teasergroup {
		padding: 0 45px;
	}
	.container-teasergroup-slider h2 {
		padding: 0;
		text-align: left !important;
		margin: 0 auto 30px;
	}
	.container-teasergroup h2,
	.container-teasergroup .global-text {
		margin-left: 45px;
		max-width: 900px;
	}
	.container-teasergroup-slider:before {
		background: var(--mw-core-color-background-bright);
		bottom: 0;
		content: "";
		display: block;
		left: 200px;
		position: absolute;
		right: -5000px;
		top: 130px;
		z-index: -1;
	}
	.container-teasergroup-slider.towns:before {
		left: 20px;
		top: 50px;
	}
	:host([variant="slider"]) .container {
		padding-bottom: 100px;
	}
	:host([griddefault]) .root-mw-core-teasergroup .container {
		grid-template-columns: repeat(4, 1fr);
	}
	.root-mw-core-teasergroup .container {
		padding-bottom: 30px;
	}
	.root-mw-core-teasergroup .container .swiper-button-prev:after,
	.root-mw-core-teasergroup .container .swiper-button-next:after {
		font-size: 36px;
	}
	.root-mw-core-teasergroup .container .swiper-button-prev,
	.root-mw-core-teasergroup .container .swiper-button-next {
		left: 8px;
	}
	.root-mw-core-teasergroup .container .swiper-button-next {
		left: auto;
		right: 8px;
	}
	.root-mw-core-teasergroup .container .swiper-container .swiper-pagination {
		display: flex;
	}
	.root-mw-core-teasergroup .container .swiper-container .swiper-pagination-bullet {
		background: var(--mw-core-color-brand7);
		height: 9px;
		margin: 0 12px !important;
		opacity: 1;
		width: 9px;
	}
	.root-mw-core-teasergroup .container .swiper-container .swiper-pagination-bullet-active {
		background: var(--mw-core-color-brand4);
	}

	/* Teaser */

	:host([variant="singleteaser"]) mw-core-teaser {
		margin-bottom: 16px;
	}
	:host([as="singleteaser"]) .root-mw-core-teaser {
		position: relative;
	}
	:host([as="singleteaser"]) .root-mw-core-teaser:before {
		background: var(--mw-core-color-background-bright);
		bottom: 0;
		content: "";
		top: 25px;
		left: 60px;
		position: absolute;
		right: 0;
		z-index: -1;
	}
	:host([as="singleteaser"]) .root-mw-core-teaser .main {
		margin-top: 25px;
		padding: 32px 45px;
	}
	:host([as="singleteaser"]) .root-mw-core-teaser .image {
		margin-bottom: 25px;
	}

	/* Teaser Provider Map */

	:host([map]) .root-mw-core-teaser + .root-mw-core-teaser {
    margin-top: -16px !important;
	}
	:host([map]) .root-mw-core-teaser {
    background: var(--mw-core-color-background-bright) !important;
	}
	:host([map]) .root-mw-core-teaser:before {
    display: none !important;
	}
	:host([map]) .root-mw-core-teaser .main {
		margin-top: 0 !important;
		padding: 16px !important;
	}
	:host([map]) .root-mw-core-teaser .image {
    margin-bottom: 0 !important;
	}
	:host([map]) .root-mw-core-teaser .title {
		font-size: 20px !important;
		line-height: normal !important;
	}
	:host([map]) .root-mw-core-teaser .rating-value {
		font-size: 20px !important;
		line-height: normal !important;
	}
	:host([map]) .root-mw-core-teaser .rating-summ {
		font-size: 12px !important;
		line-height: normal !important;
	}
	:host([map]) .root-mw-core-teaser .tag {
		font-size: 10px !important;
		left: 8px !important;
		top: 8px !important;
	}
	:host([map]) .root-mw-core-teaser .teasertext {
		display: none !important;
	}
	:host([map]) .root-mw-core-teaser .provider-price .price-value {
		font-size: 24px !important;
	}

	/* Tourism Teaser */

	:host([list]) .root-mw-core-teaser:before {
		display: none;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .main {
		margin: 0;
	}

	/* Pagination */

	.root-mw-core-pagination .pages .entry {
		font-size: 26px;
	}
	.root-mw-core-pagination .pages .entry.selected {
		font-size: 60px;
	}

	/* Tourism Detail */

	:host([animationclass="mt-provider-detail"]) .animation .provider-data,
	:host([animationclass="mt-package-detail"]) .animation .package-data,
	:host([animationclass="mt-event-detail"]) .animation .event-data {
		padding: 100px 100px 0;
	}
	.root-mt-layout-event mw-core-teasergroup,
	.root-mt-layout-service mw-core-teasergroup,
	.root-mt-layout-provider mw-core-teasergroup, 
	.root-mt-layout-infrastructure mw-core-teasergroup, 
	.root-mt-layout-package mw-core-teasergroup, 
	.root-mt-layout-tours mw-core-teasergroup {
		background: none;
		padding: 0 70px;
	}
	.root-mt-layout-event .container-teasergroup-slider,
	.root-mt-layout-service .container-teasergroup-slider,
	.root-mt-layout-provider .container-teasergroup-slider, 
	.root-mt-layout-infrastructure .container-teasergroup-slider, 
	.root-mt-layout-package .container-teasergroup-slider, 
	.root-mt-layout-tours .container-teasergroup-slider {
		margin-left: auto;
	}
	.root-mt-layout-event .container-teasergroup-slider h3.headline3,
	.root-mt-layout-provider .container-teasergroup-slider h3.headline3, 
	.root-mt-layout-service .container-teasergroup-slider h3.headline3,
	.root-mt-layout-infrastructure .container-teasergroup-slider h3.headline3, 
	.root-mt-layout-package .container-teasergroup-slider h3.headline3, 
	.root-mt-layout-tours .container-teasergroup-slider h3.headline3 {
		padding-left: var(--mw-layout-padding-left);
	}
	:host([tourism]) .root-mw-core-teasergroup .container .swiper-button-next {
		right: 28px;
	}
	:host([tourism]) .root-mw-core-teasergroup .container .swiper-button-prev {
		left: 28px;
	}
		
	/* Bookmark */
	
	.mw-landingpage-bookmark {
		bottom: 24px;
		right: 24px;
	}

	/* Formular - Angebote */

	.root-mw-landingpage-form-offers .offers {
		padding: 24px;
	}

	/* Image-Text */

	.root-mw-core-imagetext .content:before {
		bottom: -50px;
		left: -50%;
		right: 0;
		top: -50px;
	}
	:host([orientation="right"]) .root-mw-core-imagetext .content:before {
		left: 0;
		right: -50%;
	}
	.root-mw-core-imagetext .content {
		min-height: 550px;
		padding-top: 100px;
	}
	.root-mw-core-imagetext .content .imagetitle {
		bottom: 20px !important;
		left: 40px !important;
		margin-top: 0 !important;
		position: absolute !important;
		right: 10px !important;
	}
	.root-mw-core-imagetext .image {
		display: flex;
		align-items: center;
	}
	.root-mw-core-imagetext .image img {
		height: auto;
		max-height: none;
	}

	/* ImageText */

	:host([blog]) .root-mw-core-imagetext .content {
		min-height: unset !important;
		padding: 0 !important
	}

	/* Ski */

	.root-mski-core-webcams .content p.large-text-bold {
		font-size: 28px;
		line-height: 35px;
	}
	
}

@media all and (max-width: 980px){

	.root-mt-layout-service .infobar {
		top: 100px;
    padding: 4px 0;
	}
	.root-mt-layout-service .infobar:after {
		display: none;
	}
	.root-mt-layout-service .infobar > div {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    align-items: center;
	}
	.root-mt-layout-service .infobar > div .price {
		font-size: 24px;
    grid-column: 1 / 2;
    grid-row: 1 / -1;
	}
	.root-mt-layout-service .infobar > div .booking {
    grid-column: 3 / 4;
    grid-row: 1 / -1;
	}
	.root-mt-layout-service .infobar .anker-menu {
    flex: unset;
    grid-column: 2 / 3;
    grid-row: 1 / -1;
		justify-content: center;
	}

}

@media all and (max-width: 768px){

	.root-mt-layout-service .infobar > div {
    grid-template-columns: auto auto;
	}
	.root-mt-layout-service .infobar .anker-menu {
		display: none;
	}
	.root-mt-layout-service .infobar > div .price {
    grid-column: 1 / 2;
	}
	.root-mt-layout-service .infobar > div .booking {
    grid-column: 2 / -1;
	}

}

@media all and (min-width: 981px) {
	.root-mw-core-teaser .title {
    font-size: 24px;
    line-height: 30px;
	}
	:host([background]) .root-mw-core-accordion .large-text {
		font-size: 26px;
		line-height: 32px;
	}

	.root-mw-core-animation .wrapper-text {
		padding-left: 175px;
	}
	.root-mw-core-animation .entry-current:after {
		height: 60%;
	}
	.animation-text-1 {
		font-size: min(max(100px), 8vw);
		line-height: min(max(95px), 7.7vw);
	}
	.animation-text-2 {
		margin-top: 20px !important;
	}
	/* Animation */

	.root-mw-core-animation .bullets {
		display: none;
	}
	.root-mw-core-animation .arrows {
		bottom: 60px;
		display: flex;
		justify-content: space-between;
		left: 184px;
		position: absolute;
		width: 200px;
		z-index: 4;
	}
	.root-mw-core-animation .arrows .prev {
		font-size: 60px;
		left: auto;
		margin: -3px 0 0;
		position: relative;
		top: auto;
		transform: none !important;
		transition: none;
	}
	.root-mw-core-animation .arrows .next {
		font-size: 60px;
		margin: -3px 0 0;
		position: relative;
		right: auto;
		top: auto;
		transform: none !important;
		transition: none;
	}
	.root-mw-core-animation .arrow-counter {
		align-items: center;
		color: #ffffff;
		display: flex;
		font-size: 15px;
		font-weight: 900;
		height: 100%;
		justify-content: center;
		letter-spacing: 3px;
		margin: 0;
		position: absolute;
		width: 100%;
	}
	.root-mw-core-animation .arrow-counter span {
		margin: 0 4px;
	}

	/* Tourism - List */

	.root-mt-layout-infrastructure-list .filterbox,
	.root-mt-layout-tours-list .filterbox,
	.root-mt-layout-service-list .filterbox,
	.root-mt-layout-event-list .filterbox {
		top: 120px;
	}
	.root-mt-layout-infrastructure-list .filterbox > div,
	.root-mt-layout-tours-list .filterbox > div,
	.root-mt-layout-service-list .filterbox > div,
	.root-mt-layout-event-list .filterbox > div {
		padding-top: 15px;
	}
	.root-mt-layout-infrastructure-list .filterbox .filters,
	.root-mt-layout-tours-list .filterbox .filters,
	.root-mt-layout-service-list .filterbox .filters,
	.root-mt-layout-event-list .filterbox .filters {
		margin: 0 16px;
	}

	/* Singleimage */

	.container-singleimage {
		padding-left: var(--mw-layout-padding-left);
		padding-right: var(--mw-layout-padding-right);
	}

	/* Tourism Teaser */

	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .main {
		display: grid;
		grid-template-columns: 2fr 1fr;
		padding: 18px 32px 24px;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .title {
		margin-bottom: 8px;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .text {
		font-size: 15px;
		margin-bottom: 0;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .opening-days {
		margin: 8px 0 -5px 0;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .opening-days .current {
		padding-bottom: 0;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .main .bottom {
		align-items: flex-end;
		justify-content: flex-end;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .main .phone {
		margin-bottom: -3px;
	}
	:host([objecttype="infrastructure"][list]) .root-mw-core-teaser .bottom .right {
		top: 10px;
		right: 27px;
	}

	/* Search Layout */

	.root-mw-layout-search .filterbox {
		top: 120px;
	}

	/* Gallery - Grid */

	.container-gallery.grid {
		margin-bottom: 100px;
		margin-top: 100px;
	}
	:host([variant="grid"]) .root-mw-core-gallery .container:before {
		background: var(--mw-core-color-background-bright);
		bottom: 200px;
		content: "";
		left: -4000px;
		position: absolute;
		right: 38px;
		top: 200px;
		z-index: -1;
	}
	:host([variant="grid"]) .root-mw-core-gallery .item2 {
		margin-top: 20px;
	}
	:host([variant="grid"]) .root-mw-core-gallery .item3,
	:host([variant="grid"]) .root-mw-core-gallery .item9,
	:host([variant="grid"]) .root-mw-core-gallery .item15,
	:host([variant="grid"]) .root-mw-core-gallery .item21,
	:host([variant="grid"]) .root-mw-core-gallery .item27 {
		margin-right: 45px;
	}
	:host([variant="grid"]) .root-mw-core-gallery .item5,
	:host([variant="grid"]) .root-mw-core-gallery .item11,
	:host([variant="grid"]) .root-mw-core-gallery .item17,
	:host([variant="grid"]) .root-mw-core-gallery .item23,
	:host([variant="grid"]) .root-mw-core-gallery .item29 {
		margin-bottom: 30px;
		margin-left: 45px;
	}

	/* Tourism - Detail */

	:host([animationclass="mt-provider-detail"]) .iconbar,
	:host([animationclass="mt-event-detail"]) .iconbar,
	:host([animationclass="mt-service-detail"]) .iconbar,
	:host([animationclass="mt-infrastructure-detail"]) .iconbar,
	:host([animationclass="mt-tour-detail"]) .iconbar,
	:host([animationclass="mt-package-detail"]) .iconbar {
		display: flex;
	}
	:host([animationclass="mt-provider-detail"]) .animation .provider-data,
	:host([animationclass="mt-package-detail"]) .animation .package-data,
	:host([animationclass="mt-service-detail"]) .animation .product-data,
	:host([animationclass="mt-event-detail"]) .animation .event-data,
	:host([animationclass="mt-service-detail"]) .animation .product-data,
	:host([animationclass="mt-infrastructure-detail"]) .animation .infrastructure-data {
		padding: 100px 175px 0;
	}
	:host([animationclass="mt-provider-detail"]) .animation .provider-data h1,
	:host([animationclass="mt-package-detail"]) .animation .package-data h1,
	:host([animationclass="mt-event-detail"]) .animation .event-data h1,
	:host([animationclass="mt-service-detail"]) .animation .product-data h1,
	:host([animationclass="mt-infrastructure-detail"]) .animation .infrastructure-data h1 {
		font-size: min(max(80px), 7vw);
		line-height: min(max(80px), 7vw);
	}
	:host([animationclass="mt-package-detail"]) .animation .package-data h1 {
		font-size: min(max(60px), 6vw);
		line-height: min(max(60px), 6vw);
	}
	.root-mt-layout-provider .infobar {
		top: 43px;
	}
	.root-mt-layout-event .infobar {
		top: 120px;
	}
	.root-mt-layout-service .infobar {
		top: 120px;
	}
	.root-mt-layout-infrastructure .infobar {
		top: 120px;
	}

	/* Quickbooker */

	.container-bookingbar-small {
		display: block;
		margin: -100px 0 30px 16px;
	}
	.container-bookingbar-small mw-ssport-bookingbar {
		margin: 0;
		padding-right: 140px;
	}
	
	/* Cart */

	.root-mt-addition-cart-product .container > .large-text-bold {
		font-size: 29px;
		line-height: 30px;
	}
	.root-mt-addition-cart-product .additional-services .headline.large-text-bold {
		font-size: 29px;
		line-height: 30px;
	}

	/* ImageText */
	
	:host([blog]) .root-mw-core-imagetext .wrapper {
		display: flex !important;
	}
	:host([blog][small]) .root-mw-core-imagetext .wrapper {
		display: block !important;
	}
	:host([blog]) .root-mw-core-imagetext .image {
		flex: 0 0 50%;
    float: none !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
	}
	:host([blog][small][orientation="right"]) .root-mw-core-imagetext .image {
		float: right !important;
		margin-left: 20px !important;
		margin-right: 0 !important;
	}
	:host([blog][small]) .root-mw-core-imagetext .image {
		align-items: flex-start;
		flex: unset !important;
    float: left !important;
    margin-bottom: 8px !important;
    margin-right: 20px !important;
    width: 40% !important;
	}
	:host([blog]) .root-mw-core-imagetext .content {
		padding-right: 40px !important;
	}
	:host([blog][small]) .root-mw-core-imagetext .content {
		padding-right: 0 !important;
	}
	:host([blog][orientation="left"]) .root-mw-core-imagetext .content {
		padding-left: 40px !important;
	}
	:host([blog][small][orientation="left"]) .root-mw-core-imagetext .content {
		padding-left: 0 !important;
	}

}

@media all and (min-width: 1000px) {
	/* Video */

	.root-mw-core-video .container:before {
		background: var(--mw-core-color-background-bright);
		bottom: -42px;
		content: "";
		display: block;
		left: 83px;
		position: absolute;
		right: 0;
		top: 50px;
		z-index: -1;
	}
	:host(.no-text) .root-mw-core-video .container:before {
		bottom: -40px;
		top: 50%;
	}
	.root-mw-core-video .container {
		display: flex;
	}
	.root-mw-core-video .content {
		flex: 2;
		padding: 85px 45px 0 0;
	}
	.root-mw-core-video .video {
		flex: 3;
		margin: 0 50px 0 0;
		order: -1;
	}
	:host(.no-text) .root-mw-core-video .video {
		margin: 0 40px 0 0;
	}
}

@media all and (min-width: 1024px) {

	.root-mw-core-bookingbar .wrapper .field {
		padding: 0 30px 0 60px;
	}
	.root-mw-core-bookingbar .wrapper .field.has-value {
		padding: 20px 30px 0 60px;
	}
	.root-mt-layout-provider-list .container-bookingbar {
		margin-top: 0;
	}
	.root-mw-core-bookingbar .wrapper {
		padding: 15px 0;
	}
	.root-mw-core-bookingbar .headline {
		color: var(--mw-core-color-heading1);
		font-family: "Bree Serif";
		font-size: 28px;
		font-weight: 400;
		letter-spacing: normal;
		line-height: 45px;
	}
	.root-mw-core-bookingbar .field-wrapper:hover:before,
	.field-wrapper.selected:before {
		background: var(--mw-core-color-background-bright);
		opacity: 1;
	}
	.root-mw-core-bookingbar .field.has-value {
		color: var(--mw-core-color-action-primary);
		font-size: 19px;
	}
	.root-mw-core-bookingbar .field.has-value:before {
		color: var(--mw-core-color-brand5);
		font-size: 12px;
		left: 60px;
		top: 5px;
	}
	.root-mw-core-bookingbar mw-core-icon {
		left: 24px;
	}
		
}

@media all and (min-width: 1200px) {

	/* Quickbooker */

	.container-bookingbar-small {
		margin: -100px 0 30px 70px;
	}
	body.intro .container-bookingbar-small {
		margin: -100px 0 30px 16px;
	}

}

@media all and (min-width: 1240px) {
		
	.root-mt-layout-provider-list .container-bookingbar {
		top: 0;
	}

}

@media all and (min-width: 1300px) {
	
	.root-mw-core-bookingbar .headline {
		font-size: 37px;
	}

	/* Toursim - Detail */

	.root-mt-layout-provider .infobar,
	.root-mt-layout-package .infobar,
	.root-mt-layout-service .infobar,
	.root-mt-layout-event .infobar {
		top: 120px;
	}
	.root-mt-layout-provider .infobar > div,
	.root-mt-layout-package .infobar > div {
		height: 100px;
	}
	.root-mt-layout-provider .infobar .rating:before,
	.root-mt-layout-package .infobar .rating:before {
		display: none;
	}
	.root-mt-layout-provider .infobar .no-rating,
	.root-mt-layout-provider .infobar .rating,
	.root-mt-layout-package .infobar .no-rating,
	.root-mt-layout-package .infobar .rating {
		flex: 0 0 200px;
	}
	.root-mt-layout-provider .infobar .rating .value,
	.root-mt-layout-package .infobar .rating .value {
		font-size: 50px;
		letter-spacing: 1.1px;
	}
	.root-mt-layout-event .infobar .date .date-value {
		font-size: 37px;
		letter-spacing: 1.1px;
	}
	.root-mt-layout-provider .infobar .button,
	.root-mt-layout-package .infobar .button {
		flex: 0 0 220px;
		margin-left: 0;
	}
	.root-mt-layout-provider .infobar .anker-menu a,
	.root-mt-layout-package .infobar .anker-menu a,
	.root-mt-layout-service .infobar .anker-menu a,
	.root-mt-layout-event .infobar .anker-menu a {
		letter-spacing: 1.1px;
	}

	/* Wetter */

	.root-mw-addition-weather .wrapper-date .label {
		font-size: 29px;
	}

}

@media all and (min-width: 1400px) {
	.animation-text-1 {
		font-size: min(max(120px), 10vw);
		line-height: min(max(115px), 9.7vw);
	}
	.animation-text-2 {
		margin-top: 40px !important;
	}

	/* Special Teasergroup */

	.root-mw-ssport-teasergroup .title,
	.root-mw-ssport-teasergroup-2columns .title {
		font-size: 60px;
		line-height: 60px;
	}

	/* Intro Kombi */

	body.scroll-fixed .container-intro-combi {
		display: none;
	}
	.container-intro-combi {
		background: var(--mw-core-color-body-background);
		box-shadow: 0px 0px 20px #0000001a;
		margin-top: -200px;
		padding: 35px 45px 30px;
		position: absolute;
		width: 38%;
		right: var(--mw-layout-padding-right);
		max-width: 890px;
		z-index: 1;
	}
	.container-intro-combi h1 {
		margin-top: 0;
	}

	/* Gallery - Grid */

	:host([variant="grid"]) .root-mw-core-gallery .item2 {
		margin-top: 30px;
	}
	:host([variant="grid"]) .root-mw-core-gallery .item3,
	:host([variant="grid"]) .root-mw-core-gallery .item9,
	:host([variant="grid"]) .root-mw-core-gallery .item15,
	:host([variant="grid"]) .root-mw-core-gallery .item21,
	:host([variant="grid"]) .root-mw-core-gallery .item27 {
		margin-right: 76px;
	}
	:host([variant="grid"]) .root-mw-core-gallery .item5,
	:host([variant="grid"]) .root-mw-core-gallery .item11,
	:host([variant="grid"]) .root-mw-core-gallery .item17,
	:host([variant="grid"]) .root-mw-core-gallery .item23,
	:host([variant="grid"]) .root-mw-core-gallery .item29 {
		margin-bottom: 57px;
		margin-left: 76px;
	}

	/* Tourism - Detail */

	:host([animationclass="mt-provider-detail"]) .animation .provider-data,
	:host([animationclass="mt-package-detail"]) .animation .package-data,
	:host([animationclass="mt-service-detail"]) .animation .product-data,
	:host([animationclass="mt-event-detail"]) .animation .event-data {
		padding: 100px 245px 0;
	}
	:host([animationclass="mt-provider-detail"]) .animation .provider-data h1,
	:host([animationclass="mt-service-detail"]) .animation .product-data h1,
	:host([animationclass="mt-event-detail"]) .animation .event-data h1 {
		font-size: min(max(100px), 9vw);
		line-height: min(max(100px), 9vw);
	}
	:host([animationclass="mt-package-detail"]) .animation .package-data h1 {
		font-size: min(max(90px), 8vw);
		line-height: min(max(90px), 8vw);
	}
	.root-mt-layout-provider .infobar .anker-menu a,
	.root-mt-layout-package .infobar .anker-menu a,
	.root-mt-layout-service .infobar .anker-menu a,
	.root-mt-layout-event .infobar .anker-menu a {
		letter-spacing: 1.9px;
	}
	.root-mt-layout-provider .infobar .button,
	.root-mt-layout-package .infobar .button {
		flex: 0 0 273px;
	}
	:host(.check-provider-availability) .root-mw-core-button button {
		letter-spacing: 3px;
	}

	:host([blog]) .root-mw-core-imagetext .content {
		padding-right: 64px !important;
	}
	:host([blog][small]) .root-mw-core-imagetext .content {
		padding-right: 0 !important;
	}
	:host([blog][orientation="left"]) .root-mw-core-imagetext .content {
		padding-left: 64px !important;
	}
	:host([blog][small][orientation="left"]) .root-mw-core-imagetext .content {
		padding-left: 0 !important;
	}

}

@media all and (min-width: 1500px) {
	/* Tourism - Detail */

	.root-mt-layout-provider .infobar .anker-menu a,
	.root-mt-layout-package .infobar .anker-menu a,
	.root-mt-layout-service .infobar .anker-menu a,
	.root-mt-layout-event .infobar .anker-menu a {
		margin-right: 24px;
	}
	.root-mt-layout-provider .infobar .no-rating,
	.root-mt-layout-provider .infobar .rating,
	.root-mt-layout-package .infobar .no-rating,
	.root-mt-layout-package .infobar .rating {
		flex: 0 0 285px;
	}
	.root-mt-layout-provider .infobar .button,
	.root-mt-layout-package .infobar .button {
		flex: 0 0 285px;
	}
	:host(.check-provider-availability) .root-mw-core-button button {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* Intro - Combi */

	.container-intro-combi {
		width: 40%;
	}
	
}

@media all and (min-width: 1600px) {
		
	/* Quickbooker */

	body.intro .container-bookingbar-small {
		margin: -100px 0 30px 70px;
	}

	/* Tourism - Detail */

	.root-mt-layout-provider .infobar .anker-menu a,
	.root-mt-layout-package .infobar .anker-menu a,
	.root-mt-layout-event .infobar .anker-menu a {
		margin-right: 30px;
	}
	
}
		
@media all and (min-width: 1700px){

	.container-intro-combi {
		padding: 45px 58px 35px;
		width: 45%;
	}

}

@media all and (min-width: 1800px){

	.root-mw-core-teasergroup .container .swiper-button-prev,
	.root-mw-core-teasergroup .container .swiper-button-next {
		left: -16px;
	}
	.root-mw-core-teasergroup .container .swiper-button-next {
		left: auto;
		right: -16px;
	}

}

.mw-icon {
	font-family: "Micado-Web";
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	font-weight: normal;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}
.mwa-icon {
	font-family: "Micado-Web-Addition";
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	font-weight: normal;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.mt-icon {
	font-family: "Micado-Tourism";
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	font-weight: normal;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.mski-icon {
	font-family: "Micado-Ski";
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	font-weight: normal;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.mw-weather-icon {
	font-family: "Micado-Web-Weather";
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	font-weight: normal;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.mw-special-icon {
	font-family: "Micado-Special";
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	font-weight: normal;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}