@keyframes asdf {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  vertical-align: baseline;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none !important;
}
body,
html {
  width: 100%;
  height: 100%;
}
p {
  line-height: 150%;
  padding: 0;
  margin: 0 0 10px;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.hidden {
  display: none;
}
.hundert {
  width: 100%;
}
.clear {
  clear: both;
  padding: 0.02px;
}
.inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.relative {
  position: relative;
}
.pipe {
  margin: 0 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
a {
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:active,
a:focus,
input,
input:active,
input:focus,
input:hover {
  outline: none;
  /*Gepunkteten Rahmen um Links entfernen */
}
.pos-static {
  position: static !important;
}
.pos-relative {
  position: relative !important;
}
.divider hr {
  border: 0;
  background: none;
  border-top: solid 1px #ccc;
}
.divider {
  padding: 30px 0;
}
iframe {
  border: none;
}
body {
  overflow-x: hidden !important;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-fluid {
  max-width: 1650px;
}
#uid2 h2 a {
  color: #403b2d;
}
#uid2 h2 a:active,
#uid2 h2 a:focus,
#uid2 h2 a:hover {
  color: #403b2d;
}
table {
  margin: 50px 0;
}
table thead {
  font-weight: 600;
}
table thead tr {
  border-bottom: 1px solid rgba(64, 59, 45, 0.6);
}
table thead tr th {
  padding: 10px;
}
table tbody tr {
  border-bottom: 1px solid rgba(64, 59, 45, 0.6);
}
table tbody tr td {
  padding: 10px;
}
#content ul {
  margin-left: 15px;
}
#content ul li {
  margin-bottom: 5px;
  line-height: 24px;
}
#content a:not([class^="lts"]) {
  text-decoration: underline;
}
#content a:not([class^="lts"]):active,
#content a:not([class^="lts"]):focus {
  color: #403b2d;
}
#content .csc-textpic-center-inner,
#content .csc-textpic-center-outer {
  float: none;
  right: 0;
}
#content .csc-textpic-center-inner figure,
#content .csc-textpic-center-outer figure {
  margin-bottom: 0;
}
#content .csc-textpic-center-inner figure img,
#content .csc-textpic-center-outer figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#content .csc-default.layout-3 .csc-textpic-center-outer figure:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#flexslider .flexslider {
  overflow: hidden;
  margin: 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
}
#flexslider .flexslider .flex-direction-nav a {
  opacity: 1 !important;
}
#flexslider .flexslider .flex-direction-nav a.flex-next,
#flexslider .flexslider .flex-direction-nav a.flex-prev {
  background: transparent url("../../images/icon_sliderarrow.svg") no-repeat center center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
  height: 35px;
}
#flexslider .flexslider .flex-direction-nav a.flex-next::before,
#flexslider .flexslider .flex-direction-nav a.flex-prev::before {
  opacity: 0;
  width: 35px;
  height: 35px;
}
#flexslider .flexslider .flex-direction-nav a.flex-prev {
  left: 35px;
}
#flexslider .flexslider .flex-direction-nav a.flex-prev:hover {
  left: 25px;
}
#flexslider .flexslider .flex-direction-nav a.flex-next {
  right: 35px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#flexslider .flexslider .flex-direction-nav a.flex-next:hover {
  right: 25px;
}
/* Preloader */
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#preloader > span {
  display: block;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  transition: opacity 0.75s;
  position: absolute;
  top: 0;
  left: 0;
}
#preloader > span::after {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-top: -47px;
  margin-left: -30px;
}
#preloader.summer > span {
  background: #a5063a;
}
#preloader.summer > span::after {
  background: transparent url("../../images/icon_summer.svg") no-repeat center center;
  animation: asdf 10s infinite linear;
}
#preloader.winter > span {
  background: #368bb1;
}
#preloader.winter > span::after {
  background: transparent url("../../images/icon_winter.svg") no-repeat center center;
  animation: asdf 10s infinite linear;
}
/* Cookies */
#cookie-info-1 {
  text-align: center;
  border-top: 1px solid #CCC;
  background-color: #EEE;
  color: #333;
  font-size: 14px !important;
  box-sizing: border-box;
  line-height: 140%;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  max-height: 370px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}
