/*
* hellblau: color:#B9D4F1;
+ dunkelblau: color:#21273D;
*/
:root {
    --gold: #C8B692;
    --blue: #445B71;
    --green: #495E63;
    --brown: #7F6D4A;
    --darkgrey: #333;
}



@font-face {
    font-family: 'roboto';
    src: url(fonts/roboto-regular-webfont.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url(fonts/roboto-light-webfont.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'better';
    src: url(fonts/BetterHeather.ttf) format('truetype');
    font-style: normal;
}


* {
    box-sizing: border-box;
}

html, .pageWrapper {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: robotolight, sans-serif;
    font-size: 1em;
    font-weight: 200;
    -webkit-animation: fadeIn 2s;
    background: #fff;
    color: #666;
    height: 100%;
    hyphens:auto;
    -webkit-hyphens:auto;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile, .tablet {
    display: none;
}

.desktop, .fullscreen {
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.row {
    width: 100%;
}

.container-full {
    width:100%;
    margin: 0 auto;
    padding: 30px 0;
}

.container > .container {
    padding: 0;
}

.contentWrapper {
    position: relative;
}

.flexbox {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.flex-100 {
    width: 100%;
}

.flex-75 {
    width: 75%;
}

.flex-66 {
    width: 66%;
}

.flex-50 {
    width: 50%;
}

.flex-33 {
    width: 33%;
}

.flex-25 {
    width: 25%;
}

.container .flexbox {
    margin: 0 -15px;
}
.container-full {
    padding:30px 120px;
}

.flexItem, .flex_item {
    padding: 15px;
}


.flexJustify-left {
    justify-content: flex-start;
}

.flexJustify-center {
    justify-content: center;
}

.flexJustify-right {
    justify-content: flex-end;
}

.flexJustify-sb {
    justify-content: space-between;
}

.flexJustify-sa {
    justify-content: space-around;
}

.flexJustify-se {
    justify-content: space-evenly;
}

.flexAlign-start {
    align-items: flex-start;
}

.flexAlign-center {
    align-items: center;
}

.flexAlign-baseline {
    align-items: baseline;
}

.flexAlign-end {
    align-items: flex-end;
}

.flexAlign-strech {
    align-items: stretch;
}

.spaceBetween .flexbox {
    justify-content: space-between;
    padding: 15px;
}

.noFlex {
    width: 100%;
    display: block;
}
.gridtemplate-4col .flex_item {
  width:25%;
}
.gridContent {
    height:100%;

}
.gridContent .textImgContent {
    height:100%;
}

.gridContent .txt {
    height:80%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.content {
    padding: 50px 0;
}

h1 {
    font-family: 'better';
    font-size: 2.6em;
    margin-bottom: 0;
    font-weight: 100;
    color: var(--green);
    hyphens:manual;
}

h2, .h2 {
    font-size: 2.2em;
    font-family: 'better';
    font-weight: 100;
    color: var(--green);
    hyphens:manual; 
}

h3, .h3 {
    font-size: 1.8em;
    font-family: 'robotolight';
    font-weight: 100;
    color: var(--green);
}

strong {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
}

h1 + h2 {
    font-family: 'robotolight', sans-serif;
    color:var(--darkgrey);
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 30px;
}


.handwritten {
  font-family: 'better', sans-serif;
  color:var(--green);
  font-size:5em;
  display:inline-block;
  top:-30px;
  position:relative;
  transform:rotate(-20deg);
}

a {
    color: var(--green);
    transition: all .4s ease;
    text-decoration: none;
    transition: all .4s ease;
}

a.navBtn {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px var(--darkblue);
}

a.navBtn:hover, a.navBtn:focus {
    background: var(--brown);
    color: #fff;
}



a:focus, a:hover, footer a:hover, footer a:focus {
    color: var(--brown);
}

.divider {
    width: 100%;
    padding: 30px 15px;
}

a, li, p {
    font-size: 1.2em;
    font-weight: 100;
}

.nav li li, li a, p a, label a {
    font-size: 1em;
    line-height: 1.2em;
}

.mobile {
    display: none;
}

img:not([height]) {
    /*width: 100%;*/
    height: auto;
}

.text-center, .align-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-center ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.text-justify {
    text-align: justify;
}

p.twoCols {
    column-count: 2;
    column-gap: 30px;
}

ul.twoCols {
    column-count: 2;
    column-gap: 30px;
    padding: 0;
    margin: 0 0 0 10px;
}

.ads {
    position:absolute;
    padding:15px;
    background:var(--gold);
    text-align:center;
    box-shadow:3px 3px 6px rgba(0,0,0,0.6);
    border-radius:4px;
    transform:rotate(-15deg) scale(60%);
}
.ads span {
    display:block;
    padding:10px;
    text-align:center;
}

.email-show::before {
    content: 'info@';
}

.email-show::after {
    content: 'lois-kitzbuehel.at';
}

.email-hide {
    display: none;
}

.headerBg .flexbox {
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pageWrapper {
    position:relative;
}

.header {
    position:absolute;
    height:100vh;
    width:100%;
}

.headerTop {
    position:absolute;
    top:30px;
    left:0;
    right:0;
    justify-content:center;
    z-index:2;
}
.logo img {
    width:300px;
    height:auto;
}
.infoHead {
    position:fixed;
    left:0;
    top:90px;
    width:300px;
    z-index:10;
}
.email, .phone {
    font-size: 1.2em;
    margin:15px 0 0 0;
    display:block;
    color:var(--green);
    text-align:right;
    border-radius: 0 5px 5px 0;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    padding:10px 60px 10px 15px;
    position:relative;
    left:-250px;
    transition:all 0.4s ease;
    cursor:pointer;
    font-family: 'roboto', sans-serif;
}
.email:hover, .email:focus, .phone:hover, .phone:focus {
    left:0;
}

.email a {
    font-size:1em;
}
.email {
    background: url(/custom/assets/mail_icon.png) no-repeat 98% center rgba(182, 164, 130, 0.7);
}
.phone {
    background: url(/custom/assets/phone_icon.png) no-repeat 98% center rgba(182, 164, 130, 0.7);
}

.gold {
    color:var(--gold);
}
.green {
    color:var(--green);
}
.blue {
    color:var(--blue);
}
.menu_btn a {
    display: block;
    width: 30px;
    margin: 10px 0;
}
.mobileNav {
    position:relative;
    z-index:10;
}
.mobileNav .flexbox {
    align-items:center;
    justify-content:space-between;
}
.mInfo span {
    color:var(--gold);
    padding-left:10px;
    text-shadow:1px 1px rgba(0,0,0,0.6);
}

.menu_btn {
    margin: 15px;
}

.menu_btn a span, .menu_btn a:after, .menu_btn a:before {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: var(--gold);
    box-shadow: 2px 2px rgba(0,0,0,0.6);
    margin: 6px 0;
    display: block;
    transition: all .4s ease;
}

.nav li ul, html.mm-opened .menu_btn a span {
    display: none;
}

html.mm-opened .menu_btn a:before {
    transform: rotate(45deg);
}

html.mm-opened .menu_btn a:after {
    transform: rotate(-45deg);
    margin-top: -9.5px;
}

html.mm-opened .menu_btn a {
    margin-top: 20px;
}
.mainNav {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur( 6px );
    box-shadow: 4px 8px 12px 0 rgba( 0,0,0,0.2 );
}
.mobileNav {
  /*  background: rgba(255,255,255,0.3);
    backdrop-filter: blur( 6px );
    box-shadow: 4px 8px 12px 0 rgba( 0,0,0,0.2 );*/
}

.mainNav.fixed {
    position:fixed;
    top:0;
    height:85px;
}

.mainNav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.mainNav li {
    position: relative;
    list-style: none;
    line-height: 1.4em;
}

.mainNav li a {
    padding: 15px 30px;
    display: inline-block;
    color: var(--gold);
    font-family: 'roboto', sans-serif;
    text-shadow:1px 1px rgba(0,0,0,0.6);
}

.mainNav li a:hover, .mainNav li a:focus, .mainNav li.active a, .info a:hover, .info a:focus, #page-1 .home, .mainNav li.active .subNav li a:hover {
    color: var(--green);
    /*text-shadow: 1px 1px rgba(0,0,0,0.4);*/
}

.mainNav li.active .subNav li a {
    color: #333;
    text-shadow: none;
}

.mainNav ul.subNav {
    opacity: 0;
    transition: all .4s ease;
    visibility: hidden;
    width:    -moz-fit-content;
    width: -webkit-fit-content;
    width:         fit-content;
    display: block;
    position: absolute;
    left: 0;
    z-index: 500;
    background: rgba(255,255,255,.8);
}

.subNav li a {
    font-size: .7em;
    width:    -moz-fit-content;
    width: -webkit-fit-content;
    width:         fit-content;
    display: block;
    padding: 5px 15px;
}

.mainNav li:hover > ul.subNav, .mainNav li:focus > ul.subNav {
    visibility: visible;
    opacity: 1;
}



/*slider*/
.headSlider, .headSliderSub {
    position: relative;
    overflow: hidden;
}

.headSlider .slick-slider, .headSliderSub .slick-slider {
    margin: 0;
}
.sliderWrapper {
    position:relative;
}
.flag {
    position:absolute;
    right:120px;
    bottom:15px;
    z-index:10;
    width:300px;
    height:auto;
}
.flag img {
    width:100%;
    height:auto;
}

.arrowDown {
    width: 50px;
    height: 50px;
    background: url(/custom/assets/arrow-down.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 15%;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(.95);
    }
}

.sliderItem, .parallaxTxt {
    position: relative;
}
.parallaxTxt {
    background:rgba(255,255,255,0.6);
    backdrop-filter:blur(6px);
    padding:15px 30px;
    border-radius:5px;
}

.headSliderSub .sliderItem, .sliderItem {
    height: 100vh;
    /*background-size: 100% auto !important; */
}

.sliderItem .flexbox, .parallaxTxt .flexbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.parallaxTxt .flexbox {
    align-items: center;
}
.parallaxText {
    font-family: 'better';
    font-size:2.2em;
    color:#fff;
    text-shadow:1px 1px rgba(0,0,0,0.6);
    text-align:center;
    hyphens:manual;
}
#page-1 .parallaxText {
    font-size:1em;
    font-family: inherit;
    background:rgba(255,255,255,0.3);
    backdrop-filter: blur(6px);
    border-radius:6px;
    padding:15px;
    color:var(--blue);
    text-shadow:none;
}

.sliderItem .linkWrapper {
    text-align: center;
    position: relative;
    z-index: 100;
}

.sliderTxt  {
    max-width: 50%;
    padding: 30px;
    background:rgba(255,255,255,0.3);
    backdrop-filter: blur(6px);
    border-radius:6px;
    position: relative;
    font-family: 'better';
    font-size:2.2em;
    color:var(--green);
    text-shadow:1px 1px rgba(0,0,0,0.6);
    text-align:center;
}

.slick-active .sliderTxt {
    -webkit-animation: fadeIn 2s;
            animation: fadeIn 2s;
}

.sliderTxtInner p {
    color: #fff;
}
/*concert*/
.blueGamsBg {
    background:url(/custom/assets/gams_blue.png) repeat left top;
}


/*parallax*/
.parallaxItem, .parallaxWrapper.gallery {
        height: 800px;
        width: 100%;
         background-size:cover !important;
         background-attachment: fixed !important;
        background-size: 100% auto !important;
        overflow: hidden;
        position: relative;
}
.parallaxItem::before, .parallaxWrapper.gallery::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: -20px;
    left: 0;
    right: 0;
    height: 40px;
    border-radius: 50%;
    filter: blur(12px);
    z-index: 100;
    }
    .parallaxItem::after, .parallaxWrapper.gallery::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.2);
    bottom: -20px;
    left: 0;
    right: 0;
    height: 40px;
    border-radius: 50%;
    filter: blur(12px);
    z-index: 100;
    }

.parallaxInner {
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    padding:15px 120px;
}



/*calendar    */
.calWrapper {
    width:100%;
    justify-content: flex-start;
}

.calItem {
    width:31%;
    margin:1%;
    background:rgba(200, 182, 146, 0.8);
    border-radius: 5px;
    backdrop-filter: blur( 6px );
    box-shadow: 4px 8px 12px 0 rgba( 0,0,0,0.2 );
    padding:15px 15px 60px 15px;
    position:relative;
}
.calItem .buttonGreen {
    position:absolute;
    right:15px;
    bottom:15px;
}

.calTitle {
    text-align:center;
    width:100%;
    font-size:1.6em;
}

.location, .time, .day {
    display:inline-block;
    padding: 5px 15px 5px 45px;
    position:relative
}
.location {
  background:url(/custom/assets/location.png) no-repeat left center;
  background-size:auto 80%;
}
.day {
    background:url(/custom/assets/day.png) no-repeat left center;
    background-size:auto 80%;
}
.time {
    background:url(/custom/assets/time.png) no-repeat left center;
    background-size:auto 80%;
}
.calDetailLoc {
    padding-left:45px;
    position:relative;
}
.calDetailLoc .location {
    padding-left:0;
    position:absolute;
    left:0;
    top:0;
    height:36px;
    width:36px;
}

.buttonGreen, .buttonWhite, .buttonLight, .yform .btn {
    padding: 5px 20px;
    font-size: 1.2em;
    transition: all .4s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    border-radius:4px;
    /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
}

.buttonWhite {
    color: #fff;
    border: 1px solid #fff;
}

.buttonGreen {
    border: 1px solid var(--green);
    color: var(--gold);
    background: var(--green);
}

.buttonGreen:hover, .buttonGreen:focus {
    color:var(--green);
    background: transparent;
}

table {
    margin: 15px auto;
    border-collapse: collapse;
}

td, th {
    padding: 15px;
    border-bottom: 1px solid #2b2b31;
    font-size: 1.2em;
}

.ui-datepicker-calendar td {
    font-size: .9em;
}

tbody tr:last-child td {
    border: none;
}

tr td:nth-child(1), tr th:nth-child(1) {
    text-align: right;
}

tr th:nth-child(2) {
    text-align: left;
}

/*contentSlider*/


.contentSliderItem .flex_item {
    width: 50%;
    height: 500px;
    padding: 30px 60px 30px 30px;
}


.contentSliderTxt .flexbox {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.contentSliderTxtInner {
    width: 100%;
}

.contentSliderItem {
    position: relative;
}

.contentSliderItem .nextItem {
    height: 60px;
    width: 30px;
    background: url(/custom/assets/arrow-next.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 30px;
    z-index: 100;
    cursor: pointer;
}

/*content*/


.contentWrapper .row {
    position: relative;
}

.mapWrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
}

.imgGallery {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items:center;
}

/*accordion*/
.trigger {
    position: relative;
    cursor: pointer;
}

.trigger h3 {
    margin: 0;
    padding: 15px;
    background: #8daab3;
    color: #fff;
}

.trigger::after {
    content: '';
    height: 25px;
    width: 25px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all .4s ease;
}

.trigger.open:after {
    transform: rotate(135deg);
    top: 25px;
}

.toggle_container {
    width: 100%;
    padding: 30px 15px 15px;
    position: relative;
}

.toggle_container::before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    position: absolute;
    top: 5px;
    left: 0;
}


/*Video*/
.plyr {
    min-width: 500px;
    margin: 15px;
}

/*fadIn effect*/
.fade-in {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity .6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

.fade-in.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.yform {
    margin: 0 auto;
}
#kForm .alert {
 color:#fff;
}

.form-group {
    margin-bottom: 15px;
}
.kForm .form-group {
    margin-bottom:11px;
}

input, select, textarea {
    border: none;
}

.control-label {
    padding: 5px 0;
    display: block;
    text-align: left;
    font-size: 1.2em;
    font-weight:400;
    color:var(--gold);
    width: 100%;
}
#yform-kForm-ds label {
   font-size: 1.2em;
    font-weight:400;
    color:#fff;
}
#yform-kForm-ds label a {
    color:#fff;
    text-decoration:underline;
}
#yform-kForm-ds label a:hover, #yform-kForm-ds label a:focus {
    color:var(--gold);
}

