html, body {
    font-size: 100%;
    vertical-align: baseline;
    height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-size: 14px;
    line-height: 1.8;
    color: #14244F;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}




h1, h2, h3, h4, p.teaser {
    color: #14244f;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}


h1 {
    font-size: 32px;
    line-height: 1.22;
    margin: 0 0 0.3em;
}
h2 {
    color: #3587c8;
    font-size: 27px;
    line-height: 1.26;
    margin: 0 0 0.3em;
}
h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.31;
    margin: 0 0 0.3em;
}
h4 {
    color: #ab070f;
    font-size: 20px;
    line-height: 1.36;
    margin: 0 0 0.3em;
}

p.teaser {
    color: #505050;
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
}




p {
    margin: 0 0 0.9em;
}
.lead-text p,
.lead {
    color: #14244f;
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1.5em;
}

strong.red {
    color: #3587C8;
}


a {
    color: #AB070F;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover, a:active, a:focus {
    outline: none;
    color: #3587C8;
}

strong, b {
    font-weight: 700;
}

header.page p { margin:0; padding:0; }


img {
    max-width: 100%;
    height: auto;
}
.ce-row {
    margin-bottom: 10px;
}
.ce-column {
    margin-bottom: 15px;
}
.ce-intext.ce-right .ce-gallery, 
.ce-intext.ce-left .ce-gallery, 
.ce-above .ce-gallery, 
.ce-below .ce-gallery {
    margin: 0 0 18px 0 !important;
}
.ce-textpic.ce-below {
    /*margin-top: 24px !important;*/
}


.ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left:0 !important; overflow:visible !important; }



