@media screen and (min-width: 320px) and (max-width: 479px) {
/*=======================================Common Styles Ends Here===========================================================*/
    * {
    font-family: 'Roboto', sans-serif!important;
}


ul {
    padding: 0;
    margin: 0;
}

li {
/*  list-style: none;
    float: left;*/
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.3rem;
    font-weight: 700;
}
 
 h2 {
    font-size: 1.1rem;
    font-weight: 600;
 }

 h3 {
    font-size: 1rem;
    font-weight: 600;
 }
p {
    font-size: 0.9rem;
}

a {
    font-size: 0.6rem;
}

span {
    font-size: 0.65rem;
}

.heading {
    margin-bottom: 10px;
}



/*=======================================Common Styles Ends Here===========================================================*/


/*Styling Section Starts Here*/

/*===============================Header Section Starts Here====================================*/
header {
    background-image: url("https://www.saalbach-hinterglemm-leogang.nl/cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 100px 0;
}

.header-container {
    margin-bottom: 40px;
}

.header-logo {
    text-align: center;
    margin-bottom: 20px;
}

.header-logo img {
    max-width: 50%;
}
.header-text {
    padding: 20px;
    background-color: #fff;
}

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/

.more-details {
    text-align: center;
    margin-top: 30px;
    color: #fff
}

.more-details .more-details-text {
    display: inline-block;
    background-color:#0B66AD ;
    padding: 20px;
}

.more-details .more-details-text a{
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}


/*=============Apartment Overview inside Header Section Starts Here=======================*/
.apartment-overview {
    margin-top: 30px;
}


.apartment-overview .apartment-overview-content {
    text-align: center;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer {
    color: #fff;
    display: inline-block;
    background:#0B66AD;
    padding: 10px 5px;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer a {
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}

span.overview-text {
    display: inline-block;
}

span.overview-text h3 {
    font-size: 15px;
}

span.overview-image {
    display: inline-block;
}

/*=============Apartment Overview inside Header Section Ends Here=======================*/

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/


.booking-form-display {
    display: block;
    text-align: center;
}
/*===============================Header Section Ends Here====================================*/


/*===============================Navbar Section Starts Here===================================*/
.navbar {
    background-color: rgba(182, 26, 26, 0.5)!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 10px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar ul li {
    list-style: none;
    float: left;
}

.navbar ul li a {
    color:#fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: .6rem;
    margin-left: 4px;
    border-right: 1px solid #fff;
}

.navbar ul li:last-child a{
    border-right: none;
}

.list-nav {
    margin-left: 50px;
}

/*================================Left Nav Starts Here =================================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    background-color: rgba(182, 26, 26, 0.5)!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;    
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.opennav {
    position: fixed;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 10;
}

/*======================================Left Nav Ends Here=============================================================*/

/*===============================Navbar Section Ends Here===================================*/

/*===========================Apartment Display Section Starts Here=======================================================*/
.book-apartment {
    text-align: left;
    padding: 30px 0;

}

.apartment-details-first {
    background-color: #F2F2F2;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-bottom: 20px;
}



.apartment-features {
    text-align: left;
    padding: 10px;
}

.title {
    text-decoration: underline;
    text-transform: uppercase;
}

.apartment-info {
    text-align: left;
}

.apartment-info .more-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.apartment-info a.current-price {
    background-color: #6ab326;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}

.person-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.price-info {
    font-weight: 700;
    color: #000;
}

.apartment-info .more-info a {
    display:inline-block;
    color: #fff;
    background-color: #018F01;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    font-weight: 700;
}

.apartment-info .more-info a:hover {
    text-decoration: none;
}


.apartment-details-second {
    padding:30px 0;
}

.apartment-info-list ul {
    padding: 0 20px;
}

/*===========================Apartment Display Section Ends Here=======================================================*/


/*More Apartments Section Starts Here*/
    .more-apartments {
        padding: 30px 0;
    }

    .apartment-div {
        padding: 10px 10px;
        border:1px solid #ccc;
        margin-bottom: 20px;
    }

    .apartment-title {

        margin-bottom: 10px;
    }

    .apartment-photo {
        text-align: center;
        margin-bottom: 10px;
    }

    .apartment-details p {
        font-size: 15px;
    }

.apartment-details .more-info{
    color: #fff;
    text-transform: uppercase;
    background-color: #018F01;
    padding: 10px 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;

}

/*Booking Form Left Section Starts Here*/
.booking-form-display-left {
    text-align: center;
}


/*Booking Form Left Section Starts Here*/


/*More Apartments Section Ends Here*/


/*===========================About the Company Section Starts Here=====================================================*/
.about-company {
    text-align: left;
    padding: 30px 0;
}

/*===========================About the Company Section Ends Here=====================================================*/


/*==========================Apartment Question Starts Here===========================================================*/
.apartment-questions {
    padding: 20px 10px;
}


.questions-list ul {
    padding-left: 20px;
}

/*==========================Apartment Question Starts Here===========================================================*/

/*==========================Disclaimer Section Starts Here==========================================*/

.disclaimer {
    padding: 30px 0;
}

.disclaimer .italic  {

    font-style: italic;
    font-size: 0.9rem;    
}

.disclaimer .underline {
    text-decoration:underline;
    font-size: 0.9rem;
}


/*==========================Disclaimer Section Ends Here==========================================*/

/*==========================BreadCrumbs Section Starts Here=======================================*/
    .breadcrumb li a {
        font-size: 0.9rem;
    }


/*==========================BreadCrumbs Section Ends Here=======================================*/



/*==============================Footer Section Starts Here=========================================================*/

    .footer {
        padding: 30px 0;
        border-top: 1px #dedede solid;
        background:#f7f7f7;
    }

    .footer-menu-center {
        text-align: center;
    }

#footermenu2{
    
    /*padding: 100px 0;*/
    /*border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;*/
    display: inline-block;
}

#footermenu2 .wrapper {
    /*background-image: url("menu-Lermoos.jpg");*/
    background-position: right bottom;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    position: relative;
    color: #8e8d8d;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration:none;
    
}
#relatedacco {
     margin: 5px;
    display: flex;
}



.menu-list {
    display: block;
}



.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 300px;
    vertical-align: middle;
}

.list-group-item a {
    color: #000;
    text-decoration:none;
    font-weight: bold;
    font-size: 0.9rem;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff !important;
    background-color: #B30101;
    border-color: #B30101;
}
.list-group-item.active a {    
    color: #ffffff;
    text-decoration:none;
}


/*==============================Footer Section Ends Here=========================================================*/


.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}

/*Styling Section Ends Here*/

}