.form-control {
    padding: 10px 15px;
    border-radius: 4px;
    border:1px solid var(--gold);
    font-size: 1.2em;
    width: 100%;
    color: #fff;
    background: var(--brown);
    margin-bottom:6px;
}
.yform .btn {
    color:var(--blue);
    background:var(--brown);
    border:1px solid var(--gold);
    border-radius:4px;
    margin-left:15px;
    padding:10px 15px;
    transition:all 0.4s ease;
}
.yform .btn:hover, .yform .btn:focus {
    color:var(--brown);
    background:transparent;
}
#lform h3 {
    color:#fff;
}

.btnWrapper {
    text-align: center;
}


.formcheckbox {
    margin-bottom: 15px;
    padding: 0 10px;
}

.imgList.bottomCenterImg, .imgList.topCenterImg {
    justify-content: center;
}

.imgList {
    align-items: center;
    padding: 0;
    flex-wrap:nowrap;
}

.listImg img:not([width]) {
    width: 100%;
}

.listImg img {
    display: block;
}
.imgGoldBorder img {
  border:5px solid var(--gold);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}


.parallaxWrapper.gallery {
    background:url(/custom/assets/bg_mountain.jpg) no-repeat center center;
    position:relative;
}
.gallery .flexbox {
    justify-content:center;
    align-content: center;
    height:100%;
}

