/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-300italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local(''),
         url('fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/open-sans-v34-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-600italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local(''),
         url('fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/open-sans-v34-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local(''),
         url('fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/open-sans-v34-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-800italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local(''),
         url('fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/open-sans-v34-latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.letsgo a {
    display: block;
    width: 100%;
    height: 100%;
    color: white !important;
}

table.prices {
    width: 600px;
    height: auto;
    max-width: 100%;
}

.prices thead td{
    background-color: #424242 !important;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size:14px;
}

.prices td {
    padding: 10px 20px;
    background-color: #ECECEC;
    color: #424242;
}

.prices tbody tr td:first-of-type, .prices thead tr td:first-of-type {
    width: 30%;
    text-align: center;
    font-weight: bold;
}

.costs .center {
    width: max-content;
    height: auto;
    margin: 0 auto;
    transform: rotate(-0.5deg);
    margin-bottom: 30px;
}

.center em {
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
}

.earlyoffer {
    color: #E2001A !important;
    text-transform: uppercase;
}

.attention {
    color: #444;
    font-weight: bold;
    padding: 10px 5%;
    border: dashed 1px #CC2922;
    margin-top: 45px;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.covid {
    position: absolute;
    width: 170px;
    height: auto;
    top: 30px;
    left: 0px;
    z-index: 999999;
    cursor: pointer;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4));
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.costs h4 {
    padding: 10px 20px;
    background-color: #CC2922;
    color: white;
    width: auto !important;
    display: inline-block;
    font-size: larger;
    margin-top: 20px;
    margin-left: 2px;
}

.costs h5 {
    background-color: #CC2922;
    color: white;
    width: auto !important;
    display: inline-block;
    padding: 10px 20px;
    margin-top: -10px;
}

.packbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 45px;
    padding: 0 40px;
}

.introtext {
    padding-top: 50px;
}

.newpack {
    width: 43% !important;
    height: auto !important;
    margin-bottom: 25px;
}

.packbox .quadbox {
    width: 24%;
}

.quadbox img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    border-radius: 10px;
}


.termine {
    display: flex;
    flex-wrap: wrap;
    width:100% !important;
    height: auto;
    justify-content: space-around;
    padding: 0 25px;
}

.termine a {
    display: block;
    width: 32%;
    height: auto;
    padding: 10px;
    font-size: 11px;
    border-radius: 5px;
    background-color: #444444;
    color: white;
    margin-bottom: 5px;
}
.footer {

    width: 100%;
    height: auto;
}

.footer:after {
    content: "";
    display: table;
    clear: both;
}

a {
    text-decoration: none;
    color: #e30613;
}

.header {
    position: relative;
    -webkit-animation-name: headerani;
    animation-name: headerani;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

@-webkit-keyframes headerani {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}

@keyframes headerani {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}


.giftcard {
    padding: 10px 70px;
    padding-bottom: 40px;
    border: dashed 3px red;
    transform: rotate(-3deg);
    width: 60% !important;
    height: auto;
    margin: 0 auto;
}
.giftcard img {
   width: 100%;
    height: auto;
    display: block;
}

#logo {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 275px;
    height: auto;
    margin-left: -137px;
    z-index: 999999;
}

.wrapper {
    width: 1024px;
    height: auto;
    min-height: 1200px;
    margin: 0 auto;
}

.menue {
    width: 100%;
    height: 29px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.menue ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    margin-left: 25px;
    width: auto;
}

.menue ul li {
    /* float: left; */
    height: 100%;
    background-color: #424242;
    color: white;
    display: inline-block;
    line-height: 29px;
    padding: 0 10px;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
}

.menItem:before {
    content: url(../images/men_cut_left.png);
    width: 23px;
    height: 29px;
    position: absolute;
    left: -23px;
    top: 0;
}

.menItem:after {
    content: url(../images/men_cut_right.png);
    width: 23px;
    height: 29px;
    position: absolute;
    right: -23px;
    top: 0;
}

.menItem.active:after {
    content: url(../images/men_cut_active_right.png);
}

.menItem.active:before {
    content: url(../images/men_cut_active_left.png);
}

.menue ul li a {
    display: block;
    height: 100%;
    width: 100%;
    font-weight: 700;
    color: white;
}

.menue a:hover {
    color: #e30613;
}

.active a:hover {
    color: white;
}

.menue .active {
    background-color: #E30613;
    color: white;
}

.main {
    width: 100%;
    height: auto;
    z-index: 5;
    position: relative;
}

.tirol_map {
    margin: 0 auto;
    width: 90%;
    height: auto;
    margin-bottom: -50px;
}

.flocke {
    position: fixed;
    opacity: 0.19;
    height: 819px;
    width: 446px;
    background-image: url(../images/flocke_big_left.png);
    background-repeat: no-repeat;
    left: 0;
    top: 150px;
    z-index: 1;
}

.mountains {
    width: 100%;
    height: 340px;
    /* background-color: #e30613;
    background-image: url("../images/header_berge-min.png"); */
    /* background-position: bottom center;
    background-size: cover; */
    margin-top: -43px;
    overflow: hidden;
    position: relative;
}


.vidbg video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#locationvid {
    width: 100%;
    height: auto;
}