/*===============================================Next Sizes Starts Here========================================================*/

/*===============================480 - 599 Starts Here=======================*/

@media screen and (min-width: 480px) and (max-width: 599px) {

/*=======================================Common Styles Ends Here===========================================================*/
    * {
    font-family: 'Roboto', sans-serif!important;
}


ul {
    padding: 0;
    margin: 0;
}

li {
/*  list-style: none;
    float: left;*/
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.3rem;
    font-weight: 700;
}
 
 h2 {
    font-size: 1.1rem;
    font-weight: 600;
 }

 h3 {
    font-size: 1rem;
    font-weight: 600;
 }
p {
    font-size: 0.9rem;
}

a {
    font-size: 0.6rem;
}

span {
    font-size: 0.65rem;
}

.heading {
    margin-bottom: 10px;
}



/*=======================================Common Styles Ends Here===========================================================*/


/*Styling Section Starts Here*/

/*===============================Header Section Starts Here====================================*/
header {
    background-image: url("https://www.saalbach-hinterglemm-leogang.nl/cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 100px 0;
}

.header-container {
    margin-bottom: 40px;
}

.header-logo {
    text-align: center;
    margin-bottom: 20px;
}

.header-logo img {
    max-width: 50%;
}
.header-text {
    padding: 20px;
    background-color: #fff;
}

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/

.more-details {
    text-align: center;
    margin-top: 30px;
    color: #fff
}

.more-details .more-details-text {
    display: inline-block;
    background-color:#0B66AD ;
    padding: 20px;
}

.more-details .more-details-text a{
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}


/*=============Apartment Overview inside Header Section Starts Here=======================*/
.apartment-overview {
    margin-top: 30px;
}


.apartment-overview .apartment-overview-content {
    text-align: center;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer {
    color: #fff;
    display: inline-block;
    background:#0B66AD;
    padding: 10px 5px;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer a {
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}

span.overview-text {
    display: inline-block;
}

span.overview-text h3 {
    font-size: 15px;
}

span.overview-image {
    display: inline-block;
}

/*=============Apartment Overview inside Header Section Ends Here=======================*/

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/


.booking-form-display {
    display: block;
    text-align: center;
}
/*===============================Header Section Ends Here====================================*/

/*===============================Navbar Section Starts Here===================================*/
.navbar {
    background-color: rgba(182, 26, 26, 0.5)!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 10px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar ul li {
    list-style: none;
    float: left;
}

.navbar ul li a {
    color:#fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: .6rem;
    margin-left: 4px;
    border-right: 1px solid #fff;
}

.navbar ul li:last-child a{
    border-right: none;
}

.list-nav {
    margin-left: 50px;
}

/*================================Left Nav Starts Here =================================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    background-color: rgba(182, 26, 26, 0.5)!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;    
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.opennav {
    position: fixed;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 10;
}

/*======================================Left Nav Ends Here=============================================================*/

/*===============================Navbar Section Ends Here===================================*/




/*===========================Apartment Display Section Starts Here=======================================================*/
.book-apartment {
    text-align: left;
    padding: 30px 0;

}

.apartment-details-first {
    background-color: #F2F2F2;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-bottom: 20px;
}



.apartment-features {
    text-align: left;
    padding: 10px;
}

.title {
    text-decoration: underline;
    text-transform: uppercase;
}

.apartment-info {
    text-align: left;
}

.apartment-info .more-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.apartment-info a.current-price {
    background-color: #6ab326;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}

.person-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.price-info {
    font-weight: 700;
    color: #000;
}

.apartment-info .more-info a {
    display:inline-block;
    color: #fff;
    background-color: #018F01;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    font-weight: 700;
}

.apartment-info .more-info a:hover {
    text-decoration: none;
}


.apartment-details-second {
    padding:30px 0;
}

.apartment-info-list ul {
    padding: 0 20px;
}

/*===========================Apartment Display Section Ends Here=======================================================*/


/*More Apartments Section Starts Here*/
    .more-apartments {
        padding: 30px 0;
    }

    .apartment-div {
        padding: 10px 10px;
        border:1px solid #ccc;
        margin-bottom: 20px;
    }

    .apartment-title {

        margin-bottom: 10px;
    }

    .apartment-photo {
        text-align: center;
        margin-bottom: 10px;
    }

    .apartment-details p {
        font-size: 15px;
    }

.apartment-details .more-info{
    color: #fff;
    text-transform: uppercase;
    background-color: #018F01;
    padding: 10px 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;

}

/*Booking Form Left Section Starts Here*/
.booking-form-display-left {
    text-align: center;
}


/*Booking Form Left Section Starts Here*/


/*More Apartments Section Ends Here*/


/*===========================About the Company Section Starts Here=====================================================*/
.about-company {
    text-align: left;
    padding: 30px 0;
}

/*===========================About the Company Section Ends Here=====================================================*/


/*==========================Apartment Question Starts Here===========================================================*/
.apartment-questions {
    padding: 20px 10px;
}


.questions-list ul {
    padding-left: 20px;
}

/*==========================Apartment Question Starts Here===========================================================*/

/*==========================Disclaimer Section Starts Here==========================================*/

.disclaimer {
    padding: 30px 0;
}

.disclaimer .italic  {

    font-style: italic;
    font-size: 0.9rem;    
}

.disclaimer .underline {
    text-decoration:underline;
    font-size: 0.9rem;
}


/*==========================Disclaimer Section Ends Here==========================================*/

/*==========================BreadCrumbs Section Starts Here=======================================*/
    .breadcrumb li a {
        font-size: 0.9rem;
    }


/*==========================BreadCrumbs Section Ends Here=======================================*/



/*==============================Footer Section Starts Here=========================================================*/

    .footer {
        padding: 30px 0;
        border-top: 1px #dedede solid;
        background:#f7f7f7;
    }

.footer-menu-center {
        text-align: center;
    }

#footermenu2{
    
    /*padding: 100px 0;*/
    /*border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;*/
    display: inline-block;
}

#footermenu2 .wrapper {
    /*background-image: url("menu-Lermoos.jpg");*/
    background-position: right bottom;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    position: relative;
    color: #8e8d8d;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration:none;
    
}
#relatedacco {
     margin: 5px;
    display: flex;
}



.menu-list {
    display: block;
}



.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 300px;
    vertical-align: middle;
}

.list-group-item a {
    color: #000;
    text-decoration:none;
    font-weight: bold;
    font-size: 0.9rem;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff !important;
    background-color: #B30101;
    border-color: #B30101;
}
.list-group-item.active a {    
    color: #ffffff;
    text-decoration:none;
}


/*==============================Footer Section Ends Here=========================================================*/


.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}

/*Styling Section Ends Here*/

}

