/** Styleguide **/

/* Variables */

:root {
	--mw-layout-margin-top: 60px;
	--mw-layout-margin-bottom: 60px;
	--mw-layout-maxwidth: 1540px;
	--mw-layout-maxwidth2: 932px;
	--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: "Lota";
	font-size: 32px;
	font-weight: 700;
	line-height: 45px;
}
.headline2 {
	color: var(--mw-core-color-heading2);
	font-family: "Lota";
	font-size: 32px;
	font-weight: 700;
	line-height: 45px;
}
.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: "Lota";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 26px;
	text-transform: uppercase;
}
.headline2 + .headline3 {
	font-size: 15px;
	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: "Lota";
	font-size: 29px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	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: "Lota";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 26px;
	margin-top: 10px !important;
	text-align: center;
	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: "Lota";
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}
.large-text-bold {
	color: var(--mw-core-color-largetextbold);
	font-family: "Lota";
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}
@media all and (min-width: 769px){

	.large-text {
		font-size: 29px;
	}
	.large-text-bold {
		font-size: 29px;
	}

}
@media all and (max-width: 370px){

	.large-text {
		font-size: 20px;
	}
	.large-text-bold {
		font-size: 20px;
	}

}
.caption-text {
	font-family: "Lota";
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 26px;
	text-transform: uppercase;
}
.caption-text-bold {
	font-family: "Lota";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 26px;
	text-transform: uppercase;
}
.normal-text {
	font-family: "Lota";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.normal-text-bold {
	font-family: "Lota";
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}
.small-text {
	font-family: "Lota";
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.small-text-bold {
	font-family: "Lota";
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
}
.menu-first-layer {
	font-family: "Lota";
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
}
.menu-second-layer,
.menu-third-layer {
	font-family: "Lota";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-transform: uppercase;
}
.primary-link {
	font-family: "Lota";
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	text-transform: uppercase;
}
.secondary-link {
	font-family: "Lota";
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 20px;
	text-transform: uppercase;
}
.tertiary-link {
	font-family: "Lota";
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 21px;
	text-transform: uppercase;
}
.form-value { /* check weight */
	font-family: "Lota";
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 17px;
}
.form-label {
	color: var(--mw-core-color-brand5);
	font-family: "Lota";
	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-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-service-list .filterbox,
.root-mt-layout-event-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-service-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([animationclass="mt-provider-detail"]) .header-menu,
:host([animationclass="mt-event-detail"]) .header-menu,
:host([animationclass="mt-service-detail"]) .header-menu,
:host([animationclass="mt-infrastructure-detail"]) .header-menu,
:host([animationclass="mt-tour-detail"]) .header-menu,
:host([animationclass="mt-package-detail"]) .header-menu,
:host([animationclass="mt-provider-list"]) .header-menu,
:host([animationclass="mt-event-list"]) .header-menu,
:host([animationclass="mt-service-list"]) .header-menu,
:host([animationclass="mt-infrastructure-list"]) .header-menu,
:host([animationclass="mt-tour-list"]) .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-service-detail"]) .animation,
:host([animationclass="mt-infrastructure-detail"]) .animation,
:host([animationclass="mt-tour-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-service-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-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-service-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: 20px;
}
.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-service .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: "Lota";
	font-size: 32px;
	font-weight: 700;
	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: 14px;
}
.root-mt-layout-event .infobar .date .weekday > p {
	font-size: 15px;
	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-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: "Lota";
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	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;
	letter-spacing: 1px;
}
: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 .title {
	color: var(--mw-core-color-largetextbold);
	font-family: "Source Sans Pro";
	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 {
	flex: 0 0 100px;
}
:host([objecttype="provider"]) .root-mw-core-teaser .rating-value {
	letter-spacing: normal;
	font-size: 22px;
  font-weight: bold;
	line-height: 1;
	padding: 4px 8px 2px;
}
:host([objecttype="provider"]) .root-mw-core-teaser .rating-summ {
	font-size: 12px;
}
: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-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-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-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-event #attributes h3 {
	color: var(--mw-core-color-brand4);
	font-family: "Lota";
	font-size: 37px;
	font-weight: 700;
	letter-spacing: 0;
	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-event #attributes .group > p {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1.9px;
}
.root-mt-layout-infrastructure .further-infra,
.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-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-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-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;
}

/* Micado Ski */

.root-mski-core-webcams .content p.large-text-bold {
    font-family: "Lota";
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 35px;
}
.root-mski-core-snowreport .entry {
    background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.root-mski-core-snowreport .entry .title {
	color: #FFFFFF;
	font-family: "Lota";
    font-weight: 700;
	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;
	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);
}

/* Intro Kombi */

body.intro .intro-wrapper .acco-button {
	display: none;
}		
.container-intro-combi {
	background: var(--mw-core-color-brand4);
	margin-left: var(--mw-layout-padding-right);
	margin-right: var(--mw-layout-padding-right);
	margin-top: 65px;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
}
.container-intro-combi h1 {
	color: var(--mw-core-color-body-text-bright);
	font-family: "Lota";
	font-size: 29px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}
.container-intro-combi .headline1 + .headline2 {
	color: var(--mw-core-color-background-bright);
	font-size: 15px;
    margin-top: calc(var(--mw-layout-margin-top) * -1 + 20px);
	margin-left: 20px;
	margin-right: 20px;
}
.container-intro-combi mw-core-text {
	color: var(--mw-core-color-body-text-bright);
	margin-bottom: 24px;
	margin-left: 20px;
	margin-right: 20px;
}
.container-intro-combi .headline1 + mw-core-text, 
.container-intro-combi .headline2 + mw-core-text, 
.container-intro-combi .headline3 + mw-core-text {
    margin-top: calc(var(--mw-layout-margin-top) * -1 + 35px);
}
.container-intro-combi mw-core-text a {
	color: var(--mw-core-color-action-primary);
	font-weight: bold;
}
.container-intro-combi mw-core-text .global-text {
	letter-spacing: 0.16px;
    line-height: 36px;
    font-size: 16px;
}

/* List */

.root-mw-core-list .large-text-bold {
	font-weight: 700;
	margin: 0 0 30px 0;
}
.root-mw-core-list mw-core-icon {
	display: none;
}
.root-mw-core-list li:before {
	background: var(--mw-core-color-body-text-dark);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 10px;
}
.root-mw-core-list li {
	margin-bottom: 5px;
	padding-left: 50px !important;
	position: relative;
}

/* Singleimage */

:host([textposition="inside"]) .root-mw-core-singleimage p {
	background: none;
	color: var(--mw-core-color-brand8);
	font-family: "Didot";
	font-size: 32px;
	font-weight: normal;
	left: 16px;
	letter-spacing: 1.62px;
	line-height: 1;
	margin-left: 0;
	text-align: center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
: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;
}

/* 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;
	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: "Lota";
	font-size: 32px;
	font-weight: 700;
	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;
	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: "Didot";
	font-size: 34px;
	font-weight: normal;
	line-height: 42px;
}

/* Download */

.root-mw-core-download .label {
	font-family: "Didot";
	font-weight: normal;
}

/* 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;
}

/* 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-largetextbold);
	font-family: "Didot";
	font-size: 32px;
	font-weight: normal;
	line-height: 45px;
}
.root-mw-core-singleteaser .text > a {
	color: var(--mw-core-color-action-primary);
	font-weight: bold;
}

/* Teasergroup */

.container-teasergroup h2 {
	text-align: left;
}
.container-teasergroup .global-text {
	margin-bottom: 35px;
}
.container-teasergroup .button {
	display: table;
	margin: 45px auto;
}
.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: none;
	color: var(--mw-core-color-brand3);
	display: flex;
	height: 60px;
	left: -10px;
	margin-top: -130px;
	width: 60px;
}
.root-mw-core-teasergroup .container .swiper-button-next {
	left: auto;
	right: -10px;
}
.root-mw-core-teasergroup .container .swiper-button-prev:after,
.root-mw-core-teasergroup .container .swiper-button-next:after {
	content: ">";
	font-family: "Micado-Web";
	font-size: 60px;
	line-height: 1;
}
.root-mw-core-teasergroup .container .swiper-button-next:after {
	content: "<";
}
.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-family: "Didot";
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.8px;
	line-height: 35px;
}
:host([slider]) .root-mw-core-teaser .main {
	padding-left: 0;
	padding-right: 0;
}
:host([round]) {
	margin: 0 -20px !important;
}
:host([round]) .root-mw-core-teaser img {
	border: 16px solid #fff;
	border-radius: 50%;
}
:host([round]) .root-mw-core-teaser .main {
	background: none;
    border-radius: 50%;
	bottom: 0;
	align-items: center;
	justify-content: center;
}
:host([as="singleteaser"]) .root-mw-core-teaser .tag {
	left: 16px;
	right: auto;
	top: 16px;
}
:host([as="singleteaser"][buttonattr="overlay"]) .root-mw-core-teaser .tag {
	left: auto;
	right: 16px;
	top: 16px;
}
.root-mw-core-teaser .tag {
	background: var(--mw-core-color-action-primary);
	letter-spacing: unset;
}
.root-mw-core-teaser .phone {
	letter-spacing: unset;
}
.root-mw-core-teaser .provider-price .price-value,
.root-mw-core-teaser .event-price .price-value,
.root-mw-core-teaser .service-price .price-value {
	color: var(--mw-core-color-brand1);
	font-weight: bold;
	letter-spacing: unset;
	text-transform: none;
}