.gallery a {
    display: inline-block;
    padding: 5px 0;
}
.gSliderWrapper {
    position:relative;
    top:50%;
    transform:translateY(-60%);
    background:rgba(68, 91, 113, 0.6);
    backdrop-filter:blur(6px);
    border-radius:5px;
    padding:15px 0;
}
.gSliderTxt h2 {
  color:#fff;
  margin-bottom:0;

}

.gallerySlider {
    margin:0;
    padding:0 60px 60px 60px;
}
.gallerySlider .slick-dots {
    bottom:15px;
}
.gallery .gSliderItem a {
    display:block;
    padding:15px;
}

.gallery .gSliderItem img {
    display:block;
    border:5px solid #fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    width:100%;
    height:auto;
    position:relative;
}
.gallery .gSliderItem {
    position:relative;
}

.gallery .gSliderItem::after {
    content:'';
    position:absolute;
    left:30px;
    bottom:30px;
    height:30px;
    width:30px;
    background:url(/custom/assets/plus.png) no-repeat center center;
    background-size:contain;
    z-index:10;
}

.gallery .slick-dots li button:before {
    font-size:12px;
    color:var(--gold);
}

/*footer*/
.goldImgBg {
    background:url(/custom/assets/bg_gold.jpg) no-repeat center center;
    background-size:cover;

}