.content-section ul {
    margin: 30px 0 20px;
    padding: 0;
}
.content-section ol {
    padding: 0 0 0 17px;
}
.content-section ul ul, .content-section ol ol {
    margin: 10px 0 5px;
}
.content-section li {
   /* font-family: "Poppins", sans-serif;
    font-weight: 500;*/
}
.content-section ul li {
    position: relative;
    list-style: none;
    padding-left: 16px;
  /*  margin-bottom: 8px;*/
}
.content-section ol li {
    padding-left: 5px;
    margin-bottom: 7px;
}
.content-section ul li:before {
    height: 5px;
    width: 5px;
    top: 7px;
    left: 1px;
    content: "";
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background-color: #3587C8;
}
.content-section .ce-uploads li {
    list-style: none outside none;
    margin: 0 0 8px 0;
    padding: 0;
    position: relative
}
.content-section .ce-uploads li:before {
    display: none;
}
.content-section .ce-uploads li div {
    float: none;
    width: auto;
}
.ce-uploads img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
}
.ce-uploads {
    margin: 20px 0 15px;
    padding: 0;
}
select::-ms-expand {
    display: none;
}
input[type="password"], input[type="text"], input[type="email"], input[type="number"], select, textarea, input[type="tel"] {
    font-family: "Poppins", sans-serif;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="password"], input[type="file"], input[type="text"], input[type="tel"], input[type="email"], input[type="number"], select, textarea, .form-control {
    background-color: #ffffff;
    border: 1px solid rgba(80, 80, 80, 0.6);
    border-radius: 3px;
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    padding: 0 15px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
}
input[type="file"] {
    border: 0;
}
textarea {
    resize: vertical;
    min-height: 100px;
    line-height: normal !important;
    padding-top: 7px;
}
input:focus, select:focus, textarea:focus {
    border-color: #b50056;
}
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
button, 
.btn {
    background-color: #3587C8;
    border: 1px solid #3587C8;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    padding: 12px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn.btn-red {
    background-color: #AB070F;
    border-color: #AB070F;
}
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.btn:hover, button:hover, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus, 
.btn:focus, button:focus, 
input[type="button"]:active, 
input[type="reset"]:active,
input[type="submit"]:active, 
.btn:active, button:active {
    color: #3587C8;
    background-color: #fff;
    box-shadow: none;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active {
    color: #AB070F;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
}
select {
    background-image: url('Images/icon-caret-down-gray.svg');
    background-position: 95.6% center;
    background-repeat: no-repeat;
}
.checkbox-wrapper label {
    font-size: 13px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
.radio-cus input, .checkbox-cus input {
    opacity: 0;
    position: absolute;
    margin: 0;
}
.radio-cus span, .checkbox-cus span {
    background-color: #ffffff;
    border: 1px solid rgba(80, 80, 80, 0.6);
    height: 20px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 20px;
}
.radio-cus span {
    border-radius: 50%;
}
.radio-cus span:before, .checkbox-cus span::before {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.radio-cus span:before {
    background-color: #4b879a;
    width: 12px;
    height: 12px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}
.checkbox-cus span::before {
    background-image: url("Images/icon-check.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 10px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.radio-cus input:checked+span::before, .checkbox-cus input:checked+span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-group {
    margin-bottom: 21px;
}
::-webkit-input-placeholder {
    color: #adadad;
    font-family: "Poppins", sans-serif;
}
:-moz-placeholder {
    color: #adadad;
    font-family: "Poppins", sans-serif;
}
::-moz-placeholder {
    color: #adadad;
    font-family: "Poppins", sans-serif;
}
:-ms-input-placeholder {
    color: #adadad;
    font-family: "Poppins", sans-serif;
}
::-ms-input-placeholder {
    color: #adadad;
    font-family: "Poppins", sans-serif;
}
::placeholder {
    color: #adadad;
    font-family: "Poppins", sans-serif;
}
hr {
    background-color: #cccccc;
    border: 0 none;
    height: 1px;
    margin: 24px 0 26px;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
header.page {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    line-height: 1.5;
}
header.page .logo {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 200px;
}
header.page .logo > img {
    width: 100%;
}
header.page a {
    font-family: "Poppins", sans-serif;
}
header.page .container {
    position: relative;
}






.quicklinks ul {
    color: #7b7b7b;
    display: inline-block;
    font-size: 13px;
    margin: 10px 10px 0 0;
    padding: 0;
    position: relative;
}
.quicklinks ul li {
    display: inline-block;
    width: auto;
    list-style: none;
    position: relative;
}
.quicklinks ul li:not(:last-child) {
    margin-right: 7px;
}
.quicklinks ul a {
    color: inherit;
    font-size: inherit;
    font-weight: 600;
}
.quicklinks ul a:hover{
    color: #26526e;
}
.quicklinks ul a span {
    font-size: 16px;
    margin-right: 2px;
}



.quicklinks ul .icon {
    
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:4px;
    
}

.quicklinks.mobile ul .icon {

    width:12px;
    height:12px;    
    
}


.quicklinks ul .icon:before {

    display: block;
    content:"";
    
    position: absolute;
    
    left:0px;
    top:5px;
    width:16px; 
    height:16px;    
    
    border-radius:0;
    vertical-align: middle;

    
    background-repeat: no-repeat;
    background-position: center center;
    background-color:transparent;
    background-size:contain;    
    
}
.quicklinks.mobile ul .icon:before {
    top:4px;
    
    width:12px;
    height:12px;      
    
}



.quicklinks ul .icon.icon-cloud:before  { background-image:url( 'Images/Meta/Wetter.svg'  );  }
.quicklinks ul .icon.icon-pin:before    { background-image:url( 'Images/Meta/Anreise.svg'  );  }
.quicklinks ul .icon.icon-mail:before   { background-image:url( 'Images/Meta/E-Mail.svg'  );  }
.quicklinks ul .icon.icon-phone2:before { background-image:url( 'Images/Meta/Telefon.svg'  );  }

.quicklinks ul a:hover .icon.icon-cloud:before  { background-image:url( 'Images/Meta/Wetter_mouseover.svg'  );  }
.quicklinks ul a:hover .icon.icon-pin:before    { background-image:url( 'Images/Meta/Anreise_mouseover.svg'  );  }
.quicklinks ul a:hover .icon.icon-mail:before   { background-image:url( 'Images/Meta/E-Mail_mouseover.svg'  );  }
.quicklinks ul a:hover .icon.icon-phone2:before { background-image:url( 'Images/Meta/Telefon_mouseover.svg'  );  }













.languages {
    margin: 5px 10px 0;
}
.languages img {
    max-width: 20px;
    margin-right: 7px;
    margin-top: -1px;
    display: inline-block;
}
.languages ul li {
    line-height: 20px;
}
.select-box {
    position: relative;
}
.select-box ul, .select-box li {
    width: 100%;
    margin: 0;
    padding: 0;
}
.select-box ul {
    background-color: #ffffff;
    border: 1px solid #7b7b7b;
    display: none;
    height: auto;
    left: 0;
    padding: 2px 5px 5px;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.select-box ul li {
    list-style: none;
}
.languages .select-box .selected-val {
    padding-right: 16px;
    cursor: pointer;
    min-width: 62px;
    width: 100%;
}
.select-box .selected-val img {
    margin-top: 0;
}
.select-box .selected-val span {
    position: relative;
    top: 3px;
}
.select-box .selected-val span, .select-box li a {
    color: #7c7c7c;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.select-box i {
    position: absolute;
    top: 9px;
    right: 0;
    color: #7c7c7c;
    font-size: 14px;
    pointer-events: none;
}
.select-box li span {
    display: inline-block;
    position: relative;
    top: 2px;
}
.reserve-button .btn {
    background-color: #ad976e;
    border-color: #ad976e;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-left: 10px;
    min-width: 1px;
    padding: 8px 12px;
}
.reserve-button .btn:focus, .reserve-button .btn:hover {
    background-color: #9a8254;
    border-color: #9a8254;
}
header.page .phone, .menu-trigger {
    cursor: pointer;
    position: absolute;
    right: 15px;
    z-index: 9;
}
header.page .phone {
    color: #3587C8;
    font-size: 30px;
    right: 85px;
    top: 15px;
}
.menu-trigger {
    height: 26px;
    width: 33px;
    top: 25px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.menu-trigger .bars {
    background-color: #3587C8;
    height: 3px;
    margin-bottom: 7px;
    border-radius: 2px;
    width: 100%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.open .bars:first-child {
    -webkit-transform: translateY(12px) rotate(135deg);
    transform: translateY(12px) rotate(135deg);
}
.open .bars:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.open .bars:last-child {
    -webkit-transform: translateY(-8px) rotate(-135deg);
    transform: translateY(-8px) rotate(-135deg);
}
.navigation {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navigation .search-form {
    display: flex;
    justify-content: center;
    padding: 20px 0 25px;
    text-align: center;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4) inset;
}
.navigation .reserve-button .btn {
    font-size: 13.5px;
    letter-spacing: 0.25px;
    margin-left: 10px;
    min-width: 1px;
    padding: 6px 12px;
}
.navigation .reserve-button .btn:first-child {
    margin-left: 0;
}
.navigation nav li, .navigation nav ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style: none;
    position: relative;
}
.navigation nav li {
    width: 100%;
}
.navigation nav>ul>li>a {
    padding: 7px 15px 8px;
    width: 100%;
    display: block;
}
.navigation nav>ul>li>a {
    border-top: 1px solid #3587C8;
}
.navigation nav {
    border-bottom: 1px solid #3587C8;
}
.navigation nav li.active>a {
    color: #3587C8;
}
.navigation nav a {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    width: auto;
    position: relative;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.navigation nav .sub-menu {
    display: none;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.navigation nav li .sub-menu li {
    margin-bottom: 5px;
}
.navigation nav li li a {
    font-size: 17px;
}
.arrow {
    font-size: 24px;
    height: 47px;
    width: 45px;
    line-height: 44px;
    right: 0;
    top: 0;
    color: #3587C8;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
    font-family: "Poppins", sans-serif;
}
.navigation .header-top {
    display: flex;
    height: auto;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 15px 35px;
}
.navigation .header-top .languages {
    margin-right: 0;
}
.navigation .header-top .quicklinks ul li {
    margin-bottom: 10px;
    margin-right: 15px;
}
.navigation .header-top .quicklinks ul a {
    font-size: 14px;
    line-height: 20px;
}
.navigation .header-top .quicklinks ul ll:not(:last-child) {
    margin-right: 20px;
}
.navigation .header-top .select-box .selected-val {
    padding-bottom: 2px;
}
.navigation .header-top .select-box i {
    top: 6px;
}
.menu--open {
    overflow: hidden;
}
.menu--open .navigation {
    opacity: 1;
    pointer-events: auto;
}
header.stickyheader,
.menu--open header.page{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
main.content {
    /*margin-top: 74px;*/
}

body { padding-top:65px; /* content-inset header-height*/ }











.banner-section .banner {
    border-bottom: 10px solid #3587C8;
    min-height: 250px;
    position: relative;
}
.banner-section .banner .banner-content-wrapper {
    height: 100%;
    position: absolute;
}
.banner-section .banner .banner-content {
    align-items: center;
    display: flex;
    height: 100%;
}



.banner-slider-section {
    width: 100%;
}
.banner-slider-section .carousel-inner .carousel-item {
    height: 150px;
}
.home-banner.banner-slider-section .carousel-inner .carousel-item {
    height: 250px;
}



.carousel-control-wrapper {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block; 
    z-index: 2;
}
.carousel-control-wrapper a span {
    color: #fff;
    font-size: 35px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    width: 35px;
    height: 35px;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    display: inline-block;
    width: auto;
}
.carousel-control-prev {
    left: 15px;
}
.carousel-control-next {
    right: 15px;
}
.carousel-indicators li {
    list-style: none;
    height: auto;
    display: inline-block;
}
.carousel-indicators li, .carousel-indicators li.active {
    height: 12px;
    width: 12px;
}
.carousel-indicators li {
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: none;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}
.carousel-indicators li:not(:last-child) {
    margin: 0 5px 0 0;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
    background-color: #3587C8;
    border-color: #3587C8;
}
.banner-slider-section .carousel-caption, 
.banner-section .banner .banner-content {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.banner-slider-section .carousel-caption {
    background: none;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    padding: 0;
    width: 100%;
    max-width: 75%;
    text-align: center;
    
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
}
.home-banner.banner-slider-section .carousel-caption {
    left: 0;
    right: 0;
    max-width: 100%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 1;
}
.home-banner.banner-slider-section .carousel-caption p {
    margin: 0 45px;
    color: #3587C8;
    font-size: 0.8em;
    font-weight: 400;
    text-shadow: none;
}
.home-banner.banner-slider-section .carousel-caption p.title {
    color: #1D1D1B;
    font-size: 1em;
    font-weight: 600;
}

.banner-slider-section .carousel-indicators {
    bottom: 10px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
.carousel-caption h2, 
.carousel-caption a, 
.banner-content h2 {
    font-size: inherit;
    color: inherit;
}
.carousel-caption a {
    font-weight: 700;
}
.carousel-caption h2, 
.banner-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner-content h2 {
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
}
.carousel-caption p {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}




.sb{
  padding:30px!important;
-webkit-box-shadow: 6px 6px 25px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 25px -8px rgba(0,0,0,0.75);
box-shadow: 6px 6px 25px -8px rgba(0,0,0,0.75);
  margin-bottom:20px!important;
  }





.booking-section {
    position: relative;
    display: inline-block;
    width: 100%;
}
.booking-main {
    position: relative;
    margin: 0 -15px 0;
}
.booking-main .booking-best-price {
    background-color: #4a83ac;
    cursor: pointer;
    max-width: 100px;
    padding: 7px 10px 8px;
    position: absolute;
    right: 25px;
    top: -40px;
}
.booking-main .booking-best-price:after {
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    border-style: solid;
    border-width: 0 20px 15px 0;
    bottom: -15px;
    right: 25px;
    border-color: transparent #4a83ac transparent transparent;
}
.booking-best-price h2 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}
.booking-best-price h2 strong {
    width: 100%;
    display: inline-block;
}
.healine-block {
    margin-bottom: 25px;
}


.content-section {
    background-color: #fff;
    z-index: 1;
    padding: 25px 0;
}

/*.content-section, */
.red-bg-pattern {
    position: relative;
}
/*.red-bg-pattern:before, 
.blue-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
*/
.content-section:after {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 52%, rgba(255, 255, 255, 0.41) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 0.69)), color-stop(100%, rgba(255, 255, 255, 0.41)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 52%, rgba(255, 255, 255, 0.41) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 52%, rgba(255, 255, 255, 0.41) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 52%, rgba(255, 255, 255, 0.41) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 52%, rgba(255, 255, 255, 0.41) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 250px;
    z-index: -1;
} /*
.red-bg-pattern:before {
    background-image: url('Images/patter-g-red.png');
    background-repeat: repeat;
    background-position: center top;
    opacity: 0.8;
}
*/



.red-bg-pattern:before {
    position:relative;
    background-image: url('Images/patter-g-red.png');
    background-repeat: repeat;
    background-position: center top;
    opacity: 0.8;    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;         
}










.teaser-section {
    position: relative;
}
.teaser-section .container, 
.teaser-section div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.teaser-section .row {
    margin-left: 0;
    margin-right: 0;
}




/*.teaser-wrapper */

.ce-left .ce-gallery, .ce-column {
    float:none !important;
}

.content-section .frame.grid-3 {
    display: inline-block;
    position: relative;
    width: 100%;
}
.content-section .frame.grid-3 .element {
    margin-bottom: 25px;
}

.content-section .frame.grid-3 .element .ce-row, 
.content-section .frame.grid-3 .element .ce-column {
    margin: 0;
}
.content-section .frame.grid-3 .element .ce-gallery img {
    width: 100%;
}
.content-section .frame.grid-3 .element .ce-intext.ce-left .ce-gallery, 
.content-section .frame.grid-3 .element .ce-intext.ce-right .ce-gallery {
    margin: 0;
}
.content-section .frame.grid-3 .element .ce-bodytext {
    background-color: #ffffff;
    box-shadow: 0 -1.5px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
    text-align: center;
}
.service-section .frame.grid-3 .element .ce-bodytext {
    box-shadow:none;
    padding:0;
    margin:0;
    
    overflow:visible;
    
}

.service-section .frame.grid-3 .element .ce-gallery figure { display: block; width:175px; }
.service-section .frame.grid-3 .element .ce-gallery img { display: inline; }

/*
.service-section .frame.grid-3 .element .ce-left .ce-gallery, 
.service-section .frame.grid-3 .element .ce-column {
    float:none;
    text-align:center;
}
.service-section .frame.grid-3 .element .ce-left .ce-gallery .image { display:inline-block; }
*/


.frame.grid-4 .element .ce-center.ce-above .ce-gallery, 
.content-section .frame.grid-3 .element .ce-center.ce-above .ce-gallery {
    margin-top: 0;
    margin-bottom: 0;
}
.content-section .frame.grid-3 .element .ce-center .ce-bodytext {
    float: none;
    max-width: 100%;
    position: relative;
    margin: -60px 20px 0;
}
.content-section .frame.grid-3 .element .ce-center .ce-bodytext h3,
.service-section .frame.grid-3 .element h3, 
.frame.grid-4 .element .ce-bodytext h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.content-section .frame.grid-3 .element .ce-center.ce-above {
    padding-bottom: 20px;
}
.content-section .frame.grid-3 .element .ce-bodytext p {
    line-height: 23px;
}



                        

.blue-layer {
    background-image:url('Images/blue-layer-background.jpg');
    
}
.blue-layer:before {
    background-color: rgba(74, 131, 171, 0.9);
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;    
    
}

.service-section {
    padding: 30px 0 20px;
    position: relative;
    z-index: 1;
    box-shadow: -4px 3px 80px 0px rgba(0, 0, 0, 0.25);
}
.service-section .healine-block {
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
}
.service-section .healine-block h1, 
.service-section .healine-block h2 {
    color: inherit;
}
.service-section .lead-text {
    margin: 0 0px;
}
.service-section .frame.grid-3 .element .ce-left .ce-gallery, 
.service-section .frame.grid-3 .element .ce-gallery .ce-column {
    margin-bottom: 0;
}
.service-section .frame.grid-3 .element .ce-left .ce-gallery {
    text-align: center;
}
.service-section .frame.grid-3 .element {
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 25px 20px 1px;
}
.service-section .frame.grid-3 .element .ce-bodytext {
    padding-top: 5px;
    text-align:left;
}




.small-teaser-section {
    padding: 30px 0 20px;
    background-color: #fff;
}
.frame.grid-4 .element {
    margin: 10px 0 20px;
}
.frame.grid-4 .element .ce-bodytext {
    padding: 0 10px;
    text-align:center;
}
.frame.grid-4 .element .ce-bodytext p {
    margin-bottom: 18px;
}
.frame.grid-4 .element .ce-bodytext .btn {
    font-size: 13px;
    height: 34px;
    min-width: 175px;
    padding: 6px 10px;
}
.panorama-section .panorama {
    box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: -1;
    min-height: 300px;
}
.panorama-section .panorama  iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.trip-section {
    padding: 90px 0 40px;
    position: relative;
}
.trip-block-wrapper {
    background-color: #3587C8;
    display: inline-block;
    width: 100%;
    box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.25);
}
.trip-block {
    color: #ffffff;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 25px;
}
.trip-block .trip-block-img {
    float: left;
    margin: -60px 0 0 -6px;
}
.trip-block-img img {
    max-height: 280px;
    max-width: 300px;
}
.trip-block .trip-block-content {
    display: inline-block;
    max-width: 100%;
    padding: 25px 0 35px;
}
.trip-block-content h1, 
.trip-block-content h2 {
    color: inherit;
}
.trip-block-content h1 {
    margin-bottom: 20px;
}
.trip-block-content p {
    margin-bottom: 20px;
}


.map-section { background-color:#fff; }
.map-section .map {
    height: 348px;
}
.map-section .map .frame-type-html,
.map-section .map iframe { width:100%; height:100%; border:0; }








.modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    text-align: center;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.modal-content .close {
    width: 27px;
    height: 27px;
    top: 10px;
    right: 12px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    color: #505050;
    opacity: 1;
    z-index: 1;
}
.modal-content .close i {
    font-weight: 700;
    font-size: 26px;
}

/*
.bastprice-modal .modal-content .close {
    top: 0;
    right: 0;
}
.bastprice-modal .modal-content .close i {
    color: #b50056;
    position: relative;
    top: 0;
}
.bastprice-modal .modal-body {
    padding: 0;
} */

/* has image on top */
.modal.contact .close { 
    top: 0; right: 0;
}
.modal.contact .close i{ 
    color: #b50056;
    position: relative;
    top: 0;
}

.modal.contact .modal-body{
    padding:0;
}
.modal.contact .ce-gallery { margin-top: 0; }




.modal-content h3, .modal-content .disturber-block h3 {
    color: #3587C8;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}
.modal-content p {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
    margin-bottom: 20px;
}
.bastprice-modal-cotent {
    padding: 20px 20px 35px;
}
.modal-content .disturber-block {
    padding: 30px 15px 20px;
}
.bastprice-modal-cotent img, .modal-content .disturber-block img {
    margin-bottom: 10px;
    max-width: 35px;
    width: 100%;
}
.modal-content .disturber-block p {
    margin-bottom: 35px;
}
.modal-content .disturber-block p {
    margin-bottom: 20px;
}
.modal-content .disturber-block a {
    font-size: 16px;
    margin-bottom: 5px;
}




.content-section .frame.frame-layout-73 {
    /*margin-top:40px;*/
}
.content-section .frame.frame-layout-73 + .frame.frame-layout-73 {
    margin-top:0;
}

/*.rooms-info-wrapper {
    margin: 40px -15px 0;
} */



.frame-type-textmedia.frame-layout-73 {
    margin-bottom: 0;
}
.frame-type-textmedia.frame-layout-73 .ce-left .ce-gallery, 
.frame-type-textmedia.frame-layout-73 .ce-right .ce-gallery {
    margin: 0 !important;
    float: none;
}
.frame-type-textmedia.frame-layout-73 .ce-gallery .ce-row, 
.frame-type-textmedia.frame-layout-73 .ce-gallery .ce-column, 
.frame-type-textmedia.frame-layout-73 .ce-gallery figure {
    margin-bottom: 0;
}
.frame-type-textmedia.frame-layout-73 .ce-textpic {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
}
.frame-type-textmedia.frame-layout-73 .ce-bodytext {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 20px 20px 30px;
    text-align: center;
    box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.25);
    max-width: 88%;
    margin: 0 auto;
    position: relative;
    top: -40px;
}
.frame-type-textmedia.frame-layout-73 .ce-bodytext h1 {
    font-weight: 500;
    margin-bottom: 15px;
}
.frame-type-textmedia.frame-layout-73 .ce-bodytext .list-with-icon,
.frame-type-textmedia.frame-layout-73 .ce-bodytext ul {
    margin: 20px 0 25px;
    padding:0;
}





.content-section .list-with-icon li {
    list-style: none;
    margin: 0;
    padding: 7px 15px 7px 40px;
    border-top: 1px solid #bcbcbc;
    text-align: left;
    font-size: 16px;
}
.content-section .list-with-icon li:last-child {
    border-bottom: 1px solid #bcbcbc;
}
.list-with-icon li i {
    color: #4880a8;
    font-size: 19px;
}
.content-section ul.list-with-icon li {
    position:relative;
}

.content-section ul.list-with-icon li:before {
    display: block;
    content:"";
    
    position: absolute;
    
    left:8px;
    top:8px;
    width:22px; 
    height:22px;    
    
    border-radius:0;
    vertical-align: middle;

    
    background-repeat: no-repeat;
    background-position: center center;
    background-color:transparent;
    background-size:contain;
}


.content-section ul.list-with-icon li.icon.icon-bed:before      { background-image:url( 'Images/icon-bed.svg'  );  }
.content-section ul.list-with-icon li.icon.icon-persons:before  { background-image:url( 'Images/icon-persons.svg'  );  }
.content-section ul.list-with-icon li.icon.icon-size:before     { background-image:url( 'Images/icon-size.svg'  );  }

.content-section ul.list-with-icon li.icon.icon-bar:before      { background-image:url( 'Images/Rooms/Minibar.svg'  );  }
.content-section ul.list-with-icon li.icon.icon-dryer:before    { background-image:url( 'Images/Rooms/Foehn.svg'  );  }
.content-section ul.list-with-icon li.icon.icon-tv:before       { background-image:url( 'Images/Rooms/TV_HD.svg'  );  }
.content-section ul.list-with-icon li.icon.icon-lock:before     { background-image:url( 'Images/Rooms/Sicherheitsbox.svg'  );  }
.content-section ul.list-with-icon li.icon.icon-phone:before    { background-image:url( 'Images/Rooms/Telefon.svg'  );  }
.content-section ul.list-with-icon li.icon.icon-vod:before      { background-image:url( 'Images/Rooms/Video_on_Demand.svg'  );  }

/*                                                     
.content-section ul.list-with-icon li.icon.ei:before {
    font-family: 'ElegantIcons';
    color:#4880a8;
    background-image: none;
    font-size:18px;
    top:7px;
    left:12px;
}
.content-section ul.list-with-icon li.icon.ei.icon-tv:before    { content:"\e00e";  }
.content-section ul.list-with-icon li.icon.ei.icon-lock:before  { content:"\e06c";  }
.content-section ul.list-with-icon li.icon.ei.icon-phone:before { content:"\e090";  }
.content-section ul.list-with-icon li.icon.ei.icon-vod:before   { content:"\e024";  }
*/




footer.page {
    position: relative;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
footer.page .footer-top {
    background: #3587C8;
    color: #fff;
}
footer.page .footer-bottom {
    background: #AB070F;
    color: #fff;
}
footer.page .footer-logo {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    max-width: 122px;
    width: 100%;
}
footer.page address {
    line-height: 20px;
    margin-bottom: 13px;
}
footer.page ul {
    margin: 0;
    padding: 0;
}
footer.page ul li {
    list-style: none;
    margin-bottom: 3px;
}
footer.page a, footer.page h3 {
    color: inherit;
}
.footer-top {
    padding: 15px 0 0;
}
.footer-top ul li, .footer-bottom ul li {
    position: relative;
}
.footer-top ul li {
    padding-left: 12px;
}
.footer-top ul li:before {
    content: "";
    background-color: #fff;
    height: 1px;
    width: 7px;
    position: absolute;
    left: 0;
    top: 12px;
}
footer.page .footer-bottom {
    padding: 15px 0 20px;
}
footer.page .footer-bottom ul li {
    display: inline-block;
    margin-bottom: 0;
}
.footer-bottom ul li:not(:last-child) {
    margin-right: 15px;
}
.footer-bottom ul li:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: -10px;
}
.footer-top h3 {
    font-size: 17px;
    margin: 10px 0 12px;
}
footer.page .hotel-short-info p {
    line-height: 21px;
}
footer.page .hotel-short-info p:last-child {
    margin-bottom: 0;
}
.form-content {
    margin: 0;
    padding: 0;
}
.form-content h1 {
    margin-bottom: 28px;
}
.form-content h1 br {
    display: none;
}
.form-wrapper {
    margin: 10px 0 0;
}
form label {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
form .checkbox-wrapper {
    margin: 6px 0px 10px;
}
.form-wrapper form input[type="reset"], .form-wrapper form input[type="submit"] {
    min-width: 170px;
    margin: 10px 10px 10px 0;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-container {
    padding-left: 60px;
    padding-right: 60px;
}
.mfp-arrow {
    height: 50px;
    width: 26px;
    top: 53%;
}
.mfp-arrow-left {
    left: 23px;
}
.mfp-arrow-right {
    right: 25px;
    background-position: -78px center;
}
.mfp-gallery .mfp-close {
    right: 32px;
}
.mfp-gallery .mfp-close, .mfp-gallery .mfp-container .mfp-arrow, .gm-style .gm-style-iw + button {
    min-width: 1px;
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
.mfp-gallery .mfp-close:hover, .mfp-gallery .mfp-container .mfp-arrow:hover, .mfp-gallery .mfp-close:focus, .mfp-gallery .mfp-container .mfp-arrow:focus, .mfp-gallery .mfp-container .mfp-arrow:active, .mfp-gallery .mfp-close:active {
    background-color: transparent;
}
.mfp-gallery .mfp-content .mfp-img {
    background-color: #fff;
    padding: 3px;
}
.mfp-gallery .mfp-content .mfp-close {
    display: none;
}
.search-result-pagination {
    position: relative;
    margin: 0;
    text-align: center;
}
.search-result-pagination .pagination {
    margin: 10px 0 30px;
    justify-content: center;
}
.search-result-pagination .pagination li {
    padding: 0;
    margin: 0;
}
.search-result-pagination .pagination li:before {
    display: none;
}
.search-result-pagination .pagination li a {
    color: #4b879a;
}
.search-result-pagination .pagination li a:hover, .search-result-pagination .pagination li a:focus, .search-result-pagination .pagination li.active a:focus, .search-result-pagination .pagination li.hover a:focus, .search-result-pagination .pagination li:hover a, .search-result-pagination .pagination li:hover a, .search-result-pagination .pagination li.active a {
    background-color: #3587C8;
    color: #fff;
    border-color: #3587C8;
    box-shadow: none;
}
.news .article {
    position: relative;
}
.news-list-view .article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 20px;
    width: 100%;
    display: inline-block
}
.news-list-view .article:last-child {
    border: 0;
    margin-bottom: 0;
}
.news .article h3 {
    margin: 0 0 15px;
    color: #3587C8;
}
.tx-indexedsearch-res h3 {
    display: inline-block;
    margin-bottom: 5px;
}
.news .article h3 a {
    color: inherit;
}
.news-img-wrap {
    width: 100%;
}
.news-list-view .footer p {
    margin: 0
}
.news-backlink-wrap {
    margin: 20px 0;
}
.news-list-view .article, .news-single .article {
    padding-top: 25px
}
.news .article .footer {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
.news-list-view .footer p {
    font-size: 16px
}
.news-single .article h3 {
    margin: 0 0 10px;
}
.news-single .footer p {
    margin: 0 0 10px
}
.news-backlink-wrap a, .article .more {
    color: #3587C8;
}
.modal-dialog {
    margin: 55px auto 0;
    max-width: 90%;
}
.room-detail-slider-wrapper {
    margin: 20px -15px;
}
.room-detail-slider-wrapper {
    margin: 35px -15px 60px;
}
.roomdetail-slider {
    margin-bottom: 40px;
}
.roomdetail-slider .carousel-indicators, .roomdetail-slider .carousel-indicators li:before, .roomdetail-slider .carousel-indicators li:after {
    display: none;
}
.roomdetail-slider .carousel-control-wrapper {
    width: auto;
    top: auto;
    left: auto;
    bottom: -27px;
    right: 0px;
    padding: 0;
    -webkit-transform: none;
    transform: none;
}
.roomdetail-slider .carousel-control {
    background-color: rgba(181, 0, 86, 1);
    opacity: 1;
    display: table;
    height: 40px;
    width: 40px;
    position: relative;
    left: auto;
    right: auto;
    float: right;
}
.roomdetail-slider .carousel-control i {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
}







.frame + .frame-type-dce_dceuid1,
.small-teaser-wrapper {
    margin: 20px 0 0;
}
.contact-info-block-wrapper {
    margin: 40px 0 10px;
}
.contact-info-block {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    display: table;
    width: 100%;
    font-family: "Poppins", sans-serif;
    padding: 30px 20px;
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-info-block.address-block,
.contact-info-block.contact-block {
    
  display: flex;
  justify-content: center;
  align-items: center;    
    
}
.contact-info-block.contact-block p { margin:0; padding:0; }


.contact-info-block address strong, 
.contact-info-block.contact-block span,
.contact-info-block.contact-block a:hover{
    color: #b50056;
}
.contact-info-block address {
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    text-align: center;
}
.contact-info-block address strong {
    font-weight: 700 !important;
}
.contact-info-block.contact-block {
    text-align: center;
}
.contact-info-block.contact-block a {
    color: #505050;
}
.contact-info-block.contact-block .icon_phone {
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
    display: inline-block;
}
.contact-info-block.contact-block span {
    font-size: 28px;
    margin-bottom: 7px;
    display:inline-block;
}


@media(min-width:576px) {
    .rooms-info-wrapper, 
    .room-detail-slider-wrapper, 
    .booking-main {
        margin-left: 0;
        margin-right: 0;
    }
    .teaser-section .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .teaser-section .container, .teaser-section div[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .carousel-control-wrapper {
        max-width: 540px;
    }
    .banner-slider-section .carousel-caption {
        max-width: 400px;
    }

}


@media (min-width:768px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 25px;
    }
    p.teaser {
        font-size: 23px;
        line-height: 28px;
    }

    .lead-text p {
        line-height: 24px;
        font-size: 18px;
    }
    hr {
        margin: 30px 0;
    }
    input[type="password"] input[type="password"], input[type="text"], input[type="tel"], input[type="email"], input[type="number"], select, textarea, .form-control {
        height: 42px;
        line-height: 43px;
    }
    input[type="button"], 
    input[type="reset"], 
    input[type="submit"], 
    button, 
    .btn {
        padding: 13px 25px;
    }
    textarea {
        min-height: 150px;
        padding-top: 9px;
    }
    .checkbox-wrapper label {
        margin-bottom: 0;
    }
    .ce-align-left {
        text-align: left
    }
    .ce-align-center {
        text-align: center
    }
    .ce-align-right {
        text-align: right
    }
    .ce-table td, .ce-table th {
        vertical-align: top
    }
    .ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
        overflow: hidden
    }
    .ce-left .ce-gallery, .ce-column {
        float: left !important;
    }
    .ce-center .ce-outer {
        position: relative;
        float: right;
        right: 50%
    }
    .ce-center .ce-inner {
        position: relative;
        float: right;
        right: -50%
    }
    .ce-right .ce-gallery {
        float: right
    }
    .ce-gallery figure {
        display: table;
        margin: 0
    }
    .ce-gallery figcaption {
        display: table-caption;
        caption-side: bottom
    }
    .ce-gallery img {
        display: block
    }
    .ce-gallery iframe {
        border-width: 0
    }
    .ce-border img, .ce-border iframe {
        border: 2px solid black;
        padding: 0px
    }
    .ce-intext.ce-right .ce-gallery, 
    .ce-intext.ce-left .ce-gallery, 
    .ce-above .ce-gallery, 
    .ce-below .ce-gallery {
        margin-bottom: 0 !important;
    }
    .ce-intext.ce-right .ce-gallery {
        margin-left: 25px !important;
        margin-top: 3px !important;
    }
    .ce-intext.ce-left .ce-gallery {
        margin-right: 25px !important;
        margin-top: 3px !important;
    }
    .ce-textpic.ce-right.ce-nowrap .ce-gallery {
        max-width: 50%;
        width: 100%;
    }
    .ce-intext.ce-right .ce-bodytext h5, .ce-intext.ce-left .ce-bodytext h5 {
        margin-top: 4px;
    }
    .ce-above .ce-gallery {
        margin-top: 20px
    }
    .ce-below .ce-gallery {
        margin: 60px 0 39px;
    }
    .ce-below.ce-right .ce-gallery, .ce-below.ce-left .ce-gallery, .ce-below.ce-center .ce-gallery {
        margin-top: 0;
        margin-bottom: 0;
    }
    .ce-column {
        margin-right: 30px;
        margin-bottom: 15px
    }
    .ce-column:last-child {
        margin-right: 0
    }
    .ce-row {
        margin-bottom: 10px
    }
    .ce-row:last-child {
        margin-bottom: 0
    }
    .ce-above .ce-bodytext {
        clear: both
    }
    .ce-intext.ce-left ol, .ce-intext.ce-left ul {
        padding-left: 40px;
        overflow: auto
    }
    .ce-intext.ce-left ul {
        padding-left: 0px
    }
    .content-section .ce-uploads li {
        margin: 0 0 6px 0;
    }
    .content-section .ce-uploads li div {
        float: left;
        width: auto;
    }
    .ce-uploads span {
        display: block
    }
    
    .navigation {
        height: 62%;
    }
    .navigation .languages {
        margin: 0 28px 0 36px;
        padding: 0 0 26px;
    }
    .navigation .reserve-button .btn {
        padding: 9px 12px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 15px;
        height: 15px;
    }
    .carousel-indicators li:not(:last-child) {
        margin: 0 8px 0 0;
    }
    .banner-section .banner, 
    .banner-slider-section {
        border-bottom: 10px solid #3587C8;
    }
    
    
    
    .banner-slider-section .carousel-item img {
        display: none;
    }
    .banner-slider-section .carousel-caption {
        max-width: 447px;
    }
    .carousel-caption h2, 
    .banner-content h2 {
        font-size: 36px;
    }
    .banner-slider-section .carousel-caption {
        font-size: 48px;
    }
    .carousel-caption p {
        line-height: 52px;
        margin-bottom: 17px;
    }
    .home-banner.banner-slider-section .carousel-caption p {
        margin: 0 55px;
    }
    .content-section {
        padding: 45px 0 25px;
    }
    .healine-block {
        margin-bottom: 33px;
        text-align: center;
    }
    .booking-main {
        margin-top: -45px;
    }
    .booking-best-price h2 {
        font-size: 19px;
        line-height: 21px;
    }
    .booking-main .booking-best-price {
        max-width: 115px;
        right: 45px;
        top: -42px;
    }
    .booking-main .booking-best-price::after {
        border-width: 0 25px 20px 0;
        bottom: -20px;
        right: 31px;
    }
    
    
    
    
    .teaser-section .container, .teaser-section div[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .teaser-section .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .content-section .frame.grid-3 {
        margin: 0 0 30px;
    }
    .content-section .frame.grid-3 .element .ce-bodytext, 
    .content-section .frame.grid-3 .element .ce-gallery {
        width: 100%;
    }
    
    .service-section .frame.grid-3 .element .ce-bodytext,
    .service-section .frame.grid-3 .element .ce-gallery {
        width:auto;
    }
    
    
    .content-section .frame.grid-3 .element .ce-center.ce-above {
        padding-bottom: 30px;
    }
    .content-section .frame.grid-3 .element .ce-center .ce-bodytext {
        margin: -50px 15px 0;
        max-width: 300px;
    }
    .content-section .frame.grid-3 .element .ce-bodytext {
        padding: 20px 15px 30px;
        box-shadow: 0px -2px 25px 0px rgba(0, 0, 0, 0.25);
    }
    .content-section .frame.grid-3 .element .ce-bodytext .btn {
        padding: 7px 20px;
    }
    .content-section .frame.grid-3 .element .ce-center .ce-bodytext h3, 
    .service-section .frame.grid-3 .element h3, .frame.grid-4 .element .ce-bodytext h3 {
        font-size: 27px;
    }
    
    
    
    
    
    .service-section {
        padding: 53px 0 47px;
    }
    .service-section .healine-block {
        margin-bottom: 46px;
    }
    .service-section .frame.grid-3 .element {
        margin-bottom: 20px;
        padding: 17px 20px 20px;
    }
    .service-section .frame.grid-3 .element .ce-bodytext {
        padding-top: 12px;
    }
    .service-section .lead-text {
        margin: 0 30px;
    }
    
    
    
    
    
    
    .small-teaser-section {
        padding: 35px 0 15px;
    }
    .frame.grid-4 .element {
        margin: 5px 0 30px;
    }
    .frame.grid-4 .element .ce-bodytext .btn {
        font-size: 14px;
        height: 38px;
        padding: 8px 10px;
    }
    .trip-section {
        padding: 80px 0 60px;
    }
    .trip-block-img img {
        max-height: 350px;
        max-width: 300px;
    }
    .trip-block .trip-block-content {
        padding: 25px 0 45px;
    }
    .trip-block-content p {
        margin-bottom: 30px;
    }
    .map-section .map {
        height: 430px;
    }
    footer.page .newsletter-content {
        padding: 30px 25px 15px;
        top: -52px;
    }
    footer.page .social-media li {
        margin-bottom: 12px;
    }
    footer.page .social-media a {
        font-size: 21px;
    }
    .social-media a i {
        margin-right: 20px;
        top: 0;
    }
    .footer-top {
        padding: 23px 0 0;
    }
    .footer-top h3 {
        font-size: 19px;
        margin: 10px 0 15px;
    }
    footer.page p.phone span, footer.page p.email span {
        display: inline-block;
        margin-right: 5px;
    }
    footer.page p.phone i, footer.page p.email i {
        display: none;
    }
    footer.page p.email {
        margin-bottom: 25px;
    }
    footer.page .footer-bottom {
        padding: 15px 0 10px;
    }
    form label {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .form-content {
        margin: -38px 0 0;
        padding: 0 12px;
    }
    .form-content h1 br {
        display: inline-block;
    }
    .form-wrapper {
        margin: 20px 0 15px;
    }
    .form-wrapper form input[type="reset"], .form-wrapper form input[type="submit"] {
        margin-top: 28px;
    }
    .mfp-arrow {
        height: 70px;
        width: 30px;
    }
    .mfp-arrow-left {
        left: 10px;
    }
    .mfp-arrow-right {
        right: 12px;
        background-position: -74px center;
    }
    .search-result-pagination {
        margin: 20px 0 25px;
    }
    .news-list-view .article, .news-single .article {
        padding-top: 0
    }
    .news-list-view .article {
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    .news .article .footer {
        left: auto;
        right: 0
    }
    .news-list-view .footer p {
        font-size: inherit
    }
    .news-list-view .header h3:hover a, .tx-indexedsearch-res h3:hover a, .news-backlink-wrap a:hover, .more:hover {
        color: #3587C8;
    }
    .news-list-view .teaser-text p {
        margin: 0 0 10px;
    }
    .modal-dialog {
        max-width: 550px;
        margin-top: 100px;
    }
    .bastprice-modal-cotent {
        padding: 30px 45px 50px;
    }
    .bastprice-modal-cotent img, .modal-content .disturber-block img {
        margin-bottom: 18px;
    }
    .modal-content p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.2px;
        margin-bottom: 25px;
    }
    .modal-content h3, .modal-content .disturber-block h3 {
        font-size: 26px;
    }
    .modal-content .disturber-block p {
        margin-bottom: 25px;
    }
    .modal-content .disturber-block {
        padding: 35px 15px 25px;
    }
    .modal-content .disturber-block a {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .content-section ul {
        padding: 0;
        margin: 10px 0 20px;
    }
    
    
    
    .content-section .list-with-icon li {
        font-size: 18px
    }

    .list-with-icon li i {
        left: 8px;
        top: 12px;
        font-size: 20px;
    }
    
    
    
    
    .content-section .frame.frame-layout-73,
    .rooms-info-wrapper {
      /*  margin-top: 70px;*/
    }
    .frame-type-textmedia.frame-layout-73 {
        margin-bottom: 20px;
    }
    .frame-type-textmedia.frame-layout-73 .ce-bodytext {
        padding: 30px 30px 40px;
        box-shadow: 0px -1.5px 20px 0px rgba(0, 0, 0, 0.25);
    }
    .room-detail-slider-wrapper {
      /*  margin-top: 50px;
        margin-bottom: 80px;*/
    }
    .roomdetail-slider .carousel-indicators {
        position: relative;
        display: flex;
        display: -ms-flexbox !important;
        margin: 20px 0;
        bottom: auto;
        padding: 0;
    }
    .roomdetail-slider .carousel-indicators li {
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 0;
    }
    .roomdetail-slider .carousel-indicators li img {
        display: block;
    }
    .roomdetail-slider, .roomdetail-slider .carousel-indicators {
        align-items: start;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
    }
    .roomdetail-slider {
        display: -ms-flexbox !important;
        display: flex;
        flex-direction: row;
    }
    .roomdetail-slider .carousel-inner {
        width: 75%;
    }
    .roomdetail-slider .carousel-indicators {
        flex-wrap: wrap;
        width: 22%;
        margin: 0;
    }
    .roomdetail-slider .carousel-indicators li {
        max-width: 70px;
        margin-right: 0;
        margin-bottom: 8px;
        width: 100%;
    }
    .roomdetail-slider .carousel-control-wrapper {
        right: 25%;
        bottom: -22px
    }
    .roomdetail-slider .carousel-control {
        background-color: rgba(181, 0, 86, 0.6);
    }
    .roomdetail-slider .carousel-control:hover {
        background-color: rgba(181, 0, 86, 1);
    }
    
    .frame + .frame-type-dce_dceuid1,
    .small-teaser-wrapper {
        margin: 60px 0 20px;
    }
    .contact-info-block-wrapper {
        margin: 40px 0 20px;
    }
    .contact-info-block-wrapper .contact-info-block {
        height: 175px;
    }
    .contact-info-block {
        font-size: 15px;
        padding: 0 18px;
    }
    .contact-info-block address {
        line-height: 24px;
        text-align: left;
    }
    .contact-info-block.contact-block span {
        font-size: 36px;
        margin-bottom: 10px;
    }
    /*.contact-info-block.contact-block .icon_phone {
        margin-bottom: 4px;
    }*/
    
    
    
    
    
    .frame-type-textmedia.frame-layout-83 {
        margin: 50px 0 30px;
    }
    .mfp-gallery .mfp-content .mfp-img {
        padding: 7px;
    }
    .mfp-gallery .mfp-container .mfp-close {
        right: 17px;
    }
    .panorama-section .panorama  {
        min-height: 400px;
    }
    
    .carousel-control-wrapper {
        max-width: 720px;
        top: 38%;
    }
    .banner-slider-section .carousel-caption {
        max-width: 600px;
    }
    .banner-slider-section .carousel-inner .carousel-item {
        height: 200px;
    }
    .home-banner.banner-slider-section .carousel-inner .carousel-item {
        height: 300px;
    }
}
@media (min-width: 992px) {
    
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 28px;
    }
    p.teaser {
        font-size: 25px;
        line-height: 32px;
        font-weight: 600;
    }
    .lead-text p {
        line-height: 25.5px;
        font-size: 20px;
    }
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    button,
    .btn {
        padding: 15px 30px;
    }
    textarea {
        min-height: 175px;
    }
    select {
        background-position: 96.7% center;
    }
    hr {
        margin: 34px 0 43px;
    }
    .ce-textpic.ce-right.ce-nowrap .ce-gallery {
        max-width: 100%;
        width: auto;
    }
    .menu-trigger {
        margin: 24px 0 0 37px;
    }
    
    header.page {
        border-bottom: 10px solid #3587C8;
    }
    header.page .logo {
        margin-top: 25px;
        width: 240px;
    }
    .select-box .selected-val span, .select-box li a {
        font-size: 14px;
    }
    .nav-wrapper {
        float: right;
        width: auto;
    }
    .nav-wrapper>.header-top {
        display: flex !important;
        justify-content: flex-end;
    }
    .reserve-button .btn {
        margin-left: 12px;
        border-radius: 0 0 6px 6px;
    }
    .header-top {
        width: 100%;
    }
    .navigation {
        float: right;
        height: auto;
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin-top: 0;
        pointer-events: auto;
        overflow-y: visible;
        box-shadow: none;
    }
    .navigation::before {
        display: none;
    }
    .navigation .languages a {
        font-size: 18px;
    }
    .navigation .languages a:not(:last-child) {
        margin-right: 42px;
    }
    .navigation .languages a:not(:last-child):after {
        left: 40px;
    }
    .navigation nav {
        border-bottom: 0;
    }
    .navigation nav a {
        font-size: 16px;
    }
    .navigation nav a i {
        font-size: 1.6em;
    }
    .navigation nav>ul>li {
        padding: 15px 5px 5px;
        margin: 0 10px;
        width: auto;
        border-bottom: 5px solid transparent;
    }
    .navigation nav > ul > li:hover,
    .navigation nav > ul > li.active {
        border-bottom: 5px solid #3587C8;
    }
    .navigation nav>ul>li:first-child {
        margin-left: 0;
    }
    .navigation nav>ul>li:last-child {
        margin-right: 0;
    }
    .navigation nav>ul>li>a {
        position: relative;
        padding: 0;
        border-top: 0;
    }
    .navigation nav li li {
        padding: 0;
        text-align: center;
    }
    .navigation nav li.active>a,
    .navigation nav li:hover>a {
        color: #3587C8;
    }
    .navigation nav>ul>li.has-sub.sub-menu-open > .sub-menu,
    .navigation nav>ul>li:hover > .sub-menu {
        display: block;
    }
    .navigation nav .sub-menu {
        left: 50%;
        position: absolute;
        width: 220px;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0;
        /*background-color: #ffffff;*/
        z-index:999;
        padding-top:10px;
    }
    .navigation nav .sub-menu ul {
        /*padding: 15px 0;*/
        padding:0;
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.35);
        width: 100%;
        background-color: #ffffff;
    }
    .navigation nav .sub-menu ul > li { background-color:#fff; }
    .navigation nav .sub-menu ul > li.first,
    .navigation nav .sub-menu ul > li.last:first-child {
        padding-top:15px;
    }
    .navigation nav .sub-menu ul > li.last { padding-bottom:15px; }
    
    
    .navigation nav .sub-menu > ul{
        position: relative;
    }
    .navigation nav .sub-menu > ul:before
    /*.navigation nav .sub-menu::before*/ {
        height: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        position: absolute;
        content: "";
        width: 22px;
        top: -11px;
        
        display: none;
    }
    .navigation nav .sub-menu > ul:before{
        background-color: #fff;
        overflow: hidden;
        position: absolute;
    }
    .navigation nav .sub-menu > ul:before
    /*.navigation nav .sub-menu::before*/ {
        background: #ffffff none repeat scroll 0 0;
        box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
    }
    .navigation nav li .sub-menu li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .navigation nav li li a {
        margin: 0;
        font-size: 16px;
    }
    .arrow {
        display: none;
    }
    
    
    
    .carousel-caption h2, .banner-content h2 {
        font-size: 42px;
    }
    .booking-main {
        margin-top: -85px;
    }
    .booking-main .booking-best-price {
        right: 68px;
        top: -50px;
    }
    main.content {
        /*margin-top: 107px;*/
    }
    body { padding-top:112px; /* content-inset header-height*/ }
    
    .content-section {
        padding: 40px 0 40px;
    }
    .content-section ul li:before {
        top: 10px;
    }
    .review-section {
        padding: 65px 0 77px;
    }
    .review-slider {
        max-width: 770px;
        padding: 56px 100px 32px;
    }
    .btn-wrapper input[type="submit"] {
        width: auto;
        min-width: 220px;
        font-size: 15px;
        letter-spacing: -0.15px;
        margin-top: -1px;
    }
    
    
    
    
    
    .content-section .frame.grid-3 {
        margin: 0 0 40px;
    }
    .content-section .frame.grid-3 .element .ce-center .ce-bodytext {
        margin: -55px auto 0;
        max-width: 400px;
    }
    .content-section .frame.grid-3 .element .ce-bodytext {
        padding: 30px 20px;
        box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.25);
    }
    .service-section .frame.grid-3 .element {
        padding: 12px 15px 0;
        margin-bottom: 28px;
    }
    .content-section .frame.grid-3 .element .ce-center .ce-bodytext h3, 
    .service-section .frame.grid-3 .element h3, 
    .frame.grid-4 .element .ce-bodytext h3 {
        margin-bottom: 12px;
        font-size: 30px;
    }
    .service-section .frame.grid-3 .element .ce-bodytext {
        padding-top: 18px;
    }
    .small-teaser-section {
        padding: 43px 0 37px;
    }
    .trip-section {
        padding: 90px 0 100px;
    }
    .trip-block {
        padding-left: 0;
    }
    .trip-block .trip-block-img {
        margin: -50px 0 -39px;
        width: 40%;
    }
    .trip-block-img img {
        max-height: 100%;
        max-width: 100%;
    }
    .trip-block .trip-block-content {
        float: left;
        padding: 20px 0;
        width: 60%;
    }
    .trip-block-content p {
        margin-bottom: 25px;
    }
    .map-section .map {
        height: 480px;
    }
    footer.page .newsletter-content {
        padding: 35px 35px 40px 55px;
    }
    .footer-top h3 {
        margin: 15px 0 17px;
        font-size: 21px;
    }
    .newsletter-content form input[type="email"] {
        margin-right: 20px;
    }
    .newsletter-content form input[type="submit"] {
        margin: 0;
    }
    .newsletter-content form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer.page p.email {
        margin-bottom: 0;
    }
    .form-wrapper {
        margin: 20px 0 25px;
    }
    .mfp-container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .tx-indexedsearch-form label {
        margin-right: 15px
    }
    .modal-dialog {
        margin-top: 135px;
        max-width: 668px;
    }
    .modal-content h3, .modal-content .disturber-block h3 {
        font-size: 28px;
    }
    .modal-content p {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.30px;
        margin-bottom: 30px;
    }
    .modal-content .disturber-block {
        padding: 43px 15px 33px;
    }
    .modal-content .disturber-block p {
        margin-bottom: 35px;
    }
    
    
    
    .content-section .list-with-icon li {
        font-size: 20px;
        padding: 8px 20px 11px 65px;
    }
    
    
    .content-section ul.list-with-icon li:before {
        left:20px;
        top:13px;
        width:22px; 
        height:22px;  
    }    
    /*
    .content-section ul.list-with-icon li.icon.ei:before {
        font-size:24px;
        top:6px;
        left:20px;
    } */   
    
    
    
    
    
    
    
    
    
    .content-section .frame.frame-layout-73,
    .rooms-info-wrapper {
       /* margin-top: 85px;*/
    }
    .frame-type-textmedia.frame-layout-73 {
        margin-bottom: 50px;
    }
    .frame-type-textmedia.frame-layout-73 .ce-left .ce-gallery {
        float: left;
    }
    .frame-type-textmedia.frame-layout-73 .ce-right .ce-gallery {
        float: right;
    }
    .frame-type-textmedia.frame-layout-73 .ce-bodytext {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .frame-type-textmedia.frame-layout-73 .ce-bodytext h1 {
        margin-bottom: 25px;
    }
    .frame-type-textmedia.frame-layout-73 .ce-left .ce-bodytext {
        right: 0;
    }
    .frame-type-textmedia.frame-layout-73 .ce-right .ce-bodytext {
        left: 0;
    }
    .frame-type-textmedia.frame-layout-73 .ce-gallery {
        width: 78%;
    }
    .frame-type-textmedia.frame-layout-73 .ce-bodytext {
        width: 40%;
        box-shadow: 0px -2px 25px 0px rgba(0, 0, 0, 0.25);
        padding: 20px 25px 30px;
    }
    .room-detail-slider-wrapper {
      /*  margin-bottom: 110px;
        margin-top: 65px;*/
    }
    .roomdetail-slider .carousel-inner {
        width: 68%;
        margin-right: 2.5%;
    }
    .roomdetail-slider .carousel-indicators {
        width: 29.5%;
    }
    .roomdetail-slider .carousel-indicators li {
        max-width: 85px;
        margin-bottom: 12px;
    }
    .roomdetail-slider .carousel-control-wrapper {
        bottom: -27px;
        right: 32%;
    }
    .roomdetail-slider .carousel-control {
        height: 50px;
        width: 50px;
    }
    .roomdetail-slider .carousel-control i {
        font-size: 28px;
    }
    .contact-info-block-wrapper {
        margin: 60px 0 30px;
    }
    .contact-info-block-wrapper .contact-info-block {
        height: 200px;
    }
    .contact-info-block {
        font-size: 20px;
        padding: 0 30px;
    }
    .contact-info-block.contact-block span {
        font-size: 40px;
    }
    
    
    
    
    
    .frame-type-textmedia.frame-layout-83 {
        margin: 60px 0 30px;
    }
    .frame-type-textmedia.frame-layout-83 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .frame-type-textmedia.frame-layout-83 div[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .frame-type-textmedia.frame-layout-83 .gitem {
        margin-top: 30px;
    }
    
    
    .mfp-gallery .mfp-close {
        right: 20px;
    }
    .news-list-view .article {
        margin-bottom: 25px;
        padding-bottom: 30px;
    }
    .tx-indexedsearch-res h3 {
        margin-bottom: 7px;
    }
    .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
        height: 43px;
    }
    .panorama-section .panorama  {
        min-height: 470px;
    }
    
    .carousel-control-wrapper {
        max-width: 960px;
        top: 38%;
    }
    .banner-slider-section .carousel-caption {
        max-width: 800px;
    }
    .home-banner.banner-slider-section .carousel-caption p {
        margin: 0 65px;
    }
    .banner-slider-section .carousel-inner .carousel-item {
        height: 250px;
    }
    .home-banner.banner-slider-section .carousel-inner .carousel-item {
        height: 350px;
    }
    .banner-slider-section .carousel-indicators {
        bottom: 25px;
    }
}





@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
    header.page .logo {
        margin-top: 15px;
        width: 300px;
    }
    .quicklinks ul {
        font-size: 15px;
        margin: 10px 15px 0 0;
    }
    .languages {
        margin: 8px 14px 0;
    }
    .reserve-button .btn {
        letter-spacing: 0.4px;
        margin-left: 13px;
        padding: 8px 24px;
        font-size: 16px;
    }
    .quicklinks ul li:not(:last-child) {
        margin-right: 14px;
    }
    .navigation {
        margin-top: 5px;
    }
    .navigation nav a {
        font-size: 17px;
    }
    .navigation nav>ul>li {
        padding: 10px 10px 7px;
    }
    .navigation nav .sub-menu {
        width: 260px;
    }
    .navigation nav .sub-menu ul {
        padding:0;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.35);
    }
    
    .navigation nav .sub-menu ul > li {
        background-color: #fff;
    }
    .navigation nav .sub-menu ul > li.first,
    .navigation nav .sub-menu ul > li.last:first-child {
        padding-top: 15px;
    }
    .navigation nav .sub-menu ul > li.last {
        padding-bottom: 15px;
    }
    
    
    .navigation nav .sub-menu > ul:before
    /*.navigation nav .sub-menu::before*/{
        height: 25px;
        width: 25px;
        top: -12px
    }
    .navigation nav li li a {
        font-size: 17px;
    }                                          
    .search-form {
        max-width: 935px;
        top: 44%;
    }
    
    .banner-slider-section .carousel-caption {
        max-width: 900px;
    }
    .home-banner.banner-slider-section .carousel-caption p {
        margin: 0 100px;
    }
    .carousel-control-wrapper {
        max-width: 1200px;
        top: 42%;
    }
    .btn-wrapper .input-group {
        height: 125px;
        padding: 0 25px;
    }
    main.content {
        /*margin-top: 123px;*/
    }
    body { padding-top: 115px; /* content-inset header-height*/ }
    
    .carousel-caption h2, .banner-content h2 {
        font-size: 47px;
    }
    .booking-best-price h2 {
        font-size: 21.68px;
        line-height: 22px;
    }
    .booking-main .booking-best-price {
        max-width: 130px;
        padding: 10px 10px 15px;
    }
    
    
    
    
    .content-section .frame.grid-3 {
        margin: 0 0 54px;
    }
    .content-section .frame.grid-3 .element .ce-center .ce-bodytext {
        margin: -85px auto 0;
        max-width: 485px;
    }
    /*
    .frame.grid-3 .element .ce-intext.ce-left .ce-gallery {
        margin: 0 40px 0 0;
    }
    .frame.grid-3 .element .ce-intext.ce-right .ce-gallery {
        margin: 0 0 0 35px;
    }
    .frame.grid-3 .element .ce-left .ce-bodytext {
        padding: 40px 22px 28px 0;
        border: 10px solid red;
    }
    .frame.grid-3 .element .ce-right .ce-bodytext {
        padding: 40px 0 28px 22px;
        border: 10px solid red; 
    }*/
    
    .service-section {
        box-shadow: none;
    }
    
    
    .trip-section {
        padding: 100px 0 138px;
    }
    .trip-block {
        max-width: 1110px;
    }
    .trip-block .trip-block-img {
        margin: -46px 0px -40px 0;
        width: 36.5%;
    }
    .trip-block .trip-block-content {
        padding: 50px 0 44px;
        width: 63.5%;
    }
    .trip-block-content p {
        margin-bottom: 37px;
    }
    .frame.grid-4 .element {
        margin: 2px 0 20px;
    }
    .frame.grid-4 .element .ce-gallery, .frame.grid-4 .element .ce-column, .frame.grid-4 .element .ce-media {
        max-width: 270px;
        width: 100%;
    }
    .map-section .map {
        height: 580px;
    }
    footer.page li a {
        font-size: inherit;
    }
    footer.page a{
        -webkit-transition: 0.3s ease-in-out 0s;
        transition: 0.3s ease-in-out 0s;
    }
    footer.page a:hover{
        text-decoration: underline;
    }
    .modal-dialog {
        margin-top: 153px;
    }
    .content-section .frame.frame-layout-73,
    .rooms-info-wrapper {
      /*  margin-top: 100px;*/
    }
    .frame-type-textmedia.frame-layout-73 {
        margin-bottom: 60px;
    }
    .frame-type-textmedia.frame-layout-73 .ce-gallery {
        width: 73%;
        max-height: 468px;
    }
    .frame-type-textmedia.frame-layout-73 .ce-bodytext {
        padding: 35px 45px 40px;
        box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.25);
        width: 38%;
    }
    .frame-type-textmedia.frame-layout-73 .ce-bodytext h1 {
        margin-bottom: 30px;
    }
    .room-detail-slider-wrapper {
      /*  margin-top: 94px;
        margin-bottom: 150px;*/
    }
    .roomdetail-slider .carousel-indicators li {
        max-width: 108px;
    }
    .roomdetail-slider .carousel-control-wrapper {
        bottom: -32px;
    }
    .roomdetail-slider .carousel-control {
        height: 55px;
        width: 55px;
    }
    .roomdetail-slider .carousel-control i {
        font-size: 38px;
    }
    
    .frame + .frame-type-dce_dceuid1,
    .small-teaser-wrapper {
        margin: 100px 0 25px;
    }
    .frame.grid-4 .element .ce-bodytext h3 {
        font-size: 25px;
    }
    .contact-info-block-wrapper {
        margin: 91px 0 61px;
    }
    .contact-info-block-wrapper .contact-info-block {
        height: 225px;
    }
    .contact-info-block {
        font-size: 21px;
        padding: 0 57px;
    }
    .contact-info-block.contact-block span {
        font-size: 46px;
        margin-bottom: 15px;
    }
    
    
    
    
    .frame-type-textmedia.frame-layout-83 {
        margin: 90px 0 40px;
    }
    .mfp-gallery .mfp-container {
        max-width: 1200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .news-list-view .article {
        margin-bottom: 30px;
        padding-bottom: 35px;
    }
    .panorama-section .panorama {
        min-height: 609px;
    }
    
    .banner-slider-section .carousel-inner .carousel-item {
        height: 350px;
    }
    .home-banner.banner-slider-section .carousel-inner .carousel-item {
        height: 450px;
    }
}






.roomdetail-slider .carousel-item .carousel-caption {
    
    position:static;
    left:auto;
    right:auto;
    bottom:auto;
    color:#505050;
    
    padding:0;
    text-align:left;
    
    margin-top:-10px;
    margin-right:90px;
    margin-left:15px;
}

@media(min-width:575px) {
    .roomdetail-slider .carousel-item .carousel-caption {
        margin-left:0;
    }
}

@media (min-width:992px) {
    .roomdetail-slider .carousel-item .carousel-caption {
        margin-right:110px;
    }
}

@media (min-width:1200px) {
    .roomdetail-slider .carousel-item .carousel-caption {
        margin-right:120px;
    }
}


.roomdetail-slider .carousel-image-wrap {
    position:relative;padding-bottom:25px;
}

.roomdetail-slider .carousel-image-wrap .carousel-control-wrapper {
    bottom:0; right:0;
}

.roomdetail-slider .carousel-item.carousel-item-right .carousel-control-wrapper, 
.roomdetail-slider .carousel-item.carousel-item-left .carousel-control-wrapper  {
    display:none;
} 

.roomdetail-slider .carousel-item.carousel-item-right .carousel-caption,
.roomdetail-slider .carousel-item.carousel-item-left .carousel-caption {
    display:none;
}




/* h1+h2 sind gerade umgekehrt gestylt */


.healine-block h1, 
.healine-block h2 {
    color: #3587C8;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    
    
}
.healine-block h2, 
.healine-block h4 {
    font-weight: 400;
}

.healine-block h2 {

    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px;
   
    
}
.healine-block h1 {

    margin: 0 0 5px;
    font-weight: 700;
    color: #ad976e;
    font-size: 18px;
    
}


@media (min-width: 768px) {


    .healine-block h2 {

        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
       
        
    }
    .healine-block h1 {
        font-size: 20px;
    }
    
    
}



@media (min-width: 992px) {
    

    .healine-block h2 {

        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;      
        
    }
    .healine-block h1 {
        
        font-size: 21px;
    }    
    
}

@media (min-width: 1200px) {
    

    .healine-block h2 {

    font-size: 38px;
    line-height: 40px;
    margin-bottom: 22px;
       
        
    }
    .healine-block h1 {
        
    }    
    
}



.grid-2 { padding-bottom: 25px; }
@media (min-width: 992px) {
    .grid-2 { padding-bottom: 40px; }
}


/* Search Form */
.header-top {
    margin-top: 10px;
}
.header-top .search-form > form,
.navigation .search-form > form {
    position: relative;
}
.search-form input[type="text"] {
    height: 30px;
    width: 335px;
    border: 1px solid #a7a7a7;
    border-radius: 15px;
    line-height: 30px;
}
.search-form button[type="submit"] {
    color: #3587C8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    
    background: none;
    border: none;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    outline: none;
}


/* Öffnungszeiten Tabelle */
table.opening-hours {
    margin-bottom: 20px;
}
* + table.opening-hours {
    margin-top: 5px;
}
table.opening-hours td {
    padding: 2px 0;
    border: none;
}
table.opening-hours p {
    margin: 0;
}

.footer-top table.opening-hours td {
    padding: 8px 0;
}
.footer-top table.opening-hours tr:first-child td {
    padding-top: 0;
}
.footer-top table.opening-hours tr:last-child td {
    padding-bottom: 0;
}

/* Footer */
footer.page {
    font-size: 15px;
}
footer.page .footer-top h3 {
    font-weight: 500;
    font-size: 18px;
}

footer.page .footer-top .footer-navigation ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
footer.page .footer-top .footer-navigation ul li {
    padding-left: 0;
    margin-bottom: 15px;
    width: 100%;
}
footer.page .footer-top .footer-navigation ul li::before {
    display: none;
}

footer.page .footer-top .footer-opening-hours {
    font-size: 14px;
}     

footer.page .footer-bottom {
    font-size: 13px;
}

@media (max-width: 767px) {
    footer.page .footer-top .footer-opening-hours table {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    footer.page .footer-top .footer-opening-hours table td:first-child {
        text-align: right;
        padding-right: 5px;
    }
    footer.page .footer-top .footer-opening-hours table td:last-child {
        text-align: left;
        padding-left: 5px;
    }
}


/* Icons */
p.phone,
p.fax,
p.mail {
    margin-bottom: 5px;
    color: #AB070F;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
p.phone:hover,
p.fax:hover,
p.mail:hover {
    color: #0056b3;
}
p.phone::before,
p.fax::before,
p.mail::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-right: 5px;
}
p.phone::before {
    content: "\f095";
}
p.fax::before {
    content: "\f1ac";
}
p.mail::before {
    content: "\f0e0";
}
p.phone a,
p.fax a,
p.mail a {
    color: inherit;
    font-weight: inherit;
    -webkit-transition: none;
    transition: none;
}

.footer-top p.phone,
.footer-top p.fax,
.footer-top p.mail {
    color: #fff;
}
.footer-top p.phone:hover,
.footer-top p.fax:hover,
.footer-top p.mail:hover {
    color: #14244F;
}


/* Boxes */
.boxesWrapper .box-wrapper {
    border: solid 1px #d2d2d2;
    margin-bottom: 20px;
}
.boxesWrapper .box-wrapper .image-wrapper.resized {
    padding-top: 25px;
}
.boxesWrapper .box-wrapper .image-wrapper img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.boxesWrapper .box-wrapper .text-wrapper {
    padding: 25px 20px;
}
.boxesWrapper .box-wrapper h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: #3587C8;
}
.boxesWrapper .box-wrapper.box-red h3 {
    color: #AB070F;
}
@media (min-width: 768px) {
    .boxesWrapper .box-wrapper h3 {
        font-size: 25px;
    }
}
@media (min-width: 992px) {
    .boxesWrapper .box-wrapper h3 {
        font-size: 28px;
    }
}
.boxesWrapper .box-wrapper h4 {
    margin-bottom: 0;
}
.boxesWrapper .box-wrapper p + h4 {
    margin-top: 25px;
}
.boxesWrapper .box-wrapper a.more {
    display: block;
    color: #fff;
    background: #3587C8;
    border: 1px solid #3587C8;
    /*text-transform: lowercase;*/
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 15px;
    margin-top: 25px;
}
.boxesWrapper .box-wrapper.box-red a.more {
    background-color: #AB070F;
    border-color: #AB070F;
}
.boxesWrapper .box-wrapper a.more:hover {
    background: #fff;
    color: #3587C8;
}
.boxesWrapper .box-wrapper.box-red a.more:hover {
    color: #AB070F;
}

.boxesWrapper .box-wrapper p:last-child {
    margin-bottom: 0;
}
.box-wrapper .table:not(.opening-hours) td,
.box-wrapper .table:not(.opening-hours) th {
    padding: 5px 0;
    padding-right: 10px;
    border: none;
}
.box-wrapper .table:not(.opening-hours) td:last-child,
.box-wrapper .table:not(.opening-hours) th:last-child {
    padding-right: 0;
}


/* Indexed Search */
.tx-indexedsearch-searchbox .search-form {
    position: relative;
    max-width: 100%;
    margin-bottom: 25px;
}
.tx-indexedsearch-searchbox .search-form input[type="text"] {
    height: 40px;
    width: 100%;
    border-radius: 20px
}
.tx-indexedsearch-searchbox .search-form button[type="submit"] {
    padding: 10px 15px;
}

.tx-indexedsearch-rules h2 i {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.tx-indexedsearch-rules h2[aria-expanded="true"] i {
    transform: rotateX(180deg);
}

.tx-indexedsearch-res {
    /*padding-left: 20px;*/
    position: relative;
}
.tx-indexedsearch-res .tx-indexedsearch-result-number {
    display: inline-block;
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
}


/* Teaser */
.teaser-wrapper .header header {
    text-transform: uppercase;
}

.teaser-wrapper .header h1 {
    margin-bottom: 4px;
}
@media (min-width: 768px) {
    .teaser-wrapper .header h1 {
        margin-bottom: 6px;
    }
}
@media (min-width: 992px) {
    .teaser-wrapper .header h1 {
        margin-bottom: 8px;
    }
}
@media (min-width: 1200px) {
    .teaser-wrapper .header h1 {
        margin-bottom: 10px;
    }
}


/* Metanav */
.metanav nav ul li:first-child a {
    border-top: none;
}
@media (min-width: 992px) {
    .metanav {
        /*margin-right: 35px;*/
    }
    .metanav nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .metanav nav ul li {
        display: inline-block;
        padding: 5px 10px;
    }
    .metanav nav ul li,
    .metanav nav ul li > a {
        font-size: 0.95em;
        text-decoration: none;
        /*text-transform: uppercase;*/
    }
    .metanav nav ul li.active,
    .metanav nav ul li.active > a,
    .metanav nav ul li > a:hover {
        color: #3587C8;
    }

    .metanav nav ul li.first a {
        display: inline-block;
        padding: 5px 8px;
        background: #AB070F;
        border: 1px solid #AB070F;
        color: #fff;
    }
}


/* Call to Action */
.call-to-action {
    position: absolute;
    top: 65.6px;
    right: 5px;
}
.menu--open .call-to-action {
    display: none;
}
.call-to-action nav ul {
    list-style: none;
}
.call-to-action nav ul li,
.call-to-action nav ul li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.call-to-action nav ul li {
    display: inline-block;
    background-color: #3587C8;
    margin: 0 5px;
    border-radius: 0 0 20px 20px;
}
.call-to-action nav ul li > a {
    display: inline-block;
    padding: 5px 18px 10px;
}
.call-to-action nav ul li i {
    font-size: 1.05em;
}
@media (min-width: 992px) {
    .call-to-action {
        top: 115px;
        right: 10px;
    }
}
@media (min-width: 1200px) {
    .call-to-action {
        top: 120px;
    }
}



/* Download-Center */
.content-section ul.ce-uploads {
    border: 1px solid #A7A7A7;
    border-bottom: none;
    padding: 0;
}
.content-section ul.ce-uploads li {
    border-bottom: 1px solid #A7A7A7;
    margin: 0;
    padding: 8px 15px;
}
.content-section ul.ce-uploads li div {
    float: none;
}
.content-section ul.ce-uploads li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-section ul.ce-uploads .ce-uploads-fileName {
    font-size: 1.3em;
    font-weight: 600;
    padding-right: 20px;
}
.content-section ul.ce-uploads .ce-uploads-icon {
    font-size: 1.6em;
    color: #008BD2;
}

/* Kontakt */
.contact-wrapper .hours {
    padding-top: 20px;
}
@media(min-width: 768px) {
    .contact-wrapper .hours {
        padding: 25px;
        border: 1px solid #dee2e6;
    }
}


/* Team */
.tx-team .languages {
    margin: 0;
}

.team-block-wrapper .team-member-block {
    position: relative;
}
.team-block-wrapper .team-member-block {
    padding-top: 110px;
    margin-bottom: 35px;
}
.team-block-wrapper .team-member-block .team-member-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.team-block-wrapper .team-member-block .team-member-detail {
    text-align: center;
    padding: 130px 0 25px;
    border: 1px solid #D2D2D2;
}
.team-block-wrapper .team-member-block .team-member-detail .position {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0;
}
.team-block-wrapper .stelleninserat .team-member-block .team-member-detail {
    padding-bottom: 17px;
}

.team-block-wrapper .arzt .team-member-block .team-member-detail {
    text-align: left;
    padding: 130px 20px 10px;
}
.team-block-wrapper .arzt .team-member-block .team-member-detail .team-member-info {
    position: relative;
    padding-right: 40px;
    padding-bottom: 10px;
}
.team-block-wrapper .arzt .team-member-block .team-member-detail .team-member-info .collapseButton {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #3587C8;
    cursor: pointer;
}
.team-block-wrapper .arzt .team-member-block .team-member-detail .team-member-info .collapseButton.collapsed i::before {
    content: "\f055";
}
.team-block-wrapper .arzt .team-member-block .team-member-detail .team-member-collapse > *:first-child {
    padding-top: 15px;
}

.team-block-wrapper .team-member-img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-left: 100px;*/
}
.team-block-wrapper .team-member-img.placeholder {
    background: #DADADA;
}
@media(min-width:768px){
    .team-block-wrapper .arzt .team-member-block {
        padding: 50px 0 0 110px;
        margin-bottom: 60px;
    }
    .team-block-wrapper .arzt .team-member-block .team-member-img {
        top: 0;
        left: 0;
        transform: none;
    }
    .team-block-wrapper .arzt .team-member-block .team-member-detail {
        padding: 10px 40px;
    }
    .team-block-wrapper .arzt .team-member-block .team-member-detail .team-member-info {
        padding: 20px 75px 20px 100px;
    }
    .team-block-wrapper .arzt .team-member-block .team-member-detail .team-member-info .collapseButton {
        font-size: 45px;
    }
    .team-block-wrapper .arzt .team-member-block .team-member-detail .team-member-collapse > *:first-child {
        padding-top: 60px;
    }
}


/* Table */
.table {
    color: inherit;
}


.table td, .table th {
    padding: 0.2em;
    border: none;
}
.table td:first-child, .table th:first-child {
    padding-left: 0;
    width: 120px;
}
.table td:last-child, .table th:last-child {
    padding-right: 0;
}

.google-maps {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/* text-media float */

@media(max-width:577px) {
    .ce-right .ce-gallery {
        float: none !important;
    }
}


/* New Banner on Home */
.bannerWrapper .bannerImage {
    position: relative;
    width: 100%;
}
.bannerWrapper .bannerImage .bg-img {
    height: 150px;
}
.bannerWrapper .bannerImage .banner-content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .bannerWrapper .bannerImage {
        width: 50%;
    }
    .bannerWrapper .bannerImage .bg-img {
        height: 350px;
    }
    .bannerWrapper .bannerImage .banner-content {
        bottom: 30px;
    }
}

/* Sponsors */
.sponsorsWrapper {
    padding: 30px 0;
}
.sponsorsWrapper .sponsor-logo {
    height: 50px;
    padding: 0 10px;
}
.sponsorsWrapper .sponsor-logo img {
    width: auto;
    max-height: 100%;
}
@media (min-width: 768px) {
    .banner-slider-section .sponsorsWrapper:not(:first-child) {
        border-top: 10px solid #3587C8;
    }
}


/* Kontaktformular */

.powermail_fieldset_1 .powermail_legend{
    display: none !important;
}

/* News */

.card, .card img {
    border-radius: 0;
}

.news-card p.card-date {
    font-size: 17px;
    font-weight: 700;
}

.news-list-view .col {
    margin-bottom: 30px;
}

.news-single .header h1 {
    margin-bottom: 15px;
}

.news-single .footer, .news .footer {
    margin-bottom: 25px;
    padding-top: 15px;
}

.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 5px -10px 20px;
    display: flex;
    flex-wrap: wrap;
}

.news-single .article .news-img-wrap .outer {
    width: 25%;
    padding: 10px;
}

.news .article .news-img-wrap a {
    float: none;
    padding: 0;
    border: 0;
}

/* NEWS */


.card, .card img {
    border-radius: 0;
}

.news-card p.card-date {
    font-size: 17px;
    font-weight: 700;
}

.btn-kajak {
    background: #034D99;
    border: #034D99 1px solid;
    color: #fff;
    padding: 5px 50px;
    font-size: 14px;
    border-radius: 0;
}

.btn-kajak:hover {
    color: #034D99;
    background: #fff;

}

.news-list-view .col {
    margin-bottom: 30px;
}

.news-single .header h1 {
    margin-bottom: 15px;
}

.news-single .footer, .news .footer {
    margin-bottom: 25px;
    padding-top: 15px;
}

.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 5px -10px 20px;
    display: flex;
    flex-wrap: wrap;
}

.news .article .news-img-wrap a {
    float: none;
    padding: 0;
    border: 0;
}

.footer-top .row {
    align-items: center;
}

/* Footer Logos */
.footer-logos .ce-gallery .ce-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logos .ce-gallery .ce-row .ce-column {
    margin: 0 10px 15px;
    max-width: 200px;
}
.footer-logos .ce-gallery .ce-row .ce-column figure.image {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .footer-logos .ce-gallery .ce-row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-logos .ce-gallery .ce-row .ce-column {
        max-width: 20%;
        margin: 0 10px;
    }
}