/* Tourism Teaser */

:host([objecttype="provider"]) .root-mw-core-teaser .title,
:host([objecttype="service"]) .root-mw-core-teaser .title,
:host([objecttype="event"]) .root-mw-core-teaser .title,
:host([objecttype="infrastructure"]) .root-mw-core-teaser .title,
:host([objecttype="tour"]) .root-mw-core-teaser .title {
	font-family: "Lota";
	font-size: 24px;
	line-height: normal;
}
: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="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: "Source Sans Pro";
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 20px;
	text-transform: uppercase;
}
: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 .title {
	font-family: "Didot";
	font-size: 32px;
	font-weight: normal;
	line-height: 36px;
}
.root-mw-ssport-teasergroup .details {
	color: var(--mw-core-color-background-bright);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.8px;
	line-height: 22px;
	text-transform: uppercase;
}

/* Animation */

.root-mw-core-animation .wrapper-text {
	left: 50%;
	text-align: left;
	transform: translate(-50%, 0);
}
.root-mw-core-animation .bullets {
	bottom: 60px;
	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;
}
.root-mw-core-animation .entry-self-video .mw-icon {
    transform: translate(0, 0);
}
.root-mw-core-animation .entry-self-video.entry-current .mw-icon {
	transform: translate(0, -60px);
}