footer {
    position: relative;
}

.footer .flexbox {
    padding:60px 15px;
}

footer p {
    color: var(--green);
    line-height: 1.4em;
}

.footer {
    position: relative;
}

.footer a {
    color: var(--green);
    text-decoration: underline;
}
.fLogo img {
    width:60%;
    height:auto;
    margin-bottom:1em;
}

.footer .flexbox {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    width:75%;
}

.footer .flex_item {
    width: 33%;
}
.address {
    background:url(/custom/assets/mini_lois.png) no-repeat right bottom;
    background-size:auto 50%;
}

.address .h2 {
    margin-bottom:0;
    border-bottom:1px solid var(--green);
}
.linkline {
    margin-top:5px;
    font-size:1.1em;
    hyphens:none;
}

.navFooter ul {
    margin: 0;
    padding: 0;
    display:flex;
    width:100%;
}

.navFooter ul li {
    padding: 0 15px 0 0;
}

.rex-navi1 li {
    list-style: none;
}

.copyWrapper {
    text-align: center;
    position:relative;
    background:var(--gold);
    padding-bottom:5px;
}
.copyWrapper::before {
   content:'';
   display:block;
   height:1px;
   width:100%;
    background:linear-gradient(to right, rgba(255,255,255,0) ,rgba(255,255,255,0.5), rgba(255,255,255,0));
}
.jobDivider {
    margin:15px auto;
}