h1 {
    font-size: 55px;
    letter-spacing: -5px;
    color: #424242;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin-bottom: 20px;
}

.welcome {
    margin: 0 auto;
    display: flex;
    width: 80%;
    flex-wrap: nowrap;
    z-index: 9999;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    text-shadow: rgb(255, 255, 255) 3px 2px 0px;
    margin-top: 60px;
    /* background-color: #1AB7EA; */
}

.welcomtext h1 {
    margin-left: -100px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.portrait .descr {
    font-size: smaller !important;
    padding: 20px;
    margin-top: -10px;
    color: white;
    text-shadow: none !important;
    background-color: #CC2922;
    z-index: 99999;
    width: 99%;
}

.portrait .descr strong {
    font-size: larger;
}

h2 {
    font-size: 35px;
    letter-spacing: -3px;
    color: #424242;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

p {
    color: #424242;
}

.intro p {
    padding-left: 25px;
}

.gt {
    font-weight: 900;
    font-size: larger;
    letter-spacing: -2px;
    display: inline-block;
    margin-right: 4px;
    text-transform: uppercase;
}

.smbuttons {
    position: absolute;
    width: 150px;
    height: 55px;
    top: 315px;
    left: 20px;
    z-index: 9999;
    text-align: right;
}

.smbuttons .smlink {
    display: inline-block;
    height: 55px;
    width: auto;
    margin: 0;
    margin-bottom: 5px;
    background-color: #444;
    background-color: #AB050E;
    background-color: #E20618;
    padding: 5px;
    border-radius: 40px;
    border: solid 3px white;
    margin-right: 5px;
}

.sm2 {
    padding: 8px !important;

}

.smlink img {
    max-height: 100%;
    display: block;
}

.smlink span {
    display: none;
}

section {
    margin-bottom: 50px;
    position: relative;
}

section:last-of-type {
   margin-bottom: 30px;
}

.package {
    margin-left: 40px;
}

.fivedayspack {
    width: 286px;
    height: auto;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
}

.personalpack {
    width: 395px;
    height: auto;
    float: left;
}

.newbox {
    width: 100%;
    height: auto;
    margin-bottom: 140px;
}

.fixed {
    top: -20px;
    position: fixed;
    background-color: white;
    z-index: 9999999 !important;
    width: 100% !important;
    height: 39px;
    padding: 5px 0;
    background-color: #FACFD3;
    background-color: #e30613;
    -webkit-animation-name: menuani;
    animation-name: menuani;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@-webkit-keyframes menuani {
    from {
        top: -56px;
    }

    to {
        top: -20px;
    }
}

@keyframes menuani {
    from {
        top: -56px;
    }

    to {
        top: -20px;
    }
}

.fixed ul {
    width: 100%;
    margin: 0 auto;
}

.logofixed {
    position: fixed !important;
    left: 90px !important;
    left: 4% !important;
    margin-left: 0 !important;
    top: 50px !important;
    width: 250px !important;
    z-index: 9999999;
    -webkit-animation-name: logoani;
    animation-name: logoani;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes logoani {
    from {
        top: -240px;
        z-index: 99999;
    }

    to {
        z-index: 99999;
        top: 50px;
    }
}

@keyframes logoani {
    from {
        top: -240px;
        z-index: 99999;
    }

    to {
        z-index: 99999;
        top: 50px;
    }
}

.offer_preview {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 180px !important;
}

.pack .moreinfo {
    width: 151px;
    height: 51px;
    display: block;
    float: right;
    margin-right: -40px;
    margin-top: -10px;
}

.pack {
    margin-right: 105px;
}

.newpack {
    width: 50%;
    width: 32%;
    margin-right: 10px;

    height: auto;
    padding: 5px;

}

.newpack img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.packprice {
    width: 100%;
    color: #e30613;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -2px;
    text-align: right;
    margin-top: -18px;
}

.personalpack .packprice {
    margin-top: -35px;
}

.pricebox .packprice {
    text-align: center;
    font-size: 45px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.price {
    font-size: 50px;
}

.weather {
    height: 600px;
    width: 220px;
    position: absolute;
    top: 360px;
    right: 0px;
    z-index: 9999;
}

.forecast {
    width: 100%;
    height: 110px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border: solid 1px red;
    right: -160px;
}

.forecast a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 5000;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.forecasttitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #e30613;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    z-index: 4000;
    position: absolute;
    opacity: 0.9;
}

.forecasttitle:hover {
    opacity: 1;
}

.wetter {
    background-image: url(../images/forecast_wetter.jpg);
}

.bergwetter {
    background-image: url(../images/forecast_bergwetter.jpg);
}

.schnee {
    background-image: url(../images/forecast_schnee.jpg);
}

.lawine {
    background-image: url(../images/forecast_lawine.jpg);
}

.messwerte {
    background-image: url(../images/forecast_messwerte.jpg);
}

.fcbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-size: cover;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.top10 {
    margin-top: 92px !important;
}

.fcbg:hover {
    -webkit-filter: blur(0);
    filter: blur(0)
}

#personalAdventure {
    text-align: center;
    padding-top: 40px;
}

#fivedayspack {
    margin-top: 60px;
    text-align: center;
}

.dreierbox,
.einerbox {
    width: 100%;
    height: 430px;
    height: auto;
    margin-top: -10px;
    padding-bottom: 30px;
}

.einerbox {
    height: 710px;
}

.dreierbox div {
    width: 100%;

    height: 100%;
    float: left;
    padding: 0 10px;
    color: #424242;
    overflow: hidden;
}

.half strong {
    color: #E30613 !important;
}

.einerbox div {
    width: 100%;

    float: left;
    padding: 0 10px;
    color: #424242;
    overflow: hidden;
}

.dreierbox h3,
.einerbox h3 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -4px;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    font-weight: bolder;
    z-index: 999909;
    margin-top: 42px;
    color: #E30613;
    color: #444;
}

.pricetag {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 34px !important;
    letter-spacing: -2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.dreierbox .box p {
    /* min-height: 500px;*/
    padding: 10px;
    height: auto !important;
    z-index: 9999;

    /* height: 300px; */
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 30px;
    color: black;
    left: 0;
}

.einerbox .box p {
    padding: 25px 15px;
    text-align: left !important;
    color: black;
}

.boxwrapper {

    height: 100%;
    width: 100%;
    color: gray !important;
    position: absolute;
    top: 0;
}

.dreierbox .box,
.einerbox .box {

    min-height: 377px !important;
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-radius: 5px;

    cursor: pointer;
    border: dashed 3px #e30613;
    padding-bottom: 20px;
    border-top: none;
}


.boxbg {
    float: left;
    height: 100%;
    width: auto;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);

}

.pricebox {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.offerboxes {
    padding: 30px;
    text-align: center !important;
    margin-bottom: 20px;
    /* border-top: solid 1px rgba(0,0,0,0.1); */
}

.offerflex {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.03);
    text-align: center;
}

p strong,
.item strong {
    color: #e30613;
    font-size: 18px;
}

.offerflex p {
    padding: 25px !important;
    text-align: center !important;
}

.offerflex p em {
    font-size: 15px;
    font-weight: normal;
}

.offerflex h3 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -4px;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    font-weight: bolder;
    z-index: 999909;
    margin-bottom: 22px;
    color: #444;
}