/*===============================480 - 599 Ends Here=======================*/

/*===============================600 - 767 Starts Here=======================*/


@media screen and (min-width: 600px) and (max-width: 767px) {

/*=======================================Common Styles Ends Here===========================================================*/
    * {
    font-family: 'Roboto', sans-serif!important;
}


ul {
    padding: 0;
    margin: 0;
}

li {
/*  list-style: none;
    float: left;*/
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.3rem;
    font-weight: 700;
}
 
 h2 {
    font-size: 1.1rem;
    font-weight: 600;
 }

 h3 {
    font-size: 1rem;
    font-weight: 600;
 }
p {
    font-size: 0.9rem;
}

a {
    font-size: 0.6rem;
}

span {
    font-size: 0.65rem;
}

.heading {
    margin-bottom: 10px;
}



/*=======================================Common Styles Ends Here===========================================================*/


/*Styling Section Starts Here*/

/*===============================Header Section Starts Here====================================*/
header {
    background-image: url("https://www.saalbach-hinterglemm-leogang.nl/cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 100px 0;
}

.header-container {
    margin-bottom: 40px;
}

.header-logo {
    text-align: center;
    margin-bottom: 20px;
}

.header-logo img {
    max-width: 50%;
}
.header-text {
    padding: 20px;
    background-color: #fff;
}

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/

.more-details {
    text-align: center;
    margin-top: 30px;
    color: #fff
}

.more-details .more-details-text {
    display: inline-block;
    background-color:#0B66AD ;
    padding: 20px;
}

.more-details .more-details-text a{
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}


/*=============Apartment Overview inside Header Section Starts Here=======================*/
.apartment-overview {
    margin-top: 30px;
}


.apartment-overview .apartment-overview-content {
    text-align: center;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer {
    color: #fff;
    display: inline-block;
    background:#0B66AD;
    padding: 10px 5px;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer a {
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}

span.overview-text {
    display: inline-block;
}

span.overview-text h3 {
    font-size: 15px;
}

span.overview-image {
    display: inline-block;
}

/*=============Apartment Overview inside Header Section Ends Here=======================*/

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/



.booking-form-display {
    display: block;
    text-align: center;
}
/*===============================Header Section Ends Here====================================*/

/*===============================Navbar Section Starts Here===================================*/
.navbar {
    background-color: rgba(182, 26, 26, 0.5)!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 10px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar ul li {
    list-style: none;
    float: left;
}

.navbar ul li a {
    color:#fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: .6rem;
    margin-left: 4px;
    border-right: 1px solid #fff;
}

.navbar ul li:last-child a{
    border-right: none;
}

.list-nav {
    margin-left: 50px;
}

/*================================Left Nav Starts Here =================================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    background-color: rgba(182, 26, 26, 0.5)!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;    
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.opennav {
    position: fixed;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 10;
}

/*======================================Left Nav Ends Here=============================================================*/

/*===============================Navbar Section Ends Here===================================*/




/*===========================Apartment Display Section Starts Here=======================================================*/
.book-apartment {
    text-align: left;
    padding: 30px 0;

}

.apartment-details-first {
    background-color: #F2F2F2;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-bottom: 20px;
}



.apartment-features {
    text-align: left;
    padding: 10px;
}

.title {
    text-decoration: underline;
    text-transform: uppercase;
}

.apartment-info {
    text-align: left;
}

.apartment-info .more-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.apartment-info a.current-price {
    background-color: #6ab326;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}

.person-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.price-info {
    font-weight: 700;
    color: #000;
}

.apartment-info .more-info a {
    display:inline-block;
    color: #fff;
    background-color: #018F01;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    font-weight: 700;
}

.apartment-info .more-info a:hover {
    text-decoration: none;
}


.apartment-details-second {
    padding:30px 0;
}

.apartment-info-list ul {
    padding: 0 20px;
}

/*===========================Apartment Display Section Ends Here=======================================================*/


/*More Apartments Section Starts Here*/
    .more-apartments {
        padding: 30px 0;
    }

    .apartment-div {
        padding: 10px 10px;
        border:1px solid #ccc;
        margin-bottom: 20px;
    }

    .apartment-title {

        margin-bottom: 10px;
    }

    .apartment-photo {
        text-align: center;
        margin-bottom: 10px;
    }

    .apartment-details p {
        font-size: 15px;
    }

.apartment-details .more-info{
    color: #fff;
    text-transform: uppercase;
    background-color: #018F01;
    padding: 10px 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;

}

/*Booking Form Left Section Starts Here*/
.booking-form-display-left {
    text-align: center;
}


/*Booking Form Left Section Starts Here*/


/*More Apartments Section Ends Here*/


/*===========================About the Company Section Starts Here=====================================================*/
.about-company {
    text-align: left;
    padding: 30px 0;
}

/*===========================About the Company Section Ends Here=====================================================*/


/*==========================Apartment Question Starts Here===========================================================*/
.apartment-questions {
    padding: 20px 10px;
}


.questions-list ul {
    padding-left: 20px;
}

/*==========================Apartment Question Starts Here===========================================================*/

/*==========================Disclaimer Section Starts Here==========================================*/

.disclaimer {
    padding: 30px 0;
}

.disclaimer .italic  {

    font-style: italic;
    font-size: 0.9rem;    
}

.disclaimer .underline {
    text-decoration:underline;
    font-size: 0.9rem;
}


/*==========================Disclaimer Section Ends Here==========================================*/

/*==========================BreadCrumbs Section Starts Here=======================================*/
    .breadcrumb li a {
        font-size: 0.9rem;
    }


/*==========================BreadCrumbs Section Ends Here=======================================*/



/*==============================Footer Section Starts Here=========================================================*/

    .footer {
        padding: 30px 0;
        border-top: 1px #dedede solid;
        background:#f7f7f7;
    }

    .footer-menu-center {
        text-align: center;
    }

#footermenu2{
    
    /*padding: 100px 0;*/
    /*border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;*/
    display: inline-block;
}

#footermenu2 .wrapper {
    /*background-image: url("menu-Lermoos.jpg");*/
    background-position: right bottom;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    position: relative;
    color: #8e8d8d;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration:none;
    
}
#relatedacco {
     margin: 5px;
    display: flex;
}



.menu-list {
    display: block;
}



.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 300px;
    vertical-align: middle;
}

.list-group-item a {
    color: #000;
    text-decoration:none;
    font-weight: bold;
    font-size: 0.9rem;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff !important;
    background-color: #B30101;
    border-color: #B30101;
}
.list-group-item.active a {    
    color: #ffffff;
    text-decoration:none;
}


/*==============================Footer Section Ends Here=========================================================*/


.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}

/*Styling Section Ends Here*/

}


