/*
* hellblau: color:#B9D4F1;
+ dunkelblau: color:#21273D;
*/
:root {

    --darkblue: #516171;
    --beige: #F2F1ED;
    --beige50: rgba(241,242,237,0.5);
    --beige75: rgba(241,242,237,0.75);
    --grey: #666;
}



@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: 'offenbacher';
    src: url(fonts/ofenbacherschwabcat-webfont.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:0;
}

.row {
    width: 100%;
}

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

.container > .container {
    padding: 0;
}
.pageWrapper {
    background:url(/custom/assets/bg.png) repeat top left;
}

.contentWrapper {
    position: relative;
    margin-top:-75px;
}
.contentWrapper > .container {
    position:relative;
    border-top:10px solid var(--darkblue);
}
.contentBg {
    background:var(--beige);
    position:relative;
    box-shadow:0px -12px 4px rgba(0,0,0,0.4);
    padding:30px 15px;
}
.contentBg::after {
    content:'';
    position:absolute;
    top:10px;
    left:0;
    right:0;
    height:5px;
    background:var(--darkblue);
}

.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%;
}

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

.imgList {
    padding: 0;
}

.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 .flex_item {
    padding:0 15px;
}

.gridContent .textImgContent {
    height:100%;
}

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

h1 {
    font-family: 'offenbacher';
    font-size: 2.6em;
    margin-bottom: 0;
    font-weight: 100;
    color: var(--darkblue);
    hyphens:none;
    text-shadow:-1px -1px rgba(0,0,0,0.6);
}

h2, .h2 {
    font-size: 2.2em;
    font-family: 'offenbacher';
    font-weight: 100;
    color: var(--darkblue);
    hyphens:none;
        text-shadow:-1px -1px rgba(0,0,0,0.6);
}

h3, .h3 {
    font-size: 1.4em;
    font-family: 'roboto';
    font-weight: 100;
    color: var(--darkblue);
}

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

h1 + h2 {
    font-family: 'roboto', sans-serif;
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 30px;
}


.handwritten {
  font-family: 'offenbacher', sans-serif;
  font-size:1.6em;
}

a {
    color: var(--darkblue);
    transition: all .4s ease;
    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(--darkblue);
    color: #fff;
}

.header_top a {
    color: var(--darkblue);
}

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

.divider {
    width: 100%;
    padding: 30px 15px;
    background:url(/custom/assets/trenner_big.png) no-repeat center center;
}

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

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

.mobile {
    display: none;
}

img:not([height]) {
    /*width: 100%;*/
    height: auto;
}
.flex_item > img:not([width]) {
    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;
}

.smallContent {
    max-width: 768px;
}

.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;
}

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

.email-show::after {
    content: 'heimathaus-chieming.de';
}

.email-hide {
    display: none;
}

.headerBg .flexbox {
    justify-content: center;
    align-items: center;
    height: 100%;
}
.stickyNav {
     position:fixed;
      top: 0;
      left:0;
      right:0;
      z-index: 100;
      background:url(/custom/assets/header_bg.png) repeat-x bottom left;
      transition:all 0.4s ease;

}

.stickyNav.top {
    position: fixed;
    top:-250px;
    width: 100%;
}
.logo {
    width:350px;
    position:relative;
    padding:0;
}
.logo a {
    display:block;
    position:absolute;
    width:100%;
}
.logo img {
    width:100%;
    height:auto;
}
.navContent {
    align-items:flex-start;
    justify-content: space-between;
    padding:0 120px;
    flex-wrap:nowrap;
}
.infoHead {
    text-align:right;
}
.infoHead span {
    display:inline-block;
    padding: 0 0 0 15px;
}
.phone {
    font-size:1.2em;
}

.menu_btn a {
    display: block;
    width: 30px;
    margin: 10px 0;
}