.copyWrapper p {
    margin: 5px 0;
    font-size: 1em;
    font-weight: 100;
}

/*mediaqueries*/



@media screen and (max-width:1350px) {
    body {
        font-size: 1em;
    }

    .container {
        width: 100%;
        max-width: 1200px;
    }

    .container .flexbox {
        margin: 0;
    }

    .header_top .container {
        max-width: 100%;
    }
    .ads {
        top:160px;
    }

    .parallaxItem {
        height: 500px;
    }
    .parallaxInner {
        padding:30px;
    }
    .flag {
        right:15px;
        width:200px;
        bottom:30px;
    }
    .flex-75 {
        width:100%;
    }

}

@media screen and (max-width:1200px) {
    .headSliderSub .sliderItem, .sliderItem, .header {
        height: 500px;
    }

    .control-label {
        padding: 11px 0;
    }
    .container-full {
        padding:30px;
    }
    .footer .flexbox {
        width:100%;
        padding:0 30px;
    }

}

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

    .desktop {
        display:none;
    }
    .mobile {
        display:block;
    }

    .mainNav li a {
        padding: 15px 10px;
    }

    .headSliderSub .sliderItem, .sliderItem, .parallaxItem {
        background-size: cover !important;
    }
    .handwritten {
        font-size:3.5em;
        top:-20px;
    }
    .parallaxItem, .parallaxWrapper.gallery {
        height:auto;
        background-attachment:scroll !important;
        background-size:cover !important;
        background-position:center bottom !important;
    }
     .gSliderWrapper {
         top:0;
         transform:translateY(0);
     }

    .info span {
        display: block;
    }

    .fullImg .contentSliderImg {
        background-size: cover !important;
    }
    .gridtemplate-4col .flex_item {
        width:50%;
    }
        .gridItem .listImg {
        width:auto;
    }
    .flex-50 {
        width: 75%;
    }

    .flex-75, .footer .flexbox {
        width: 100%;
    }

    .formFieldWrapper .flex_item {
        width: 50%;
    }

    .formcheckbox label {
        margin-left: 0;
    }

    .headline {
        font-size: 2em;
    }
    .calItem {
        width:48%;
    }

    .sliderContent p, .sliderContent li {

    font-size:1.6em;
    }

    .footer .flex_item {
        width: 50%;
    }

    .navFooter {
        width: 100%;
    }

    .navFooter ul {
        display: flex;
    }
}