/*===============================600 - 767 Ends Here=======================*/


/*===============================768 - 899 Starts Here=======================*/



@media screen and (min-width: 768px) and (max-width: 899px) {
/*=======================================Common Styles Ends Here===========================================================*/
    * {
    font-family: 'Roboto', sans-serif!important;
}


ul {
    padding: 0;
    margin: 0;
}

li {
/*  list-style: none;
    float: left;*/
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.3rem;
    font-weight: 700;
}
 
 h2 {
    font-size: 1.1rem;
    font-weight: 600;
 }

 h3 {
    font-size: 1rem;
    font-weight: 600;
 }
p {
    font-size: 0.9rem;
}

a {
    font-size: 0.6rem;
}

span {
    font-size: 0.65rem;
}

.heading {
    margin-bottom: 10px;
}



/*=======================================Common Styles Ends Here===========================================================*/


/*Styling Section Starts Here*/

/*===============================Header Section Starts Here====================================*/
header {
    background-image: url("https://www.saalbach-hinterglemm-leogang.nl/cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 100px 0;
}

.header-container {
    margin-bottom: 40px;
}

.header-logo {
    text-align: center;
    margin-bottom: 20px;
}

.header-logo img {
    max-width: 50%;
}
.header-text {
    padding: 20px;
    background-color: #fff;
}

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/

.more-details {
    text-align: center;
    margin-top: 30px;
    color: #fff
}

.more-details .more-details-text {
    display: inline-block;
    background-color:#0B66AD ;
    padding: 20px;
}

.more-details .more-details-text a{
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}


/*=============Apartment Overview inside Header Section Starts Here=======================*/
.apartment-overview {
    margin-top: 30px;
}


.apartment-overview .apartment-overview-content {
    text-align: center;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer {
    color: #fff;
    display: inline-block;
    background:#0B66AD;
    padding: 10px 5px;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer a {
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}

span.overview-text {
    display: inline-block;
}

span.overview-text h3 {
    font-size: 15px;
}

span.overview-image {
    display: inline-block;
}

/*=============Apartment Overview inside Header Section Ends Here=======================*/

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/


.booking-form-display {
    display: block;
    text-align: center;
}
/*===============================Header Section Ends Here====================================*/

/*===============================Navbar Section Starts Here===================================*/
.navbar {
    background-color: rgba(182, 26, 26, 0.5)!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 10px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar ul li {
    list-style: none;
    float: left;
}

.navbar ul li a {
    color:#fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: .6rem;
    margin-left: 4px;
    border-right: 1px solid #fff;
}

.navbar ul li:last-child a{
    border-right: none;
}

.list-nav {
    margin-left: 50px;
}

/*================================Left Nav Starts Here =================================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    background-color: rgba(182, 26, 26, 0.5)!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;    
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.opennav {
    position: fixed;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 10;
}

/*======================================Left Nav Ends Here=============================================================*/

/*===============================Navbar Section Ends Here===================================*/




/*===========================Apartment Display Section Starts Here=======================================================*/
.book-apartment {
    text-align: left;
    padding: 30px 0;

}

.apartment-details-first {
    background-color: #F2F2F2;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-bottom: 20px;
}



.apartment-features {
    text-align: left;
    padding: 10px;
}

.title {
    text-decoration: underline;
    text-transform: uppercase;
}

.apartment-info {
    text-align: left;
}

.apartment-info .more-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.apartment-info a.current-price {
    background-color: #6ab326;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}

.person-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.price-info {
    font-weight: 700;
    color: #000;
}

.apartment-info .more-info a {
    display:inline-block;
    color: #fff;
    background-color: #018F01;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    font-weight: 700;
}

.apartment-info .more-info a:hover {
    text-decoration: none;
}


.apartment-details-second {
    padding:30px 0;
}

.apartment-info-list ul {
    padding: 0 20px;
}

/*===========================Apartment Display Section Ends Here=======================================================*/


/*More Apartments Section Starts Here*/
    .more-apartments {
        padding: 30px 0;
    }

    .apartment-div {
        padding: 10px 10px;
        border:1px solid #ccc;
        margin-bottom: 20px;
    }

    .apartment-title {

        margin-bottom: 10px;
    }

    .apartment-photo {
        text-align: center;
        margin-bottom: 10px;
    }

    .apartment-details p {
        font-size: 15px;
    }

.apartment-details .more-info{
    color: #fff;
    text-transform: uppercase;
    background-color: #018F01;
    padding: 10px 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;

}

/*Booking Form Left Section Starts Here*/
.booking-form-display-left {
    text-align: center;
}


/*Booking Form Left Section Starts Here*/


/*More Apartments Section Ends Here*/


/*===========================About the Company Section Starts Here=====================================================*/
.about-company {
    text-align: left;
    padding: 30px 0;
}

/*===========================About the Company Section Ends Here=====================================================*/


/*==========================Apartment Question Starts Here===========================================================*/
.apartment-questions {
    padding: 20px 10px;
}


.questions-list ul {
    padding-left: 20px;
}

/*==========================Apartment Question Starts Here===========================================================*/

/*==========================Disclaimer Section Starts Here==========================================*/

.disclaimer {
    padding: 30px 0;
}

.disclaimer .italic  {

    font-style: italic;
    font-size: 0.9rem;    
}

.disclaimer .underline {
    text-decoration:underline;
    font-size: 0.9rem;
}


/*==========================Disclaimer Section Ends Here==========================================*/

/*==========================BreadCrumbs Section Starts Here=======================================*/
    .breadcrumb li a {
        font-size: 0.9rem;
    }


/*==========================BreadCrumbs Section Ends Here=======================================*/



/*==============================Footer Section Starts Here=========================================================*/

    .footer {
        padding: 30px 0;
        border-top: 1px #dedede solid;
        background:#f7f7f7;
    }

    .footer-menu-center {
        text-align: center;
    }

#footermenu2{
    
    /*padding: 100px 0;*/
    /*border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;*/
    display: inline-block;
}

#footermenu2 .wrapper {
    /*background-image: url("menu-Lermoos.jpg");*/
    background-position: right bottom;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    position: relative;
    color: #8e8d8d;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration:none;
    
}
#relatedacco {
     margin: 5px;
    display: flex;
}



.menu-list {
    display: block;
}



.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 300px;
    vertical-align: middle;
}

.list-group-item a {
    color: #000;
    text-decoration:none;
    font-weight: bold;
    font-size: 0.9rem;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff !important;
    background-color: #B30101;
    border-color: #B30101;
}
.list-group-item.active a {    
    color: #ffffff;
    text-decoration:none;
}


/*==============================Footer Section Ends Here=========================================================*/


.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}

/*Styling Section Ends Here*/
}