#cookie-info-1.cookie-hide {
  max-height: 0;
  padding: 0;
  border: none;
}
#cookie-info-1 .cookie-relative {
  position: relative;
}
#cookie-info-1 a.button {
  line-height: 140%;
  background: #777;
  padding: 5px 7px;
  margin: 0;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  height: auto;
  width: auto;
}
#cookie-info-1 a.button:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  opacity: 1;
}
#cookie-info-1 p {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#cookie-info-1 .cookie-text-1 {
  padding: 10px 20px;
  -webkit-box-shadow: 0 10px 15px -15px #777777;
  -moz-box-shadow: 0 10px 15px -15px #777777;
  box-shadow: 0 10px 15px -15px #777777;
}
#cookie-info-1 .cookie-text-1 p {
  text-align: center;
}
#pageNotFound404 #img404 {
  margin: 150px 0;
}
#pageNotFound404 #img404 img {
  position: relative;
  left: -30px;
  width: 85%;
}
#pageNotFound404 #text404 {
  position: relative;
  float: right;
  top: -350px;
}
#pageNotFound404 #text404 h2 {
  margin-bottom: 30px !important;
}
#pageNotFound404 #text404 a.button {
  margin-top: 15px !important;
}
@media screen and (max-width: 991px) {
  #pageNotFound404 #img404 {
    margin: 100px 70px 150px 70px;
  }
  #pageNotFound404 #img404 img {
    width: 100%;
  }
  #pageNotFound404 #text404 {
    float: none;
    top: -100px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #pageNotFound404 #img404 {
    margin: 75px 25px;
  }
  #pageNotFound404 #img404 img {
    left: 0;
  }
  #pageNotFound404 #text404 {
    top: -50px;
    left: 42px;
  }
}
#uid4 .tx-powermail h3,
#uid260 .tx-powermail h3 {
  display: none;
}
#uid4 .tx-powermail legend,
#uid260 .tx-powermail legend {
  display: none;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap,
#uid260 .tx-powermail fieldset .powermail_fieldwrap {
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  #uid4 .tx-powermail fieldset .powermail_fieldwrap,
  #uid260 .tx-powermail fieldset .powermail_fieldwrap {
    width: 100%;
  }
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label,
#uid260 .tx-powermail fieldset .powermail_fieldwrap label {
  width: 30%;
  text-transform: uppercase;
  float: left;
  padding: 11.5px 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label span.mandatory,
#uid260 .tx-powermail fieldset .powermail_fieldwrap label span.mandatory {
  position: absolute;
  right: -10px;
  top: 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input,
#uid260 .tx-powermail fieldset .powermail_fieldwrap input,
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea,
#uid260 .tx-powermail fieldset .powermail_fieldwrap textarea {
  width: 70%;
  border: 1px solid;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input,
#uid260 .tx-powermail fieldset .powermail_fieldwrap input {
  height: 40px;
  padding: 0 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea,
#uid260 .tx-powermail fieldset .powermail_fieldwrap textarea {
  min-height: 200px;
  padding: 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacy,
#uid260 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacy {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
  margin: 25px 0 60px;
  display: block;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit,
#uid260 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit {
  background-color: #403b2d;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 55px;
  text-transform: uppercase;
  border: 1px solid #403b2d;
  transition: all 0.5s;
  margin-top: 40px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit:hover,
#uid260 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit:hover {
  color: #403b2d;
  background-color: #fff;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .required,
#uid260 .tx-powermail fieldset .powermail_fieldwrap .required {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  top: -5px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacytext,
#uid260 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacytext {
  display: block;
  margin: 10px 0px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_pflichtfelder,