.offerflex img {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    margin-right: 15px;
}

.letsgo {
    width: 320px !important;
    height: 45px !important;
    max-width: 100%;
    line-height: 45px !important;
    font-size: 35px;
    text-align: center;
    color: white !important;
    background-color: #e30613;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    position: absolute !important;
    bottom: 20px !important;
    right: 10px !important;
    z-index: 999999999999999;
    clear: both;
}

.section_form {
    width: 100%;
    max-height: 0px;
    background-color: #424242;
    border-radius: 0 0 15px 15px;
    color: white;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
    transition: max-height 1s ease-out;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.open {
    max-height: 1200px !important;
}

.section_form .info {
    width: 30%;
    height: 100%;
    padding: 30px;
}

.section_form .order {
    width: 70%;
    height: 100%;
    padding: 30px;

}

.order p {
    font-size: 17px !important;
    padding: 20px;
    line-height: 25px !important;
    text-align: center !important;
}

.section_form h4 {
    font-size: 26px;
    margin-bottom: -15px;
    text-transform: uppercase;
    text-align: left;
    color: #e30613;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.section_form p {
    color: white !important;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-top: 25px;
}

.mailform {
    margin-top: 20px;
    width: 100%;
    min-height: 550px !important;
    height: auto;
    background-color: #e30613;
    background-color: #424242;
    display: none;
    border-radius: 0 0 15px 15px;
    color: white;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
}

.maileft {
    height: 100%;
    width: 28%;
    float: left;
    border-right: dashed 1px white;
    position: relative;
    padding: 20px;
}

.maileft p {
    color: white !important;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

/* .requestani {
    -webkit-animation-name: requestani;
    animation-name: requestani;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
} */

@-webkit-keyframes requestani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes requestani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.mailright {
    width: 70%;
    height: 100%;
    text-align: left;
    padding: 20px;
    float: left;
}

.formbox {
    width: 40%;
    margin-bottom: 10px;
}

.formbox input,
.formbox label {
    width: 100%;
    margin-bottom: -1px;
    border: none;
}

.formbox input {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    color: #e30613;
    font-weight: bold;
}

.formbox label {
    color: #e30613;
}

.flogge {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../images/snowflake.png");
    background-size: cover;
    margin-left: 15px;
    margin-right: 5px;
}

.half {
    width: 50%;
    float: right;
    background-color: white;
    height: 100%;
    padding-top: 70px !important;
}

.half strong,
.dreierbox p strong {
    font-size: 18px;
}

.dreierbox p strong {
    color: #e30613;
}

.floggtext {
    display: inline-block;
    margin-left: -2px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.bigflogg {
    width: 100px;
    height: 100px;
    display: blocK;
    margin-right: 10px;
    margin-bottom: 60px;
    background-image: url("../images/snowflake.png");
    background-size: cover;
    float: left;
}

.included .item {
    width: 80%;
    height: auto;
    min-height: 150px;
    margin-bottom: 5px;
    position: relative;
    padding: 0px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-1deg);
    margin-bottom: 20px;
}

.included .item:nth-child(odd) {
    margin-left: 90px;
}

.included {
    padding: 0 30px;
}

.included p {
    padding: 20px;
}

.red {
    color: #e30613;
}

.maileft h4 {
    font-size: 26px;
    margin-bottom: -15px;
    text-transform: uppercase;
    text-align: left;
    color: #e30613;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.partner {
    width: 300px;
    height: 300px;
    position: relative;
    float: left;
    margin: 45px;
    overflow: hidden;
    border: solid 4px rgba(26%, 26%, 26%, 0.5);
}

.partner:hover {
    border: solid 4px #e30613;
}

.partnerlogo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.partnerlogo img {
    height: 100%;
    width: 100%;
}

.partnertext {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    color: white;
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 10px;
    text-align: center;
}

.partnertext p {
    color: white;
    font-size: 13px;
}

.partnertext a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: white !important;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    border-top: dotted 1px white;
    background-color: rgba(227, 6, 19, 0.5);
}

.imprintpage {
    margin-top: 20px;
}

.personalform .maileft h4 {
    margin-bottom: 15px;
}

.choosen {
    display: none;
}

.auswahl .letsgo {
    position: absolute;
    width: 200px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: white;
    bottom: 0 !important;
    right: 0px !important;
    font-size: 20px;
}

.partners {
    padding-left: 80px;
}

.agb h2 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    letter-spacing: inherit;
    width: 100%;
    text-align: center;
}