@media screen and (max-width:768px) {
    .mobile {
        display: block;
    }
    .headerTop {
        top:60px;
    }
    .sliderTxt {
        display:none;
    }

    .desktop, .tablet, .sliderContent, .flag {
        display: none;
    }
    .stickyNav, .stickyNav.top {
        position:absolute;
    }
    .ads {
        position:relative;
        top:0;
        margin:0 auto;
        width:60%;
    }

    .imgList {
        flex-wrap:wrap;
    }

    .gallerySlider {
        padding:15px;
    }
     .gallerySlider .slick-dots {
         bottom:-15px;
     }

    p, li, a {
        /* font-size: 1em; */
    }
    p.twoCols {
        column-count:1;
        column-gap:0;
    }

    h1, h2 {
        font-size: 2.2em;
    }

    h1 + h2 {
        font-size: 1.2em;
    }



    .subNav li a {
        font-size: 1.1em;
        padding: 10px 15px;
    }

    .rex-yform {
        padding: 15px 0;
    }

    .control-label {
        width: 30%;
    }

    .flex-33, .listImg.flex-25 {
        width: 50%;
    }

    .imgGallery {
        display:flex;
        justify-content: center;
    }

    .contentWrapper {
        margin: 30px auto 0 auto;
    }

    .contentImg {
        width: 100%;
    }

    .headSliderSub .sliderItem, .sliderItem {
        height: 350px;
    }

    .fullImg .contentSliderTxt {
        background: linear-gradient(135deg, rgba(86,119,129,.37) 0%,rgba(86,119,129,.38) 1%,rgba(141,170,179,1) 100%);
        text-shadow: none;
    }

    .contentSliderItem .flex_item, .fullImg .contentSliderImg, .fullImg .contentSliderTxt {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .gallery .listImg img {
        max-width: 100%;
    }

    .info {
        font-size: .9em;
    }

    .formWrapper {
        justify-content: center;
    }

    .formFieldWrapper .flex_item {
        width: 100%;
        padding:0 15px;
    }

    .yform {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .logo img {
        max-width: 200px;
    }
    .calItem {
        width:98%;
    }

    .flex-50 {
        width: 100%;
    }
    .container-full {
        padding:30px 15px;
    }

    ul.twoCols {
        column-count: 1;
    }

    .form-group {
        flex-wrap: wrap;
    }

    .form-control, .control-label, .form-control.datepicker {
        width: 100%;
    }

    .control-label {
        padding: 5px 0;
        text-align: left;
    }

    .rex-yform .btn {
        margin-left: 0;
    }

    .info, .actionBtn {
        display: none;
    }

    .headSliderSub .sliderItem, .sliderItem {
        height: 300px;
    }

    .formWrapper .flex_item {
        width: 100%;
    }

    .buttonWrapper {
        text-align:center;
        flex-wrap:wrap;
        justify-content: center;
    }

    .contentSliderItem .flex_item, .fullImg .contentSliderImg, .fullImg .contentSliderTxt {
        height: 500px;
    }

    .footer .flex_item {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width:500px) {
    .flex-33, .listImg.flex-25 {
        width: 100%;
    }
    .listImg {
        padding:15px 0;
    }

    .gridtemplate-4col .gridItem.flex_item {
        width:100%;
    }
    .mInfo span {
        display:block;
    }
    .ads {
        width:80%;
    }

    .parallaxWrapper {
        font-size:1em;
    }
     .parallaxItem {
         background-size:auto 100% !important;
         background-attachment:scroll !important;
     }

    .navFooter ul {
        justify-content: center;
    }
}