#uid260 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_pflichtfelder {
  width: 100%;
  font-size: 13px;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  display: block;
  text-transform: uppercase;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled,
#uid260 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled {
  margin: 0 !important;
  position: absolute;
  top: 43px;
  left: calc(30% + 5px);
  z-index: 100;
  background: #eeeeee none repeat scroll 0 0;
  list-style-type: none;
  padding: 10px;
  box-shadow: 0 0 3px 0 red;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled::after,
#uid260 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  position: absolute;
  top: -10px;
  left: 10px;
}
body .cc-window {
  background-color: #403b2d;
  box-shadow: 0px 0px 20px rgba(33, 35, 44, 0.3);
  color: #403b2d;
}
body .cc-window input[type="checkbox"] {
  position: relative;
  left: auto;
  width: auto !important;
  opacity: 1;
}
body .cc-window .cc-btn {
  color: white;
  text-decoration: none;
  font-weight: normal !important;
}
body .cc-window .cc-btn:before,
body .cc-window .cc-btn:after {
  display: none;
}
body .cc-window .cc-btn.cc-allow-all {
  background-color: #a5063a !important;
  font-weight: bold !important;
}
body .cc-window .cc-btn:hover {
  opacity: 0.8;
}
body .cc-window .cc-btn.cc-dismiss {
  background-color: #a5063a !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
body .cc-window .cc-btn.cc-dismiss:hover {
  color: black;
  opacity: 1;
}
body .dp--cookie-check {
  border: none;
}
body .dp--cookie-check input {
  height: auto;
  line-height: normal;
  padding: 0;
  -webkit-appearance: checkbox !important;
}
body .cc-revoke {
  display: none !important;
}
body .cc-message {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
}
body .cc-compliance a {
  text-decoration: none;
}
body .openCookieSettings {
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  body .cc-window {
    position: fixed !important;
    bottom: 1rem !important;
    z-index: 99999999;
    overflow: visible;
    right: auto !important;
    width: calc(100% - 2rem);
    left: 1rem !important;
  }
  body .cc-window:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    z-index: -1;
  }
  body .cc-revoke {
    background-color: #ffffff !important;
  }
}
@font-face {
  font-family: 'Suedtirol';
  src: url('../../fonts/Suedtirol.eot');
  src: url('../../fonts/Suedtirol.eot?#iefix') format('embedded-opentype'), url('../../fonts/Suedtirol.woff') format('woff'), url('../../fonts/Suedtirol.ttf') format('truetype'), url('../../fonts/Suedtirol.svg#Suedtirol') format('svg');
  font-weight: 400;
  font-style: normal;
}
.outer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 130%;
  line-height: 170%;
  letter-spacing: 0em;
}
.outer .item {
  position: absolute;
  height: 100%;
}
.outer .item .csc-default:first-child {
  height: 15%;
  position: relative;
}
.outer .item .csc-default:first-child h1 {
  display: block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.outer .item.item-left {
  left: 0;
  height: 100%;
  width: 40%;
}
.outer .item.item-right {
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f3ee;
}
.outer .item.item-right .csc-default:last-child {
  height: 85%;
}
.outer .item.item-right div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  width: 48%;
}
.outer .item.item-right div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap img {
  width: 100%;
  height: auto;
}
.outer .item.item-right div.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 0;
  float: left;
  width: 48%;
}
.outer .item.item-ticker {
  background-color: #a5063a;
  height: 10%;
  width: 100%;
  bottom: 0;
  z-index: 5;
  font-size: 250%;
  line-height: 10em;
  letter-spacing: 0em;
  color: #ffffff;
  font-family: "Suedtirol", sans-serif;
  font-weight: 200;
}
.outer .item.item-ticker .ticker-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.outer .item.item-ticker .ticker-outer p {
  margin-bottom: 0;
}
.outer .item .tx-ext-events001a {
  height: 100%;
}
.outer .item .tx-ext-events001a .tx_extevents001a,
.outer .item .tx-ext-events001a .tx_extevents001a .bx-wrapper,
.outer .item .tx-ext-events001a .tx_extevents001a .bx-viewport,
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider {
  height: 100% !important;
}
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide {
  background-color: #ffffff;
}
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text {
  padding: 1.5em 1.5em 0;
}
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text.text-de .more {
  padding-bottom: 1em;
  border-bottom: 1px solid #333;
}
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text .more,
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text .date {
  color: #938454;
}
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text .title {
  font-family: "Suedtirol", sans-serif;
  font-size: 120%;
  line-height: 110%;
  letter-spacing: 0em;
  padding: 0.5em 0;
}
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text .content {
  padding-bottom: 0.5em;
}
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text .content,
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text .more,
.outer .item .tx-ext-events001a .tx_extevents001a .bxslider .slide .text .date {
  font-size: 95%;
  line-height: 120%;
  letter-spacing: 0em;
}
.outer .item .tx-ext-events001a img {
  width: 100%;
  height: auto;
}
.outer .switch .items {
  display: none;
}
.outer .switch .items .current {
  z-index: 5;
}
.outer.hasleft .item.item-right {
  width: 60%;
}
.outer.hasticker .item.item-left,
.outer.hasticker .item.item-right {
  height: 90%;
}
.outer h1 {
  font-size: 200%;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Suedtirol", sans-serif;
  color: #938454;
}
.outer .slide {
  min-height: 1px;
}
.outer .qrcode {
  position: absolute;
  width: 25%;
  right: 1.5em;
  bottom: 1em;
}
.outer .morebottom {
  color: #938454;
  position: absolute;
  left: 1.5em;
  bottom: 1em;
}
.outer #video_balken_img {
  display: none;
}
.outer iframe {
  display: block;
}
#load .page {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
#load .page.current {
  z-index: 5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