/* 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;
}
: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: "Lota";
	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: "Lota";
	font-weight: 700;
}

/* 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 {
	display: none;
}
: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: 'Lota';
	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: "Lota";
	font-size: 37px;
	font-weight: 700;
	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;
}

/* Map */

/* Filter */

.mw-ssport__filter h2 {
	color: var(--mw-core-color-heading1);
	font-family: "Lota";
	font-size: 34px;
	line-height: 1;
}
.mw-ssport__filter-reset {
	color: var(--mw-core-color-action-primary);
	font-family: "Source Sans Pro";
	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: "Source Sans Pro";
	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-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px;
}
.mw-map__popup-info a {
	color: var(--mw-core-color-action-primary-variant) !important;
	display: inline-block;
	font-family: "Lota";
	font-size: 18px;
	line-height: 1.1;
	text-decoration: none;
	transition: color 300ms ease;
}
.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: "Source Sans Pro";
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 !important;
}
.mw-map__popup-link {
	align-items: flex-end;
	display: flex;
	padding: 0 8px 8px 0;
}
.leaflet-popup {
	width: 360px;
}
.leaflet-popup-content {
	margin: 0 !important;
	width: 100% !important;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: none !important;
	box-shadow: none !important;
}
.leaflet-popup-close-button {
	display: none !important;
}

@media all and (min-width: 769px) {
	.leaflet-popup {
		margin-left: 136px;
	}
	.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;
}

/* Skibus */

.mco-widget-bus-stops > .mco-bus-stops {
	min-height: 50vh !important;
}

@media all and (min-width: 414px) {

	.root-mt-layout-event .infobar .date .weekday > p {
		font-size: 16px;
	}

	.root-mw-core-pagination .pages {
		min-width: 224px;
	}
}

@media all and (min-width: 374px) {

	.root-mw-core-pagination .pages {
		min-width: 190px;
	}
}