.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(--darkblue);
    /*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 ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

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

.mainNav li a {
    font-family: 'offenbacher';
    font-size:1.4em;
    padding:0 15px 15px 15px;
    display: inline-block;
    color: var(--darkblue);
    font-weight: 300;
    text-decoration:none;
}
.mainNav li:last-child a {
    padding-right:0;
}
.mainNav li .subNav li:last-child a {
    padding-right:15px;
}
.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: #fff;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
}

.mainNav li.active .subNav li a {
    color:var(--darkblue);
    text-shadow: none;
}

.mainNav ul.subNav {
    opacity: 0;
    visibility: hidden;
    display:block;
    transition: all .4s ease;

    position: absolute;
    left: 0;
    z-index: 500;
    width:fit-content;
    block-size: fit-content;
    background: var(--beige75);
}


.subNav li a {
    font-size: .8em;
    font-family: 'roboto',sans-serif;
    display: block;
    padding: 5px 15px;
    word-break:keep-all;
    white-space:nowrap;
}

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


/*slider*/
.headSlider, .headSliderSub.slick-slider {
    position: relative;
    overflow: hidden;
    margin:0;
}

.headSlider .slick-slider, .headSliderSub .slick-slider {
    margin: 0;
}
.sliderWrapper {
    position:relative;
    margin-top:0;
    transition:all 1s ease;
}
.sliderWrapper.marginTop {
    margin-top:100px;
}

.sliderWrapper .slick-dots {
    bottom:80px;
}
.slick-dots li button::before {
    color:var(--beige);
    font-size:15px;
    opacity:0.8;
}
.slick-dots li.slick-active  button::before {
    color:var(--darkblue);
}


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

    70% {
        transform: scale(1);
    }

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

.sliderItem, .parallaxTxt {
    position: relative;
}

.headSliderSub .sliderItem, .sliderItem {
    height: 70vh;
    background-size: cover !important;
}

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

.parallaxTxt .flexbox {
    align-items: center;
}


.sliderTxt {
    background:var(--beige50);
    border:1px solid var(--darkblue);
    padding: 15px;
    position: relative;
    font-family: 'offenbacher', sans-serif;
    font-size:1.5em;
    color:var(--darkblue);
}

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

.sliderTxtInner p, .parallaxTxt {
    color: #fff;
}


/*teaser*/
.teaserWrapper {
    background:url(/custom/assets/teaser_bg.jpg) repeat left center;
    box-shadow:3px 3px 4px rgba(0,0,0,0.4);
    position:relative;

}
.teaserWrapper::after, .teaserWrapper::before {
    content:'';
    width:100%;
    height:1px;
    border-top: dashed 3px var(--darkblue);
    position:absolute;
    left:0;
}
.teaserWrapper::before {
   top:15px;
}
.teaserWrapper::after {
   bottom:15px;
}
.teaserWrapper h2, .teaserWrapper h3 {
    margin:0 auto 10px auto;
}
.calSlider .calItem {
    padding:0 30px;
}

.calSlider {
    width:100%;
    max-width:400px;
    margin:0 auto !important;
}
.calSlider .calItem .flexbox {
    justify-content: center;
    align-items:center;
}
.calSlider p {
    margin:5px 0 0 0;
}
.calLinkWrapper {
    padding:15px;
}

.calSlider .calTitle, .calSlider .startdate, .calSlider .calPrevImg, .calSlider .calSlogan {
    width:100%;
    text-align:center;
}
.calSlider img {
    margin:10px auto  0 auto;
}
.calPrevImg img, .calDetailImg img, .calGallery img {
    width:100%;
    height:auto;
}

