@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700);
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
body {
    /* padding-top: 70px;  */
    background-color: #478027;
    font-family: 'Ubuntu', sans-serif;
    line-height: 25px;
    font-size: 15px;
    font-weight: 300;
}

p {
    text-align: center;
}

h1 {
    color: #478027;
    font-size: 45px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: -2px;
}

h2 {
    color: #478027;
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 5 px;
    text-align: center;
    letter-spacing: -1px;
}

@media(max-width: 1200px) {
    h2 {
        color: #478027;
        font-size: 23px;
    }
}

h3 {
    color: #478027;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: center;
}

h4 {
    color: #478027;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-top: 10px solid transparent
}

@media(max-width:767px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 19px;
    }
}

td,
th {
    display: table-cell;
    /* vertical-align: inherit; */
    font-size: 14px;
    background: #E2F9D4;
    padding-left: 15px;
}

a {
    color: #228b22;
}

.footer {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.success-message {
    display: none;
}

.frame-resp {
    position: relative;
    z-index: 1;
    padding-bottom: 110px;
    height: 0;
    overflow: hidden;
}

.frame-resp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.frame-resp::before {
    content: "";
    width: 100%;
    height: 50px;
    background: rgb(255 255 255 / 0%);
    position: absolute;
    top: 37px;
    z-index: 2;
}

.formular iframe {
    height: 1100px;
}

@media (max-width: 1199px) {
    .formular iframe {
        height: 1500px;
    }
}

@media (max-width: 767px) {
    .formular iframe {
        height: 2700px;
    }
    .formular{
        padding: 15px;
    }
}

.row2 {
    clear: both;
}

#tabs_wrapper {
    width: 100%;
}

#tabs_container {}

#tabs {
    list-style: none;
    padding: 0px 0 6px 0;
    margin: 0 0 0 0px;
}

#tabs li {
    display: inline;
    margin-right: -3px;
}

#tabs li a {
    color: #478027;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', Times, Verdana, Arial;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#tabs li a:hover {
    background-color: #dddddd;
    padding: 10px 20px;
}

#tabs li.active a {
    background-color: #478027;
    border-bottom: none;
    color: #ffffff;
}

#tabs_content_container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 100%;
    min-height: 250px;
    border: 2px solid #478027;
    /* 	   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; */
    padding-bottom: 0px;
}

.tab_content {
    display: none;
}

.tab_content2 {
    display: none;
}

#tabs2 {
    list-style: none;
    padding: 0px 0 6px 0;
    margin: 0 0 0 0px;
}

#tabs2 li {
    display: inline;
    margin-right: -3px;
}

#tabs2 li a {
    color: #478027;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', Times, Verdana, Arial;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#tabs2 li a:hover {
    background-color: #dddddd;
    padding: 10px 20px;
}

#tabs2 li.active a {
    background-color: #478027;
    border-bottom: none;
    color: #ffffff;
}

#ski h1 {}

.video-leiste {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/bg-video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-leiste h1 {
    color: #fff;
}

.video-leiste h2 {
    color: #fff;
}

.video-leiste h3 {
    color: #fff;
}

.btn-book {
    width: 100%;
    font-weight: normal;
    border-radius: 8px;
    padding: 15px;
    font-size: 30px;
    background-color: #478027;
    border: 2px solid transparent;
    transition: all .51s;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', Times, Verdana, Arial;
    margin-bottom: 10px;
}

.btn-book:hover {
    color: #478027;
    border: 2px solid #478027;
    background-color: #fff;
}

@media(max-width:1200px) {
    .header-abstand {
        padding-top: 66px;
    }
}

@media(max-width:991px) {
    .header-abstand {
        padding-top: 116px;
    }
}

@media(max-width: 767px) {
    .header-abstand {
        padding-top: 0px;
    }
}

.btn-tab {
    color: #478027;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', Times, Verdana, Arial;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border: none;
}

.btn-tab:hover {
    background-color: #dddddd;
    padding: 10px 20px;
}

.btn-blank {
    background-color: transparent;
    outline: none;
    border: none;
    color: #478027;
}

.btn-green {
    margin-right: 20px;
    text-decoration: none;
    max-width: 250px;
    width: 100%;
    text-align: center;
    background-color: #478027;
    border-radius: .5px;
    color: #fff;
    border: 2px solid transparent;
    padding: 10px;
    bottom: 0;
    margin-bottom: 10px;
    transition: all .51s;
    display: inline-block;
}

.btn-green:hover {
    background-color: #fff;
    border: 2px solid #478027;
    color: #478027;
    text-decoration: none;
}

.btn-blank:active {
    color: #fff;
}

.btn-blank:focus {
    color: #fff;
}

.btn-blank:visited {
    color: #fff;
}

#content>div>div>div.col.col-md-3>div.tab_container>ul>li:nth-child(2):hover>a>button {
    color: #fff;
}