@media all and (min-width: 501px) {

	.root-mw-core-button button {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* Image-Text */

	.root-mw-core-imagetext .wrapper {
		display: flex;
		flex-direction: column !important;
		padding-bottom: 50px;
	}

	/* 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,
	: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;
	}

}

@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;
	}
	.headline1 {
		font-size: 50px;
	}
	.headline2 {
		font-size: 50px;
	}
	.animation-text-1 {
		transition-duration: 1s !important;
	}
	.animation-text-2 {
		transition-duration: 1s !important;
	}
	.menu-first-layer {
		font-size: 20px;
		line-height: 24px;
	}
	.menu-second-layer {
		font-family: "Didot";
		font-size: 34px;
		font-weight: normal;
		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;
	}

	/* Singleimage */

	.root-mw-core-singleimage .image {
		padding: 0;
	}
	:host([textposition="inside"]) .root-mw-core-singleimage p {
		bottom: auto;
		font-size: 53px;
		left: 70px;
		right: 70px;
		top: 50%;
		transform: translate(0, -50%);
	}
	.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: 100px;
	}
	: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 .content .title,
	:host([variant="imageright"]) .root-mw-core-singleteaser .content .title {
		transform: translate(0, -25px);
	}

	/* Teasergoup */

	.container-teasergroup h2,
	.container-teasergroup .global-text {
		margin-left: 30px;
		max-width: 900px;
	}
	:host([variant="slider"]) .root-mw-core-teasergroup .container:before {
		background: var(--mw-core-color-background-bright);
		bottom: 0;
		content: "";
		display: block;
		left: 200px;
		position: absolute;
		right: -5000px;
		top: 20px;
	}
	.root-mw-core-teasergroup .container {
		padding-bottom: 30px;
	}
	.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);
	}

	/* Special Teasergroup */

	.root-mw-ssport-teasergroup .title {
		font-size: 45px;
		line-height: 45px;
	}
	.root-mw-ssport-teasergroup .details {
		font-size: 16px;
		letter-spacing: 3.2px;
		line-height: 22px;
	}

	/* Teaser */
	
	:host([variant="singleteaser"]) mw-core-teaser {
		margin-bottom: 32px;
	}
	: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 {
    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;
		text-transform: unset !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;
	}

	/* Animation */

	.root-mw-core-animation .arrows {
		bottom: 60px;
		display: none;
		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;
	}

	/* Pagination */

	.root-mw-core-pagination .pages .entry {
		font-size: 26px;
	}
	.root-mw-core-pagination .pages .entry.selected {
		font-size: 60px;
	}

	/* Actionsheet */

	.root-mw-core-actionsheet .content {
		max-width: 550px;
	}

	/* 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 100px 0;
	}
	.root-mt-layout-event 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-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-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 .wrapper {
		flex-direction: row !important;
		padding-bottom: 0;
	}
	:host([orientation="right"]) .root-mw-core-imagetext .wrapper {
		flex-direction: row-reverse !important;
	}
	.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;
	}

}

@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-animation .bullets {
		display: none;
	}
	.root-mw-core-animation .wrapper-text {
		top: 220px;
	}
	.root-mw-core-animation .entry-current:after {
		height: 60%;
	}

	/* 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;
	}

	/* Intro Kombi */
	
	body.intro .intro-wrapper {
		left: 0;
		display: block;
		position: absolute;
		right: 0;
		bottom: 35px;
	}
	body.intro .intro-wrapper .acco-button {
		display: block;
	}
	body.intro .intro-wrapper > div {
		max-width: 1605px;
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: flex-end;
	}
	.container-intro-combi {
		flex: 1;
		margin-left: 100px;
		margin-right: 0;
		margin-top: 0;
		max-width: 890px;
		transform: translate(0, 200px);
	}
	.container-intro-combi h1 {
		font-size: 42px;
	}

	/* 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 */

	: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-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: -105px auto 35px auto;
	}
	.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;
	}

}

@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 {
		display: none;
	}
	.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;
	}

}

@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: "Lota";
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 0px;
		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 */

	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){

	/* Special Teasergroup */

	.root-mw-ssport-teasergroup .title {
		font-size: 53px;
		line-height: 56px;
	}
		
	/* Intro Kombi */
	
	.container-intro-combi {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-intro-combi > * {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-intro-combi h1 {
		font-size: 50px;
	}
	body.scroll-fixed .container-intro-combi {
		display: none;
	}
	.container-intro-combi {
		box-shadow: 0px 0px 20px #0000001a;
		/*margin-top: -200px;*/
		padding: 20px 58px 20px;
		/*position: absolute;*/
		/*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 .porduct-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: 1px;
	}

}

@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: 20px;
	}
	.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;
	}
	
}

@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-service .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: 20px 58px 20px;
	}

}

.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;
}