.calSlider .slick-dots {
    bottom:-25px;
}
.calItems .calItem .calPrevImg {
    width:33.33%;
}
.calItems .calItem .calTitle {
    width:100%;
}
.calItems .calItem .calTxt {
    width:66.66%;
    padding:15px;
}
.calItems .calItem .startdate {
    margin:0;
}
.calItems .calItem .calLinkWrapper {
    text-align:right;
}

 /*sidebar*/
 .sidebar {
     border-left:3px dashed var(--darkblue);
 }
 .sidebar .bHeadline h3, .subNavbar .title {
     font-family: 'offenbacher', sans-serif;
     font-size:1.8em;
     margin-bottom:0;
 }
 .sidebar .calListWrapper {
     padding:15px 0;
 }
 .sidebar .calSlider {
     max-width:280px;
 }
 .sidebar .calSlider .calItem {
     padding:0 15px;
 }
 .sidebar .calPrevImg img {
     width:80%;
     margin:0 auto;
 }

 .sidebar .slick-dots li button:before {
     color:var(--darkblue);
     opacity:0.4;
 }
  .sidebar .slick-dots li.slick-active button:before {
     opacity:0.9;
 }
 .subNavbar ul {
     list-style:none;
     margin:0;
     padding:0;
 }
 .subNavbar li {
     padding:5px;
     border-bottom:1px solid var(--darkblue);
 }

 .subNavbar li a {
     font-size:0.8em;
     word-break:normal;
     text-decoration:none;
 }
 .subNavbar li.snActive {
    background:#fff;
 }

 .subNavbar .title {
     padding:5px;
     display:block;
     background:var(--darkblue);
     color:var(--beige);
     text-align:center;
     text-shadow: -1px -1px rgba(0,0,0,0.3);
 }
 .subNavbar {
     position:relative;
     padding:15px 15px 30px 15px;
 }
 .subNavbar::after {
     content:'';
     position:absolute;
     height:20px;
     left:0;
     right:0;
     bottom:0;
     background:url(/custom/assets/trenner_small.png) no-repeat center center;
 }

/*parallax*/
.parallaxItem {
        height: 600px;
        width: 100%;
         background-size:cover !important;
         background-attachment: fixed !important;
        background-size: 100% auto !important;
        overflow: hidden;
        position: relative;
}
.parallaxItem::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 {
    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;
}
.parallaxTxt {

    text-shadow: 1px 1px #333;
}
.parallaxWrapper {
    padding-top:0;
    font-size:1.6em;
}
.parallaxWrapper .handwritten {
    font-size:3.5em;
    top:-20px;
}


.moreBtn {
    font-family: 'offenbacher', sans-serif;
    background:url(/custom/assets/bg_btn.png) no-repeat center center;
    background-size:contain;
    font-size:1.4em;
    text-decoration:none;
    padding:10px 20px;
    transition:all 0.4s ease;
}
.moreBtn:hover, .moreBtn:focus {
   background:url(/custom/assets/bg_btn_hover.png) no-repeat center center;
   background-size:contain;
   color:var(--beige);
}

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;
}



/*contentSlider*/



/*content*/


.contentWrapper .row {
    position: relative;
}

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



/*accordion*/
.accordion {
    margin:15px auto;
}

.trigger {
    position: relative;
    cursor: pointer;
}

.trigger h3 {
    margin: 0;
    padding: 15px;
    font-family: 'offenbacher', sans-serif;
    background: var(--darkblue);
    border-radius:4px;
    color: var(--beige);
}

.trigger::after {
    content: '';
    height: 15px;
    width: 15px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    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;
}

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

input, select, textarea {
    border: none;
}

.control-label {
    padding: 16px 0;
    display: block;
    text-align: left;
    font-size: 1.2em;
    font-weight:700;
    color:var(--green);
    width: 100%;
}

.form-control {
    padding: 10px 15px;
    border-radius: 4px;
    border:1px solid var(--darkblue);
    font-size: 1.2em;
    width: 100%;
    color: var(--darkblue);
    background: var(--beige);
}
.yform .btn, .buttonBlue {
    border-radius:4px;
    background:var(--darkblue);
    border:1px solid var(--darkblue);
    font-size:1.2em;
    color:#fff;
    padding:10px 20px;
    cursor:pointer;
    transition:all 0.4s ease;
}
.yform .btn:hover, .yform .btn:focus, .buttonBlue:hover, .buttonBlue:focus {
    color:var(--darkblue);
    background:transparent;
}

.btnWrapper {
    text-align: center;
}


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

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

.imgList {
    align-items: center;
}
.imgList.imgLeft, .imgList.imgRight {
    flex-wrap:nowrap;
    justify-content: space-between;
}
.listImg .desc {
    text-align:center;
    display:block;
    hyphens:none;
}

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