/*===============================768 - 899 Ends Here=======================*/

/*===============================900 - 991 Starts Here=======================*/


@media screen and (min-width: 900px) and (max-width: 991px) {
/*=======================================Common Styles Ends Here===========================================================*/
    * {
    font-family: 'Roboto', sans-serif!important;
}


ul {
    padding: 0;
    margin: 0;
}

li {
/*  list-style: none;
    float: left;*/
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.3rem;
    font-weight: 700;
}
 
 h2 {
    font-size: 1.1rem;
    font-weight: 600;
 }

 h3 {
    font-size: 1rem;
    font-weight: 600;
 }
p {
    font-size: 0.9rem;
}

a {
    font-size: 0.6rem;
}

span {
    font-size: 0.65rem;
}

.heading {
    margin-bottom: 10px;
}



/*=======================================Common Styles Ends Here===========================================================*/


/*Styling Section Starts Here*/

/*===============================Header Section Starts Here====================================*/
header {
    background-image: url("https://www.saalbach-hinterglemm-leogang.nl/cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 100px 0;
}

.header-container {
    margin-bottom: 40px;
}

.header-logo {
    text-align: center;
    margin-bottom: 20px;
}

.header-logo img {
    max-width: 50%;
}
.header-text {
    padding: 20px;
    background-color: #fff;
}

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/

.more-details {
    text-align: center;
    margin-top: 30px;
    color: #fff
}

.more-details .more-details-text {
    display: inline-block;
    background-color:#0B66AD ;
    padding: 20px;
}

.more-details .more-details-text a{
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}


/*=============Apartment Overview inside Header Section Starts Here=======================*/
.apartment-overview {
    margin-top: 30px;
}


.apartment-overview .apartment-overview-content {
    text-align: center;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer {
    color: #fff;
    display: inline-block;
    background:#0B66AD;
    padding: 10px 5px;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer a {
    color: #fff;
    text-decoration: underline;
    font-size:0.9rem;
}

span.overview-text {
    display: inline-block;
}

span.overview-text h3 {
    font-size: 15px;
}

span.overview-image {
    display: inline-block;
}

/*=============Apartment Overview inside Header Section Ends Here=======================*/

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/


.booking-form-display {
    display: block;
    text-align: center;
}
/*===============================Header Section Ends Here====================================*/

/*===============================Navbar Section Starts Here===================================*/
.navbar {
    background-color: rgba(182, 26, 26, 0.5)!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 10px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar ul li {
    list-style: none;
    float: left;
}

.navbar ul li a {
    color:#fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: .6rem;
    margin-left: 4px;
    border-right: 1px solid #fff;
}

.navbar ul li:last-child a{
    border-right: none;
}

.list-nav {
    margin-left: 50px;
}

/*================================Left Nav Starts Here =================================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    background-color: rgba(182, 26, 26, 0.5)!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;    
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.opennav {
    position: fixed;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 10;
}

/*======================================Left Nav Ends Here=============================================================*/

/*===============================Navbar Section Ends Here===================================*/




/*===========================Apartment Display Section Starts Here=======================================================*/
.book-apartment {
    text-align: left;
    padding: 30px 0;

}

.apartment-details-first {
    background-color: #F2F2F2;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-bottom: 20px;
}



.apartment-features {
    text-align: left;
    padding: 10px;
}

.title {
    text-decoration: underline;
    text-transform: uppercase;
}

.apartment-info {
    text-align: left;
}

.apartment-info .more-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.apartment-info a.current-price {
    background-color: #6ab326;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}

.person-info {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.price-info {
    font-weight: 700;
    color: #000;
}

.apartment-info .more-info a {
    display:inline-block;
    color: #fff;
    background-color: #018F01;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    font-weight: 700;
}

.apartment-info .more-info a:hover {
    text-decoration: none;
}


.apartment-details-second {
    padding:30px 0;
}

.apartment-info-list ul {
    padding: 0 20px;
}

/*===========================Apartment Display Section Ends Here=======================================================*/


/*More Apartments Section Starts Here*/
    .more-apartments {
        padding: 30px 0;
    }

    .apartment-div {
        padding: 10px 10px;
        border:1px solid #ccc;
        margin-bottom: 20px;
    }

    .apartment-title {

        margin-bottom: 10px;
    }

    .apartment-photo {
        text-align: center;
        margin-bottom: 10px;
    }

    .apartment-details p {
        font-size: 15px;
    }
.apartment-details .more-info{
    color: #fff;
    text-transform: uppercase;
    background-color: #018F01;
    padding: 10px 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}
/*Booking Form Left Section Starts Here*/
.booking-form-display-left {
    text-align: center;
}
/*Booking Form Left Section Starts Here*/
/*More Apartments Section Ends Here*/
/*===========================About the Company Section Starts Here=====================================================*/
.about-company {
    text-align: left;
    padding: 30px 0;
}
/*===========================About the Company Section Ends Here=====================================================*/
/*==========================Apartment Question Starts Here===========================================================*/
.apartment-questions {
    padding: 20px 10px;
}
.questions-list ul {
    padding-left: 20px;
}
/*==========================Apartment Question Starts Here===========================================================*/
/*==========================Disclaimer Section Starts Here==========================================*/
.disclaimer {
    padding: 30px 0;
}
.disclaimer .italic  {
    font-style: italic;
    font-size: 0.9rem;    
}
.disclaimer .underline {
    text-decoration:underline;
    font-size: 0.9rem;
}
/*==========================Disclaimer Section Ends Here==========================================*/
/*==========================BreadCrumbs Section Starts Here=======================================*/
.breadcrumb li a {
        font-size: 0.9rem;
    }
/*==========================BreadCrumbs Section Ends Here=======================================*/
/*==============================Footer Section Starts Here=========================================================*/
    .footer {
        padding: 30px 0;
        border-top: 1px #dedede solid;
        background:#f7f7f7;
    }
    .footer-menu-center {
        text-align: center;
    }
#footermenu2{
   display: inline-block;
}
#footermenu2 .wrapper {
    /*background-image: url("menu-Lermoos.jpg");*/
    background-position: right bottom;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    position: relative;
    color: #8e8d8d;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration:none;    
}
#relatedacco {
     margin: 5px;
    display: flex;
}
.menu-list {
    display: block;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 300px;
    vertical-align: middle;
}
.list-group-item a {
    color: #000;
    text-decoration:none;
    font-weight: bold;
    font-size: 0.9rem;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff !important;
    background-color: #B30101;
    border-color: #B30101;
}
.list-group-item.active a {    
    color: #ffffff;
    text-decoration:none;
}
/*==============================Footer Section Ends Here=========================================================*/
.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}
/*Styling Section Ends Here*/
}
/*===============================900 - 991 Ends Here=======================*/