li.active .btn-blank {
    color: #fff;
}

.nav-tabs>li.active>a {
    background-color: #478027;
    border-bottom: none;
    color: #ffffff;
    border-radius: 0px;
}

.nav-tabs>li.active>a:hover {
    background-color: #478027;
    border-bottom: none;
    color: #ffffff;
}

.nav-tabs>li.active>a:focus {
    background-color: #478027;
    border-bottom: none;
    color: #ffffff;
}

.nav-tabs li a {
    color: #478027;
    font-size: 20px;
    /* font-family: 'Yanone Kaffeesatz',Times, Verdana, Arial; */
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    /* padding: 10px 20px; */
    text-decoration: none;
    background-color: #fff;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    margin: 0px;
    border: none;
}

.nav-tabs {
    border-bottom: 0px solid #478027;
}

.booking {
    /* min-height: 50px; */
    background-color: #478027;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .container .jumbotron {
        padding: 10px;
        background: #478027;
        margin-top: 20px;
    }
}

#btn1 {
    background-color: #fff;
    border: none;
    padding: 7px 30px;
    color: #478027;
    border: 1px solid #478027;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .51s;
}

#btn1:hover {
    border: 1px solid #fff;
    background-color: #478027;
    color: #fff;
}

.navbar-inverse {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#478027), to(#478027));
    background-image: -webkit-linear-gradient(top, #478027, 0%, #478027, 100%);
    background-image: -moz-linear-gradient(top, #478027 0%, #478027 100%);
    background-image: linear-gradient(to bottom, #478027 0%, #478027 100%);
    background-repeat: repeat-x;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #02bdd5;
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}

.navbar-header .navbar-brand {
    padding: 5px 0;
}

.navbar-header .navbar-brand a {
    height: auto;
    display: inline-block;
    margin-top: 8px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
    background: #444;
}

#top-bar {
    background: #fff;
    color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dedede;
}

#top-bar .navbar-nav>li>a:hover {
    background: transparent;
}

#top-bar.animated-header {
    padding: 20px 0;
    background: #ffffff;
    box-shadow: none;
}

#top-bar .main-menu li>a {
    color: #444;
}

#top-bar .main-menu li {
    position: relative;
}

#top-bar .main-menu li a {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
}

#top-bar .main-menu li a:hover {
    color: #02bdd5;
}

.navbar-custom .nav li>a {
    position: relative;
    color: #000;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    background: #000;
}

.dropdown-menu>ul {
    list-style: none;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: #fff;
    /* box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15); */
}

.nav .open>a,
.nav .open>a:focus {
    background-color: transparent;
}

#top-bar .dropdown-menu>ul>li>a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 8px 0;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/* =============================================================================
  VIDEO
============================================================================= */

.video-header {
    position: absolute;
    left: 0;
    z-index: -1;
    min-width: 100%;
    width: 100%;
}

.navbar-nav {
    margin: 7.5px -15px;
}