.sitemail {
    display: none;
    padding: 20px;
    width: 600px;
    height: 400px;
    background-color: #E30613;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    z-index: 9999999999;
    border: #4C4C4C solid 15px;
}

.mailright p {
    color: white !important;
}

form .left,
form .right {
    width: 50%;
    float: left;
    height: auto;
    margin-top: 10px;
    padding: 5px;
}

form p {
    padding: 15px;
}

form h5 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    clear: both;
    margin-top: 30px;
}

.formhead {
    text-transform: uppercase;
    font-size: 22px;
}

input[type="text"] {
    margin-right: 5px;
    height: 40px;
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
}

input,
select,
textarea {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}

em {
    font-size: 15px;
    font-weight: normal;
}

form .wide {
    width: 100%;
    height: auto;
    margin: 10px 0;
    text-align: center;
}

select {
    width: 47.5%;
    border-radius: 0;
    height: 40px;
    padding: 10px;
    margin-right: 4.2%;
    float: left;
    margin-bottom: 10px;
}

input[type="text"] {
    width: 47.5%;
    float: left;
    border: none;
    margin-bottom: 10px;
}

.addfriend,
.addfriend2 {
    margin-top: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 5px auto;
    background-image: url(../images/addfriend.png);
    background-size: cover;
}

optgroup {
    margin-top: 10px !important;
}