#load .parentsocialwall {
  overflow: hidden;
}
#load #t17-social-wall .t17-social-wall-posts-footer,
#load #t17-social-wall .t17-social-wall-header {
  display: none;
}
#load #t17-social-wall .t17-social-wall-posts {
  margin-top: 0;
}
#uid370 .outer .item .csc-default:first-child {
  height: 10%;
}
#uid370 h1 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0em;
}
#uid370 .container {
  width: auto;
}
#weather-detail.weather-mmscreen h5 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0em;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Suedtirol", sans-serif;
}
#weather-detail.weather-mmscreen .text-it,
#weather-detail.weather-mmscreen .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
}
#weather-detail.weather-mmscreen .inner.details-1 {
  margin-bottom: 30px;
}
#weather-detail.weather-mmscreen #weather-mountain .grafik {
  background-position: center center;
  height: 85%;
}
#weather-detail.weather-mmscreen #weather-mountain .content {
  padding: 30px 0;
}
#weather-detail.weather-mmscreen #weather-mountain .content .table {
  margin: 4%;
}
#weather-detail.weather-mmscreen #weather-mountain .nord-des,
#weather-detail.weather-mmscreen #weather-mountain .sud-des {
  line-height: 100%;
  margin-top: -2.1%;
}
#weather-detail.weather-mmscreen .conditions {
  display: none;
}
#weather-detail.weather-mmscreen table tbody tr td {
  padding: 5px;
}
#weather-detail.weather-mmscreen table tbody tr td {
  padding-top: 0;
  padding-bottom: 0;
}
#weather-detail.weather-mmscreen .textn {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
}
#weather-detail.weather-mmscreen #next-days {
  margin-top: 30px;
}
#weather-detail.weather-mmscreen #next-days .days {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#weather-detail.weather-mmscreen #next-days h5 {
  font-family: "Suedtirol", sans-serif;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0em;
  color: #938454;
}
#weather-detail.weather-mmscreen .weather-big .icon {
  height: 100px;
  width: 100px;
}
