@font-face {
    font-family:'Lobster';
    src: url('Fonts/Lobster.eot');
    src: url('Fonts/Lobster.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Lobster.woff2') format('woff2'),
        url('Fonts/Lobster.woff') format('woff'),
        url('Fonts/Lobster.svg#Lobster') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Oswald';
    src: url('Fonts/Oswald-Light.eot');
    src: url('Fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Oswald-Light.woff2') format('woff2'),
        url('Fonts/Oswald-Light.woff') format('woff'),
        url('Fonts/Oswald-Light.svg#Oswald-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Oswald';
    src: url('Fonts/Oswald-Regular.eot');
    src: url('Fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Oswald-Regular.woff2') format('woff2'),
        url('Fonts/Oswald-Regular.woff') format('woff'),
        url('Fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Oswald';
    src: url('Fonts/Oswald-SemiBold.eot');
    src: url('Fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('Fonts/Oswald-SemiBold.woff') format('woff'),
        url('Fonts/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Oswald';
    src: url('Fonts/Oswald-Bold.eot');
    src: url('Fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('Fonts/Oswald-Bold.woff2') format('woff2'),
        url('Fonts/Oswald-Bold.woff') format('woff'),
        url('Fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
html,
body {
    font-size: 100%;
    vertical-align: baseline;
    height: 100%;
}
.wrapper {
    height: 100%;
    min-height: 100%;
}
body {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-weight: 300;
    font-family: "Oswald","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: 400;
    text-align: left;
}
:focus,
:hover {
    outline: none;
}
hr {
    background-color: #cbc9c7;
    border: 0;
    height: 1px;
    margin: 30px 0;
}
input[type=password],
input[type=text],
input[type=email],
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #a5884b;
    font-family:'Lobster',"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    line-height: 22px;
    margin: 0 0 20px;
}
a {
    color: #a5884b;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

p a {
    color: inherit;}

:focus {
    outline: none !important; }

a:focus,
a:hover {
    color: #a37c36;
    outline: none;
    text-decoration: none;
	}
b,
strong {
    font-weight: 700;
}
label {
    font-weight: 300;
    margin: 0 0 5px;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input, textarea {
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    font-size: 16px;
    height: 46px;
    outline: medium none;
    padding: 0 15px;
    width: 100%;
    color: #333333;
    font-weight: 400;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,textarea:focus{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
select {
    background-image: url("Images/select-down-arrow.svg");
    background-position: 88% center;
    background-repeat: no-repeat;
    color: #4d4d4d;
    padding: 0 3px;
    text-shadow: none;
    width: 100%;
}
textarea {
    min-height: 124px;
    overflow: auto;
    padding: 12px 15px !important;
    resize: none;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #333333;
}
:-moz-placeholder {
    opacity: 1;
    color: #333333;
}
::-moz-placeholder {
    opacity: 1;
    color: #333333;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #333333;
}
img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}
.container {
    max-width: 1230px;
    width: 100%;
}
.landing-section{
    position: relative;
}
.landing-slide{
    position: relative;
    height: 1495px;
}
.slide-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide-content{
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 726px;
    padding: 26px 100px 18px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 45.5%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.slide-content h2{
    font-size: 50px;
    margin: 0 0 5px;
}
.slide-content p{
    font-size: 20px;
    line-height: 28px;
}
.slide-content ul,
.slide-content li{
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.slide-content ul {
    margin: 0 0 27px;
    text-align: left;
}
.slide-content li {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 1.2;
    padding-left: 10px;
}
.slide-content li::before {
    background-color: #333333;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 3px;
}
@media (min-width:768px){
    .slide-content.left-side {
        bottom: 8.9%;
        left: 0;
        max-width: 650px;
        padding: 24px 30px 3px 133px;
        text-align: left;
        top: inherit;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .slide-content.left-side h2 {
        font-size: 38px;
        margin: 0 0 11px;
    }
}
.owl-dots {
    margin: 22px 0;
    text-align: center;
    width: 100%;
}
.landing-section .owl-dots{
    margin: 0;
    position: absolute;
    bottom: 123px;
    left: 0;
}
.owl-dot{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background-color: #a5884b;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #a5884b;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.landing-section .owl-dot{
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    border: none;
    margin: 0 9px;
    background-color: #fff;
    height: 14.3px;
    width: 14.3px;
}
.owl-dot:hover,
.owl-dot.active{
    background-color: transparent;
}
.landing-section .owl-dot:hover,
.landing-section .owl-dot.active{
    background-color: #a5884b;
}
.scroll-down {
    bottom: 14px;
    color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.scroll-down span {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 2px;
    text-transform: uppercase;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.scroll-down:hover,
.scroll-down:focus{
    color:  #fff;
}
header.main-page{
    padding: 44px 0 26px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    color: #a5884b;
    background-color: rgba(255,255,255,0.75);
    border-bottom: 1px solid #a5884b;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.main-page.fixed{
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
header ul,header li{
    list-style: none;
}
@media(min-width:2000px){
    header.main-page .container {
        left: -191px;
        max-width: 1610px;
        position: relative;
    }
}
header .logo {
    float: left;
}
@media (min-width:992px){
    .header-right {
        float: right;
        padding: 18px 0 0;
    }
    .header-top {
        float: right;
    }
    .lang-switch,.navigation{
        float: right;
        text-align: center;
    }
    .lang-switch,
    .lang-switch li{
        margin: 0;
        padding: 0;
    }
    .lang-switch li{
        width: 170px;
    }
    .lang-switch span {
        cursor: pointer;
        float: right;
        letter-spacing: 0.8px;
        padding: 0 0 12px 32px;
        position: relative;
        text-align: right;
        top: -2px;
    }
    .lang-switch span::before {
        background-image: url("Images/down-arrow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .lang-switch li:hover > span:before{
        top: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navigation {
        border-top: 1px solid #a5884b;
        font-weight: 400;
        padding: 28px 0 0;
        display: block !important;
    }
    .navigation nav > ul > li > a {
        color: #a5884b;
        padding: 0 19px;
        text-transform: uppercase;
        position: relative;
    }
    .navigation nav > ul > li > a::before {
        background-color: #333333;
        border-radius: 4px;
        bottom: -8px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;

        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);

        -webkit-transform-origin: center top;
        transform-origin: center top;

        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .navigation nav > ul > li:hover > a:before,
    .navigation nav > ul > li.active > a:before{
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.navigation nav > ul > li:hover > a ,
.navigation nav > ul > li.active > a {
    color: #333333;
}
.navigation nav > ul > li.active > a{
    font-weight: 600;
}
.header-right ul,
.header-right li{
    margin: 0;
    padding: 0;
}
@media(min-width:992px){
    .header-right li{
        position: relative;
        float: left;
    }
    .header-right nav > ul > li {
        margin: 0 75px;
    }
    .header-right nav > ul > li:first-child{
        margin-left: 0;
    }
    .header-right nav > ul > li:last-child {
        margin-right: 0;
    }
    .header-right .sub-nav{
        position: absolute;
        top: 150%;
        width: 169px;
        left: 50%;
        padding-top: 33px;
        cursor: pointer;
        z-index: 99;

        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .header-right li:hover .sub-nav{
        top: 100%;
        opacity: 1;
        pointer-events: auto;
    }
    .header-right ul ul{
        display: block !important;
        background-color: #333333;
        width: 100%;
        text-align: center;
        color: #fff;
        float: left;
        padding: 8px 0;
    }
    .header-right li li{
        float: left;
        width: 100%;
    }
    .header-right li li a {
        color: inherit;
        float: left;
        font-size: 14px;
        margin: 0 0 -2px;
        overflow: hidden;
        padding: 8px 10px;
        position: relative;
        text-align: center;
        white-space: nowrap;
        width: 100%;
    }
    .header-right li li:not(:last-child) a:before{
        background-color: #fff;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        width: 70px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header-right li li:hover a,
    .header-right li li.active a {
        color: #a5884b;
    }
}
.header-right .lang-switch .sub-nav {
    padding: 0;
}
.intro-section{
    display: inline-block;
    width: 100%;
}
.intro-block{
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
}
@media(min-width:768px){
    .intro-img-bg{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all 35s linear;
        transition: all 35s linear;
    }
    .intro-block:hover .intro-img-bg{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .intro-img{
        float: left;
        width: 57.7%;
        min-height: 714px;
        position: relative;
        overflow: hidden;
    }
    .intro-block.intro-inverse .intro-img{
        float: right;
    }
    .intro-content-wrap {
        float: right;
        padding: 15px;
        width: 42%;
    }
    .intro-block.intro-inverse .intro-content-wrap{
        text-align: right;
    }
    .intro-content {
        display: inline-block;
        margin: 64px 0;
        max-width: 386px;
        text-align: left;
        padding: 0 6px;
    }
    .intro-block.intro-inverse .intro-content{
        padding-right: 8px;
    }
    .intro-content h2 {
        letter-spacing: -0.2px;
        margin: 21px 0 10px;
    }
    .intro-content p{
        margin: 0;
    }
}
.btn {
    border: 1px solid;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 6px 0;
    min-width: 154px;
    padding: 5px 15px 6px;
    text-align: center;
}
.btn:hover,
.btn:focus{
    background-color: #a5884b;
    color: #fff;
}
.btn.btn-solid{
    border-color: #a5884b;
    background-color: #a5884b;
    color: #fff;
}
.btn.btn-solid:hover,
.btn.btn-solid:focus{
    border-color: #a5884b;
}
.btn i {
    font-size: 21px;
    left: -7px;
    margin-right: 0;
    position: relative;
    top: 3px;
}
.intro-content .btn {
    margin: 25px 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 15px 6px;
}
.download-block {
    margin: 60px 0;
}
.download-block .btn {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    min-width: 210px;
    padding: 11px 15px;
}
.download-block h2 {
    margin: 50px 0 8px;
}
.content-section {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 0 11px;
    position: relative;
    width: 100%;
}
.content-section::before {
    background-color: rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.newsfeed-block{
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.newsfeed-hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.91);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsfeed-block:hover .newsfeed-hover{
    opacity: 1;
}
.newsfeed-hover-content{
    left: 50%;
    padding: 15px 50px;
    position: absolute;
    text-align: center;
    top: 51.5%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.newsfeed-block p{
    margin: 0;
}
.newsfeed-block a{
    color: inherit;
}
.newsfeed-section {
    display: inline-block;
    padding: 93px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.newsfeed-section h2 {
    margin: 20px 0;
}
.impressionen-slide{
    padding: 0 27px;
    max-width: 678px;
}
.grey-bg{
    background-color: #e0e0e0;
}
.impressionen-section {
    padding: 12px 0 46px;
}
.impressionen-section h2 {
    margin: 20px 0 28px;
}
footer.main-page {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    padding: 78px 0 25px;
}
footer.main-page ul,
footer.main-page li{
    margin: 0;
    padding: 0;
}
footer.main-page ul {
    margin: 29px 0;
}
footer.main-page ul ul {
    margin: 8px 0 0;
}
footer.main-page li{
    text-transform: uppercase;
}
footer.main-page li li{
    font-weight: 300;
    text-transform: initial;
}
footer.main-page img {
    margin: 31px 0;
    max-width: 155px;
}
@media(min-width:992px){
    footer.main-page .col-md-2 {
        width: 14.8%;
    }
    footer.main-page .col-md-1 {
        width: 11.3%;
    }
    footer.main-page .col-md-1:nth-child(3) {
        width: 12.3%;
    }
    footer.main-page .col-md-1:nth-child(4) {
        width: 12.8%;
    }
    footer.main-page .col-md-1:nth-child(5) {
        width: 13%;
    }
    footer.main-page .col-md-1:nth-child(6) {
        width: 11.6%;
    }
    footer.main-page .col-md-5 {
        width: 24.1%;
    }
}
footer.main-page .makemy-trip img {
    margin: 21px 0;
    max-width: 100%;
}
.footer-bottom {
    border-top: 1px solid #a5884b;
    color: #a5884b;
    display: inline-block;
    font-weight: 400;
    padding: 27px 0 0;
    text-transform: uppercase;
    width: 100%;
	min-height: 150px;
}
footer.main-page .footer-bottom img{
    margin: 0;
}
.footer-bottom p {
    float: left;
    margin: 6px 0;
}
footer.main-page .footer-bottom ul{
    float: right;
    margin: 0;
}
.footer-bottom li{
    float: left;
}
footer.main-page .footer-bottom li {
    margin-left: 8px;
}
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-bg {
    background: rgba(255,255,255,0.85);
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}
img.mfp-img {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.booking-form-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    background-image: url("Images/close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 72.5px;
    opacity: 1;
    padding: 0;
    right: 0;
    top: -90px;
    width: 75.5px;
    text-indent: 979px;
}
.mfp-container .mfp-arrow:after,
.mfp-container .mfp-arrow:before{
    display: none;
}
.mfp-container .mfp-arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: medium none;
    box-shadow: none;
    height: 86px;
    width: 59px;
}
.mfp-container .mfp-arrow.mfp-arrow-left {
    background-image: url("Images/popup-prev.svg");
    left: 20px;
}
.mfp-container .mfp-arrow.mfp-arrow-right{
    background-image: url("Images/popup-next.svg");
    right: 20px;
}
.makemy-trip {
    display: inline-block;
    text-align: left;
}
.frame {
    margin-bottom: 0;
}
.menu-trigger {
    cursor: pointer;
    display: none;
    float: right;
    height: 20px;
    margin: 17px 0 10px;
    width: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-trigger .bars {
    background-color: #a5884b;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-trigger .bars:last-child {
    margin-bottom: 0;
}
.menu--open .bars:first-child {
    -webkit-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
}
.menu--open .bars:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.menu--open .bars:last-child {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg);
}
.arrow {
    cursor: pointer;
    font-size: 17px;
    height: 52px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 53px;
    z-index: 99;
}
.booking-btn {
    background-color: #a5884b;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 55px;
    padding: 14px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 183px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.booking-btn:hover{
    background-color: #a3782b;
}
.booking-form-section {
    background-color: rgba(255, 255, 255, 1);
    height: calc(100% - 185px);
    overflow: auto;
    left: 0;
    position: fixed;
    top: 185px;
    width: 100%;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.booking-form--open .booking-form-section{
    opacity: 1;
    pointer-events: auto;
}
.booking-form--open header.main-page{
    background-color: rgba(255, 255, 255, 0.85);
}
.booking-form label {
    display: block;
    min-height: 29px;
    position: relative;
}
input[type="text"], input[type="email"], input[type="number"], select,textarea{
    background-color: transparent;
    border: 1px solid #0f2f0d;
    border-radius: 0;
    height: 52px;
    margin: 0;
    padding: 0 14px;
    text-align: left;
}
.input-daterange input:last-child {
    border-radius: 0;
}
.daterange-picker {
    background-image: url("Images/calender-icon.svg");
    background-position: 94% center;
    background-repeat: no-repeat;
    cursor: default;
    padding-right: 43px !important;
}
.booking-form {
    margin: 50px 0 40px;
    text-align: left;
}
.booking-form h2 {
    margin: 0 0 17px;
}
.booking-form p {
    font-size: 20px;
}
.booking-form .btn {
    background-color: #a5884b;
    border-color: #a5884b;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 300;
    height: 52px;
    margin: 0;
    max-width: 217px;
    position: relative;
    right: -18px;
    text-transform: inherit;
}
.booking-form-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.inner-page-slider .landing-slide{
    height: 1080px;
}
.inner-page-slider .owl-dots {
    bottom: 20px;
}
.content-section .container{
    position: relative;
    z-index: 3;
}
.teaser-box {
    height: 390.194px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.teaser-box a,
.teaser-bg-img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.teaser-bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 20s linear;
    transition: all 20s linear;
}
.teaser-box:hover .teaser-bg-img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}    
.content-section h2 {
    margin: 34px 0 8px;
}
.teaser-box h2 {
    bottom: 16px;
    left: 0;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    color: #fff;
}
.teaser-box-wrapper {
    margin: 38px 0;
}
.reservation-form {
    margin: 273px 0 284px;
}
.reservation-form .powermail_message_error {
  color: #ff0000;
}
.reservation-form .powermail_message {
  font-size: 20px;
  margin: 0 0 30px;
  text-align: center;
}
.checkbox label, .radio label{
    font-weight: 300;
}
.content-section .reservation-form h2 {
    margin: 20px 0 52px;
}
.checkbox label, .radio label {
    padding-left: 37px;
    position: relative;
}
.checkbox, .radio {
    margin: 10px 0 24px;
}
.checkbox label::before {
    border: 1px solid #0f2f0d;
    content: "";
    height: 23.5px;
    left: -2px;
    position: absolute;
    width: 23.5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox input:checked + label:before{
    background-color: #a5884b;
    border-color: #a5884b;
}
.checkbox input{
    opacity: 0;
}
.checkbox-group {
    margin: 0 0 3px;
}
.input-group {
    display: block;
    margin: 0 0 18px;
}
.person-grp input {
    width: 70px;
}
.reservation-form .btn {
    max-width: 213px;
    font-weight: 300;
    font-size: 20px;
}
.reservation-form label {
    display: block;
    min-height: 18px;
}
.parsley-errors-list {
    color: #ff0000;
    margin: 7px 0 0;
    padding: 0;
}
@media(min-width:992px){
    .reservation-form .daterange-picker {
        margin: 0 0 17px;
    }
    .reservation-form .col-sm-3 {
        width: 23.4%;
    }
    .reservation-form .col-sm-2 {
        margin: 0 0 14px;
        width: 19.9%;
    }
    .reservation-form .col-sm-6 {
        width: 39.8%;
    }
    .booking-form .col-md-3 {
        width: 23.3%;
    }
    .booking-form .col-md-2 {
        width: 14%;
    }
}
@media (min-width:1600px) and (max-width:1999px){
    .logo {
        max-width: 244px;
    }
    .header-right nav > ul > li {
        margin: 0 40px;
    }
    header.main-page {
        padding: 30px 0 5px;
    }
    .header-right {
        padding: 0 0 20px;
    }
    .header-right .sub-nav {
        padding-top: 25px;
    }
    .slide-content{
        top: 50%;
    }
    .booking-form-section {
        height: calc(100% - 145px);
        top: 145px;
    }
}
@media(min-width:1200px) and (max-width:1599px){
    .logo {
        margin: 13px 0 0;
        max-width: 206px;
    }
    .header-right nav > ul > li {
        margin: 0 40px;
    }
    .header-right {
        padding: 0;
    }
    header.main-page {
        padding: 19px 0 28px;
    }
    .header-right .sub-nav {
        padding-top: 28px;
    }
    .slide-content{
        top: 50%;
    }
    .intro-img {
        min-height: 534px;
    }
    .newsfeed-section {
        padding: 50px 0;
    }
    .impressionen-slide {
        max-width: 450px;
        padding: 0 15px;
    }
    .header-top {
        margin-right: 200px;
    }
    .booking-form-section {
        height: calc(100% - 137px);
        top: 137px;
    }
    .booking-form-close {
        height: 50px;
        width: 50px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .logo {
        margin: 15px 0 0;
        max-width: 190px;
    }
    .header-right nav > ul > li {
        margin: 0 20px;
    }
    .header-right {
        padding: 0;
    }
    header.main-page {
        padding: 18px 0 26px;
    }
    .header-right .sub-nav {
        padding-top: 26px;
    }
    .slide-content h2 {
        font-size: 40px;
    }
    .slide-content {
        max-width: 635px;
        padding: 26px 40px 8px;
        top: 50%;
    }
    .intro-img {
        min-height: 520px;
    }
    .intro-content h2 {
        letter-spacing: 0;
    }
    h2 {
        font-size: 32px;
    }
    .newsfeed-section {
        padding: 50px 0;
    }
    .impressionen-slide {
        max-width: 400px;
        padding: 0 15px;
    }
    .newsfeed-hover-content {
        padding: 15px;
    }
    footer.main-page img {
        max-width: 100%;
    }
    footer.main-page {
        padding: 18px 0 25px;
    }
    .header-top {
        margin-right: 200px;
    }
    .booking-form-section {
        top: 134px;
        height: calc(100% - 134px);
    }
    .booking-form-close {
        height: 50px;
        width: 50px;
    }
    .teaser-box {
        height: 300px;
    }
    .reservation-form {
        margin: 110px 0;
    }
}
@media(max-width:991px){
    .header-top{
        display: none;
    }
    .menu-trigger {
        display: inline-block;
    }
    .menu--open{
        overflow: hidden;
    }
    .menu--open header.main-page{
        background-color: #fff;
    }
    .navigation {
        background-color: rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        display: none;
        float: left;
        font-size: 18px;
        left: 0;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 83px;
        width: 100%;
        z-index: 99;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
    }
    .navigation ul, .navigation li {
        width: 100%;
        float: left;
        position: relative;
    }
    .navigation nav a {
        border-bottom: 1px solid #a5884b;
        border-left: medium none;
        float: left;
        margin: 0;
        padding: 11px 15px;
        width: 100%;
    }
    .navigation ul ul{
        display: none;
    }
    .navigation span {
        font-size: 14px;
    }
    .navigation nav  ul  li:hover > a, 
    .navigation nav  ul  li.active > a {
        color: #333333;
    }
    .sun-nav--open .arrow{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .lang-switch {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .lang-switch a {
        display: inline-block;
        padding: 15px 10px;
    }
    .navigation span {
        font-size: 20px;
    }
    .navigation span:last-child{
        display: none;
    }
    .navigation nav li li a {
        padding-left: 30px;
    }
    .booking-form .btn {
        float: left;
        max-width: 100%;
        right: 0;
        width: 100%;
    }
    .slide-content li {
        margin: 0 0 5px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .logo {
        max-width: 180px;
    }
    header.main-page {
        padding: 15px 0;
    }
    .slide-content h2 {
        font-size: 40px;
    }
    .slide-content {
        max-width: 635px;
        padding: 26px 40px 8px;
        top: 50%;
    }
    h2 {
        font-size: 26px;
    }
    .intro-content h2{
        letter-spacing: 0;
    }
    .intro-content {
        margin: 30px 0;
        max-width: 100%;
    }
    .intro-content-wrap,.intro-img{
        width: 50%;
    }
    .intro-img {
        min-height: 454px;
    }
    .newsfeed-section {
        padding: 45px 0;
    }
    .newsfeed-hover-content {
        padding: 15px;
    }
    .impressionen-slide {
        max-width: 300px;
        padding: 0 15px;
    }
    footer.main-page {
        padding: 20px 0 25px;
    }
    footer.main-page .col-md-2:nth-child(1) {
        text-align: center;
        width: 100%;
    }
    footer.main-page .col-md-1 {
        float: left;
        width: 20%;
    }
    footer .col-md-5 {
        float: left;
        text-align: center;
        width: 100%;
    }
    .menu-trigger {
        margin: 21px 0 10px;
    }
    .booking-btn {
        font-size: 16px;
        height: auto;
        padding: 5px 15px 6px;
        right: 60px;
        top: 28px;
        width: 120px;
    }
    .booking-form-section {
        top: 93px;
        height: calc(100% - 93px);
    }
    .booking-form-close {
        height: 50px;
        width: 50px;
    }
    .booking-form input[type="text"], .booking-form input[type="email"], .booking-form input[type="number"], .booking-form select {
        margin: 0 0 15px;
    }
    .booking-form p {
        margin: 0 0 40px;
    }
    select {
        background-position: 94% center;
    }
    .teaser-box {
        height: 240px;
    }
    .inner-page-slider .landing-slide {
        height: 800px;
    }
    .slide-content.left-side {
        bottom: 14%;
        max-width: 590px;
        padding: 24px 30px 3px 65px;
    }
    .slide-content.left-side h2 {
        font-size: 32px;
    }
    .content-section .reservation-form h2 {
        margin: 20px 0 40px;
    }
    .reservation-form {
        margin: 70px 0;
    }
    .checkbox-group {
        margin: 0 0 25px;
    }
}
@media(max-width:767px){
    .logo {
        max-width: 150px;
    }
    header.main-page {
        padding: 15px 0;
    }
    .landing-slide{
        height: auto !important;
    }
    .slide-bg {
        height: 300px;
        position: relative;
    }
    .slide-content {
        left: 0;
        padding: 15px;
        position: relative;
        top: 0;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .slide-content h2 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .slide-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .landing-section .scroll-down{
        display: none;
    }
    .intro-block {
        padding: 0 15px;
    }
    .intro-img-bg {
        background-position: center center;
        background-size: cover;
        height: 210px;
        margin: 0 0 15px;
    }
    h2 {
        font-size: 25px;
    }
    .intro-content h2 {
        margin: 20px 0 5px;
    }
    .intro-content .btn {
        margin: 5px 0 15px;
    }
    .intro-block {
        margin: 0 0 20px;
        padding: 0 15px;
    }
    .btn {
        font-size: 14px;
        margin: 6px 0;
        min-width: 130px;
        padding: 7px 15px 6px;
    }
    .newsfeed-section {
        padding: 20px 0;
    }
    .newsfeed-block a {
        display: inline-block;
        max-width: 278px;
        position: relative;
        width: 100%;
    }
    .newsfeed-block {
        display: inline-block;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .impressionen-slide {
        max-width: 250px;
        padding: 0 15px;
    }

    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        height: 32px;
        top: -40px;
        width: 32px;
    }
    .mfp-container .mfp-arrow {
        height: 66px;
        margin-top: -30px;
        width: 40px;
    }
    .impressionen-section {
        padding: 12px 0 15px;
    }
    footer.main-page {
        padding: 10px 0 25px;
    }
    footer.main-page .col-md-2 {
        text-align: center;
        width: 100%;
    }
    footer.main-page .col-md-1 {
        float: left;
        width: 50%;
    }
    footer .col-md-5 {
        float: left;
        text-align: center;
        width: 100%;
    }
    .footer-bottom{
        text-align: center;
    }
    .footer-bottom p {
        float: none;
        margin: 0 0 15px;
    }
    footer.main-page .footer-bottom ul {
        display: inline-block;
        float: none;
        margin: 0;
    }
    footer.main-page .footer-bottom img {
        /*max-width: 25px;*/
    }
    .booking-btn {
        font-size: 14px;
        font-weight: 400;
        height: auto;
        padding: 5px 15px 6px;
        right: 60px;
        top: 25px;
        width: auto;
    }
    .booking-form-section {
        top: 83px;
        height: calc(100% - 83px);
    }
    .booking-form-close{
        height: 25px;
        width: 25px;
    }
    .booking-form {
        margin: 83px 0 40px;
    }
    .booking-form p {
        font-size: 17px;
        margin: 0 0 20px;
    }
    .booking-form h2 {
        margin: 0 0 5px;
    }
    .booking-form input[type="text"], .booking-form input[type="email"], .booking-form input[type="number"], .booking-form select {
        margin: 0 0 15px;
    }
    .booking-form input[type="text"], .booking-form input[type="email"], .booking-form input[type="number"], .booking-form select {
        height: 42px;
        padding: 0 10px;
    }
    input, textarea {
        font-size: 14px;
    }
    .daterange-picker {
        background-size: 22px auto;
    }
    select {
        background-position: 94% center;
    }
    .booking-form label{
        min-height: 1px;
    }
    .teaser-box {
        height: 240px;
    }
    .landing-section .owl-dots {
        bottom: 0;
        padding: 10px 0 15px;
        position: relative;
    }
    .content-section {
        padding: 30px 0;
    }
    .slide-content p{
        margin: 0;
    }
    .content-section h2 {
        margin: 10px 0 8px;
    }
    .newsfeed-section h2 {
        margin: 0 0 20px;
    }
    .teaser-box-wrapper {
        margin: 25px 0;
    }
    .download-block {
        margin: 0 0 40px;
    }
    .download-block .btn {
        font-size: 18px;
        min-width: 1px;
        padding: 6px 20px;
    }
    .content-section .reservation-form h2 {
        margin: 20px 0 32px;
    }
    .checkbox-group {
        margin: 0 0 25px;
    }
    .reservation-form input {
        margin: 0 0 20px;
    }
    .input-group {
        margin: 0;
    }
    textarea {
        margin: 0 0 15px !important;
    }
    .reservation-form {
        margin: 30px 0 40px;
    }
}
@media(min-width:600px) and (max-width:767px){
    .teaser-box-wrapper .col-sm-6,
    .newsfeed-section .col-sm-4{
        width: 50%;
        float: left;
    }
    footer.main-page .col-md-1 {
        width: 20%;
    }
}
/*
.TA_cdsratingsonlynarrow > img, .cdsComponent.logo img {
	margin: 0!important;
}

.TA_cdsratingsonlynarrow .cdsROW  {
	position: absolute!important;
}
*/



/*=======================*/
/*				Cortec AG 			   	*/
/*=======================*/
.content-section a {
	text-decoration: underline!important;
}
.content-section a.btn {
	text-decoration: none!important;
}

.content-section ul {
	list-style: initial!important;
}

.reservation-form {
	margin: 40px 0px!important
}


/*=======================*/
/*				Fomrular 			   	*/
/*=======================*/
.tx-powermail .reservation-form form.powermail_form.powermail_form_9.reservation h2 {
	margin: 60px 0 20px 0;
}
.tx-powermail .reservation-form form.powermail_form.powermail_form_9.reservation .input-group .row .powermail_field ,
.tx-powermail .reservation-form .input-group .row div.powermail_label,
.tx-powermail .reservation-form form.powermail_form.powermail_form_9.reservation .input-group .powermail_fieldwrap_type_radio .powermail_label {
	padding-left: 15px;
}
.tx-powermail .reservation-form form.powermail_form.powermail_form_9.reservation .input-group .row .checkbox-group {
	padding: 0px 30px;
}
.tx-powermail .reservation-form form.powermail_form.powermail_form_9.reservation .input-group .row .powermail_field .radio {
	margin: 10px 0px;
}
.tx-powermail .reservation-form form.powermail_form.powermail_form_9.reservation .input-group .row .powermail_field .radio input {
	height: auto;
	width: auto;
}





/*=======================*/
/*				Newsfeed			   	*/
/*=======================*/

.socialFeed>div{
  margin-top: 30px!important;
}
.socialFeed a{
  position: initial;
  color: #fff;
}

.socialBGimage{
  position:relative;
  background-size:cover;
  background-position: center center;
  background-repeat:no-repeat;
  min-height: 260px;
}
.socialContent{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s linear;
}
.socialContent:hover{
  background: rgba(26,26,26,0.6);
}
.socialContent:hover .socialText{
  opacity: 1;
}
.socialText{
	color: white;
	opacity: 0;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
	padding: 0px 5px;
	word-wrap: break-word;
    word-break: break-word;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
	transition: 0.5s linear;
}
.socialText a {
	text-decoration: none!important;
}


/*Footer*/
.TA_cdsratingsonlynarrow {
	display: inline-block;
}
.tripadvisorParent {
	height: 120px;
}
.TA_cdsratingsonlynarrow > img {
	display: none;
}

.frame.frame-default.frame-type-html.frame-layout-0 {
	text-align: center;
}


@media (max-width: 992px) {
	.footer-bottom .col-sm-12 {
		text-align: center;
	}
	.footer-bottom .col-sm-12 ul {
		float: none!important;
	}
	.footer-bottom .col-sm-12 ul li {
		float: none!important;
	}
}