option {
    padding: 3px;
}

.endprice,
.endprice2 {
    position: absolute;
    bottom: 25px;
    left: 35px;
    margin-top: 15px;
    color: red;
    font-size: 30px;
    background-color: #E30613;
    color: white;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.endprice3 {
    position: absolute;
    bottom: 25px;
    right: 35px;
    margin-top: 15px;
    color: red;
    font-size: 30px;
    background-color: #E30613;
    color: white;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.endprice div,
.endprice2 div,
.endprice3 div {
    font-size: smaller;
    margin-bottom: -11px;
    font-weight: normal;
}

.sumbitit {
    margin-top: 20px;
    cursor: pointer;
    border: none;
    width: 80%;
    height: 50px;
    line-height: 50px;
    background-color: #E30613;
    background-color: #AB050E;
    color: white;
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    font-size: 25px;
    text-align: center;
    display: none;
}

.number option {
    font-weight: bold;
    text-align: center !important;
}

textarea {
    width: 100%;
    height: 50px;
    padding: 15px;
}

.shirt {
    width: 250px;
    height: 256px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(-5deg);
}

.shirt img {
    height: 100%;
    width: 100%;
}

.agb {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
}

.menfold {
    display: none;
}

.mob {
    display: none;
}

.imprint_pic {
    float: left;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.imprintpage p {
    width: 100%;
    padding-top: 20px;
}

@media screen and (max-width: 1700px) {
    .logofixed {
        left: 1% !important;
    }
}

@media screen and (max-width: 1503px) {

    .logofixed {
        display: none;
    }

    .flocke {
        left: -200px;
    }

    .shirt {
        display: none !important;
    }

    .weather {
        width: 120px !important;
        padding: 0 !important;
        margin: 0 !important;
        position: absolute;
    }

    .wicon {
        width: 120px !important;
    }

    .forecast {
        width: 100%;
        height: 110px;
        margin-top: 0px;
        position: relative;
        overflow: hidden;
        border: none;
        right: 0px;
        border-bottom: solid 2px #E30613;
    }

    .smbuttons {
        position: absolute;
    }


}

@media screen and (max-width: 1096px) {

    .weather {
        width: 100% !important;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        /* padding:10px; */
        margin: 0 !important;
        justify-content: space-around;
        height: auto;
        padding-top: 50px;
    }

    .smbuttons {
        /* float: left; */
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        margin-top: 0px;
    }

    .smbuttons .smlink {
        display: block;
        height: 50px;
        width: 100%;
        margin-left: 0px;
        border-radius: 0 !important;
    }

    .smlink span {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold;
    }

    .smlink:hover {
        margin-left: 0px;
    }

    .smlink img {
        display: none;
    }

    .smfacebook {
        background-color: #3B5998;
    }

    .smvimeo {
        background-color: #1AB7EA;
    }

    .smmailus {
        background-color: #E30613;
    }


    .offer_preview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 100px;
    }

    .intro p {
        padding: 15px 25px;
        width: 100%;
    }


    .tirol_map {
        margin: 0 auto;
        width: 100%;
        height: auto;
        margin-bottom: -50px;
    }

    .flocke {
        display: none;
    }

    .wrapper {
        width: 100%;
    }

    .welcome {
        width: 100%;
    }

    .imprintpage p {
        width: 100%;
        padding-top: 20px;
        padding: 20px;
    }

    .imprint_pic {
        float: left;
        margin-right: 20px;
        -webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


@media screen and (max-width: 918px) {

    .giftcard {
        padding: 10px 70px;
        padding-bottom: 40px;
        border: dashed 3px red;
        transform: rotate(0deg);
        width: 90% !important;
        height: auto;
        margin: 0 auto;
        text-align: center !important;
        margin-top: 150px !important;
    }
    .giftcard img {
       width: 80%;
       margin: 0 auto;
        height: auto;
        display: block;
    }
    

    .packbox {
        padding: 0 !important;
    }

    .offerflex {
        display: block;
        text-align: center;
    }

    .offerflex img {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-right: 0px;
        max-width: 100%;
        display: block;
        height: auto;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .offerboxes {
        margin-bottom: 80px;
    }

    .section_form {
        display: block;
        text-align: center;
    }

    .section_form .info,
    .section_form .order {
        width: 100%;
    }

    .section_form .info h4,
    .section_form .info p {
        text-align: center;
    }


    .partner {
        width: 300px;
        height: 300px;
        position: relative;
        float: left;
        margin: 0;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        overflow: hidden;
        border: solid 4px rgba(26%, 26%, 26%, 0.5);
    }

    .partners {
        padding-left: 4%;
    }

    .partners p {
        width: 100%;
        text-align: center;
    }

    section.partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 805px) {

    .newpack {
        width: 50%;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        padding: 5px;

    }




    .quadbox {
        width: 48% !important;
        margin-bottom: 10px;
        height: auto;
    }
}

@media screen and (max-width: 780px) {

    .letsgo {
        bottom: -40px !important;
    }


    .welcome {
        flex-wrap: wrap !important;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        margin-top: 15px !important;
    }

    .portrait {
        width: 100%;
        text-align: center;
        padding: 0 15px;
        -webkit-transform: rotate(-1deg) !important;
        transform: rotate(-1deg) !important;
    }

    .portrait img {
        width: 100%;
        height: auto;
    }

    .welcomtext {
        padding: 15px;
    }

    .welcomtext h1 {
        margin: 0 !important;
        margin-bottom: 25px !important;
    }

    .shirt {
        display: none;
        position: relative;
        text-align: center;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
        margin: 0 auto;
        margin-top: 10px;
    }



    .mob {
        display: block !important;
    }

    .tirol_map_mob {
        display: none !important;
    }

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

    .logofixed {
        display: none !important;
    }

    .header {
        width: 100%;
        overflow: hidden;
    }

    .menue {
        overflow: hidden;
        width: 100%;
    }

    .smbuttons {
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        margin-top: -30px;
    }

    .smbuttons .smlink {
        display: block;
        height: 50px;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 5px;
        border-radius: 0 !important;
    }

    .smlink span {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold;
    }

    .smlink:hover {
        margin-left: 0px;
    }

    .smlink img {
        display: none;
    }

    .smfacebook {
        background-color: #3B5998;
    }

    .smvimeo {
        background-color: #1AB7EA;
    }

    .smmailus {
        background-color: #E30613;
    }

    .weather {
        width: 100%;
    }

    .fcbg {
        -webkit-filter: blur(1px);
        filter: blur(1px);
    }

    .wrapper {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;

    }

    .flocke {
        display: none;
    }

    .footer {
        width: 100%;
        height: auto;
    }

    .tirol_map {
        margin-bottom: -0px;
        margin-top: -20px;
    }

    .welcome {
        position: relative;
        left: 0;
        top: 0;
    }

    section,
    section p {
        width: 100% !important;
        padding: 0 !important;
        position: relative;
        height: auto;
    }

    .pack img {
        width: 97%;
    }

    .pack {
        margin: 0;
        margin-bottom: 80px;
    }

    .personalpack img {
        margin-bottom: 20px;
    }

    .packprice {
        text-align: center;
    }

    .pack .moreinfo {
        float: right;
        margin: 0;
        margin-top: -15px;
    }

    h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        line-height: 47px;
    }

    h2 {
        width: 100%;
        text-align: center;
        line-height: 33px;
        margin-bottom: 22px;
    }

    .included .item {
        width: 100% !important;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-left: 0 !important;
        float: none;
        margin-bottom: 55px;
        text-align: center;
    }

    .bigflogg {
        width: 100%;
        height: 100px;
        margin: 0;
        float: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 15px;
    }

    .gallery img {
        width: 100%;
        height: auto !important;
    }

    .menItem:after,
    .menItem:before,
    .menItem.active:after,
    .menItem.active:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .menue ul {
        margin-left: 0;
    }

    .menue {
        height: auto;
        margin-top: 0;
        width: 100%;
        background-color: white;
        display: none;
        margin-top: 3px;
    }

    .menue ul li {
        margin-right: 2px;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    .menfold {
        display: block;
        position: relative;
        width: 100%;
        height: 50x;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        background-color: #444444;
        color: white;
        font-weight: bold;
        margin-top: 10px;
        padding-left: 20px;
    }

    .fixed .menItem.active {
        border-bottom: solid 1px white;
    }

    .fixed {
        position: inherit;
    }

    .menItem {
        border: none;
        margin: 0;
    }

    .menfold img {
        height: 35px;
        width: auto;
        position: absolute;
        top: 7px;
        left: 50%;
        margin-left: -55px;
    }

    .menOpen img {
        opacity: 0.4;
    }

    .partner {
        width: 100%;
        width: 47%;
        height: auto;
        position: relative;
        float: none;
        float: left;
        margin: 10px 0 10px 0;
        margin-right: 2%;
        overflow: hidden;
        border: solid 4px rgba(26%, 26%, 26%, 0.5);
        border: solid 4px #444444;
    }

    .partner:hover {
        border: solid 4px #444444;
    }

    .partners {
        padding-left: 0px;
    }

    .partnerlogo {
        width: 100%;
        height: auto;
        position: inherit;
        top: 0;
        left: 0;
    }

    .partnertext {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        color: white;
        position: inherit;
        left: 0;
        bottom: 0;
        padding: 10px;
        text-align: center;
        background-color: #444444;
    }

    .partnertext a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: white !important;
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin-top: 23px;
        position: relative;
        position: absolute;
        bottom: 0;
        left: 0;
        text-transform: uppercase;
        border-top: none;
        background-color: rgba(227, 6, 19, 0.8);
        overflow: hidden;
    }

    .boxbg {
        float: none;
    }

    .packpic {
        width: 90% !important;
    }
}

@media screen and (max-width: 650px) {

    table.prices {
        width: 100%;
        height: auto;
        max-width: 350px;
    }

    .center em {
        width: 100%;
        max-width: 70%;
    }

    .prices tbody tr td:first-of-type, .prices thead tr td:first-of-type {
        width: auto !important;
        text-align: center;
        font-weight: bold;
    }

    .offerflex p {
        padding: 0 25px 25px !important;
        text-align: center !important;
    }

    #logocont {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }

    #logocont #logo {
        all: unset;
        width: 50%;
        height: auto;
    }

    .maileft {
        width: 100%;
        border-bottom: dotted 1px white;
        text-align: center !important;
    }

    .maileft h4,
    .maileft p {
        text-align: center !important;
    }

    .mailright {
        width: 100%;
    }

    .imprint_pic {
        float: none;
        margin: 20px 0;
        width: 100%;
    }

    .tirol_map {
        display: none;
    }

    .covid {
        display: none;
    }

    .mob {
        display: block !important;
    }

    .letsgo {
        bottom: -40px !important;
    }

    .tirol_map_mob {
        width: 100%;
        height: auto;
        max-width: 500px;
        margin: 0 auto;
    }

    .giftcard {
        padding: 30px;
        padding-bottom: 40px;
        border: dashed 3px red;
        transform: rotate(0deg);
        width: 95% !important;
        height: auto;
        margin: 0 auto;
        text-align: center !important;
        margin-top: 150px !important;
    }
    .giftcard img {
       width: 100%;
       margin: 0 auto;
        height: auto;
        display: block;
    }
    
}

@media screen and (max-width: 460px) {




    h1 {
        font-size: 8vw;
        letter-spacing: -0.5vw !important;
        line-height: 7vw !important;
        margin-top: 15px;
    }

.termine {
    padding: 0;
}

.termine a {
    width:48%;
    margin-bottom: 10px;
}

.termine h4 em {
    display: block;
    width: 100%;
}

.termine h4 {
    text-align: center !important;
}

.introtext br {
    display: none;
}

    .partner {
        width: 100%;
        float: none;
    }

    .partnertext a {
        position: relative;
    }
}

.italic {
    font-style: italic;
}

.margin-20 {
    margin: 10px 0;
}

.padding-10 {
    padding: 10px;
}

.packpic {
    width: 50%;
}