@media (min-width: 768px) {
    .video-header {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: -1;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .spreader {
        min-height: 80vh;
        position: relative;
    }
    .navbar-nav {
        margin: 25px -15px;
    }
    .lead-content {
        position: absolute;
        bottom: 200px;
    }
}

.lead-h1 {
    font-size: 82px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}

.btn-header {
    background: #478027;
    display: inline-block;
    padding: 17px 30px 21px 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 0px;
    outline: none;
}

.btn-header:hover {
    background: #383338;
    color: #fff;
}

.content {
    background: #fff;
    position: relative;
}

.btn-align {
    position: absolute;
    top: 200px;
    right: 0;
}

@media(max-width:767px) {
    .btn-align {
        position: initial;
    }
}

.btn-buchen {
    padding: 18px 38px 22px 38px;
    border: 3px solid #383338;
    transition: 0.3s;
    letter-spacing: 2px;
    vertical-align: top;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
    text-transform: uppercase;
    color: #383338;
    background: none;
    display: inline-block;
    margin: 0;
}

.btn-buchen:hover {
    background-color: #478027;
    border: 3px solid #478027;
    color: #fff!important;
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500!important;
}

@media(max-width: 1200px) and (min-width: 767px) {
    .navbar-brand,
    .navbar-nav>li>a {
        font-size: 12px;
    }
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    /* background-color: #478027; */
}

.leiste {
    color: #ffffff;
    background: #478027;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    position: relative;
}

.vidkreis {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #478027;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    top: -15px;
    padding-top: 10px;
    padding-left: 1px;
    color: #fff;
    z-index: 999;
}

.vidkreis i {
    font-size: 50px;
}

.header-container {
    position: fixed;
    min-height: 70vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    width: 100%;
}

.logo-header {
    max-width: 200px;
    width: 100%;
}

@media (max-width: 767px) {
    .imgheader {
        padding-top: 0px;
    }
    .logo-header {
        max-width: 100px;
        width: 100%;
        margin-left: 10px;
    }
    .lead-h1 {
        font-size: 29px;
    }
    .navbar-header {
        background-color: #478027;
    }
    .spreader {
        margin-bottom: 5px;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu li a {
    color: #383338;
    text-decoration: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #228b22;
    text-decoration: none;
}

#content {
    background-color: #E2F9D4;
}

.sommercard {
         background: #f9f9f9 url(../pcms/image/Sommercard.jpg) 50% 50% fixed no-repeat;
/* background: #f9f9f9 url(../pcms/image/winterlandschaft-parallax.jpg) 50% 50% fixed no-repeat;*/
    background-size: cover;
    color: #333;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.sommercard .inner {
    position: relative;
    z-index: 2;
}

.sommercard::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sommercard h1 {
    color: #fff;
}

.sommercard h2 {
    color: #fff;
}

.sommercard .btn-buchen {
    border: 3px solid #fff;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #478027;
    color: #fff;
}

.footer-xs {
    background-color: transparent;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
}

.xs-btn {
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    line-height: 35px;
    font-size: 16px;
    background: #478027;
    z-index: 30;
}

.xs-btn:hover {
    color: #fff;
    text-decoration: none;
}

.frame2 {
    min-height: 160px;
}

.winterpauschale {
    min-height: 200px;
    position: absolute;
    top: -30px;
    right: 0;
}

.winterpauschale_content {
    background-color: #F5F5F5;
    box-shadow: 3px 13px 84px -12px rgba(0, 0, 0, 0.75);
    margin-top: 30px;
    margin-bottom: 30px;
}

.bg-image-winter {
    background-size: cover;
    background-position: center center;
    min-height: 325px;
}

.preisbox {
    background-color: #fff;
    padding: 29px;
    padding-top: 15px;
    margin-bottom: 28px;
    text-align: center;
}

a:focus {
    /* text-decoration: underline; */
    outline: 0;
    text-decoration: none;
}


/*Startseite Kästchen*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.room-box {
    min-height: 678px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media(max-width:991px) {
    .room-box {
        margin-bottom: 30px;
        min-height: unset;
    }
}

.roombox img {
    border: 0px solid #B2B3B5;
    vertical-align: middle;
}

.inner-room-box {
    padding: 50px 43px;
}

.room-specs {
    margin: 0;
    padding: 0;
}

.room-specs li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 10px 20px 20px 0;
}

.room-specs li i {
    font-size: 23px;
    color: #585858;
    padding-right: 5px;
}

.buchungslink {
    position: relative;
    z-index: 1000;
}

.room-box-xs {
    height: 30.5%;
    margin-bottom: 30px;
}

figure.effect-bubba {
    background: #be8d44;
    margin-bottom: 30px;
    height: 100%;
    margin: 0px;
}


/*Figure*/

figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 30px;
}

figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*end Figure*/

.btn-room {
    background-color: #be8d44;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 0px;
    letter-spacing: 1px;
    font-size: 13px;
}

.btn-boxes {
    background: #478027;
    display: inline-block;
    padding: 13px 20px 14px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
    letter-spacing: 0px;
    line-height: 12px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 0px;
    outline: none;
}

.new-image-box {
    background-size: cover;
    min-height: 200px;
    background-position: center;
}

.new-box-text {
    min-height: 100px;
    background-color: white;
    text-align: center;
}

.new-box-xs {
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.inner-room-box-xs {
    padding: 3px 0px 20px 0px;
}

.image-3p {}

.image-3p img {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.text-3p {
    background-color: white;
    text-align: center;
    border: 1px solid #ffffff;
    transform: translateY(-30px);
    margin: 0 auto;
    width: 85%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px 10px 15px;
}

.img-leogang {
    position: absolute;
    max-width: 143px;
    left: -35px;
}

.row2 b {
    color: #478027;
}

.row2 div {
    margin: 10px 0px;
}

.footer.grau {
    background: #EBEBEB !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .img-leogang {
        position: absolute;
        max-width: 122px;
        left: -103px;
    }
}

@media (max-width:991px) {
    .img-leogang {
        position: relative;
        max-width: unset;
        left: 0px;
        top: 0px;
        text-align: center;
    }
    .leiste {
        padding-top: 0px;
    }
    .sommercard {
        background: url(../pcms/image/Sommercard.jpg);
        /*  background: url(../pcms/image/winterlandschaft-parallax.jpg);*/
        background-size: cover;
    }
    .btn-header {
        position: relative;
        top: -30px;
        line-height: 6px;
    }
    .img-leogang img {
        max-width: 130px !important;
    }
}

.footer {
    margin-top: 0px;
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 0px;
    background-image: url(../img/diagmonds.png);
    background-repeat: repeat;
    color: white;
    padding-bottom: 60px;
    margin-top: 35px;
}

.footer h4 {
    color: #888;
    font-weight: 600;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-icon {
    color: #EDEAE2;
    width: 60px;
    height: 60px;
    font-size: 23px!important;
    text-align: center;
    display: block;
    float: left;
    border-radius: 50%;
    border: 1px solid #EDEAE2;
    padding-top: 16px;
    margin-right: 17px;
    transition: all 0.5s;
}

.footer-icon:hover,
.toggle-btn:focus,
.toggle-btn:active {
    color: #ffb900;
    border: 1px solid #ffb900;
}

.footer-text {
    margin-left: 77px;
    font-size: 13px;
    text-align: left;
}

.footer-mitte {
    right: 60px;
}

.subfooter {
    background-color: #212121;
    color: #fff;
}

.subfooter a {
    color: #D83C3C;
}

.subfooter a:hover {
    color: #D83C3C;
    text-decoration: underline;
}

.footer h3 {
    margin-top: 10px;
    text-align: left;
    padding: 8px 0;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #EBEBEB;
    border-bottom: 1px solid #c2c2c2;
}

.outter-img {
    position: relative;
    overflow: hidden;
}


/* .outter-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.35);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.imageList:hover .outter-img::before {
    background: rgb(0 0 0 / 0);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
} */

.outter-img {
    background: black;
}

.outter-img img {
    filter: opacity(.8);
    transition: all .6s ease;
}

.outter-img:hover img {
    filter: opacity(1);
    transform: scale(1.1);
}

.link-block {
    position: relative;
}

.link-block::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    transition: all 0.5s ease-in-out
}

.link-block:hover::before {
    background: rgba(0, 0, 0, 0);
}

.slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
}

.slide-text h2 {
    color: white;
    text-transform: uppercase;
}

.greenishbox {
    text-align: left;
    background: #E2F9D4;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.greenishbox p {
    text-align: left;
}

.greenishbox h2 {
    text-align: left;
}

.subfooter {
    text-align: center;
    background: #fcfcfd;
    /* margin-bottom: -58px; */
    position: relative;
    bottom: -10px;
    padding: 17px;
}

@media(max-width: 767px) {
    .subfooter {
        padding-bottom: 65px;
    }
}

.cookie-outter {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

.cookie-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 15px;
    width: 100%;
    max-width: 450px;
    /* background: white; */
    color: #333;
}

.cookie-inner h3 {
    font-size: 20px;
    color: #333;
}

.cookie-inner p {
    color: #333;
    font-size: 14px;
    line-height: 15px;
    margin-top: 15px;
}

input#cookiesubmit {
    background: white;
    border: 1px solid #333;
    color: #333;
    padding: 2px 20px;
    margin-bottom: 5px;
    margin-top: 6px;
}