.listImg img, .calPrevImg img, .calDetailImg img, .calGallery img {
    display: block;
    border:5px solid #fff;
    box-shadow:3px 3px 8px rgba(0,0,0,0.4);
}

/* .gallery.flexbox {
  justify-content: center;
  align-items: center;
  padding:30px 0;
} */
.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery a {
    display: inline-block;
    padding: 5px 0;
}

.gallery a img {
    display: block;
}

/*footer*/

footer {
    position: relative;
    background:url(/custom/assets/footer.jpg) no-repeat top center;
    background-size:cover;
    margin-top:30px;
    padding-top:30px;
}

.footer.container {
    padding: 15px;
}

footer p {
    color: #fff;
    line-height: 1.4em;
}

.footer {
    position: relative;
}

.footer a {
    color: #fff;
}
.flex_item.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%;
}

.navFooter ul {
    margin: 0;
    padding: 0;
    text-align:right;
    width:100%;
}

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

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

.copyWrapper {
    text-align: center;
    position:relative;
    padding-bottom:15px;
}

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

/*mediaqueries*/

@media screen and (max-width:1650px) {
   .navContent {
       padding:0 15px;
   }

}

@media screen and (max-width:1450px) {
    body {
        font-size: 1em;
    }
    .logo {
        width:200px;
    }

    .container {
        width: 100%;
        max-width: 1200px;
    }
     .sliderItem .flexbox, .parallaxTxt .flexbox {
         padding:15px;
     }

    .container .flexbox {
        margin: 0;
    }

    .header_top .container {
        max-width: 100%;
    }

    .parallaxItem {
        height: 500px;
    }
    .parallaxInner {
        padding:30px;
    }

}

@media screen and (max-width:1280px) {
    .headSliderSub .sliderItem, .sliderItem {
        height: 500px;
    }
    .mainNav li a {
        font-size:1.2em;
        padding:0 10px 15px 10px;
    }
    .gridContent .imgList.imgLeft {
        flex-wrap:wrap;
        justify-content:center;
    }

}

@media screen and (max-width:1050px) {
    .fullscreen {
        display: none;
    }

.mobile {
    display:block;
}
    .desktop {
        display:none;
    }
    .stickyNav {
        height:100px;
    }
    .subNav li a {
        font-size:1em;
        font-family: 'robotolight', sans-serif;
        padding: 15px;
    }

    .info span {
        display: block;
    }
     .navContent {
         align-items:flex-start;
     }
     .sliderWrapper.marginTop {
         margin-top:80px;
     }

     .sidebar {
         display:none;
     }

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

    .formFieldWrapper .flex_item {
        width: 50%;
    }

    .formcheckbox label {
        margin-left: 0;
    }

    .headline {
        font-size: 2em;
    }
    .actionBtn {
        right:15px;
    }

    .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) {
     .sliderWrapper.marginTop {
         margin-top:-20px;
     }
     .sliderWrapper .slick-dots {
         bottom:20px;
     }
     .sliderItem .flexbox, .parallaxTxt .flexbox {
         bottom:40px;
     }

    .stickyNav, .stickyNav.top {
        position:relative;
    }
    .contentWrapper {
        margin-top:0;
    }

    .logoMobile img {
        height:120px;
        width:auto;
    }

    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;
    }
    .navContent {
        justify-content:flex-start;
    }

    .infoHead {
        display:none;
    }

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

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

    .control-label {
        width: 30%;
    }

    .flex-33 {
        width: 50%;
    }
    .flex-50 {
        width:100%;
    }

    .gallery {
        justify-content: center;
    }

    .contentImg {
        width: 100%;
    }


    .headSliderSub .sliderItem, .sliderItem {
        height: 350px;
    }
    .imgList.imgRight, .imgList.imgLeft {
        flex-wrap:wrap;
    }

    .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: 300px;
    }

    .flex-50 {
        width: 100%;
    }
     .contentBg {
         padding:30px 0;
     }

    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 {
        width: 100%;
    }
    .gridtemplate-4col .gridItem.flex_item {
        width:100%;
    }
    .calItems .calItem .calPrevImg, .calItems .calItem .calTxt {
    width:100%;
    }

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

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