.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cookie-relativ {
    background: white;
    padding: 11px;
}

.control_indicator {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    background: #478027;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: -6px;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #478027;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup;
}

i.fa.fa-sort-desc.openme {
    position: relative;
    font-size: 25px;
    margin-left: 10px;
    top: -2px;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel2 {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

span.small-text {
    font-size: 11px;
    position: relative;
    top: -10px;
    display: none;
}

@media(max-width: 767px) {
    span.small-text {
        display: none;
    }
}

.accordion:hover {
    cursor: pointer;
}

.cookie-inner a {
    color: #478027 !important;
}

@media(min-width: 1350px) {
    .stayout {
        position: absolute;
        top: 70px;
        right: -100px;
    }
}

@media(max-width: 1350px) {
    .stayout {
        margin-top: 5px;
    }
}

.stayout img {
    width: 80px;
}

.pferde-box {
    border: 4px solid #478027;
    padding: 20px;
}

.img-horse img:hover{
    transform: scale(1.05);
    
}

.img-horse i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-36%, -47%);
    color: white;
    font-size: 50px;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.img-horse:hover i{
    opacity: 1;
}    

.img-horse img, .img-horse i {
    transition: all 0.4s ease-in-out;
}
.matzhof-text-left *{
    text-align: left;
}

a.chaletkreis {
    position: absolute;
    right: 10px;
    top: -48px;
    border-radius: 50%;
    background: #fcfcfd;
    padding: 10px;
}